@charset "UTF-8";

@import url("../gallery.css");


/* CSS Document */

body {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 72px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#outercontainer {
	margin: 0 auto;
	font-size: 0.8em;
	background-image: url(images/outercontainer_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin:0 auto;
	width: 1002px;
}
#container {
	background-image: url(images/container_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	width: 1002px;
	}

#fillme {
	display: none;
}
#fillup {
	display: none;
}

/************************************************
************** School Banner ********************
************************************************/
#schoolspecific {
	margin-right: auto;
	margin-left: auto;
	padding: 24px 5px 0 25px;
	width: 946px;
	min-height: 200px;
}
#schoolname {
	text-align: left;
	margin-top: 55px;
	margin-left: 145px;
	float: left;
	width: 595px;
}
#schoolspecific h1 {
	color: #FFF;
	font-size: 26px;
	font-weight: lighter;
}
#schoollogo {
	height: 156px;
	width: 156px;
	float: left;
	margin-left: 10px;
}
#schoollogo img {
	
}

#logovertical {
	display: table-cell; 
	text-align: center; 
	vertical-align: middle; 
	width: 156px;
	height: 156px;
	}

#logovertical * {
	vertical-align: middle;
}

#schoolinfo {
	float: right;
	margin: 34px 0 10px 0;
	width: 926px;
	text-align: right;
}
#schoolinfo ul {
	font-size: 12px;
	display: inline;
}
#schoolinfo li {
	color: #FFF;
	list-style-type: none;
	display: inline;
	margin-right: 12px;
}

/************************************************
************** Navigation ***********************
************************************************/


/* Primary Nav */
#nav {
	height: 104px;
	clear: both;
	width: 955px;
	margin: 0 auto;
	font-size: 1.1em;
	background-image: url(images/nav_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#nav ul, #navigation ul li {
	list-style: none;
}
#nav ul {
	margin: 0;
	padding: 0 10px;
	text-align: left;
}
#nav ul li {
	margin: 0;
	display: inline;
}
#nav ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	padding: 75px 15px 0 15px;
	height: 29px;
	text-align: center;
	display: block;
	float: left;
}
#nav ul li span {
	
}
/* (underline wasn't showing up in MOS) */
#nav ul li a:hover {
	text-decoration: none;
	display: block;
	float: left;
	background: url(images/navover_bg.gif) repeat-x;
}
#nav ul li.current {
	display: block;
	float: left;
	background: url(images/navcurrent_bg.jpg) repeat-x;
}
#nav ul li.current a:hover {
	display: block;
	float: left;
	background: url(images/navcurrent_bg.jpg) repeat-x;
}

#nav ul li.current a {
}
#nav ul li.current span {
	
}
/*#nav ul li a:hover {
	text-decoration: underline;
}

/* End of Exploding Boy */


/* Secondary Nav */
#secnav {
	margin: 0 auto;
	padding-right: 28px;
	padding-left: 28px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5em;
	width: 920px;
	min-height: 20px;
	padding-top: 6px;
}
#secnav ul {
	line-height: 1.9em;
}
#secnav li {
	display: inline;
	margin-right: 8px;
	margin-left: 8px;
}
#secnav li a {
	color: #FFFFFF;
	text-decoration: none;
}
#secnav li a:hover {
	text-decoration: underline;
}
#secnav li.current {
	font-weight: bold;
}
#secnav  li.current a {
	color: #FFFFFF;
}
#secnav li a:hover {
}
#snbott {
	display: none; 
}






/************************************************
************** Wrapper **************************
************************************************/

#wrapper {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	min-height: 85px;
	background: url(images/cont-top_bg.gif) no-repeat;
}

#wrapping {
	
}

#generalfill {

}


/************** Main Content ************************/

#content {
	width: 660px;
	margin: 26px 10px 0 10px;
	padding: 0 30px 30px 30px;
	float: left;
	display: inline;
	background-color: #FFF;
	background-image: url(images/contbott_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content .article {
	margin-bottom: 15px;	
}
#content h1 {
}
#content h2 {
	color: #25383c;
	font-size: 1.3em;
	font-weight: normal;
	padding-bottom: 3px;
}
#content h3 {
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 5px;
}
#content h4 {
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
	padding-bottom: 5px;
}
#content p {
	margin-bottom: 10px;
}
#content .article .arttext {
	margin-top: 10px;
	margin-bottom: 25px;
}
#content .artimg { 
}
#content img {
	float: left;
	display: inline;
	margin: 15px;
	border-left: 5px solid #24363a;
}
#content a {
	color: #0076BE;
}
#content a:hover {
	color: #00385a;
}
#content ul, #content ol {
	margin-left: 25px;
	margin-bottom: 12px;
}
#content ul {
}
#content ul li {
}
#content ol {
}
#content ol li {
}
#content table {
}
#content table td {
}
#content table th {
}
#content table p {
}
#content table a {
}
#content table a:hover {
}

/************** Column *****************************/
#column {
	float: right;
	display: inline;
	width: 226px;
	display: inline;
	margin-left: 0px;
	margin-right: 10px;
}
#column a {
	color: #0076BE;
}
#search h3, #calendar  h3, #randomphoto h3, .enticer h3, #eteachers h3 {
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 0px;
	text-align: left;
	text-transform: lowercase;
}
#search h3 {
	color: #434343;
}

#eteachers h3 {
	color: #434343;
}

#calendar h3, #randomphoto h3 {
	color: #434343;
}
#colbott {
}

/* eTeachers */
#eteachers {
	background-image: url(images/col_eteachers.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 60px;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
}
#eteachbott {
	margin-bottom: 9px;
}


#eteacherselector, #galleryselector {
	width: 100%;
}

#eteachers h3 {
	margin-bottom: 12px;
}
#eteachers form {
}

/* Search */
#search {
	background-image: url(images/col_searchbg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 60px;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
}
#srchbott {
	margin-bottom: 9px;
}
#search h3 {
	margin-bottom: 12px;
}
#search form {
}
/* Calendar */
#calendar {
	background-image: url(images/col_calh3bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	margin-bottom: 10px;
}
#caltop {
	padding: 10px 12px 0 12px;
	height: 30px;
}
#caltop h3 {
	height: 18px;
}

#calinfo {
	padding: 7px 14px 0 14px;
}
#calendar ul {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 18px;
	font-size: 1.2em;
}
#calendar li {
	font-size: 0.7em;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
#calinfo  .date {
	display: block;
	margin-left: 0px;
	padding-right: 0px;
	margin-right: 8px;
	color: #000;
}
#calendar li a {
}
#calbott {
	background-image: url(images/column_caltbotbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	padding-bottom: 15px;
}
#calviewfull {
	text-align: center;
}
#calviewfull p a {
	color: #000;
	text-decoration: none;
}
#calviewfull p a:hover {
	text-decoration: underline;
}


/* Random Photo */
#randomphoto {
	background-color: #131c1d;
	padding: 0;
	background-image: url(images/col_rpbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 10px;
}
#rptop {
	padding: 10px 12px 0 12px;
	height: 30px;
}
#rptop h3 {
	height: 18px;
}
#rpinfo {
	width: 181px;
	margin-right: auto;
	margin-left: auto;
}
#randomphoto #rpi {
	margin: 0 auto 4px auto;
	text-align: left;
	position: relative;
}
#randomphoto img {
	margin-bottom: 0px;
	border: 2px solid #cea527;
}

#randomphoto p {
	top: 0px;
	display: block;
}
#rpinfo p {
	font-size: 0.8em;
	margin: 2px 0 5px 0;
	text-align: left;
	color: #FFF;
}
#rpbott {
	background-image: url(images/column_rpbotbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	padding-bottom: 15px;
}
#rpviewgallery {
	text-align: center;
}
#column #rpviewgallery  p a {
	text-decoration: none;
	color: #FFF;	
}
#column #rpviewgallery  p a:hover {
	text-decoration: underline;
}

/* Enticers */
.enticer {
	background-image: url(images/col_enticerbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0b0f10;
	border: 2px solid #c2c2c2;
	margin-bottom: 10px;
}
.entctop {
	padding: 15px 15px 0 15px;
}
.entctop h3 {
	padding-bottom: 3px;
	color: #e6d249;
	font-size: 1em;
}
.entctext {
	padding: 0 23px;
	font-size: 0.9em;
	color: #FFF;
}

.entcbott {
	padding: 12px 23px 15px 23px;
}
.entcviewfull {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#column .entcbott  p a {
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
}
#column .entcbott p a:hover {
	text-decoration: underline;
}


/************************************************
************** Split ***************************
************************************************/

#split {
	display: none;
}





/************************************************
************** Footer ***************************
************************************************/

/* Sandbox */
#sandbox {
	width: 680px;
	margin: 26px 10px 0 23px;
	padding: 20px 20px 0 20px;
	float: left;
	display: inline;
	background-color: #FFF;
	background-image: url(images/sandboxtop_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sandouter {

}
#sandbox h4 {
	color: #25383c;
	font-size: 1.3em;
	font-weight: normal;
	padding-bottom: 3px;
}
#sandbox img {
	float: left;
	margin: 15px;
}
#sandbox p {
	margin-top: 12px;
	margin-bottom: 25px;
}
#sandbox a {
}
#sandbox a:hover {
}
#sandbox ul {
}
#sandbox ul li {
}
#sandbox ol {
}
#sandbox ol li {
}
#sandbox table {
}
#sandbox table td {
}
#sandbox table th {
}
#sandbox table p {
}
#sandbox table a {
}
#sandbox table a:hover {
}
#sandbott {
	width: 720px;
	padding-bottom: 10px;
	margin: 0 10px 0 23px;
	float: left;
	display: inline;
	background-image: url(images/sandboxbott_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Footer */
#footer {
	clear: both;
	text-align: left;
	padding: 10px 40px 15px 40px;
	width: 922px;
	margin: 0 auto;
}
#footbott {
	display: none;
}
#footer p {
	margin-bottom: 12px;
	color: #FFF;	
}
#footer h5 {
	margin-top: 12px;
	margin-bottom: 20px;
}
#footer h5 a {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#footer h5 a:hover {
	text-decoration: underline;
}
#footer a {
}
#footer a:hover {
}
#footer img {
}




/************************************************
****** Styles that can be used anywhere *********
************************************************/
#sandbox img.right, #wrapper img.right, #footer img.right {
	float: right;
}
3