/* CORE ELEMENTS */
html,body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	background:#111111 url(../images/background_lights.png) no-repeat top right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

a, a:visited {
	color:#333333;
}

a:hover {
	color:#888888;
}

hr {
	border:none;
	border-bottom:1px solid #CCCCCC;
}

/* IDs */
#bottomGrass {
	background:url(../images/grass.png) repeat-x;
	height:46px;
	position:absolute;
	bottom:0;
	width:100%;
}

#container {
	width:924px;
	margin:0 auto 0 auto;
	padding-bottom:124px;
}

#content {
	width:918px;
	position:relative;
	min-height:513px;
	background:url(../images/field.png) repeat;
	border:3px solid #FFFFFF;
	margin:5px 0 0 0;
}

#football {
	width:136px;
	height:83px;
	background:url(../images/football_bottom.png);
	position:absolute;
	bottom:0;
}

#footer {
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	margin:10px 0 0 0;
}

#header {
	width:924px;
	height:156px;
	background:url(../images/header.png) no-repeat bottom;
}

#leftSide {
	width:196px;
	/*min-height:495px;*/
	float:left;
	margin:7px 5px 5px 5px;
	padding:5px;
}

#logo {
	display:block;
	position:absolute;
	width:924px;
	height:110px;
	float:left;
	text-indent:-9999px;
}

#motto {
	text-indent:-9999px;
	width:670px;
	height:50px;
	margin-bottom:5px;
	background:url(../images/motto.png) no-repeat;
}

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float:left;
	margin:126px 0 0 0;
}

#nav li a {
	display:block;
	padding:5px;
	margin:0 15px 0 15px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

#nav li a:hover {
	background:url(../images/diamond_plate.png) repeat-x;
	color:#111111;
	border:1px solid #111111;
	margin:0 14px 0 14px;
}

#rightSide {
	width:670px;
	/*min-height:495px;*/
	float:right;
	margin:7px 5px 5px 5px;
	padding:5px;
}

#slideshowContainer {
	height:188px;
	border:8px solid #ffffff;
	margin:0 0 20px 0;
	overflow:hidden;
	z-index:100;
	position:relative;
}

#slideshow {
	position:relative;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	display:none;
	width:670px;
}



#slideshow IMG.active {
	z-index:10;
	display:block;
	margin-top:-100px;
	width:670px;
}



#slideshow IMG.last-active {
	z-index:9;
	width:670px;
}


#wrapper {
	min-height:100%;
	position:relative;
}

/* CLASSES */
.boxHeader {
	background:#333333 url(../images/helmet_icon.png) no-repeat 5px center;
	color:#FFFFFF;
	font-weight:bold;
	margin:-5px -5px 5px -5px;
	padding:5px 5px 5px 28px;
	border-bottom:1px solid #888888;
}

.coachTable {
	font-size:10px;
	float:left;
	border:1px solid #111111;
	background:#FFFFFF;
	margin:10px;
}

.colsWhite {
	border:2px solid #333333;
	background:url(../images/transparent_bg.png) repeat;
}

.communityList {
	margin:0;
	padding:0;
	list-style:none;
}

.communityList li a, .communityList li a:visited {
	border-bottom:1px dashed #666666;
	padding:8px 0 8px 15px;
	display:block;
	font-size:12px;
	background:url(../images/double_arrow_bullet.png) no-repeat left center;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

.communityList li a:hover {
	background-color:#E6EED7;

}

.communityList li a span{
	font-size:10px;
}

.even {
	background:#FFFFFF;
}


.odd {
	background:#CCCCCC;
}

.opacity {
	opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
	-moz-opacity: .70; /* FF lt 1.5, Netscape */
}

.recentPhotos {
	float:left;
	margin:8px;
	width:85px;
	height:56px;
	overflow:hidden;
	border:1px solid #333333;
	position:relative;
}

.recentPhotosMedium {
	float:left;
	margin:20px;
	width:173px;
	height:129px;
	overflow:hidden;
	border:1px solid #333333;
	position:relative;
	background-color:#FFFFFF;
	text-align:center;
}

.recentPhotosText {
	position:absolute;
	bottom:0;
	left:0;
	height:auto;
	width:100%;
	text-align:center;
	background:#000000;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

.recentPhotosText a, .recentPhotosText a:visited, .recentPhotosText a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.smallCol {
	width:310px;
	float:left;
	margin:-5px 5px 5px 5px;
	padding:5px;
	border:2px solid #333333;
	background:url(../images/transparent_bg.png) repeat;
}

.smallColWide {
	width:640px;
	margin:-5px 5px 5px 5px;
	padding:5px;
	border:2px solid #333333;
	background:url(../images/transparent_bg.png) repeat;
}


/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* LIGHTBOX */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}