/*------ OHS ------*/
#masthead {
	height: 150px;
	margin: auto;
	background: url(../images/buildings/oohs-banner.png) center top no-repeat;
	}
	
a:link, a:visited {
	color: #0000cc;
	}
a:hover, a:active {
	color: #e56100;
	}
	
a.here {
	color: #848490 !important;
	}
.main h4 {
	color: #322218;
	}
	
.main .booklist a {
	font-style: italic;
	}
	
.main a:link, .main a:visited {
	color: #e56100;
	text-decoration: underline;
	}
.main a:hover, .main a:active {
	color: #0000cc;
	text-decoration: none;
	text-decoration: underline;
	}

	
div.logo {
	background: url(../images/buildings/oohs-logo.png) top center no-repeat;
	}
	
div.notice {
	background: #fcf9f4 url(/images/buildings/noticebox-orange.png) bottom right no-repeat;
	-webkit-box-shadow: 1px 1px 4px #999;
	-moz-box-shadow: 1px 1px 4px #999;
	box-shadow: 1px 1px 4px #999;
	}
	
div.notice a:link, div.notice a:visited {
	color: #0000cc;
	border: none;
	}	
div.notice a:hover, div.notice a:active {
	color: #e56100;
	border: none;
	}	
	
#newsfeed ul {
	margin-left: 10px;
	}
#newsfeed li {
	list-style-image: url(/images/bullet-tri.gif);
	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: 10px;
	margin-left: 10px;
	}
	
#staff div.column h4 {
	font-size: 1em;
	clear:  left;
	border-bottom: 1px solid  #864e2f;
	color: #333;
	}

#staff div.column ul li {
	list-style: none;
	margin: 0;
	}


	

#staff table { width: 100%; }
	
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: normal;
	font-style: italic;
	font-size: 95%;
	text-align: center;
	border-bottom: 1px solid #999;
	}
	
#bells td.lunch {
	font-weight: bold;
	}
	
/*student services*/
#guidance dl, #activities 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;
	}
	
/*------- Clubs and Extracurriculars -------*/	


/* #activities dl {width: 100%} */

#activities dt {
	font-weight: normal;
	float: left;
	width: 11em;
	clear: left;}
	
#activities dd  {
	
	margin: 0 0 0 11.5em;
	padding: 0;
	position: relative;
}
	
	
/*-------*/


dl.schedule { width: 100%}
dl.schedule dt {
	font-weight: bold;
	display: inline;
	float: left;
	margin-bottom: 1ex;
	}
dl.schedule dd {
	margin: 0 0 1ex 7em;
	}
	
	
table.schedule {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.3;
	}

table.schedule td {
	border: 1px solid #aaa;
	padding: auto;
	padding: 3px;
	vertical-align: top;
	}	
	

