@charset "utf-8";
/* CSS Document */

@import url(https://www.google.com/cse/api/overlay.css);
@import url(https://collegeofsanmateo.edu/z-omniupdate/css/footer.css);

/********** GENERAL FORMATTING **********/
#skipnav{
	position:absolute;
	z-index:-1000;
	text-indent:-99999px;
}

body {
	margin:0;
	postion:relative;
	padding:0;
	text-decoration: none;
	text-align: left;	
	}


form{
	padding:0;
	margin:0;
}
.floatLeft{
	padding:0;
	float:left;
	margin:0 10px 0 3px;
}
.floatRight{
	float:right;
	padding:0;
	margin:0 0 3px 10px;
}
.border{
	border-width:1px;
	border-style:solid;
}
table, table tr, table td{
	font-size:100%;
}
.caption{
	font-size:85%;
	font-weight:bold;
}
.grayLine{
	border:0;
	height:4px; 
	overflow:hidden;
	width:940px;
	clear:both;
}
.minHeight{ /********** Get a minimum height for the body **********/
	float:right;
	height:150px;
}
img { /********** Images **********/
	border:none;
}
input, textarea{
	border-width:1px;
	border-style:solid;	
}
.icon{
   display:inline-block;
   padding-right:20px;
   background-position:center right;
   background-repeat: no-repeat;
}


.WhiteLine {
	height:2px;
	clear:both;
	width:940px;
	overflow:hidden;
}
.WhiteLineLong {
	height:2px;
	overflow:hidden;
	clear:both;
	width:100%;
}

/***TOP HEADER SECTION***/
#bkgrndtop { /********** holds google search and college logo and blue gradient**********/
	z-index:auto;
	width:100%;
	height:100px;
}
#collegelogo{
	background-repeat:no-repeat;
	width:434px;
	height:81px;
	position:absolute;
	margin:0;
	padding:0;
	left:5px;
	top:13px;
	text-indent:-9999px;
}
#topwrapper {
	margin:0 auto;
	width:940px;
}
#topwrapper ul {
	padding:0;
	margin:0;
	display:block;
	padding-top:2px;
	font-size:90%;
}
#topwrapper ul li{
	display:inline;
	padding:0;
	margin:0;
	padding-right:5px;
	list-style-type:none;
}

#topwrapper ul li a:hover{
	 text-decoration:underline;
}
.googlesitesearch{ /*** bumps down and centers the search box***/
	position:absolute;
	top:46px;
	right:5px;
}
.searchButton{
	padding-left:3px; 
	border:0; 
	border:1px transparent solid;
	width:137px;
}
.goButton{
	font-weight:bold;
	padding:0;
	border-width:1px;
	border-style:solid; 
}
#header{
	float:right;
	width:940px;
	padding:0;
	margin:0;
	position:relative;
	height:100px;
}
#searchbox { /********** Search Box **********/
	margin-top: 10px;
	margin-left:220px;
}

/********** MAIN PAGE **********/
#wrapper {
	margin:0 auto;
	width:960px;
	padding-left:20px;
	overflow:visible;
	background-repeat:repeat-y;
	background-position:top;
	clear:both;
}
/********** A-Z Site Index **********/

#BlueBar { /********** blue Bar under Site Index Navigation **********/
	width:940px;
	height:30px;
	clear:both;
	overflow:hidden;
}
#breadcrumbs{
	clear:both; 
	padding:5px 0px 5px 11px;
	width:929px; 
	margin-bottom:2px;
	font-size:75%;
}
#breadcrumbs a{
	text-decoration:none;
}
#breadcrumbs a:hover{
	text-decoration:underline;
}
/********** Left Navigation Bar  **********/
#navbar {
	width:202px;
	float:left;
	text-align:left;
	margin:0;
	padding:0;
	font-size:90%;
	font-weight:bold;
}
#navbar ul, #navbar li {
	list-style-type: none; 			
	padding:0;
	margin:0;	
}
#navbar li {
	float:left;
	border-top-width:1px;
	border-bottom-width:1px;
	border-top-style:solid;
	border-bottom-style:solid;
	height:auto;
	width:202px;
}
#navbar li a {
	width:187px;
	float:left;
	text-decoration:none;
	border-bottom:none;
	padding:6px 5px 6px 10px;
}
#navbar li a:hover {
	text-decoration:none;
}
.post-date span.month{
	background:#3A74BA;
	border-bottom: 1px solid #fff;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 85%;
	padding: 2px 0;
	text-transform: uppercase;
}



.post-date span.day{
	bottom: 1px;
	padding: 3px 0;
	left: 0;
	width: 100%;
	position: absolute;
}
#events{
	width:352px;
}
ul.content{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
ul.content li{
	float:left;
	display:block;	
	width:100%;
	margin-bottom:15px;
}