/*------ OHS ------*/

#masthead {
	height: 150px;
	margin: auto;
	background: url(../images/buildings/ohs-banner.png) center top no-repeat;
	}
div.logo {
	background: url(../images/buildings/ohs-logo.png) top center no-repeat;
	}
div.notice {
	background: #fefba5 url(/images/buildings/noticebox-yellow.png) bottom right no-repeat;
	}
	
	
#newsfeed ul {
	margin-left: 10px;
	}
#newsfeed li {
	list-style-image: url(/images/ui/arrowBrown.png);
	margin-left: 1.5em;
	}
	
.sidebar div.alert p {
	font-family: Georgia, "Times New Roman", serif;
	line-height: 140%;
	}
	
#staff div.column, #activities div.column {
	float: left;
	width: 30%;
	margin-right: 1%;
	}
	
#staff div.column h4 {
	font-size: 1em;
	clear:  left;
	}

#staff div.column ul li {
	list-style: none;
	margin: 0;
	}
	
#staff dt {
	font-weight: normal;
	float: left;
	padding: 0;
	margin: 0;
	}
	
#staff dd {
	text-align: right;
	margin: 0;
	margin-right: 20px;
	padding: 0;
	}
	
code {
	font-family: Monaco, Courier, monospace;
	font-size: 1em;
	line-height: 130%;
	}
	
	
	
	
body#athletics dl {
	float: left;
	width: 30%;
	margin: auto 15px auto 0;
	}
body#athletics dt {
	border-bottom: 1px solid #aac;
	font-family: Arial, Helvetica, sans-serif;
	
	}
body#athletics dd {
	margin-bottom: 0;
	}

/* bell schedule */


#bells p.annotation { font-size: 100%; }

#bells table {width: 48%;
	border: 1px solid #999;
	border-collapse: collapse;
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	}
#bells table.left {
	float: left !important;
	clear: left;
	}
#bells table.right {
	float: right !important;
	}
#bells th {
	text-align: center;
	border-bottom: 1px solid #999;
	}

#bells td {
	text-align: right;
	padding-right: 4px;
	}
	
#bells td.desc {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #999;
	}
	
#bells td.lunch {
	font-weight: bold;
	}
	
/*student services*/
#guidance 	dl {
	width: auto;
	margin: 10px 0 10px 0;
	}
#guidance dt {
	position: relative;
	left: 0;
	top: 1ex;
	width: 15em;
	font-weight: bold;
	}
	
#guidance dd {
	border-left: 1px solid #000;
	margin: 0 0 0 15em;
	padding: 0 0 0 .5em;
	position: relative;
	top: -1.5ex;
}
#guidance table {
	border-collapse: collapse;
	margin: 10px auto;
	}
#guidance td  {
	padding: 2px 6px;
	vertical-align: top;
	border: solid 1px #999
	}


#guidance th {
	text-align: center;
	border: 1px solid #999;
	padding: 2px 6px;
	}	
	
#guidance table.alignleft td, #guidance table.alignleft th {
	text-align: left;
	vertical-align: top;
	}
#guidance .ap td {
	text-align: left;
	vertical-align: top;
	}

#guidance .ap th.time {
	background-color: #e5e5e5;
	color: #333;
	}
	

#activities .column ul  {
	list-style-type: none;
	list-style-image: none;
	margin-left: 10px;
	padding-left: 4px }
	
#activities .column li  {
	padding: 0;
	margin: 2px 0;
	}
#activities table {
	border-collapse: collapse;
	width: auto;
	}
#activities td {
	padding: 2px 20px 2px 10px;
	border-bottom: 1px solid #ccc;
	}
	
/* Schedule Star RSS Feed Styling -- test embedding in a page*/

#schedule table {
	margin: 0;
	padding:0;
}

#schedule table table {
	background-color: #FFFFFF;
	width: 100%;
	padding: 0px;
	margin: 0;
	border: 1px solid #e5e5e5;
}
#schedule table table td {
	padding: 4px;
	font-size: .8em;
	line-height: 110%;
}




#schedule div { /* Table Header & Footer */
	display: none;
}
#schedule table table p {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 5px;
	padding-top: 10px;
}
#schedule a {
	margin-top: -20px;
	margin-left: 5px;
	font-size: .9em;
	color: #999999;
}

#schedule  table tr:first-child td {
	font-size: 1em;
	}
	
#schedule  table  td:first-line {
	font-weight: bold;
}

