/* 
 * #d2c089 GOLD - hover state
 * #cbb677 GOLD - text
 * #cbb778 GOLD - text (alt) 
 */
/* Begin Reset */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	    margin: 0;
	    padding: 0;
	    border: 0;
	    outline: 0;
	    font-weight: inherit;
	    font-style: inherit;
	    font-size: 100%;
	    font-family: inherit;
	    vertical-align: baseline;
	}
	/* no focus styles are set */
	:focus { outline: 0; }
	body {
	    line-height: 1;
	    color: black;
        background:#001b34 url(images/background/body.png) repeat-x scroll 0 0;
	}
	ol, ul { list-style: none; }
	table {
	    border-collapse: separate;
	    border-spacing: 0;
        /* table-layout: fixed; */
	}
	caption, th, td {
	    text-align: left;
	    font-weight: normal;
	}
	blockquote:before, blockquote:after, q:before, q:after { content: ""; }
	blockquote, q { quotes: "" ""; }
    em {font-weight:bold; font-style:normal;}
/* End Reset */

/* BEGIN General Settings */
	body {font-family: Arial, Helvetica, Verdana, sans-serif; font-size:14px; line-height:18px;}
	.pagewrap {
        width: 960px; margin: 0 auto; padding: 0;
        background:transparent url(images/background/glow.png) no-repeat scroll center 0;
    }		
	.endofcontainer, .clearfloat {display:block; clear:both; width:100%; font-size:1px; height:1px;}

    h1, h2, h3, h4, h5, h6 {font-weight:normal;}
    h1, .h1 {}
    h2, .h2 {}
    h3, .h3 {}
    h4, .h4 {}
    h5, .h5 {}
    h6, .h6 {}

    a {text-decoration:none;}
    a:hover {text-decoration:underline;}
    a:visited {}
    ul {
        list-style-type:disc;
        padding-left:14px; /* line up bullets with text above and below */
    }
	div.clear {overflow:hidden; height:0px; clear:both;}
	.boldred {font-weight:bold; color:#ff0000;}
	
	img.alignRight {float:right; margin:0 0 15px 15px;}
	img.alignLeft {float:left; margin:0 15px 15px 0;}
/* END General Settings */

/* BEGIN Header */
#header {
    height:66px;
    position:relative;
    z-index:9999;
}
#header h1 {
    width:10px; height:10px;
    margin:0; padding:0;
}
#header h1 a {
    width:143px; height:143px;
    position:absolute;
    display:block;
    background:transparent url(images/header/logo.png) no-repeat scroll 0 0;
    top:15px; left:36px;
    z-index:2;
    overflow:hidden; text-indent:-998em;
    color:#000;
    margin:0; padding:0;
    font-weight:normal;
}
#tagline {
    display:block;
    width:230px; height:25px;
    overflow:hidden;
    position:absolute;
    top:18px; left:222px;
}
#tagline ul {
    display:block; 
    width:230px; 
    height:25px; 
    list-style:none;
    padding:0;
}
#tagline li {
    display:block;
    width:230px; height:25px;
    overflow:hidden;
    text-indent:-998em;
    position:absolute;
    top:0; left:0;
    background:transparent url(images/taglines/t1.png) no-repeat scroll 0 0;
}
#tagline li.t2 {background-image:url(images/taglines/t2.png);}
#tagline li.t3 {background-image:url(images/taglines/t3.png);}
#tagline li.t4 {background-image:url(images/taglines/t4.png);}
#tagline li.t5 {background-image:url(images/taglines/t5.png);}
#tagline li.t6 {background-image:url(images/taglines/t6.png);}
#tagline li.t7 {background-image:url(images/taglines/t7.png);}
#tagline li.t8 {background-image:url(images/taglines/t8.png);}
#tagline li.t9 {background-image:url(images/taglines/t9.png);}
#tagline li.t10 {background-image:url(images/taglines/t10.png);}
#tagline li.t11 {background-image:url(images/taglines/t11.png);}
#tagline li.t12 {background-image:url(images/taglines/t12.png);}


#tagline li.hideme {display:none;}

#socialmedia {
    width:184px; height:35px;
    position:absolute;
    z-index:9999;
    left:774px;
    top:10px;
}
#socialmedia h3 {
    width:72px; height:30px;
    overflow:hidden;
    text-indent:-998em;
    background:transparent url(images/header/follow_us.png) no-repeat scroll 0 12px;
    margin:0 5px 0 0; 
}
#socialmedia ul {
    display:block;
    width:95px; height:15px;
    position:absolute;
    top:2px; left:87px;
    list-style:none;
    padding:0;
}
#socialmedia li {
    float:left;
    width:30px; height:30px;
}
#socialmedia li a {
    display:block;
    margin-top:3px;
    width:27px; height:27px;
    overflow:hidden;
    text-indent:-998em;
    background:transparent url(images/header/socialmedia.png) no-repeat scroll 0 0;
}
#socialmedia li a:hover {margin-top:2px;}
#socialmedia li.twitter a {
    background-position:-30px 0;
}
#socialmedia li.youtube a {
    background-position:-60px 0;
}
/* END Header */

/* BEGIN Nav Settings */
#nav {
    list-style:none;
    padding:0;
    background:transparent url(images/background/body.png) repeat-x scroll 0 -66px;
    height:41px;
	z-index:999;
}
#nav ul {
    padding:0;
    margin:0 0 0 228px;
    list-style:none;
    height:36px;
    width:725px;
	z-index:999;
}
#nav li {
    float:left;
    height:36px;
	z-index:999;
}
#nav ul li ul {
	width:inherit;
	height:inherit;
	background:none;
	margin:0;
	z-index:999;
}
#nav ul li ul li {
	height:inherit;
}
#nav a {
    background:transparent url(images/nav/sprite.png) no-repeat scroll 0 0;
    display:block;
    width:200px; height:36px;
    overflow:hidden;
    text-indent:-998em;
}

#nav li.home a {width:57px; background-position:0 0;}
#nav li.about a {width:60px; background-position:-57px 0;}
#nav li.teams a {width:58px; background-position:-117px 0;}
#nav li.programs a {width:92px; background-position:-175px 0;}
#nav li.store a {width:57px; background-position:-267px 0;}
#nav li.supporters a {width:98px; background-position:-324px 0;}
#nav li.multimedia a {width:97px; background-position:-422px 0;}
#nav li.pdlinfo a {width:76px; background-position:-519px 0;}
#nav li.enews a {width:130px; background-position:-595px 0;}

#nav li.home a:hover, #nav li.home:hover a {background-position:0 -36px;}
#nav li.about a:hover, #nav li.about:hover a {background-position:-57px -36px;}
#nav li.teams a:hover, #nav li.teams:hover a {background-position:-117px -36px;}
#nav li.programs a:hover, #nav li.programs:hover a {background-position:-175px -36px;}
#nav li.store a:hover, #nav li.store:hover a {background-position:-267px -36px;}
#nav li.supporters a:hover, #nav li.supporters:hover a {background-position:-324px -36px;}
#nav li.multimedia a:hover, #nav li.multimedia:hover a {background-position:-422px -36px;}
#nav li.pdlinfo a:hover, #nav li.pdlinfo:hover a {background-position:-519px -36px;}
#nav li.enews a:hover, #nav li.enews:hover a {background-position:-595px -36px;}

/* #nav ul.home li.home a:hover,
#nav ul.home li.home a {background-position:0 -72px;} */
#nav .home a.active:hover,
#nav .home a.active {background-position:0 -72px;}
#nav .about a.active:hover,
#nav .about a.active {background-position:-57px -72px;}
#nav .teams a.active:hover,
#nav .teams a.active {background-position:-117px -72px;}
#nav .programs a.active:hover,
#nav .programs a.active {background-position:-175px -72px;}
#nav .store a.active:hover,
#nav .store a.active {background-position:-267px -72px;}
#nav .supporters a.active:hover,
#nav .supporters a.active {background-position:-324px -72px;}
#nav .multimedia a.active:hover,
#nav .multimedia a.active {background-position:-422px -72px;}
#nav .pdlinfo a.active:hover,
#nav .pdlinfo a.active {background-position:-519px -72px;}
#nav .enews a.active:hover,
#nav .enews a.active {background-position:-595px -72px;}

#nav ul li ul li a {
	background:none;
	color:#fff;
	text-indent:0;
	width:inherit;
	height:inherit;
}
ul#topnav li {
	position:relative;
}
ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 36px; left: 0;
	background: #003f5e;
	padding: 15px;
	float: left;
	/*--Bottom right rounded corner--*/
	/*---moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;--*/
	/*--Bottom left rounded corner--*/
	/*---moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;--*/
	display: none; /*--Hidden for those with js turned off--*/
	
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 190px;
	float: left;
	height:auto;
	display:block;
}
ul#topnav li .sub ul.narrow {
	width:145px;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
	width:180px;
	overflow:visible;
	height:20px;
}
ul#topnav .sub ul.narrow li {
	width:135px;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #CBB778;
	text-transform:uppercase;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 3px 5px 3px 0px;
	display: block;
	text-decoration: none;
	color: #00CCFF;
	font-size:12px;
	width:180px;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 0;
	background-image: none;
	color: #CBB778;
	font-size:13px;
}
ul#topnav .sub ul li a:hover {
	color:#fff;
}
/* END Nav Settings */

/* BEGIN News column */
#news {
    float:left;
    display:inline;
    color:#fff; background-color:#333;
    width:181px;
    margin:71px 25px 30px 21px;
}
#news h2 {
    font-size:12px; line-height:15px;
    color:#fff; background-color:#484848;
    margin:0; padding:4px 0 7px 8px;
    font-weight:bold;
    text-transform:uppercase;
}
#news ul {
    list-style:none;
    padding:10px 0;
    font-size:12px; line-height:14px;
}
#news li {
    display:block;
    padding:5px 10px 5px;
    background:transparent url(images/news/hr.png) no-repeat scroll 8px 100%;
}
#news li.lastli, 
#news li:last-child {
    background-image:none;
}
#news h3, #currentnews h3 {
   color:#cbb778; 
   padding:0 0 2px;
}
#news h4 {
    font-weight:bold;
    display:inline;
}
#news .readmore {
    display:block;
    text-transform:uppercase;
    color:#0cf;
    padding:15px 0 0;
}
#currentnews img {
	margin:0 0 20px 0;
}
#facebookshare a {
	text-indent:-999px;
	background:url(images/btn-share.gif) top center no-repeat;
	width:70px;
	height:24px;
	display:block;
	float:right;
	overflow:hidden;
	margin-top:-6px;
}
#facebookshare a:hover {
	background-position:0 -24px;
}
/* END News column */

/* BEGIN Primary column */
#primary {
    float:left;
    display:inline;
    width:726px;
}
/* END Primary column */

/* BEGIN slideshow (homepage) */
#slideshow {
    background-color:#333;
    padding:2px 4px;
    font-size:13px; line-height:15px;
    text-transform:uppercase;
}
#slideshow .images {
    display:block;
    height:232px;
    overflow:hidden;
    list-style:none;
    padding:0;
    position:relative;
}
#slideshow .images li {
    display:block;
    width:718px; height:232px;
    position:absolute;
    top:0; left:0;
}
#slideshow .images li.hideme {display:none;}
#slideshow .images a {
    padding:0;
}
#slideshow .images img {
    display:block; width:718px; height:232px;
}
#slideshow .controls {
    width:718px; height:32px; 
    position:relative;
}
#slideshow #ss_numbers {
    color:#666;
    padding:10px 0 0 13px;
}
#slideshow a {
    color:#fff;
    font-weight:bold;
    padding:0 4px;
}
#slideshow a:hover {color:#00CCFF; text-decoration:none;}
#slideshow a.active,
#slideshow a.active:hover {color:#d2c089;}

#slideshow .prevnext {
    position:absolute;
    top:10px;
    left:584px;
    width:140px;
    color:#666;
    font-size:13px; line-height:15px;
}
/* END slideshow (homepage) */

/* BEGIN buttons (homepage) */
#buttons {
    margin:22px 0 0;
}
#buttons .row {
    height:115px;
    margin:0 0 18px;
}
#buttons a {
    float:left;
    display:inline;
    border:4px solid #333;
}
#buttons a:hover {border-color:#d2c089; }
#buttons a {
    width:345px; height:107px;
    margin-right:20px;
}
#buttons .threeacross a {
    width:220px; height:107px;
    margin-right:21px;
}
#buttons .fouracross a {
    width:160px; height:107px;
    margin-right:18px;
}
#primary #buttons a.lastimage {
    margin-right:0;
}
#buttons img {display:block;}
/* END buttons (homepage) */

/* BEGIN logoscroller */
#logoscroller {
    display:block;
    border:4px solid #333;
    height:89px;
    background-color:#fff;
    background:transparent url(images/logoscroller/bk.png) repeat-x scroll 0 0;
    list-style:none;
    padding:0; margin:0 0 13px;
    overflow:hidden;
    position:relative;
}
#logoscroller li {float:left;}
#logoscroller ul {
    list-style:none;
    padding:0; margin:0;
    padding-left:93px; /* temp for 3 logos across instead of 4 */
}
#logoscroller li.batch { }
#logoscroller a {
    display:block;
    width:179px; height:89px;
}
#logoscroller a.skinny {
    display:block;
    width:120px; height:89px;
}
#logoscroller img {
    display:block;
}
/* END logoscroller */

/* BEGIN Footer */
#devpartner {
    text-align:center;
    color:#cbb677;
    text-transform:uppercase;
    width:609px; height:25px;
    margin:0 auto; padding:0;
    overflow:hidden;
    text-indent:-998em;
    background:transparent url(images/text/devpartner.png) no-repeat scroll 0 0;
}
#footer {
    text-align:center;
    color:#369;
    font-size:11px; line-height:17px;
    font-weight:bold;
    padding:16px 10px;
}
#footer a {
    color:#369;

}
/* END Footer */

/* BEGIN Content Area */
#content {
    border:4px solid #333;
    border-top:none;
    background-color:#fff;
    color:#333;
    padding:38px 40px 59px 48px;
    margin:0 0 30px;
    min-height:400px;
}
#content h1 {
    color:#cbb778;
    font-size:36px; line-height:36px;
    font-weight:bold;
    text-transform:uppercase;
    margin:0 0 15px;
}
#content h2 {
    font-size:16px; line-height:18px;
    font-weight:bold;
    color:#001B34;
    text-transform:uppercase;
}
#content p {
    padding:0 0 14px;
}
#content a {
    color:#0cf;
    color:#001B34;
    color:#3399cc;
    color:#005983;
    text-decoration:underline;
}
#content a:hover {
    text-decoration:none;
}
#content .backtotop {
    display:block;
    text-align:right;
}
/* END Content Area */

/* BEGIN Email Sign Up Form */
#firstname,
#lastname,
#email {
    width:200px;
    font-size:14px; line-height:16px;
    margin:10px 0;
}
#signup {
    font-size:14px; line-height:16px;
    width:85px;
    text-align:center;
    margin-left:120px;
}
#labelmsg,
#msg {display:none;}
/* END Email Sign Up Form */

/* BEGIN Roster */
.headers ul {
	margin:0;
	padding:0;
}
.headers ul li {
	list-style:none;
	font-weight:bold;
	width:140px;
	float:left;
}
.headers ul li.college {
	list-style:none;
	font-weight:bold;
	width:200px;
	float:left;
}
.headers ul li.alumcollege {
	list-style:none;
	font-weight:bold;
	width:150px;
	float:left;
}
.headers ul li.position {
	list-style:none;
	font-weight:bold;
	width:100px;
	float:left;
}
.headers ul li.years {
	list-style:none;
	font-weight:bold;
	width:100px;
	float:left;
}
.players ul {
	margin:0;
	padding:0;
}
.players ul li {
	list-style:none;
	width:140px;
	float:left;
}
.players ul li.college {
	list-style:none;
	width:200px;
	float:left;
}
.players ul li.email, .headers ul li.email {
	list-style:none;
	width:220px;
	float:left;
}
.players ul li.phone, .headers ul li.phone {
	list-style:none;
	width:110px;
	float:left;
}
.players ul li.alumcollege {
	list-style:none;
	width:150px;
	float:left;
}
.players ul li.position {
	list-style:none;
	width:100px;
	float:left;
}
.players ul li.years {
	list-style:none;
	width:100px;
	float:left;
}
.playerpic {
	float:left;
	margin:0 15px 15px 0;
}
.playerpic img {
	width:100px;
	overflow:hidden;
}
/* END roster */

/* BEGIN store */
.storeitem {
	display:block;
	margin:0 0 20px 0;
}
.storeimage {
	float:left;
	margin:0 20px 10px 0;
}
.storebuttons ul {
	margin:0;
	padding:0;
}
.storebuttons ul li {
	list-style:none;
	float:left;
	margin:0 20px 0 0;
}
.storeinfo label {
	float:left;
	width:70px;
	display:block;
}
.storeinfo select {
	display:block;
}
.storeinfo input {
	float:left;
	margin:0 10px 0 0;
}
.storeinfo-noimg {
	margin:0 0 30px 154px;
}
.storeinfo .row {
	margin:7px 0;
}
.ticketinfo {
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
	padding-bottom:15px;
}
.ticketname {
	float:left;
	width:490px;
}
.ticketprice {
	float:left;
	width:60px;
	padding-right:10px;
}
.ticketbuy {
	float:left;
	width:50px;
}

.storepage .choice1row, 
.storepage .choice2row {display:none;}
/*  END store */

/* BEGIN partners */
.partnerlogo {
	float:left;
	border:1px solid #CBB778;
	margin:5px 15px 15px 0;
}
a:hover .partnerlogo {
    border-color:#00CCFF;
    _border-color:#CBB778; /* ie6 do not change border color, problem with a tag not being block */
}
/* END partners */

/* BEGIN Twitter Tweets AJAX load */
#twittertrigger {
    position:relative;
}
#twitterposts {
    position:absolute;
    top:22px; right:-14px;
    width:350px;
    z-index:9999;
}
#twitterposts .loading {
    display:block;
    padding:10px;
    font-size:16px; line-height:20px;
    color: #fff;
    background-color:#333;
    -moz-border-radius:5px;   
    -moz-border-radius:5px;   
    -webkit-border--radius:5px;
    -webkit-border--radius:5px;
}
#twitterposts ul {
    width:350px; height:auto;
    background-color:#333;
    position:static;
    margin:0; padding:5px 0;
    -moz-border-radius:5px;   
    -moz-border-radius:5px;   
    -webkit-border--radius:5px;
    -webkit-border--radius:5px;
}
#twitterposts li {
    width:auto; height:auto;
    float:none;
    display:block;
    color:#000;
    background-color:#fff;
    font-size:14px; line-height:18px;
    border:4px solid #fff; 
    text-indent:0;
    background-image:none;
    width:auto; height:auto;
    margin:5px; padding:10px;
    -moz-border-radius:5px;   
    -moz-border-radius:5px;   
    -webkit-border--radius:5px;
    -webkit-border--radius:5px;

}
#socialmedia #twitterposts li a {
    float:none;
    display:inline;
    background-image:none;
    text-decoration:underline;
    color:#00CCFF;
    background-image:none;
}
#socialmedia #twitterposts li a:hover {
    text-decoration:none;
}

/* END Twitter Tweets AJAX load */

