@charset "UTF-8";

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

/* CSS Document */

body {
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 72px;
	background-color: #f7bd3a;
}
#outercontainer {
	font-family: "Gill Sans", Helvetica, Arial;
}
#container {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
}

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

/************************************************
************** School Banner ********************
************************************************/
#schoolspecific {
	position: relative;
	height: 290px;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#schoolname {
	margin: 90px 0 0 30px;
	float: left;
	text-align: center;
	display: inline;
}
#schoolspecific h1 {
	color: #f7bd3a;
	font-weight: normal;
	font-size: 27px;
}
#schoollogo {
	margin-top: 40px;
	padding-left: 70px;
	height: 156px;
	float:  left;
	display: inline;
}

#logovertical { 
	display: table-cell; 
	text-align: center; 
	vertical-align: middle; 
	height: 156px;  /* please note add px */ 
} 
#logovertical * { 
	vertical-align: middle; 
} 
#schoolinfo {
	position: absolute;
	right: 84px;
	top: 9px;
	color: #49394d;
	font-size: 12px;
	text-align: center;
	width: 814px;
}

#schoolinfo ul {
	font-style: normal;
	display: inline;
}
#schoolinfo li {
	display: inline;
	margin-left: 12px;
	margin-right: 12px;
}


/*****************************
******** Wide Selected *******
******************************/

#schoolspecific.widelogo #schoollogo {
	float: left;
	height: 120px;
	display: block;
}

#schoolspecific.widelogo #logovertical {
	display: table-cell; 
	text-align: center; 
	vertical-align: middle; 
	height: 120px;
	}


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


/* Primary Nav */
#nav {
	height: 25px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	background-color: #ffd249;
}
#nav ul, #navigation ul li {
}
#nav ul {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	margin-bottom: 0px;
	height: 27px;
}
#nav ul li {
	display: inline;
	margin-right: 8px;
	margin-left: 8px;
	/*padding-top: 7px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 6px;*/
	padding: 7px 7px;
}
#nav ul li a {
	color: #000000;
	height: 27px;
}
#nav ul li span {
	padding-top: 7px;
	padding-bottom: 8px;
	/*padding-right: 4px;*/
	/*padding-left: 4px;*/
}
/*#nav ul li.current {
}*/

#nav ul li.current {
	color: #FFF;	
	background-color: #000000;
}
#nav ul li.current span {
	color: #FFF;
	
}
#nav ul li a:hover {
	text-decoration: underline;	
}
#nav ul li.current a:hover {
}
#nbott {
}
/* End of Exploding Boy */



/* Secondary Nav */
#secnav {
	margin: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color: #000;
}
#secnav ul {
}
#secnav li {
	display: inline;
	margin-right: 8px;
	margin-left: 8px;
}
#secnav li a {
	color: #FFFFFF;	
}
#secnav li a:hover {
	text-decoration: underline;
}
#secnav  li.current a {
	text-decoration: underline;	
}
#secnav li a:hover {
}
#snbott {
	height: 8px;
	background-color: #000000;
}






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

#wrapper {
	padding-top: 8px;
	background-color: #FFFFFF;
	float: left;
	width: 976px;
	padding-bottom: 20px;
}

#wrapping {
	background-image: url(images/wrapping_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 976px;
	clear: both;
}

#generalfill {
	display: none;
}


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

#content {
	width: 650px;
	float: left;
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	display: inline;
	margin-left: 22px;
}
#content .article {
	
}
#content h1 {
}
#content h2 {
	color: #f7bd3a;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 12px;
	padding-bottom: 3px;
	padding-top: 18px;
}
#content h3 {
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 3px;
	padding-top: 18px;
}
#content p {
	margin-bottom: 15px;
}
#content .artimg {
}
#content img {
	float: left;
	padding: 8px 15px 15px 15px;
	margin: 0px;
}
#content a {
	color: #288ECF;
}
#content a:hover {
	color: #135983;
}
#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;
	width: 255px;
	display: inline;
	color: #FFFFFF;
	margin-right: 20px;
}
#search h3, #calendar  h3, #randomphoto h3, .enticer h3, #eteachers h3  {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 0px;
	font-style: italic;
	letter-spacing: 2px;
	color: #000;
	text-transform: lowercase;
}
#calendar h3, #randomphoto h3 {
}
#colbott {
}

#galleryselector {
	width: 100%;
}

/* eTeachers */
#eteachers {
	margin-top: 8px;
	background-color: #288ecf;
	padding: 4px 12px 12px;
	background-image: url(images/eteachers_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#eteachbott {
	background-image: url(images/eteachbott_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 8px;
	margin-bottom: 5px;
}

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

#eteachers h3 {
	color: #FFFFFF;
}
#eteachers form {
	
}

/* Search */
#search {
	margin-top: 8px;
	background-color: #FDD248;
	padding: 4px 12px 12px;
	background-image: url(images/search_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#srchbott {
	background-image: url(images/srchbott_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 8px;
	margin-bottom: 5px;
}
#search h3 {	
}
#search form {
	
}
/* Calendar */
#calendar {
	margin-top: 8px;
	margin-bottom: 15px;
	padding-top: 8px;
	background-image: url(images/calendar_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #f7be3b;
}
#caltop {
	background-image: url(images/calendar.png);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
	display: block;
	height: 78px;
	vertical-align: middle;
	padding-top: 15px;
	margin-top: -5px;
	padding-left: 12px;
	margin-bottom: -40px;
}
#caltop h3 {
	/*background-image: url(images/calendar.png);
	background-repeat: no-repeat;
	background-position: right center;
	overflow: visible;
	display: block;
	height: 78px;
	vertical-align: middle;*/
}
/*#caltop h3:before {
	content: "";
	display: inline;
	width: 190px;
	background: url(images/calendar.png) no-repeat right top;
	padding-right: 68px;
	float: right;
	padding-top: 70px;
}*/
#calinfo {
	background-position: top;
	padding: 0 12px 0 12px;
	margin-bottom: 8px;
}
#calendar ul {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 18px;
	font-size: 1.2em;
}
#calendar li {
	font-size: 0.7em;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 8px;
}
#calinfo  .date {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffda46;
	padding-bottom: 1px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#calendar li a {
}
#calbott {
	background-image: url(images/calbott_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 8px;
	clear: both;
}
#calviewfull {
	text-align: center;
	margin-bottom: 5px;
}
#calviewfull p a {
	font-size: 0.8em;
	color: #000;
	text-decoration: none;
	height: 15px;
	display: inline-block;
	padding: 8px;
	background-color: #FFF;
}
#calviewfull p a:hover {
	text-decoration: underline;
}


/* Random Photo */
#randomphoto {
	background-color: #ffd249;
	margin-bottom:10px;
	background-image: url(images/randomphoto_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#rptop {
	background-image: url(images/randomphoto_camera.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 67px;
	vertical-align: middle;
	padding-top: 15px;
	margin-top: -5px;
	padding-left: 12px;
	margin-bottom: -35px;
	z-index: 1;
	position: relative;
}
#rpinfo {
	background-position: top;
	margin-bottom: 12px;
	width: 181px;
	margin-right: auto;
	margin-left: auto;
}
#rptop h3 {
	margin-top: 4px;
}
#randomphoto #rpi {
	margin: 0 auto 4px auto;
	text-align: center;
}
#randomphoto img {
	margin-bottom: 0px;
}


#randomphoto p {
}
#rpinfo p {
	font-size: 0.8em;
	margin: 2px 0 5px 0;
	text-align: left;
}
#rpbott {
	background-image: url(images/rpbott_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 8px;
}
#rpviewgallery {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100px;
	height: 19px;
	background-color: #FFFFFF;
	padding-top: 5px;
	
}
#rpviewgallery  p a {
	font-size: 0.8em;
	color: #000;
	text-decoration: none;
}
#rpviewgallery  p a:hover {
	text-decoration: underline;
}

/* Enticers */
.enticer {
	background-color: #000;
	margin-bottom: 10px;
	width: 255px;
	overflow: hidden;
}
.entctop {
	background-image: url(images/enticer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 8px 0px 8px;

}
.entctop h3 {
	margin-top: 4px;
	margin-bottom: 10px;
	padding: 0 8px;
	color: #FFF;
}
.entctext {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 18px;
	font-size: 0.9em;
}
.entcbott {
	background-image: url(images/entcbott_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 8px;
}
.entcviewfull {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100px;
	height: 19px;
	background-color: #FFF;
	padding-top: 5px;
	margin-bottom: 0px;
}
.entcbott  p a {
	font-size: 0.8em;
	color: #000;
	text-decoration: none;
}
.entcbott p a:hover {
	text-decoration: underline;
}


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

#split {
	clear: both;	
}





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

/* Sandbox */
#sandbox {
	clear: both;
	background-color: #FFFFFF;
	padding: 15px 24px;
}
#sandouter {
	
	
}
#sandbox h4 {
	margin-bottom: 5px;
	margin-top: 0px;
}
#sandbox img {
	float: left;
	margin: 15px;
}
#sandbox p {
}
#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 {
	background-image: url(images/sandbott_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 11px;
	width: 976px;
	margin-bottom: 10px;
	clear: both;
	float: left;
}

/* Footer */
#footer {
	margin-right: 24px;
	margin-left: 24px;
	clear: both;
}
#footbott {
}
#footer p {
	margin-bottom: 12px;	
}
#footer h5 {
	margin-top: 12px;
	padding-bottom: 20px;
}
#footer h5 a {
	font-weight: normal;
	color: #000000;
	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;
}
