body {
    color: #222;            /* Foreground color used for text */
    font-family: Helvetica; 
    font-size: 14px;
    margin: 0;              /* Amount of negative space around the outside of the body */
    padding: 0;             /* Amount of negative space around the inside of the body */
}

#header h1 {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 14px;
    height: 80px;
}
#header h1 a {
    background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    height: 32px;

}

#nav ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}
#nav ul li a {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}

#header h1 a {
    text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
}

#nav ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#nav ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#h1_after {
	height: 70px;
}

#nav ul.hide {
    display: none;
}

#nav div.leftButton {
    position: absolute;
    top: 38px;
    left: 6px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    line-height: 28px;
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(/mobile/js/images/button.png) 0 8 0 8;
}

#nav div.pressed {
    -webkit-border-image: url(/mobile/js/images/button_clicked.png) 0 8 0 8;
}

#content {
    padding: 10px;
    margin: 10px;
    background: #fff;
    overflow: hidden;
}




#wrapper {
	position:absolute; z-index:1;
	top:44px; bottom: 0px; left:0;
	width:100%;
	overflow:auto;
}

#scroller {
	position:absolute; z-index:1;
/*	-webkit-touch-callout:none;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	width:100%;
	padding:0;
}


