
body {
	
    background: url('/sites/courses/m/images/default_mobile_background.jpg') no-repeat center center fixed;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
   background-color: #333;
    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 */
}


#nav ul {
    list-style: none;
    margin: 10px;
    padding: 0;
    -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px;
    border-top-left-radius: 8px; border-top-right-radius: 8px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;
	background: #000;
opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */

}
#nav ul li a {
    border: 1px solid #999999;
    color: #eee;
    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;
    border-top-left-radius: 8px; border-top-right-radius: 8px;
}
#nav ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; 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;
	opacity:0.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-top-left-radius: 8px; border-top-right-radius: 8px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;
}




#wrapper {

	max-width: 600px;
	margin: 0 auto;
}

#scroller {
	max-width: 600px;
}
