/*Colors:

Red: 		#D00000
Dk Gray:	#6a6a6a
Md Gray: 	#A9A9A9
Light Gray:	#f2f2f2

*/		

.imagereplace {
-x-system-font:none !important;
display:inline-block;
font-family:Arial !important;
font-size:0pt !important;
font-size-adjust:none !important;
font-stretch:normal !important;
font-style:normal !important;
font-variant:normal !important;
font-weight:normal !important;
line-height:0pt !important;
overflow:hidden;
text-indent:-3000px;
vertical-align:bottom;
}

/* @group Elements */

body {
	position: relative;
	background: #f2f2f2 url(../images/body-bg.jpg) repeat-x 200px 0;
	margin: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 130%;
}

h1 {
	background: #696969;
	margin: 0 0 15px 0;
	font-family: Impact, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: .06em;
/* 	height: 24px; */
	padding: 8px 0 8px 8px;
	color: #fff;
/* 	color: #696969; */
	display: block;
	width: auto;

}

#content h1 {
	width: 472px;
}

.entry h1 {
	width: auto;
}

#content .wide h1 {
	margin-bottom: 0;
	width: auto;
}

h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #fff;
}	

h1 a:hover {
	color: #ccc;
}

h2 {
	margin: 0 0 .5em 0;
	color: #D00000;
	font-family: Impact, Arial, sans-serif;
/* 	font-weight: bold; */
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: .03em;
}

h2 a {
	color: #d00000;
}

h3 {
	font-size: 1.2em;
	letter-spacing: .04em;
	font-family: Impact, Arial, sans-serif;
/* 	font-weight: bold; */
	text-transform: uppercase;
	margin: 0 0 .5em 0;
}

h3 span {
	color: black;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: .6em;
	padding: 0 0 0 1em;
	text-transform: none;
}

h3 > span a:link, h3 > span a:visited {
	color: #f2f2f2;
}

h4 {
	font-weight: bold;
	font-size: 1.2em;
	color: #2F2F2F;
}

h4 a {
	text-decoration: none;
	color: #2F2F2F;
}

h4 a:hover {
	color: #000;
}

p {
	margin: 0 0 1em 0;
}

em {
	font-style: italic;
}

sup {
	vertical-align: baseline;
}


a, a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #696969;
}

a:active {

}

ul {
	list-style: square;
	margin-left: 30px;
}

.gray {
	color: #6a6a6a;
}

.white {
	color: #fff;
}

strong {
font-weight: bold;
}

/* @end */

/* @group Structure */
	
div#browser {
	position: relative;
	top: 0;
	width: 100%;
	padding: 8px;
	font-size: 14px;
	background: #858585;
	color: white;
	text-align: center;
/* 	font-weight: bold; */
}
div#browser a:link {
	color: #ccc;
}
	
div#wrapper {
	width: 921px;
	margin: 0 auto 3em auto;	
	position: relative;
}


div#container {
	position: relative;
	width: auto;
	margin: 25px auto;
}

div.shadow {
	background: url(../images/shadow2.png) no-repeat;
	width: 23px;
	height: 677px;
	position: absolute;
	right: -23px;
	top: 0;
}


/* @end */

/* @group sidebar-left */

div#sidebar-left {
	width: 145px;
	min-height: 300px;
	background: url(../images/left-sidebar-bg.jpg) right repeat-y;
	position: relative;
	top: 0;
	z-index: 2;
}

div#sidebar-left-top {
	height: 110px;
	background: url(../images/left-sidebar-top.jpg) no-repeat right top;
}

div#sidebar-left-bottom {
	height: 80px;
	background: #F1F1F1 url(../images/left-sidebar-bottom.jpg) no-repeat right top;
	bottom: 0;
	margin: 0;
}

div#sidebar-left ul#mainnav {
}

div#sidebar-left ul {
	margin: 0 0 0 0em;
	font-size: 16px;
	list-style: none;
}

div#sidebar-left ul li {
	margin: -4px 0 0 0;
	width: 145px;
}

div#sidebar-left ul ul li {
}

div#sidebar-left ul li a {
	display: block;
	list-style: none;
	margin: 0 0 0 0;
	height: 32px;
	padding-top: 6px;
	background: url(../images/leftnav-banners.png) 0 bottom;
}

div#sidebar-left ul li.current_page_item > a {
	list-style: none;
	margin: 0 0 0 0;
	height: 33px;
	background: url(../images/leftnav-banners.png) 0 0 ;
}

div#sidebar-left ul li.current_page_item > a:hover, div#sidebar-left ul li.current_page_item > a:active {
	background: url(../images/leftnav-banners.png);
}

div#sidebar-left ul li a {
	color: #fff;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 9px 0 0 25px;
}
div#sidebar-left ul li a:link, div#sidebar-left ul li a:visited {
	color: #fff;
}

div#sidebar-left > ul > li > a:hover, div#sidebar-left > ul > li > a:active {
	background-position: left -55px;
	color: #f2f2f2;
}


div#sidebar-left ul li ul li a:link, div#sidebar-left ul li ul li a:visited  {
	font-size: .9em;
	background: #848484;
}


div#sidebar-left ul li ul li a:hover {
	color: #A9A9A9;
	font-size: .9em;
	background: #848484;
}

div#sidebar-left ul#mainnav {
	position: static;
}

div#sidebar-left ul#subscribe {
	margin: 1em 0 0 12px;
/* 	width: 105px; */
	width: auto;
	background: url(../images/subscribe-bg.png) 0px 0 repeat-y;
	padding: 1em;
	font-size: .8em;
}

div#sidebar-left ul#subcribe li {
	padding: 0;
	margin: 0 0 0 0;
}

ul#subscribe li.email {
	list-style-image: url();	
}

ul#subscribe li.twitter {
	list-style-image: url();	
}

ul#subscribe li.rss {
	list-style-image: url();	
}

div#sidebar-left ul#subscribe li a {
	height: auto;
	background: none;
	padding: 0 0 .6em 0;
	margin: 0;
}

/* @end */

/* @group ul#mainnav */

ul#mainnav li.page-item-19 a {
	background: url(../images/leftnav-banners.png) 0 -110px;
	font-size: 1.1em;
	height: 35px;
	margin: 0;
	padding: 13px 0 5px 25px;
}

ul#mainnav li.page-item-19 a:link, ul#mainnav li.page-item-19 a:visited {
	color: #D00000;
}

ul#mainnav li.page-item-19 a:hover {
	background: url(../images/leftnav-banners.png) 0 -173px;
	color: #f2f2f2;
	

}

ul#mainnav li.page-item-19 li a:link, ul#mainnav li.page-item-19 li a:visited {
	color: #fff;
	padding: 9px 0 0 25px;
	/* padding-top: 6px; */

}

ul#mainnav li.page-item-19 li a:hover {
	color: #A9A9A9;
	background: #848484;

	
}

/* @end */

/* @group sidebar-right */

div#sidebar-right {
	position: absolute;
	width: 190px;
	top: 145px;
	left: 710px;
	line-height: 110%;
	z-index: 10;
}

#sidebar-right p {
	font-size: .8em;
}

div#sidebar-right ul {
	margin: 0 0 1.5em 0;
	overflow: auto;
}

div#sidebar-right ul li, div#sidebar-right ol li {
	margin: 0 0 .5em 0em;
	color: #6a6a6a;
	font-size: .8em;
	list-style: none;
	letter-spacing: -.02em;
	overflow: visible;
}

div#sidebar-right ul.feed li {
	margin-bottom: 1em;
}

div#sidebar-right ul li a {
	margin: 0 0 0 0em;
	text-decoration: none;
	font-weight: bold;
}

div#sidebar-right ul li span.date {
	margin: 0 .6em 0 0;
}

div#sidebar-right ul li a:link, div#sidebar-right ul li a:visited {
	color: #000;
}

div#sidebar-right ul li a:active, div#sidebar-right ul li a:hover {
	text-decoration: underline;
}


div#sidebar-right ul li.more a:link, div#sidebar-right ul li.more a:visited {
	font-weight: bold;
	color: #6a6a6a;
}

div#sidebar-right ol li {
	color: #000;
	list-style-type: decimal;
}

/* @end */

/* @group Content */

div#content {
	width: 726px;
	min-height: 520px;
	float: right;
	padding: 0;
	font-size: .8em;
	position: relative;
	z-index: 2;
	padding: 75px 0px 80px 50px;
/* 	background: #f2f2f2 url(../images/home-inner-bg.jpg) no-repeat left 0; */
	background: #f2f2f2 url(../images/content-bg.jpg) repeat-y left 0;
}

#content div.top {
	background: url(../images/content-bg-top.jpg) no-repeat;
	height: 140px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -2;
} 

#content div.bottom {
	background: url(../images/content-bg-bottom.png) repeat-x;
	height: 90px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;

}
	

div#featured {
	width: 554px;
	height: 398px;
	background: url(../images/featured-bg.png);
	position: relative;
/* 	top: 35px; */
/* 	left:5px; */
	margin: -37px 0 0 -35px;
/*
	left: -35px;
	top: -37px;
*/
	overflow: auto;
	z-index: -1;
}


div#featured img {
	top:38px;
	left:35px;
	width: 480px;
	height: 321px;
	position: relative;
}

div#featured div.bottom {
	width: 460px;
	height: 43px;
	padding: 20px 0 0 20px;
	font-size: 20px;
	position: absolute;
	bottom: 39px;
	left: 35px;
	background: url(../images/featured-footer.png) repeat-x;
	color: #fff;
}

span.learn-more a {
	position: absolute;
	width: 67px;
	height: 20px;
	background: url(../images/learn-more.png);
	margin: 0 0 0 3em;
	bottom: 24px;
	right: 24px;
}

div.content-bottom {
	margin: 0px 0 0 0;
	width: 480px;
	position: relative;
	height: 140px;
/* 	top: -37px; */
	z-index: 4;	

}

div.content-bottom > div {
	height: 97px;
}

div.content-bottom div.left {
	background: url(../images/bottom-white-bg.png) left 0px;
	width: 200px;
	float: left;
	padding: 15px;
	text-align: center;
	font-size: 1em;
}

div.content-bottom div.right {
	width: 220px;
	float: right;
	background: url(../images/bottom-red-bg.png) right 0px ;
	padding: 15px;
}

div.gallery-thumbs div.ngg-widget {
	margin: 0;
	padding: 0;
}

div.gallery-thumbs a {
	margin: 0 8px 0 0;
}

div.gallery-thumbs .ngg-widget img {
	padding: 0;
}

div.gallery-thumbs a, div.gallery-thumbs img {
	width: 60px;
	height: 60px;
}

div.gallery-thumbs a:link img,  div.gallery-thumbs a:visited img {
	border: #000 1px solid;
}


div.gallery-thumbs a:hover img, sdiv.gallery-thumbs a:active img {
	border-color: #fff;
}

/* @end */

/* @group Header */

#header {
	width: 910px;
	height: 70px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
	left: 12px;
	z-index: 4;
	
}

#header ul#topnav {
	position: absolute;
	top: 19px;
	left: 286px;
	width: 400px;
	z-index: 40;
	margin: 0
}

#header ul#topnav li  {
	margin: 0 0 0 0;
	position: relative;
	list-style-type: none;
	text-align:center;
	width: auto;
	float: left;
}

#header ul#topnav li a {
	margin: 0 34px 0 0;
	float: left;
	height: 30px;
	display: block;
	background: url(../images/topnav-sprites.png) 0 bottom no-repeat;
	position: relative;
}

ul#topnav li a {
-x-system-font:none !important;
display:inline-block;
font-family:Arial !important;
font-size:0pt !important;
font-size-adjust:none !important;
font-stretch:normal !important;
font-style:normal !important;
font-variant:normal !important;
font-weight:normal !important;
line-height:0pt !important;
overflow:hidden;
text-indent:-3000px;
vertical-align:bottom;
}

#header ul#topnav li a:hover {
	background: url(../images/topnav-sprites.png) 0 top no-repeat;
}


/* Athletics */
#header ul#topnav li.page-item-13 a, li#page-item-13 {
	width: 118px;
	background-position: 0 bottom;

}

#header ul#topnav li.page-item-13 a:hover {
	width: 118px;
	background-position: 0 3px;

}

/* Academics */

#header ul#topnav li.page-item-15 a {
	width: 131px;
	background-position: -140px bottom;

}
#header ul#topnav li.page-item-15 a:hover {
	width: 131px;
	background-position: -140px 3px;

}

/* Art */
#header ul#topnav li.page-item-14 a {
	width: 63px;
	background-position: -296px bottom;
	margin-right: 0;
}
#header ul#topnav li.page-item-14 a:hover {
	width: 63px;
	background-position: -296px 3px;
}

#header div#logo a {
	background: url(../images/logo.png) no-repeat;
	height: 110px;
	width: 170px;
	position: absolute;
	top: 13px;
	left: 10px;
	z-index: 10;
}

/* @end */

/* @group Footer */
#footer {
/*
	position: relative;
	margin: 0 auto;
	margin-bottom: 2em;
	margin-top: -2em;
	width: auto;
	text-align: center;
	z-index: 6
*/
float:left;
margin:auto auto 2em 196px;
position:relative;
text-align:center;
width:480px;
z-index:6;
}

div#quote {
	color: #000;
	position: relative;
	font-size: 1em;
	margin: 0 auto;
	text-align: center;
	font-style: italic;
	clear: both;
}

div#quote strong {
	color: #6a6a6a;
	font-style: inherit;
}

.credit {
	font-size: .75em;
	margin-top: 2em;
	
}

h2#tagline {
	background: url(../images/tagline.png) no-repeat;
	width: 382px;
	height: 30px;
	left: 284px;
	bottom: -89px;
	position: relative;
	z-index: 10;
}

/* @end */

/* @group Home Page */

body.home div#sidebar-left {
	/*height:670px*/
}

/* @end */


.block {
	display: block;
}

.center {
	margin: 0 auto;
}

ul.bullets {
	margin: 0 0 0 1em;
}

ul.bullets li {
	list-style: square;
}



div#content div.entry {
	width: 480px;
	margin: 0 0 40px 0;
}

body div#content div.gallery, body div#content div.wide {
	width: 670px;
}

div.entry h2.lead {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
	letter-spacing: normal;
	font-size: 1.5em;
	color: #D00000;
	line-height: 130%;
	display: block;
	margin: 0 0 .6em 0;
}

div.entry h1.entry-title span {
/* 	display: block; */
/* 	float: left; */
	margin-right: 1em;
	color: #d00000;
	margin-bottom: 1em;
}

ul.subpages {
	margin: 0 0 1em 0;
	position: relative;
	overflow: auto;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.3em;
	display: block;
}

ul.subpages li {
	margin-right: 25px;
	float: left;
}

ul.subpages li a {
	color: #6a6a6a;
	font-weight: bold;
}

ul.subpages li a:link, ul.subpages li a:visited {
 	text-decoration: none;
}

ul.subpages li a:hover {
	color: #9b9b9b;
}

ul.subpages li.current_page_item a {
	color: #000;
}

ul.subpages li.current_page_item a:hover {
	color: #9b9b9b;
}

.column {
	width: 220px;
	margin: 0 20px 20px 0;
	float: left;
}

object {
/* 	display: block; */
}

.eventinfo {
	display: none;
}

.date {
	color: #6A6A6A;
	display: block;
}

.meta {
	color: #6A6A6A;
	display: block;
	z-index: 10;
}

.meta ul li {
	float: left;
}

.section {
	font-size: 14px;
	color: #696969;
	display: block;
}

/* @group Page */
/* @end */


/* Button */

a.button:link, #content a.button:visited, #content a.button:hover, #content a.button:active {
	text-decoration:none;
	float: left;
	display: block;
	margin-right: 10px;
}

a.button.last {
	margin-right: 0
}

a.button, span.button {
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:14px;
	font-weight: bold;
	height:34px;
	margin-right:10px;
	padding-right:10px;
	text-decoration:none;
}

a.button span, span.button span {
	float:left;
	height:16px;
	line-height:14px;
	padding:10px 0px 8px 10px;
	text-decoration:none;
	display: block;
}
	
a.button:hover, a.button span:hover, span.button:hover, span.button span:hover {
	background-position: -60px;
}

a.button:hover, span.button:hover {
	background-position-y: -34px;
}

a.button.red, span.button.red {
	background:transparent url(../images/button-red-right.png) no-repeat scroll right top;
	text-decoration:none;
}
a.button.red span, span.button.red span {
	background:transparent url(../images/button-red-left.png) no-repeat scroll 0 0;
}

a.button.gray, span.button.gray {
	background:transparent url(../images/button-gray-right.png) no-repeat scroll right top;
	text-decoration:none;
}
a.button.gray span, span.button.gray span {
	background:transparent url(../images/button-gray-left.png) no-repeat scroll 0 0;
}

a.button.dkgray, span.button.dkgray {
	background:transparent url(../images/button-dkgray-right.png) no-repeat scroll right top;
	text-decoration:none;
}
a.button.dkgray span, span.button.dkgray span {
	background:transparent url(../images/button-dkgray-left.png) no-repeat scroll 0 0;
}

a.button.center {
/* 	float: none; */
	margin: 0 auto;
	float: none;
	width: auto;
	text-align: center;
}

a.button.center span {
	width: auto;
}

div.button-wrap {
	clear:both;
	text-align: left;
	width: 100%;
	overflow: hidden;
	}
	
div.button-wrap h2 {
	text-align: center;
	margin-top: 15px;
}

div.button-wrap a.button.first {
	margin-left: 14px;
}

/* @end Buttons */

.recent-photos {
	overflow: auto;
	position: relative;
}

.recent-photos a img{
	margin: 0 20px 0 0;
	border: 1px solid #000;
	overflow: auto;
}

.recent-photos h3 span a {
	color: #000;
}

.recent-photos .photos {
	background: url(../images/bottom-white-bg.png) left 0px no-repeat;
	padding: 17px 0 17px 17px;

}

/* Sponsors */

#sponsors {
	overflow: auto;
	width: 100%;
/* 	margin-bottom: 20px; */
	text-align: center;
}

#sponsors img {
/* 	float: left; */
	margin-right: 20px;
/* 	display: block; */
	clear: none;
	text-align: center;
}

body.home #sponsors {
	width: 480px;
	margin: 20px 0 0 0;
}

body.home #sponsors img {
	margin-right: 30px;
}

div#sponsors img.last {
	margin-right: 0;
}

/* Donation Form */

p.totals span {
	font-size: 1.3em;
}

p.totals span.total {
	font-size: 2em;
	font-weight: bold;
	margin-right: 10px;
}

span#transaction-fee {
	display: hidden;
}

div.donation {
	padding: 15px;
	border: 2px solid #ccc;
	background: #fff;
	float: left;
	width: 190px;
	margin: 25px 16px 25px 0;
}

div#paypal {
	display: hidden;
	clear: both;
}

.donation label {
	font-weight: bold;
}

.donation input.text {
	padding: 4px;
	font-size: 1.2em;
}

.donation input.submit {
	float: right;
} 

/*
.donation h2 {
	color: #000
}

.donation h2 span  {
	color: #D00000;
}
*/

h2 span  {
	color: #000;
/* 	display: block;	 */
}

/* Search  */

#searchform {
	display: block;
	margin: 0 0 25px 0;
	position: absolute;
	top: 22px;
	right: 22px;
}

.searchterm {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 1.2em;
	margin-left: 5px;
}

.search h2 {
	margin-bottom: 25px;
}

.search .post {
	margin-bottom: 2em;
}

#paypal-cc {
	margin-bottom: 25px;
}

#paypal-cc img {
	margin-right: 20px;
	vertical-align: middle;
}
.fee {
	border-bottom: 1px solid #000;
	font-size: .9em;
}

.header-image {
	padding: 0;
	background: none;
}

.header-image a:hover {
	border-bottom: 2px solid #000;
	margin: 0;
}


iframe#google-form {
	padding: 20px;
	background-color: #fff;
}
