/*------ OLHS ------*/

#masthead {
	height: 150px;
	margin: auto;
	background: url(../images/buildings/olhs-banner.png) center top no-repeat;
	}
div.logo {
	background: url(../images/buildings/olhs-logo.png) top center no-repeat;
	}
	
a { 
	color: #00c;
	text-decoration: none;}
a:hover { 
	color: #000066;
	text-decoration: underline;
	}
	
a.here {
	color: #848490 !important;
	}
	
	
#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%;
	}
	
.notice {
	background: #e2e1dd url(/images/buildings/noticebox-gray.png) top left no-repeat;
	-webkit-box-shadow: 2px 2px 6px #999;
	-moz-box-shadow: 2px 2px 6px #999;
	box-shadow: 2px 2px 6px #999;
	}

#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;
	}
	
	
	
	
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 .row { margin-bottom: 15px; }
*/

#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;
	}

/*performing arts*/

#performance table {
	border-collapse: collapse;
	width: 100%;}
	
#performance th {
	color: #333;
	font-weight: bold;
	text-align: left;
	background-color: #eff3ff;
	}
	
#performance td {
	vertical-align: top;
	padding: 3px;
	border-top: 1px solid #999;
	}
	
#performance td.date {
	white-space: nowrap;
	border-right: 2px solid #999;
	padding-left: 0px;
	font-weight: bold;
	text-align: right;
	}

