/* Extended Education Mobile Base Stylesheet */
/* Last Updated Aug 17, 2012 */

body {
	background: none repeat scroll 0 0 #E2E2E2 !important;
	min-width: 317px;
}
#wrapper {
	margin: 0;
	width: auto;
}
#header {
	/*background: url("http://www.sonoma.edu/exed/images/mobile/mbg5.png") left no-repeat scroll transparent;*/
	background: none;
	/*background-size: 500px 51px;*/
	width: auto;
	height: auto;
	/*padding-top: 51px;*/
	border-bottom: 3px solid #486598;
	overflow: hidden;
}
#mbg {
	height: 51px;
	width: 519px;
}
#homelink {
	width: 88%; /* 91% */
	height: 51px;
	position: absolute;
	left: 0;
	top: 0;
}
#menulink, #searchlink {
	height: 51px;
	position: absolute;
	right: 0px;
	top: 0;
	width: 12%; /* 9% */
}
#searchlink div {
	height: 51px;
	width: 38px;
	background: url('http://www.sonoma.edu/exed/images/mobile/mobile_sprite.png') no-repeat scroll -1000px 0 transparent;
}
#menulink div {
	height: 51px;
	width: 38px;
	background: url('http://www.sonoma.edu/exed/images/mobile/mobile_sprite.png') no-repeat scroll -1000px -51px transparent;
}
#exed-title {
	top: 19px; /* 25px */
	left: 165px;
	position: absolute;
	font-size: 100%; /* 140% */
	font-weight: bold;
	color: #FFFFD7; /* #F0F0F0 */
	pointer-events: none;
	text-shadow: 1px 1px 1px #333333;
	display: block;
	white-space: nowrap;
	line-height: 100%;
}
#lower-navbar {
	border-top: 3px solid #486598;
	border-bottom: 3px solid #486598;
}
#footer {
	/*background: none repeat scroll 0 0 #F8F8F8;*/
	background: #f8f8f8;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#dddddd 100%);
	background:    -moz-linear-gradient(top,  #f8f8f8 0%,#dddddd 100%);
	background:      -o-linear-gradient(top,  #f8f8f8 0%,#dddddd 100%);
	background:         linear-gradient(to bottom,  #f8f8f8 0%,#dddddd 100%);
	width: 100%; /* auto */
	height: auto;
	border-bottom: 3px solid #4E6581;
	/*margin: 0 0 20px;*/
	margin: 0;
	padding: 0;
}
#footer p {
	padding: 6px;
	color: #7C7C7C;
	font-size: 95%;
}
#footer span {
	font-size: 11px !important; /* 14px */
}
#footer span.bold {
	color: #4A4A4A;
}
#main-content {
	padding: 0;
	width: 100%;
	border: none;
	min-height: 0;
}
#banner, #search-bar, #header h1 {
	display: none;
}
#left-sidebar {
	border-bottom: 3px solid #486598;
	display: none;
}
#content {
	clear: left;
	margin: 0;
	padding: 7px 0 0 0;
	width: 100%;
}
#content > img {
	margin: 0 !important;
}
#content img {
	max-width: 95%;
}
#content > *:first-child, #content-nonav > *:first-child {
	font-size: 16px;
}
#lower-navbar li {
	position: relative;
}
#navigation li {
	position: relative;
	width: 100%;
	padding: 2px 0;
	/*margin: 0 0 2px 0;*/
	margin-bottom: 1px;
	border: none;
	float: left;
	clear: left;
	/*background: none repeat scroll 0 0 #4D6394;*/
	/*border-radius: 2px;*/
	display: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	background: #4d6394;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d6394), color-stop(50%,#4b638e), color-stop(100%,#4a6087));
	background: -webkit-linear-gradient(top, #4d6394 0%,#4b638e 50%,#4a6087 100%);
	background:    -moz-linear-gradient(top, #4d6394 0%,#4b638e 50%,#4a6087 100%);
	background:     -ms-linear-gradient(top, #4d6394 0%,#4b638e 50%,#4a6087 100%);
	background:      -o-linear-gradient(top, #4d6394 0%,#4b638e 50%,#4a6087 100%);
	background:         linear-gradient(to bottom, #4d6394 0%,#4b638e 50%,#4a6087 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d6394', endColorstr='#4a6087',GradientType=0 );
}
#navigation li a {
	display: block;
	padding: 5px 25px 5px 5px;
	background: url("http://www.sonoma.edu/exed/images/mobile/menu-arrow.png") no-repeat scroll 96% 50% transparent;
	font-size: 150% !important;
	color: #F0F0F0 !important;
}
.notice {
	width: auto !important;
}
.infobox {
	width: 82%; /* auto */
	float: left !important;
	clear: left;
	margin: 20px !important;
}
.desktop-hide {
	display: block;
}
.desktop-hide-inline {
	display: inline;
}
.mobile-hide, .mobile-hide-inline, #upper-navbar .mobile-hide-inline {
	display: none;
}
.mobile-50 {
	width: 50%;
}
#mobile-announce {
	display: none;
}
.grey {
	margin: 0 !important;
}
.a-list {
	padding: 0 3px;
}
.disabled {
	margin: 0 0 0 2px !important;
}
.top-corner-rnd {
	border-radius: 5px 5px 0 0;
}
.bot-corner-rnd {
	border-radius: 0 0 5px 5px;
}
