/* --------------------------------------------------------------
  
   Screen Stylesheet
   * imports reset.css & global.css
   * defines site specific styles for screen
   
   Copyright Fusionary Media
   
-------------------------------------------------------------- */



/* Layout
-------------------------------------------------------------- */


html,body{
	min-width: 782px;
	height: 100%;
}
body{
	background: #ececec url(/images/ui/bg-footer-gradient.gif) repeat-y center top;
}
#wrapper{
	background: #fff url(/images/ui/bg-content-gradient.gif) repeat-y center top;
}
#wrapper-inner{
	background: url(/images/ui/bg-content-stripe.gif) repeat-x;
}
#container-outer{
	background: url(/images/ui/bg-content-stripe-gradient.gif) no-repeat center top;
	width: 730px;
	margin: 0 auto;
	padding: 0 26px;
}
#container-inner{
	min-height: 246px;
	background: #fff;
}

body.sidebar #container-inner{
	background: url(/images/ui/bg-sidebar-gradient.gif) no-repeat right bottom;
}
body.sidebar #container{
	background: #fff url(/images/ui/bg-sidebar.gif) repeat-y right top;
}
#footer{
	background: url(/images/ui/bg-footer-stripe.gif) repeat-x;
}
#footer-inner{
	width: 700px;
	margin: 0 auto;
	padding: 26px 26px 26px 56px;
	background: url(/images/ui/bg-footer-stripe-gradient.gif) no-repeat;
	min-height: 12px;
}
#header{
	background: #fff;
	width: 730px;
	margin: 0 auto;
	padding: 0 26px;
	position: relative; /* for absolute positioning of link */
}
#sidebar{
	background: url(/images/ui/bg-sidebar.gif) repeat-y;
	float:right;
	width: 204px;
	padding: 0 18px;
	margin-bottom: 40px;
}
#content{
	width: 450px;
	float: left;
	padding: 1.5em 0 1.5em 20px;
}
body.full #content{
	width: auto;
	float: none;
	padding: 1.5em 10px 3em;
}


/*main section heading*/
h2.heading-main{
	background: #000;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	padding: .35em 20px .5em;
	margin: 0;
}
div.heading-main{
	background: #000;
	min-height: 198px;
	padding: 30px 1.5em 18px;
	position: relative;
}
div.heading-main h2{
	width: 388px;
	height: 32px;
	background: url(/images/ui/heading-welcome.gif) no-repeat;
}
div.heading-main p{
	width: 388px;
	font-size: 13px;
	color: #bcbcbc;
	margin: 0;
}
div.heading-main a{
	color: #b20400;
	font-weight: bold;
}

h2.heading-main em{
	font-size: 15px;
	font-style: normal;
	color: #999;
}

#slideshow-home{
	overflow: hidden;
	width: 270px;
	height: 210px;
	position:absolute;
	top: 18px;
	right: 18px;
}
#slideshow-home a,
#slideshow-home img{
	display: block;
}

#slideshow-home .decor-one,
#slideshow-home .decor-two,
#slideshow-home .decor-three,
#slideshow-home .decor-four{
	width: 5px;
	height: 5px;
	position:absolute;
	background: url(/images/ui/slideshow-decor.png) no-repeat;
	z-index: 1000;
}
#slideshow-home .decor-one{
	top: 0;
	left: 0;
	background-position: 0 0;
}
#slideshow-home .decor-two{
	top: 0;
	right: 0;
	background-position: 100% 0;
}
#slideshow-home .decor-three{
	bottom: 0;
	left: 0;
	background-position: 0 100%;
}
#slideshow-home .decor-four{
	bottom: 0;
	right: 0;
	background-position: 100% 100%;
}


/* Header
-------------------------------------------------------------- */

#branding-logo{
	margin: 0;
	position: relative;
	left: -33px;
	padding: 5px 0 13px 0;
}

/* return to phs main link */
#return-phs{
	background: #eee url(/images/ui/rounded-10px-ltgray-on-white.gif) no-repeat left bottom;	
	position: absolute;
	right: 36px;
	top: 0;
}
#return-phs:hover{
	background-color: #e5e5e5;
	text-decoration: none;
}
#return-phs span{
	background: url(/images/ui/rounded-10px-ltgray-on-white.gif) no-repeat right bottom;	
	padding: .5em 2em;
	display: block;
}



/* Nav-Main
-------------------------------------------------------------- */

#nav-main, #nav-main li{
	margin: 0;
	padding: 0;
	list-style: none;
}
/*#nav-main{
	position:relative;
	top: 5px;
}
body.gallery #nav-main,
body.forms #nav-main{
	padding-bottom: 5px !important;
}*/
#nav-main li{
	float:left;
}
#nav-main li a{
	display: block;
	background: #000 url(/images/ui/bg-nav.gif) no-repeat;
	height: 41px;
}
/*#nav-main li a.active{
	padding-bottom: 5px !important;
}*/
#nav-main li.nav-home a{
	width: 82px;
}
	#nav-main li.nav-home a:hover{
		background-position: 0 -82px;
		
	}
	#nav-main li.nav-home a.active{
		background-position: 0 -41px;
	}
#nav-main li.nav-sports a{
	width: 91px;
	background-position: -82px 0;
}
	#nav-main li.nav-sports a:hover{
		background-position: -82px -82px;
		
	}
	#nav-main li.nav-sports a.active{
		background-position: -82px -41px;
	}
#nav-main li.nav-news a{
	width:80px;
	background-position: -173px 0;
}
	#nav-main li.nav-news a:hover{
		background-position: -173px -82px;
	}
	#nav-main li.nav-news a.active{
		background-position: -173px -41px;
	}
#nav-main li.nav-boosters a{
	width: 201px;
	background-position: -253px 0;
}
	#nav-main li.nav-boosters a:hover{
		background-position: -253px -82px;
	}
	#nav-main li.nav-boosters a.active{
		background-position: -253px -41px;
	}
#nav-main li.nav-director a{
	width: 178px;
	background-position: -454px 0;
}
	#nav-main li.nav-director a:hover{
		background-position: -454px -82px;
	}
	#nav-main li.nav-director a.active{
		background-position: -454px -41px;
	}
#nav-main li.nav-history a{
	width: 98px;
	background-position: -632px 0;
}
	#nav-main li.nav-history a:hover{
		background-position: -632px -82px;
	}
	#nav-main li.nav-history a.active{
		background-position: -632px -41px;
	}


/* Footer
-------------------------------------------------------------- */

#footer a{
	color: #ad0500;
	font-size: 13px;
}
#footer a:hover{
	color: #830300;
}
#footer ul, #footer li{
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}
#footer li{
	display:inline;
	border-right: 1px solid #b4b4b4;
	padding-right: 1em;
	margin-right: 1em;
	color: #666;
}
#footer li.last{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
#footer strong{
	font-size: 10px;
}
#footer p{
	margin-bottom: 0;
}
#crest{
	float:left;
	margin-right: 18px;
}
ul#nav-secondary{
	margin-bottom: .5em;
}
#contact-info li{
	min-height:18px;
}
#contact-info img{
	vertical-align: middle;
	position: relative;
	top: -.3em;
}



/* Sidebar
-------------------------------------------------------------- */

#sidebar h3{
	margin: 30px 0;
}
#sidebar h4{
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
	background: url(/images/ui/bg-sidebar-heading.gif) repeat-y;
	margin: 0 -18px .81em;
	padding: .6em 10px;
	font-weight: bold;
}
#sidebar div.section{
	margin-bottom: 1.5em;
}
#sidebar div.section p{
	margin: 0;
}
#sidebar ul{
	list-style: none;
	margin: 0;
}
#sidebar li{
	background: url(/images/ui/chevron-right-red-on-gray.gif) no-repeat left .2em;
	padding-left: 10px;
	margin-bottom: .5em;
	line-height: 1em;
}
#sidebar li em{
	display:block;
	font-size: 11px;
	color: #999;
}

/*sidebar photos*/
.photoset a{
	border: 1px solid #eee;
	display: block;
}
.photoset a img{
	border: 1px solid #484848;
}
.photoset a:hover,
.photoset a img{
	border-color: #bf0000;
}
#sidebar .photoset li{
	background: none;
	float: left;
	margin: 0 6px 6px 0;
	padding: 0;
}
#sidebar .photoset{
	margin: 0 -6px 0 0;
	height: 1%;
}
#sidebar .logo{
	text-align: center;
	margin: 30px 0;
}
#sidebar .view-all{
	float:left;
	clear:left;
}


/* Content
-------------------------------------------------------------- */

/*generic lists*/
ul{
	color: #67655c;
	list-style: none;
}
ul li{
	background: url(/images/ui/bullet-gray.gif) no-repeat 0 .6em;
	padding-left: 1em;
	margin-bottom: .25em;
}

/*generic tables*/
#content th{
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
#content td.name{
	font-weight: bold;
}
#content tr.odd td,
#content tr.odd th{
	background: #f0f0f0;
}
#content table{
	width: 100%;
}
#content caption{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}


/*headings*/
h3{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
img.header-photo{
	display:block;
	margin-bottom: 1.5em;
}


/* Shared
-------------------------------------------------------------- */
.get-pdf{
	float:left;
	margin-top: .75em;
}

/*pagination*/
.pagination{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
}
	.pagination li{
		margin: 0px;
		padding: 0px;
		list-style: none;
		display: inline;
		background: none;
	}
		.pagination li a{
			margin: 0px;
			padding: 2px 5px;
			border: 1px solid #c1c1c1;
		}
			.pagination li a:hover{
				background: #2f2f2f;
				border: 1px solid #2f2f2f;
				color: #fff;
				text-decoration: none;
			}

.rss{
	background: url(/images/ui/icon-rss.gif) no-repeat right center;
	padding-right: 15px;
}

.chevron{
	background: url(/images/ui/chevron-right-red-on-gray.gif) no-repeat left center;
	padding-left: 10px;
}
/*.chevron:hover{
	background-position: 3px center;
	text-decoration: none;
}*/
.mailto,
a[href^="mailto:"]{
	background: url(/images/ui/icon-mail.gif) no-repeat right center;
	padding-right: 21px;
}
.link-list ul, .link-list li{
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}
.link-list ul{
	background: url(/images/ui/dotted-1px-ltgray.gif) repeat-x left top;
	margin-bottom: 1.5em;
}
.link-list li{
	background: url(/images/ui/dotted-1px-ltgray.gif) repeat-x left bottom;
}
.link-list li a{
	display: block;
	padding: .25em .75em;
}
.link-list li a:hover{
	background: #eee;
	text-decoration: none;
}
.link-list.last{
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.link-list h3{
	margin-left: 6px;
	padding: 0 0 0 .64em;
}
.link-list h4{
	margin: 0;
	padding: 0 0 0 .75em;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}
.link-list .nav_categories li{
	margin-bottom: 1.5em;
}
.link-list .nav_categories li li{
	margin-bottom: 0;
}

#scoreboard div {
  margin-bottom: .5em;
}
/*.link-list .nav_categories li li a{
	padding-left: 15px;
}*/
/*.link-list .nav_categories li a{
	padding-left: 30px;
}*/

#schedule dl, #schedule dd{
	margin: 0;
}
#schedule dl{
	background: url(/images/ui/dotted-1px-ltgray.gif) repeat-x left bottom;
	padding: .75em;
	line-height: 1.4;
}
#schedule dt{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666;
	font-weight: normal;
}
#schedule dd.time{
	color: #666;
}
#schedule dd.team{
	font-weight: bold;
	font-size: 13px;
	color: #000;
}
#schedule h3{
	margin-bottom: 0;
}
.link-list p{
	padding: .75em;
}

cite{
	color: #666;
	font-style: italic;
}

/*pagination links for ee*/
.paginate{
	font-size: 11px;
	float:right;
	margin-right: 50px;
}
.paginate a,
.paginate b{
	border: 1px solid #ccc;
	padding: .25em .45em;
	line-height: 1;
}
.paginate b{
	background: #2f2f2f;
	color: #fff;
	border-color: #2f2f2f;
	font-weight: normal;
}
.paginate a:hover{
	text-decoration: none;
	background: #9F0400;
	color: #fff;
	border-color: #9F0400;
}

#sidebar .nav_categories ul{
	margin-top: .5em;
}
#sidebar .nav_categories li ul{
	margin-left: .5em;
}



/* Sports
-------------------------------------------------------------- */

#sports-fall,
#sports-winter,
#sports-spring{
	float: left;
	width: 227px;
	background: url(/images/ui/dotted-1px-ltgray.gif) repeat-y right top;
}
#sports-fall,
#sports-winter,
#sports-spring{
	margin-right: 6px;
	padding-right: 8px;
}
#sports-fall ul,
#sports-winter ul{
	padding-bottom: 4em;
}


/* News
-------------------------------------------------------------- */

.article {
	background: url(/images/ui/dotted-1px-ltgray.gif) repeat-x scroll bottom left;
	margin-bottom: 1.5em
}
.article h4{
	color:#848484;
	font-size: 12px;
	margin: 0 0 1em 0;
}
.article h3{
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 .25em 0;
}
.article h4 a{
	text-decoration: underline;
	color:#848484;
}
.article h4 a:hover{
	color:#700300;
}


/* Gallery
-------------------------------------------------------------- */
#content .photoset, .photoset li{
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}
#content .photoset li{
	float: left;
	margin: 0 8px 8px 0;
	height: 104px;
	width: 104px;
}
#content .photoset a{
 float: left;
}
body.gallery.full #content{
	text-align: center;
}

div.image img{
	margin-bottom: 1.5em;
}
div.image p.caption{
	font-style: italic;
	color: #67655C;
}
div.image h3{
	margin: 0;
}



/* Homepage
-------------------------------------------------------------- */
.badges, .badges li{
	margin:0;
	padding:0;
	list-style: none;
}
.badges li{
	margin-right: 10px;
	float:left;
}
.badges li.last{
	margin-right: 0;
}
.badges li a{
	display:block;
}
.badges{
	margin-bottom: 1.5em;
}
body.home .link-list {
	width: 230px;
	float:left;
	margin-right: 10px;
  padding-bottom: 2em;
}
body.home .link-list.last{
	margin-right: 0;
}
body.home .link-list h3{
	border-top: 1px #d3d3d3 solid;
	border-bottom: 1px #d3d3d3 solid;
	margin: 0;
	padding: .25em 0 .25em .64em;
}
body.home .link-list p {
  margin: 0;
	padding: .85em .64em;
  color: #666666;
}
body.home .link-list ul{
	background: none;
}
body.home #content{
	padding-top: 1em;
}
#news-home-wrapper{
	margin-bottom: 1em;
}

/* History page table styles
-------------------------------------------------------------- */ 

.history_table {
line-height:1em;
font-size:90%;
}
.history_table th{
color:#666666;
font-size:95%;
font-weight:bold;
vertical-align:bottom;
text-align:center;
}
.history_table td {
border-bottom:#ECECEC dotted 1px;
text-align:center;
}

.history_table td.col_2 {
width:60px;
}
.history_table td.col_1 {
width:100px;
}

tr.rowcolor {
background: #ECECEC
}

/* Sports highschoolsports.net RSS Feed Schedule Table Styles
-------------------------------------------------------------- */ 

#sports-schedule-feed { 
	  padding-bottom:20px;
	} 

#sports-schedule-feed table tr td div { 
	  display:none;
	}

#sports-schedule-feed .caption {
font-size:14px;
font-weight:bold;
text-transform:uppercase;
}

#sports-schedule-feed table tr td table tr {
background:#F0F0F0;
font-weight:bold;
}

#sports-schedule-feed table tr td table tr td {
background:#FFFFFF;
border-bottom:#CCCCCC dotted 1px;
}

#sports-schedule-feed table {
padding-bottom:0;
margin-bottom:0;
}
 
#sports-schedule-feed p { 
	margin:0;
}

/* highschoolsports.net Scores Styles
-------------------------------------------------------------- */ 

#scores-home {
 color:#666666;
}  