/* -----------------------------------------------------------------------

 Filament Creative does the See-ess-ess-up-all-right. kthnxbai.
 Copyright 2010 Filament Creative Inc.
 
 Some parts of the framework are from blueprint and some are mine own. 
 Thanks blueprint. credit where credit is due. 

----------------------------------------------------------------------- */

/* COLORS
   Body Background:	   #000000
   Main Text:		   #afafaf
   Nav Links:		   #d5d2d2
   Links:			   #34b0fe
   Dark Border:	 	   #232323
   Light Border:	   #626161
   Headline:		   #ffffff
   footer h1		   #9b9a9a
   Blue Link		   #34b0fe
   Orange:			   #ef7c28
*/


/* 
	RESET
	TYPOGRAPHY
	FORMS
	MISC
	LAYOUT
	HEADER
	GLOBAL NAV
	PRIMARY CONTENT BLOCKS
	ARTICLES
	MEDIA
	EVENTS
   	FOOTER
*/



/* reset.css 
---------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img, a:link img, a:visited img, a:hover img{
	border:0;
}

a:hover img{	
	text-decoration:none;
	}


/* typography.css 
---------------------------------------*/

body {
	color: #afafaf;
	background: #000;
	line-height:18px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #afafaf;
}

h1 {
	font-size: 3em;
	line-height: 1em;
	margin-bottom: 0;
}

h2 {
	font-size: 2em;
	
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
	font-weight: bold;

}

h6 {
	font-size: 1em;
	font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

p {
	margin: 0 0;
	font-size: 12px;
}

p img.left {
	float: left;
	margin: 0;
	padding: 0;
}

p img.right {
	float: right;
	margin: 0
}

a:focus, a:hover {
	color: #afafaf;
}

a {
	color: #afafaf;
	text-decoration: none;
}

blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em, dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}


ul {
	list-style-type: none;
}

ol {
	list-style-type: none;
}


th {
	font-weight: bold;
}

thead th {
	background: #222222;
	border: 1px solid #2e2e2e;
	border-width:1px 0 ;
	text-align: left;
	color: #fff;
}

thead th.first{
	border-left:1px solid #2e2e2e;
	padding-left: 3px;
}

thead th.last{
	border-right:1px solid #2e2e2e;
}

th, td, caption {
	padding: 4px ;
}

tr.even td {
	background: #e5ecf9;
}

tfoot {
	font-style: italic;
}

caption {
	background: #eee;
}

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.hide {
	display: none;
}

.quiet {
	color: #666;
}

.loud {
	color: #000;
}

.highlight {
	background: #ff0;
}

.added {
	background: #060;
	color: #fff;
}

.removed {
	background: #900;
	color: #fff;
}

.first {
	margin-left: 0;
	padding-left: 0;
}

.last {
	margin-right: 0;
	padding-right: 0;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.tabs li{
	float: left;
	margin-right: 5px ;
}

/* forms.css 
---------------------------------------*/

label {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	display: block;
}

fieldset {
	padding: 0 10px;
	margin: 0 0 0 0;
}

legend {
	font-weight: bold;
	font-size: 1.2em;
}

input[type=text], input[type=password], input.txt, input.title, textarea, select {
	background-color: #000;
	border: 1px solid #424242;
	background: url(../images/bg-input-txt.jpg) repeat-x 0 0;
	color: #afafaf;
}
select option {
	background-color: #000;
	color: #afafaf;
}

input[type=text]:focus, input[type=password]:focus, input.txt:focus, input.title:focus, textarea:focus, select:focus {
	border-color: #424242;
}

input[type=text], input[type=password], input.txt, input.title, textarea, select {
	margin: 0 0;
}

input.txt, input.title {
	width: 200px;
	padding: 5px;
}

input.title {
	font-size: 1.5em;
}

textarea {
	width: 390px;
	height: 250px;
	padding: 5px;
}

input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position: relative;
	top: .25em;
}

form.inline {
	line-height: 3;
}

form.inline p {
	margin-bottom: 0;
}

#txt-name{
	width: 267px;
}
#txt-conference{
	width: 247px;
}
#txt-team{
	width: 317px;
}
#txt-state{
	width: 87px;
}
#hs-txt-lst-name{
	width: 317px;
}

.controls .search{
	padding: 15px 0 0 0;
}

.error, .notice, .success {
	padding: .8em;
	border: 2px solid #ddd;
	margin: 1em;
}

.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;

}

.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.error a {
	color: #8a1f11;
}

.notice a {
	color: #514721;
	text-decoration: underline;
}

.success a {
	color: #264409;
}

.notice h1{
	color: #514721;
	font-size: 22px;
}

/* misc
----------------------------------------*/

.clear {
	visibility: hidden;
	height: 1%;
	clear: both;
}

hr {
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: .1em;
	margin: 0 0 1.45em;
	border: none;
}

hr.space {
	background: #fff;
	color: #fff;
	visibility: hidden;
}

/* LAYOUT
----------------------------------------*/

body{
	background: #000 url(../images/bg-body-grad.png) 50% 258px repeat-x;
}

.container{
	width: 100%
}

.inner-container{
	width: 1000px;
	margin: 0 auto;
}

.column{
	float: left;
}

#header-container{
	background: url(../images/bg-header-ct.jpg) repeat-x 50% 0;
}

#header-content{
	position: relative;
	height: 258px;
}

#body-container{
	background: url(../images/bg-body-ct.jpg) repeat-x 50% 100%;
	
}

#body-content{
	padding:20px 0 20px 0;
	background: url(../images/bg-body-div-new.jpg) no-repeat 50% 0;
	min-height: 600px;
}
	#left-column{
		width: 640px;
		min-height: 600px;
		background: url(../images/vr-primary.png) repeat-y 100% 0;
	}
	
		#left-column .primary-content{
			width: 574px;
			margin-bottom: 30px;
			margin-left: 50px;
			border: 1px solid #212121;
			background: url(../images/bg-opacity.png) repeat 0 0;
			position: relative;
		}
		
		#left-column .primary-content.nav,
		#single-column .primary-content.nav{
			margin-top: 32px;
		}	
		
				
	#right-column{
		width: 299px;
		margin-left: 15px;
	}
	
	#single-column{
		margin-left: 50px;
		padding-top: 25px;
		width: 903px;
		position: relative;
	}
		#single-column .primary-content{
			margin:0 0 30px 0;
			border: 1px solid #212121;
			background: url(../images/bg-opacity.png) repeat 0 0;
			position: relative;
		}
		
	#home-content-top{
		width: 903px;
		border-bottom:1px solid #232323 ;
	}
	
		#home-content-top #home-left,
		#home-content-top #home-right{
			float: left;
		}
		
		#home-content-top #home-left{
			width: 340px;
			margin-right: 18px;
		}
		
		#home-content-top #home-right{
			width: 540px;
		}
	
			
	#home-content-sub{
		width: 903px;
	}
		#home-content-sub #sub-left,
		#home-content-sub #sub-right{
			float: left;
			margin-right: 25px;
			margin-top: 25px;
		}
		
		#home-content-sub #sub-left{
			width: 622px;
		}
		
		#home-content-sub #sub-right{
			width: 250px;
			margin-right: 0;
		}
		
#footer-container{
	background: url(../images/bg-footer-ct.jpg) repeat-x 50% 0;
}

#footer-content{
	padding: 20px 0 65px 0;
}


/* HEADER
----------------------------------------*/


#header-content #player-search-global{
	position:absolute;
	top: 87px;
	right: 47px;
	width: 568px;
	height: 130px;
	background: url(../images/bg-player-search.jpg) no-repeat 0 0;
}
	#player-search-global h1{
		text-indent: -9999px;
		display: block;
		width: 120px;
		height: 17px;
		background: url(../images/title-player-search.jpg) no-repeat 0 0;
		margin: -25px 0 0 0;
	}

	#player-search-global ul#search-toggle{
		position: absolute;
		top: -27px;
		margin: 0 0 0px 295px;
		display: block;
		width: 300px;
	}
	
		ul#search-toggle li {
			float: left;
			background: url(../images/inactive-right.png) no-repeat 100% 0;
			padding: 0px 15px 0px 0px;
			display: block;
		}
		
		
		ul#search-toggle li a {
			background: url(../images/inactive-left.png) no-repeat 0 0 ;
			font-size: 14px;
			color: #fff;
			font-family: arial, helvetica, sans-serif;
			text-decoration: none;
			padding: 8px 16px 8px 15px;
			display: block;
			
		}
		
		ul#search-toggle li.current {
			background:url(../images/active-right.png) no-repeat 100% 0; 
			}
		
		ul#search-toggle li.current a {
			background:url(../images/active-left.png) no-repeat 0 0; 
			margin-left: -29px; 
			padding-left: 44px;
		}
		
		ul#search-toggle li.first{
			padding-left: 0px;
		}
		
		ul#search-toggle li.first a {
			background:url(../images/first-inactive-left.png) no-repeat 0 0; 
			padding-left:40px;
		}
		
		ul#search-toggle li.first.current a{
			background: url(../images/first-active-left.png) no-repeat 0 0; 
			margin-left: 0px;
		}
		
		ul#search-toggle li.last {
			padding-left: 0;
			background: url(../images/last-inactive-right.png) no-repeat 100% 0;
		}
		
		ul#search-toggle li.last.current {
			background:url(../images/last-active-right.png) no-repeat 100% 0; 
		}
		
	
	#player-search-global form fieldset{
		margin-top: 15px;
	}	
	
	#player-search-global form fieldset div{
		float: left;
		margin: 0 10px 5px 0;
		
	}
	
	#player-search-global form fieldset div#hs-search-region{
		margin: 1em 10px 5px 0;		
	}
	#player-search-global form fieldset div#hs-search-region label{
		display: inline;
	}
	
	#player-search-global form fieldset.player-search legend{
		position: absolute;
		top: -9999px;
		left: -9999px;
		margin-top: -9999px;
		margin-left: -9999px;
	}

#header-content #navigation{
	clear: both;
	height: 41px;
	background: url(../images/bg-navigation.jpg) no-repeat 0 0;  
}

#header-content h1#logo{
	float: left;
	display: block;
	margin:0 25px 1px 50px;
	width: 271px;
	height: 215px;
	text-indent: -9999px;
	
}

#header-content h1#logo a{
		display: block;
		background: url(../images/logo-header.png) no-repeat 0 0;
		width: 271px;
		height: 215px;
}

#header-content h2{
	float: left;
	margin: 2px 30px 0px 180px;
	padding-top: 14px;
	font-size: 14px;
	text-transform: uppercase;
	color: #34b0fe;
	letter-spacing: -.03em;
}

#header-content #secondary-global{
	padding: 10px 0 0 5px;
}

	#header-content #secondary-global li.first{
		background: url(../images/vr-top-global.jpg) no-repeat 100% -10px;
		padding: 0 6px 8px 0;
	}
	
	#header-content #secondary-global li a{
		padding: 6px 0;
		display: block;
		text-transform: uppercase;
		font-size: 14px;
	}
	
	#header-content #secondary-global li.first a{
		color: #ef7c28;
	}



/* GLOBAL NAVIGATION
----------------------------------------*/

#navigation{
	padding: 12px 0 0 50px;
}

#navigation ul#global-nav{
	margin: 0;
}

#navigation #global-nav li a{
	font-size: 15px;
	text-transform: uppercase;
	color: #d5d2d2;
	margin-right: 10px;
}

#navigation #global-nav li a:hover,
#navigation #global-nav li a.active{
	color: #34b0fe;
}

/* BOX NAV TABS FOR PRIMARY CONTENT BOX
----------------------------------------*/

.box-nav{
	margin: 0 0 0 0px;
	z-index: 10;
	position: absolute;
	top: -34px;
	left: 0;
}

.box-nav ul{
	height: 34px;
}

.box-nav ul li{
	height: 34px;
	background: url(../images/box-nav-right.png) no-repeat 100% 4px;
	margin-right: 0;
}

.box-nav ul li a{
	background: url(../images/box-nav-left.png) no-repeat 0 4px;
	height: 24px;
	display: block;
	padding: 10px 15px 0 15px;
	color: #fff;
	margin-right: 2px;
}


.box-nav ul li.active{
	height: 34px;
	background: url(../images/box-nav-active-right.png) no-repeat 100% 0px;
	margin:0 0 0 -6px;
}

.box-nav ul li.last{
	background: url(../images/box-nav-right-last.png) no-repeat 0 4px;
	
}

.box-nav ul li.active.last{
	height: 34px;
	background: url(../images/box-nav-active-right-last.png) no-repeat 100% 0px;
	margin:0 0 0 -6px;
}

.box-nav ul li.active a{
	background: url(../images/box-nav-active-left.png) no-repeat 0 0;
	margin-right:6px;
	padding-left: 21px;
}

.box-nav ul li.active.first a{
	background: url(../images/box-nav-active-left-first.png) no-repeat 0 0;
	margin-left:1px;
	margin-right:6px;
	padding-left: 21px;
}


/* BREADCRUMBS
----------------------------------------*/

#breadcrumbs{
	display: block;
	clear: both;
	height: 23px;
	margin:0 0 20px 50px;
	padding-top: 0px;
}


#breadcrumbs ul{
	height: 23px;
	display: block;
	background: url(../images/bg-bc-left.png) no-repeat 0 0;
	position: relative;
	
}

#breadcrumbs ul li{
	background: url(../images/bg-bc.png) repeat-x 0 0;
	margin: 0;
	font-size: 11px;
	position: relative;
	
}

#breadcrumbs ul li a{
	padding: 2px 15px 2px 10px;
	display: block;
	margin-left: 2px;
	background: url(../images/bg-bc-right.png) no-repeat 100% 0px;
	color: #f3eaea;
}

#breadcrumbs ul li a.last{
	margin-right: -9px;
	background: url(../images/bg-bredcrumb-cap.jpg) no-repeat 100% 1px;
}

/* PRIMARY CONTENT BLOCKS
----------------------------------------*/

#left-column .section-header,
#single-column .section-header{
	font-size: 18px;
	color: #fff;
	margin-left: 50px;
	padding-bottom: 25px;
	text-transform: uppercase;
}

#left-column .box-header{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	padding: 0;
	
}

#single-column .section-header{
	margin-left: 0;
	padding-bottom: 10px;
}

.primary-content .static{
	padding: 15px ;
}

.primary-content .static p{
	margin: 8px 0;
}

.primary-content .static p.tags{
	clear: both;
	margin: 10px 0;
}

.primary-content .static p a{
	color: #34b0fe;
}

.primary-content .static img{
	clear: both;
	float: left;
	margin: 10px 14px 0 0;
	border: 1px solid #6f6f6f;
}

.primary-content .static p a img.right{
	float: right;
	margin: 10px 0 0 14px ;
}

.primary-content .static p a img.center{
	float: none;
	text-align: center;
	margin: 10px auto 10px auto ;
	display: block;
}

.primary-content .static p img.right{
	float: right;
	margin: 10px 0 0 14px ;
}

.primary-content .static p img.center{
	float: none;
	text-align: center;
	margin: 10px auto 10px auto ;
	display: block;
}

/* HOME PAGE ELEMENTS
----------------------------------------*/

#home-features{
	padding: 10px;
	
}

	#home-features #feature-left{
		float: left;
		width: 295px;
		padding-right: 10px;
		margin-right: 20px;
		border-right: 1px solid #232323;
	}
	
	#home-features #feature-left h1,
	#home-features #feature-right h1{
		font-size: 18px;
		color: #fff;
		margin-bottom: 8px;
	}
	#home-features #feature-left h1 a {
		color: #fff;
	}
	#home-features #feature-right h2 a{
		font-size: 16px;
		color: #fff;
		margin: 8px 0;
	}

	#home-features #feature-left img{
		display: block;
		margin: 8px 0;
	}
	
	#home-features #feature-right p{
		margin-bottom: 12px;
	}
	
	#home-features #feature-right p img{
		float: left;
		margin-right: 5px;
		margin-bottom: -4px;
	}
	
#home-features p a,
#home-articles p a{
	color: #34b0fe;
}

#home-features a img,
#home-articles a img{
	border: 1px solid #3c3c3c;
}


#home-rankings{
	width: 340px;
		
}

	#home-rankings ol{
		margin:15px 15px 0 35px;
		font-size: 12px;
		list-style-type: decimal;
	}
		#home-rankings ol li{
			margin: 3px 0;
		}
		
		#home-rankings ol li a strong{
			color: #34b0fe;
			font-weight: normal;
		}
		
#home-articles h1{
	font-size: 18px;
	color: #fff;
	margin-bottom: 8px;
}

	#home-articles .article-item{
		width: 270px;
		float: left;
		margin:15px;
	}
	
	#home-articles .article-item h1{
		min-height: 36px;
		
	}
	
	#home-articles .article-item h1 a{
		color: #fff;
	}
	
	#home-articles .article-item a img {
		border: 1px solid #3c3c3c;
	}
	
	
/* HOME MEDIA
----------------------------------------*/

#home-media{
	float: left;
	width: 318px;
}

	#home-media p a{
		display: block;
		text-indent: -9999px;
		background: url(../images/media-gal-cta.png) no-repeat 0 0;
		width: 303px;
		height: 257px;
	}
	
	
	
/* HOME CALL TO ACTIONS
----------------------------------------*/

#call-to-action{
	border-left:1px solid #232323 ;
	float: left;
	width:276px;
	padding-left: 27px;
	
	
}

#call-to-action p{
	margin: 8px 0;
}

	#call-to-action p a{
		text-indent: -9999px;
		display: block;
		width: 276px;
		height: 117px;
	}
	
	#call-to-action p a#dvd{
		background: url(../images/home-cta-dvd.png) no-repeat 0 0;
	}
	
	#call-to-action p a#podcasts{
		background: url(../images/home-cta.png) no-repeat 0 0;
	}



/* SEARCH RESULTS
----------------------------------------*/

#hs-search-input,
#draft-search-input{
	height: 78px;
	padding-top: 25px;
	position: relative;
	background: url(../images/bg-search-input.png) repeat-x 0 100% ;
}

#draft-search-input{
	height: 98px;
	padding-top:10px
}

	#hs-search-input form fieldset div,
	#draft-search-input form fieldset div{
	float: left;
	margin-right: 10px;
	}
	
		#hs-search-input form fieldset div input#hs-name{
			width: 309px;	
		}
		
		#hs-search-input form fieldset div input#hs-state{
			width: 92px;
		}
		
		#hs-search-input form fieldset div input#hs-school{
			width: 274px;
		}
		
		#draft-search-input form fieldset div input#draft-name{
			width: 392px;
		}
		
		#draft-search-input form fieldset div input#draft-conference{
			width: 392px;
		}
		
		#draft-search-input form fieldset div input#draft-team{
			width: 699px;
		}
		
		#hs-search-input form fieldset div#hs-search-input-region {
			margin-top: 0.66em;	
			display: block;
			clear: both;
			width: 500px;
			position: relative;
		}
		#hs-search-input form fieldset div#hs-search-input-region label{
			display: inline;
		}

	#search-tabs{
		margin-top: -36px;
	}
		#search-tabs ul li{
			float: left;
			display: block;
			margin-right: 5px;
		}
		#search-tabs ul li a{
			display: block;
			height: 26px;
			padding: 8px 8px 0 8px;
			border:1px solid #232323;
			border-width: 1px 1px 0 1px;
		}
	
#search-results h1{
	font-size: 18px;
	color: #fff;
	margin: 0 0 8px 0;
}

#search-results h1 em{
	color: #34b0fe;
}

#search-results table{
	width: 100%;
}

	#search-results table tbody td{
		font-size: 12px;
		color: #fff;
		border-bottom: 1px solid #232323;
	}
	
	#search-results table td a{
		color: #34b0fe;
	}
	
	
/* PAGINATION
----------------------------------------*/

div.pagination {
   text-align: right;
    margin: 0.5em 2px 0.5em 0 ;
    font-size: 10px;
    line-height: 2.5;
    padding-top: 10px;
}

div.pagination .selected,
div.pagination a {
    text-decoration: none;
    padding: 0.2em 0.5em;
    border: 1px solid #232323;
    background-color:#222 ;
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0 0.2em;
}
div.pagination a:hover {
    color: #fff;
    border-color: #232323;
    background: #34b0fe;
}

div.pagination .selected {
    font-weight: bold;
    background-color: #34b0fe;
    color: #fff;
}
div.pagination .ellipsis {
    margin: 0 0.5em;
}

div.pagination a:hover span {
    text-decoration: none;
}

div.pagination a.prevlink,
div.pagination a.prevlink:hover {
    padding-left: 0px;
    border: 0;
    background-color: transparent;
    
}

div.pagination a.nextlink,
div.pagination a.nextlink:hover,
div.pagination a.alllink,
div.pagination a.alllink:hover {
    padding-right: 0px;
    border: 0;
    background-color: transparent;
    text-decoration: none;
}

div.pagination a.alllink,
div.pagination a.alllink:hover{
	border-left: 1px solid #afafaf;
	margin-right: 10px;
}


/* ARTICLE STUFF
----------------------------------------*/

#article-home{
	margin-left: 10px;
}

#article-home h1{
	color: #fff;
}

#article-home p a{
	color: #34b0fe;
	display: block;
}

#article-home p a em{
	padding-left: 20px ;
	font-style: normal;
	background: url(../images/icon-comments.png) no-repeat 3px 2px;
	color: #fff;
}

	#article-home #feature h1{
		font-size: 16px;
		margin: 0px 20px 15px 0;
		padding-top: 15px;
	}
	
	#article-home #feature p{
		margin:8px 30px 8px 0;
	}
	
	#article-home .recent{
		float: left;
		margin:20px 53px 0px 0;
		width: 125px;
	}
	
		#article-home .recent img{
			margin-bottom: 8px;
		}
		
		#article-home .recent h1{
			font-size: 14px;
		}
		
		#article-home .recent p{
			margin-right: 5px;
		}
	

#article-body h1{
	color: #fff;
	font-size: 20px;
}

#article-body h1.title{
	margin-top: 15px;
}

#article-body h2{
	font-size: 11px;
	font-style: italic;
}

#article-body h2.authored{
	margin-bottom: 15px;
}

#article-body img.notes{
	margin-bottom:0px
}

/* PODCASTS
----------------------------------------*/

#audioplayer-wrapper {
	width: 515px;
	height: 158px;
	/*margin: 0 auto;*/
	margin-top: 30px;
	margin-bottom: 20px;
}

/* COMMENTS
----------------------------------------*/


#comment-reel{
	margin-left: 0px;
}

#comment-reel ol.commentlist{
	margin-top: 25px;
}

	#comment-reel ol.commentlist li.comment{
		margin-left: 118px;
		
	}

		#comment-reel ol.commentlist li div.col-left{
			background: url(../images/bg-indicator.png) no-repeat 100% 20px;
			float: left;
			margin-left: -20px;
			width:20px;
		}
		
			#comment-reel ol.commentlist li div.col-left .inside{
				display: block;
				float: left;
				margin-right: 25x;
				
			}
			
			#comment-reel ol.commentlist li div.col-left .inside img{
				
				margin-left: -98px;
			}
			
			#comment-reel ol.commentlist li div.col-left .inside p{
				float: left;
				color: #fff;
				margin-right: 10px;
			}
			
			#comment-reel ol.commentlist li div.col-left .inside p a{
				color: #34b0fe;
				
			}
		
		#comment-reel ol.commentlist li div.col-right{
			background: url(../images/bg-grey-grad.jpg) repeat-x 0 100%;
			border: 1px solid #232323;
			padding: 15px;
			margin-right: 20px;
			font-size: 12px;
		}
		
		#comment-reel ol.commentlist li div.col-right p{
			color: #fff;
			font-size: 12px;
		}
		
		#comment-reel ol.commentlist li div.col-right a{
			color: #fff;
			font-size: 12px;
		}
		
		#comment-reel ol.commentlist li div.col-right a.url{
			color: #34b0fe;
		}
	
	#comment-reel ol.commentlist li span.reply{
		margin: 5px 0 30px 0;
	}
		
	#comment-reel ol.commentlist li span.reply a.comment-reply-link{
		margin: 5px 0 30px 0;
		font-size: 12px;
		color: #34b0fe;
		display: block;
	}
			

/* COMMENT FORM
----------------------------------------*/

#submit-comments{
	margin:60px 27px 15px 50px;
}

#submit-comments h1{
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}

#submit-comments h1 em{
	font-size: 13px;
	color: #afafaf;
}

form#sub-comments{
	padding-bottom: 7px;
	border: 1px solid #212121;
	background: url(../images/bg-comment-form.png) no-repeat 0 0px;
}

form#sub-comments fieldset{
	padding: 15px;
}

form#sub-comments fieldset div.comments{
	margin-left: 240px;
	margin-top: -162px;
}

form#sub-comments fieldset div.controls{
	margin-left: 450px;
	margin-top: 10px;
}


form#sub-comments fieldset div label{
	display: block;
	margin: 5px 0;
}

form#sub-comments fieldset div label abbr{
	margin: 0 3px 0 0;
}

form#sub-comments fieldset input.txt{
	background-image: none;
	background-color: #000;
	width: 215px;
}

form#sub-comments fieldset input.chkbox{
	margin-right: 5px;
}

form#sub-comments fieldset div.comments textarea{
	height: 140px;
	width: 274px;
	background-image: none;
	background-color: #000;
}

p.subscribe-to-comments{
	background-color: #2d2d2d;
	border: 1px solid #4a4a4a;
	margin: 20px  250px 0 015px;
	padding-bottom: 5px;
	display: block;
}

p.subscribe-to-comments input{
	float: left;
}

p.subscribe-to-comments label{
	margin-top: 3px;
}


/* POPULAR REEL
----------------------------------------*/

#popular{
	margin: 3px 15px 35px 60px;
}

#popular.media{
	margin-left: 15px;
	padding-top: 25px;
}

	#popular.media #media-left,
	#popular.media #media-right{
		width: 265px;
		float: left;
	}
	
	#popular.media #media-left{
		margin-right: 5px;
	}

#popular h1{
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin: 8px 0;
}

#popular p.teaser {
	background: url(../images/bg-popular.png) no-repeat 0 0;
	border: 1px solid #212121;
	padding: 10px 35px 10px 10px;
	margin: 3px 0;
	min-height: 40px;
}

#popular.media p.teaser{
	background: url(../images/bg-comment-form.png) 0 0 no-repeat;
	padding-right: 5px;
}

#popular p em{
	display: block;
	color: #afafaf;
	font-style: normal;
}

#popular p a{
	color: #fff;
}

#popular p img{
	border: 1px solid #232323;
	margin: 0 10px 0 0;
	float: left;
}

#popular span.comment-count{
	margin: -35px 20px 0 0;
	padding-left: 15px;
	float: right;
	background: url(../images/icon-comments.png) no-repeat 0 4px;
	color: #fff;
}

/* MEDIA STUFF
----------------------------------------*/

#gallery{
	margin: 0px 0 15px 0;
}

#gallery a {
	float: left;
	margin: 10px;
}



/* ARCHIVES
----------------------------------------*/

#archives .archive-title a{
	color: #fff;
	font-size: 16px;
	margin: 0 0 0 0;
}

#archives .block{
	border: 1px solid #232323;
	margin: 8px 0;
	padding: 5px;
	background: #000 url(../images/bg-grey-grad.jpg) repeat-x 0 100%;
}
	#archives .block p.post-details{
		
	}
	
	#archives .block a.continue{
		margin: 8px 0;
		color: #34b0fe;
		font-size: 12px;
		margin-left: 420px;
	}


/* MISC STUFF
----------------------------------------*/

#tweetmeme{
	float: left;
	margin-right: 15px;
}

a.see-do{
	display: block;
	color: #34b0fe;
	font-size: 12px;	
}

#left-column a.see-do{
	margin: -20px 35px 20px 480px;
}

#left-column a#archive-lnk.see-do{
	margin: 25px 35px 0px 0px;
	clear: both;
	border-top: 1px solid #232323;
	padding-top: 10px;
}

#right-column a.see-do{
	margin-left: 190px;
}

#home-rankings p.see-do {
	margin:3px 0 13px 15px;
	text-align: center;
}
#home-rankings p.see-do a {
	color: #34b0fe;
}

/* WIDGETIZED SIDEBAR
----------------------------------------*/

div.widgetized{
	padding: 10px 0;
}

div.widgetized .widget_links{
	font-size: 12px;
}

	div.widgetized .widget_links h2{
		font-size: 16px;
		margin: 8px 0;
	}
	
	div.widgetized .widget_links a{
		color: #fff;
	}


/* LINKS SECTION
----------------------------------------*/

li.linkcat{
	list-style-type: none;
	float: left;
	width: 180px;
}

li.linkcat h2{
	margin: 8px 0;
	color: #fff;
	font-size: 16px;
	
}

li.linkcat ul li{
	font-size: 12px;
}

li.linkcat ul li a:hover{
	color: #fff;
}


/* RANKINGS
----------------------------------------*/

.primary-content #rank-content{
	margin-top: 35px;
}

#rankings{
	padding: 10px;
}

#rankings table{
	width: 554px;
	margin: 10px 0;
	clear: both;
}

#rankings table.mocks td{
	padding: 3px;
	vertical-align: middle;
}

#rankings tbody tr:hover td{
	background-color: #222;
}

#rankings tbody td{
	font-size: 12px;
	color: #fff;
	border-bottom: 1px solid #232323;
	width: 25px;
	
}

#rankings tbody td.order{
	width: 10px;
}

#rankings tbody td.team{
	width: 40px;
}

#rankings tbody td.team img{
	display: block;
}

#rankings tbody td.name{
	width: 90px;
}

#rankings tbody td a{
	color: #34b0fe;
}

#rank-sort {
	margin: -27px 0 10px 460px;

	}

#rank-sort  .select {	
	color:#ffffff;
	width:90px;
	background: #000 url(../images/bg-select.png) left no-repeat ;
	border: 1px solid #232323;
	font-size: 11px;
}

#rank-sort ul#sort-viewable{
	float: right;
	margin-top: -30px;
	height: 20px;
	background: url(../images/bg-opacity.png) repeat 0 0;
	border: 1px solid #232323;
	font-size: 11px;
	padding: 2px;
}	
	
	#rank-sort ul#sort-viewable li{
		padding: 2px;
	}
	
	#rank-sort ul#sort-viewable li a{
		color: #34b0fe;
		
	}
	
	#rank-sort ul#sort-viewable li a.current{
		border-radius:2px;
		-moz-border-radius: 2px;
		background-color:#34b0fe;
		color:white;
		padding:0 2px;
	}


/* PLAYER CARDS
----------------------------------------*/

#player-summary,
#player-keys,
#player-schools{
	padding: 20px 10px 20px 20px;
}

#player-summary img{
	float: left;
	margin-right: 15px;
}

#player-summary h1{
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}

#player-info{
	float: left;
	width: 200px;
	
}
	

	#player-info ul li{
		font-size: 12px;
	}
	
	#player-info ul li.break{
		margin-top: 15px;
	}
	
	#player-info ul li strong{
		font-size: 12px;
		font-weight: normal;
		text-transform: uppercase;
		color: #fff;
	}

#player-ranking{
	float: left;
	width: 178px;
	
}

#player-ranking p.rank-date{
	padding-top: 10px;
	padding-left: 15px;
	clear: both;
	display: block;
}

#player-ranking p.rank-date em{
	color: #34b0fe;
	
}

#ranking-overall{
	margin-left: 15px;
}

#ranking-position,
#ranking-overall{
	float: left;
	width: 80px;
}

#ranking-position h2,
#ranking-overall h2{
	font-size: 12px;
	margin-left: 5px;
}

#ranking-position p,
#ranking-overall p{
	background: url(../images/bg-ranking-player-card.png) no-repeat 0 0;
	text-align: center;
	padding-top: 15px;
	width: 51px;
	height: 40px;
	color: #000;
	font-size: 22px;
	font-weight: bold;
}

#player-keys ul{
	width: 220px;
	font-size: 12px;
	list-style-type: disc;
	margin-left: 15px;
}

#player-strengths,
#player-wips{
	float: left;
}


#evaluations,
#quick-notes{
	padding: 20px 10px 20px 20px;
}

	.addendum h3{
		float: left;
		font-size: 18px;
		color: #fff;
		margin: 8px 0;
	}
	
	.addendum h4{
		float: left;
		margin: 7px 0 0 15px;
		font-size: 12px;
		font-style: italic;
	}
	
	.addendum p{
		font-size: 12px;
		margin: 8px 0;
		clear: both;
	}
	
.player-school{
	float: left;
	width: 130px;
	margin: 10px 0;
	min-height: 75px;
}

.player-school h3{
	font-size: 16px;
	color: #fff;
}

.player-school .school-logo{
	background: url(../images/bg-ranking-player-card.png) no-repeat 0 0;
	text-align: center;
	padding-top: 2px;
	width: 51px;
	height: 55px;
	margin-bottom:8px ;
}


/* RAIL CONTENT
----------------------------------------*/

#right-column h1{
	color: #fff;
	font-size: 18px;
	margin: 8px 0;
}

.rail-content,
.rail-media{
	border: 1px solid #212121;
	background: url(../images/bg-opacity.png) repeat 0 0;
	padding: 15px;
	width: 260px;
	margin: 10px 0;
}

.rail-media,
.rail-article{
	margin: 3px 0;
}

.rail-article{
	background: url(../images/bg-comment-form.png) no-repeat 0 100%;
	padding: 15px 5px 15px 15px;
	width: 250px;
	border: 1px solid #212121;
}

.rail-article.last{
	margin-bottom: 45px;
}

.rail-media p a,
.rail-article p a{
	display: block;
}

.rail-media p img,
.rail-article p img{
	float: left;
	margin-right: 5px;
}

.rail-article p img{
	margin-right: 10px;
}




/* FOLLOW US
----------------------------------------*/

#follow-us h1{
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#follow-us ul li{
	width: 35px;
	display: block;
}

#follow-us ul li a{
	display: block;
	width: 35px;
	height: 51px;
	text-indent: -9999px;
}

#follow-us ul li#twitter a{
	background: url(../images/socmed-icons-02.png) no-repeat 0 0;
}

#follow-us ul li#facebook a{
	background: url(../images/socmed-icons.png) no-repeat 0 0;
}

#follow-us ul li#rss a{
	background: url(../images/socmed-icons-03.png) no-repeat 0 0;
}

#single-column #follow-us{
	position: absolute;
	right:25px;
	top:-35px;
}


#single-column.home #follow-us{
	position: absolute;
	right:25px;
	top:-75px;
}


/* AD UNITS
----------------------------------------*/

.adunit#home{
	margin-left: 50px;
	height: 90px;
}

.adunit.rail{
	margin: 20px 0 45px 0;
}

.adunit.rail.home{
	margin-top: 38px;
}

/* NEWSLETTER SIGNUP
----------------------------------------*/

#email-signup{
	margin: 10px 0;
	padding-bottom:10px;
	background: url(../images/bg-newsletter.png) no-repeat 0 45px;
	width: 271px;
}


#email-signup h1{
	margin: -25px 0 25px 0;
	padding: 20px 0 0 0;
}

#email-signup h1 em{
	color: #34b0fe;
}

#email-signup fieldset div,
#email-signup p.response {
	margin: 10px 0 15px 10px;
}

#email-signup fieldset div label{
	color: #fff;
}
#email-signup fieldset div label.form-error {
	color: red;
	font-weight: bold;
}

#email-signup fieldset div input[type="text"]{
	width: 220px;
}

	#email-signup fieldset div.controls{
		text-align: right;
	}

.primary-content #email-signup {
	margin: 1em 0;
	background-image: none;
	width: auto;
}
.primary-content #email-signup h1 {
	font-size: 20px;
}
.primary-content #email-signup form {
	width: 271px;
}

/* CALENDAR
----------------------------------------*/

#calendar{
 	width: 254px;
	margin: 0 0 25px 0;
	padding:0 0 25px 35px ;
	background: url(../images/bg-events.png) no-repeat 0 0;
	border: 1px solid #232323;
}

#sub-right #calendar{
 	width: 234px;
	margin: 0 0 0px 0;
	padding:0 0 15px 15px ;
	background: url(../images/bg-events.png) no-repeat 0 0;
	border: 1px solid #232323;
	min-height: 295px;
}

#sub-right #calendar p{
	margin: 5px 18px 5px 0;
}



#calendar h1{
	margin: -25px 0 0 -35px;
	padding-bottom: 25px;
}

#calendar p{
	margin-bottom: 10px;
	margin-right: 40px;
}

#calendar p#shout-out a{
	color: #34b0fe;
}

#calendar table.caption {
	width: 210px;
	text-align:center;
	border-collapse: separate;
	border: 1px solid #232323;
	border-width: 1px 1px 0px 1px;
	
}

#calendar table.caption tr td{
	padding: 4px 0;
}


#calendar table {
	width: 210px;
	text-align:center;
	border-collapse: separate;
	border: 1px solid #232323;
	border-width: 1px 1px 1px 1px;
}



#calendar table th{
	font-size: 10px;
	font-weight: normal;
	padding:8px 0 0 0;
	color: #878787;

			
}

#calendar tr td a{
	display: block;
	text-decoration:none;
	padding:0;
	color: #878787;
	font-size: 11px;
}

#calendar tr.days td{
	background: url(../images/cal-no-event.jpg) 0 0 no-repeat;
	height: 30px;
	width: 30px;
	font-size: 11px;
}

#calendar tr td.daySelected{
	background: url(../images/cal-event-day.jpg) 0px 0 no-repeat;
}


#calendar tr td.daySelected:hover{
	background: url(../images/cal-event-day-hover.jpg) 0px 0 no-repeat;
	
}



#calendar tr td.dayNum{
	background: url(../images/cal-no-event.jpg) 0px 0px no-repeat;
}


#calendar tr td.dayToday{
	background: url(../images/cal-today.jpg) 1px 1px no-repeat;
}

#calendar tr td.dayToday a{
	color:#fff;
}

/* EVENTS
----------------------------------------*/

h1.date-title{
	color: #fff;
	font-size: 20px;
	margin: 10px 15px;
}

.event{
	background: url(../images/bg-event-tile.png) no-repeat 0 100%;
	border: 1px solid #232323;
	margin: 5px 15px;
	padding: 8px 0 10px 0;
	
}

.event img{
	float: left;
	margin: 8px 25px 15px 15px;
}


.event h3{
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

.event strong{
	color: #fff;
	font-weight: normal;
}

.event ul li{
	display: block;
	float: left;
	font-size: 12px;
	margin-right: 8px;
}

	.event ul li.event-tv,
	.event ul li.event-level{
		padding: 2px 8px;
		border-radius: 9px;
		-moz-border-radius: 9px;
		color: #fff;
		float: right;		
	}
	
	.event ul li.event-level.hs{
		background-color: #d46215 ;
	}
	
	.event ul li.event-level.college{
		background-color: #34b0fe;
	}
	
	.event ul li.event-tv.fox{
		background-color: #404b78 ;
	}
	
	.event ul li.event-tv.espn{
		background-color: #ac1515 ;
	}
	
	.event ul li.event-tv.espn2{
		background-color: #8a1010 ;
	}
	
	.event ul li.event-tv.espnu{
		background-color: #5a0c0c ;
	}
	
		.event ul li.event-tv.check{
		background-color: #484848 ;
	}

	.event ul li.event-tv.abc{
		background-color: #486624 ;
	}
	
	.event ul li.event-tv.cbs{
		background-color: #326aa2 ;
	}
	
	.event ul li.event-tv.nbc{
		background-color: #af6904 ;
	}
	
.event ul li a{
	color: #34b0fe;
	margin-right: 140px;
}

/* SITE MAP
----------------------------------------*/	

#site-map.static .post{
	clear: both;
	width:100%;
}

ul.site-map{
	margin: 8px 0;
}

ul.site-map li{
	color: #fff;
}

	ul.site-map li a:hover{
		color: #fff;
	}


/* SOCIABLE
----------------------------------------*/
.sociable ul li {
	float: left;
}



/* FOOTER
----------------------------------------*/


#about-lead{
	float: left;
	width: 359px;
	background: url(../images/vr-footer.jpg) no-repeat 100% 25px;
	margin: 0 26px 0 50px;
	padding-bottom: 20px;
}

#footer-tweets{
	width: 530px;
	float: left;
}

	#footer-tweets #tweets{
		background: #000 url(../images/bg-rad-grad.jpg) no-repeat 0 0;
		padding: 10px;
		width: 510px;
		margin: 3px 0 35px 0;
	}
	
	#footer-tweets #tweets ul li{
		font-size: 12px;
	}
	
	#footer-tweets #tweets ul li a{
		color: #34b0fe;
	}

#footer-content h1{
	font-size: 18px;
	color: #9b9a9a;
}

	#about-lead h1{
		margin: 10px 0 10px 0;	
	}
	
	#footer-tweets h1{
		background: url(../images/icon-twitter-bird.png) no-repeat 0 0;
		padding: 15px 0 10px 45px ;
		margin: -10px 0 0 0;
		display: block;
	}

#footer-tweets p a{
	color: #34b0fe;
}

#about-lead p{
	margin:0 40px 0 0px;
}

#footer-nav{
	clear: both;
	float: left;
	height: 80px;
	width: 160px;
	margin:0 20px 0 37px;
	padding:10px 0 0 20px;
	background-color: #1f1f1f;
}

.ft-nav{
	float: left;
	margin-right: 20px;
	display: block;
	width: 55px;
}

.ft-nav li a{
	font-size: 10px;
	display: block;
}

div p#mice-type{
	font-size: 10px;
	margin: 25px 0;
	text-align: center;
}
