/* elementary styles */


/* -------- mastheads ----------*/

body.aces #masthead {
	background: url(../images/buildings/ace-banner.png) center top no-repeat;
	}
body.aes #masthead {
	background: url(../images/buildings/aes-banner.png) center top no-repeat;
	}
body.ces #masthead {
	background: url(../images/buildings/ces-banner.png) center top no-repeat;
	}
body.ftes #masthead {
	background: url(../images/buildings/ftes-banner.png) center top no-repeat;
	}
body.goes #masthead {
	background: url(../images/buildings/goe-banner.png) center top no-repeat;
	}
body.hes #masthead {
	background: url(../images/buildings/hes-banner.png) center top no-repeat;
	}
body.ises #masthead {
	background: url(../images/buildings/ise-banner.png) center top no-repeat;
	}
body.jces #masthead {
	background: url(../images/buildings/jce-banner.png) 220px top no-repeat;
	}
body.ltes #masthead {
	background: url(../images/buildings/lte-banner.png) center top no-repeat;
	}
body.oces #masthead {
	background: url(../images/buildings/oce-banner.png) center top no-repeat;
	}
body.omes #masthead {
	background: url(../images/buildings/ome-banner.png) 220px top no-repeat;
	}
body.sres #masthead {
	background: url(../images/buildings/sre-banner.png) center top no-repeat;
	}
body.sps #masthead {
	background: url(../images/buildings/sps-banner.png) center top no-repeat;
	}
body.tres #masthead {
	background: url(../images/buildings/tre-banner.png) center top no-repeat;
	}
body.wces #masthead {
	background: url(../images/buildings/wce-banner.png) center top no-repeat;
	}
body.wres #masthead {
	background: url(../images/buildings/wre-banner.png) center top no-repeat;
	}


/* -------- content ----------*/

#staff div.column {
	float: left;
	width: 30%;
	margin-right: 1.5%;
	border-right: 1px solid #e5e5e5;
	}



#staff div.column h4, #staff div.column2 h4 {
	font-size: 1em;
	clear: left;
	}

#staff div.column ul li, #staff div.column2 ul li {
	list-style: none;
	margin: 0;
	}
	
code {
	font-family: Monaco, Courier, monospace;
	font-size: 1em;
	line-height: 130%;
	}
#staff div.column2 {
	width: 48%;
	float: left;
	}		
#staff  dl {
	float: left;
	clear: both;
	margin-bottom: 15px;
	}
	
#staff  .title {font-style: italic; }

#staff table {
	width: 100%;
	}
	
	
#staff td { padding-right: 10px; }

#staff .column td:first-child {
	width: 70%;}

table.events {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	}

table.events td {
	padding: 2px 0px;
	vertical-align: top;
	line-height: 130%;
	border-bottom: 1px solid #e2e1dd;
	font-size: .9em;
	}

table.events td.day {
	padding-right: 10px;
	width: 13em;
	font-weight: bold;
	}
	
table.events th {
	font-size: 1.2em;
	color: #009;
	padding-bottom: 6px;
	}


	
/*-------- Oak Creek Creed ---------*/
	p.creed { font-size: 130%; padding-left: 30px !important; margin: 4px;}
	p.creed:first-letter {
		font-size: 130%;
		font-weight: bold;
		color: #00c;
		letter-spacing: .1em;
		}
		
		
/* bell schedule */


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

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

#bells td, #bells th {
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid #ccc;
	vertical-align: top;
	empty-cells: show;
	}
	
#bells td.desc {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #999;
	}
	
#bells td.lunch {
	font-weight: bold;
	}

