@charset "UTF-8";

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


/* CSS Document */

body {
	margin: 0 auto;
	background: #6a1313 url(images/body_bg.jpg) repeat-x center 72px;
	font-family:  Arial, Helvetica, Geneva, sans-serif;
}
#outercontainer {
	background: url(images/container_bg.jpg) top no-repeat;
	margin: 0 auto;
	font-size: 0.9em;
}
#container {	
	background: url(images/outercontainer_bg.gif) top repeat-y;
	margin: 0 auto;
	width: 976px;
}

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

/************************************************
************** School Banner ********************
************************************************/
#schoolspecific {
	margin: 0 auto;
	padding: 10px 25px 0 25px;
	width: 926px;
	height: 223px;
	background: url(images/container_bg.jpg) top no-repeat;
}
#schoolname {
	text-align: center;
	margin: 0 auto;
	font-style: italic;
}
#schoolspecific h1 {
	color: #8e0c0c;
	font-size: 26px;
	font-weight: lighter;
	margin: 15px 0 0 0;
}
#schoollogo {
	height: 156px;
	width: 156px;
	margin: 0 auto;
}
#schoollogo img {
}

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

#logovertical * {
	vertical-align: middle;
}

#schoolinfo {
	margin: 0 auto;
	text-align: center;
}
#schoolinfo ul {
	font-size: 14px;
	display: inline;
	margin: 5px 0 0 0;
}
#schoolinfo li {
	color: #5b5b5b;
	list-style-type: none;
	display: inline;
	margin-right: 12px;
}

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

/* Primary Nav */
#nav {
	height: 32px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	width: 952px;
	padding: 0 12px 0 12px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 0.9em;
}
#nav ul, #navigation ul li {
	list-style: none;
}
#nav ul {
	margin: 0;
	padding:0;
	text-align: left;
	height: 32px;
}
#nav ul li {
	display: inline;
	margin: 0;
}
#nav ul li a {
	text-decoration: none;
	padding: 0 0 0 4px;
	font-weight: normal;
	color: #313030;
	float: left;
	display: inline;
}
#nav ul li span {
	padding: 9px 19px 23px 15px;	
	display: block;
}
#nav ul li a:hover {
	color: #8e0c0c;
}
#nav ul li.current {
	margin: 0;
}
#nav ul li.current a {
	background: url(images/secnav_cur-leftbg.jpg) top left no-repeat;
	display: inline;
	color: #FFF;
}
#nav ul li.current span {
	background: url(images/secnav_cur-rightbg.jpg) top right no-repeat;
}
#nav ul li.current span:hover {
	color: #FFF;
}

/* Secondary Nav */
#secnav {
	width: 952px;
	height: 0;
	font-size: 0.9em;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 0 12px;
}
#secnav ul {
	width: 199px;
	line-height: 1.3em;
	text-align: left;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	list-style: none;
	padding-top: 10px;
}
#secnav li {
	margin: 0 0 8px 17px;
	padding: 0 20px 0 0;
}
#secnav li a {
	color: #494949;
	text-decoration: none;
}
#secnav li a:hover {
	color: #a84444;
	text-decoration: none;
}
#secnav li.current {
	background-image: url(../shinybar_sal/images/secnav_curbg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#secnav  li.current a {
	color: #872b07;
}
#secnav li a:hover {
}
#snbott {
	display: none;
}


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

#wrapper {
	width: 976px;
	background-color: #FFFFFF;
	margin: 0 auto;
	background: url(images/wrapper_bg.jpg) no-repeat top;
	min-height: 62px;
	_height: 62px;
	padding-top: 20px;
}

#wrapping {
	clear: both;
	height: 86px;
	margin: 0 auto;
	background: url(images/wrapping_bg.jpg) center bottom no-repeat;
}


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

#content {
	width: 507px;
	margin: 0 221px 0 23px;
	padding: 0;
	float: right;
	display: inline;
}
#content .article {
	margin-bottom: 15px;	
}
#content h1 {
}
#content h2 {
	color: #550101;
	font-size: 1.25em;
	font-weight: normal;
	padding:  15px 0 6px 15px;
	margin: 0;
	background: url(images/contheader_bg.jpg) no-repeat left top;
}
#content h3 {
	color: #550101;
	font-size: 1.2em;
	font-weight: normal;
	padding:  5px 0 5px 0;
	margin: 0;
}
#content h4 {
	color: #000;
	font-size: 1.05em;
	font-weight: bold;
	padding:  0 0 5px 0;
	margin: 0;
}

#content p {
	margin: 0 0 10px 0;
}
#content .article .arttext {
	margin-top: 12px;
	margin-bottom: 25px;
	margin-left: 16px;
}
#content .artimg {
}
#content img {
	float: left;
	padding: 4px;
	margin: 12px;
}
#content a {
	color: #0076BE;
}
#content a:hover {
	color: #00385a;
}
#content ul, #content ol {
	margin-bottom: 12px;
	margin-left: 25px;
}
#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: left;
	width: 205px;
	display: inline;
	margin: 0 0 0 20px;
}
#column a {
	color: #550101;
}
#search h3, #calendar  h3, #randomphoto h3, .enticer h3, #eteachers h3  {
	font-size: .9em;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 0px;
	text-align: left;
	text-transform: none;
}

#search h3 {
	color: #3f3f3f;
}

#eteachers h3 {
	color: #3f3f3f;
}

.enticer h3 {
	color: #550101;
}
#calendar h3, #randomphoto h3 {
	color: #872b07;
}
#colbott {
}

#galleryselector {
	width: 100%;
}

/* eTeachers */
#eteachers {
	background: url(images/col_eteachers.jpg) no-repeat top center #d6d6d6;
	padding: 6px 12px 10px 12px;
	height: 73px;
	text-transform: none ;
}
#eteachbott {
	background: url(images/col_eteachbott.jpg) no-repeat bottom center;
	height: 17px;
	margin-bottom: 17px;
}

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

#eteachers h3 {
	padding: 8px 0;
	text-transform: none;

}
#eteachers form {
	margin: 0;
}

/* Search */
#search {
	background: url(images/col_searchbg.jpg) no-repeat top center #d6d6d6;
	padding: 6px 12px 10px 12px;
	height: 73px;
}
#srchbott {
	background: url(images/col_searchbott.jpg) no-repeat bottom center;
	height: 17px;
	margin-bottom: 17px;
}
#search h3 {
	padding: 8px 0;
}
#search form {
	margin: 0;
}
/* Calendar */
#calendar {
	background: url(images/col_cal_bg.jpg) no-repeat top center;
	padding-right: 12px;
	padding-left: 12px;
	margin-top: 25px;
}
#caltop {
	padding-top: 5px;
}
#caltop h3 {
}

#calinfo {
	padding: 5px 0 20px 0;
	}
#calendar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
#calendar li {
	color: #000000;
	margin-top: 0px;
	padding-bottom: 5px;
}
#calinfo .date {
	margin-right: 8px;
	color: #872b07;
	text-transform: uppercase;
}
#calendar li a {
}
#calbott {
	margin-bottom: 17px;
}
#calviewfull {
	text-align: center;
}
#calviewfull p a {
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px;
	background: url(images/column_btn.gif) bottom repeat-x;
}
#calviewfull p a:hover {
	background: url(images/column_btn.gif) top repeat-x;
}

/* Random Photo */
#randomphoto {
	background: url(images/col_rph_bg.jpg) no-repeat top center;
	padding: 0 12px;
	margin-top: 25px;
}
#rptop {
	padding: 5px 0;
}
#rptop h3 {
}
#rpinfo {
	width: 181px;
	margin: 0 auto;
}
#randomphoto #rpi {
	margin: 0 auto 4px auto;
	text-align: center;
}
#randomphoto img {
	margin: 0 auto; 
}

#randomphoto p {
}
#rpinfo p {
	font-size: 0.8em;
	margin: 2px 0 5px 0;
	text-align: left;
	color: #333333;
}
#rpbott {
	height: 40px;
	padding-top: 22px;
	display: inline;
}
#rpviewgallery {
	text-align: center;
	margin-bottom: 17px;
	margin-top: 20px;
}
#rpviewgallery  p a {
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px;
	background: url(images/column_btn.gif) bottom repeat-x;
}
#rpviewgallery  p a:hover {
	background: url(images/column_btn.gif) top repeat-x;
}

/* Enticers */
.enticer {
	background: #d6d6d6 url(images/col_searchbg.jpg) no-repeat top center ;
	margin-top: 25px;
}
.entctop {
	padding: 8px 12px 0 12px;
}
.entctop h3 {
	font-size: 1em;
}
.entctext {
	font-size: 0.9em;
	padding: 0 12px;
	color: #000000;
}
.entctext p {
	margin: 0 0 10px 0;
}
.entcbott {
	background: url(images/col_searchbott.jpg) bottom no-repeat ;
	margin-bottom: 17px;
	padding: 5px 0;
	height: 20px;
}
.entcviewfull {
	margin: 0 auto;
	text-align: center;
}
.entcbott  p a {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
}
.entcbott p a:hover {
	text-decoration: underline;
}


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

#split {
	clear: both;
	display: inline;
}

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

/* Sandbox */
#sandbox {
	clear: both;
	width: 976px;
	margin: 0 auto;
	background: url(images/sandbox_top.gif) no-repeat center top #FFFFFF;

}
#sandouter {
	margin: 0 auto;
	background: url(images/sandbox_bot.gif) no-repeat center bottom;
	padding: 18px;
	}
#sandbox h4 {
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 1.2em;
	font-weight: lighter;
}
#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 {
	display: none;
}

/* Footer */
#footer {
	margin: 0 auto;
	clear: both;
	padding: 15px 0;
	background-color: #6a1313;
	text-align: center;
}
#footbott {
	display: none;
}
#footer p {
	margin: 0;	
}
#footer h5 {
	margin-top: 12px;
	margin-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;
}
