/*  
Publication: Sports Central [http://phpbbconsultant.com]
Author: Adam Polselli [http://adampolselli.com/]

Copyright 2009 Sports Central. Don't steal. Learn!
*/

/* - - - - - REMOVE BROWSER STYLES */
	
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,
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; }

:focus {
	outline: 0; }

ol, ul {
	list-style: none; }
	
img {
	display: block; }
	
/* 'tables still need 'cellspacing="0"' in the markup' - Eric Meyer */

table {
	border-collapse: separate;
	border-spacing: 0; }

caption, th, td {
	text-align: left;
	font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: ""; }

blockquote, q {
	quotes: "" ""; }

/* - - - - - CLEARFIX */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }
	
.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%; }
	
/* - - - - - BASIC STRUCTURE */

body {
	background-color: #222;
	color: #222;
	font: 13px/20px Helvetica, Arial, sans-serif;
	text-align: center; }
	
#wrap {
	background: #222 url(../img/bg-page.gif) repeat-y center top;
	margin: 0 auto;
	overflow: visible;
	padding: 0 25px;
	position: relative;
	text-align: left;
	width: 940px; }
	
/* - - - - - GLOBAL ELEMENTS & CLASSES */

a {
	color: #1e6dc3;
	font-weight: bold;
	text-decoration: none; }
	
a:hover {
	color: #ee7819; }
	
p, ul, ol {
	margin-bottom: 18px; }
	
em {
	font-style: italic; }
	
h2 {
	color: #333;
	font-size: 21px;
	font-weight: bold;
	line-height: 21px;
	margin-bottom: 18px; }
	
	h2 a {
		color: #333; }

	h2 a:hover {
		color: #ee7819; }
		
h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px; }
	
strong {
	font-weight: bold; }
	
.float-left {
	float: left;
	margin: 0 20px 20px 0; }
	
/* - - - - - FORMS */

input, textarea {
	color: #222;
	font-family: Helvetica, Arial, sans-serif; }

/* - - - - - HEADER */
	
#header {
	background-color: #013988;
	height: 100px;
	margin: 0 auto;
	position: relative; }
	
#header	h1, #header	h2 {
	background: url(../img/logo.png) no-repeat;
		height: 100px;
		width: 200px; }
	
#header	h1 a, #header	h2 a {
		display: block;
		height: 100px;
		text-indent: -9999px; }
		
	#leaderboard {
		position: absolute;
		top: 5px; right: 6px; }
		
/* - - - - - DASHBOARD & NAVIGATION */

#dashboard {
	height: 33px;
	margin-left: 0;
	position: relative;
	width: 960px; }
	
#sportsNav {
	background: transparent url(../img/sportsNav.png) no-repeat;
	height: 33px;
	margin: 0;
	position: relative;
	width: 940px; }
	
	#sportsNav li {
		list-style: none;
		position: absolute;
		top: 0; }
		
	#sportsNav li, #sportsNav li a {
		color: transparent;
		display: block;
		height: 33px;
		overflow: hidden;
		text-indent: -9999px; }
		
	li#nav-sports { display: none; }
	li#nav-collegeBasketball { left: 0px; width: 151px; }
	li#nav-collegeFootball { left: 151px; width: 125px; }
	li#nav-golf { left: 276px; width: 52px; }
	li#nav-mlb { left: 328px; width: 52px; }
	li#nav-nba { left: 380px; width: 53px; }
	li#nav-nfl { left: 433px; width: 49px; }
	li#nav-nhl { left: 482px; width: 52px; }
	li#nav-tennis { left: 534px; width: 64px; }
	li#nav-other { left: 598px; width: 56px; }
	li#nav-fantasy { display: none; }

	li#nav-sports a:hover { display: none; }
	li#nav-collegeBasketball a:hover { background: transparent url(../img/sportsNav.png) no-repeat 0 -48px; }
	li#nav-collegeFootball a:hover { background: transparent url(../img/sportsNav.png) no-repeat -151px -48px; }
	li#nav-golf a:hover { background: transparent url(../img/sportsNav.png) no-repeat -276px -48px; }
	li#nav-mlb a:hover { background: transparent url(../img/sportsNav.png) no-repeat -328px -48px; }
	li#nav-nba a:hover { background: transparent url(../img/sportsNav.png) no-repeat -380px -48px; }
	li#nav-nfl a:hover { background: transparent url(../img/sportsNav.png) no-repeat -433px -48px; }
	li#nav-nhl a:hover { background: transparent url(../img/sportsNav.png) no-repeat -482px -48px; }
	li#nav-tennis a:hover { background: transparent url(../img/sportsNav.png) no-repeat -534px -48px; }
	li#nav-other a:hover { background: transparent url(../img/sportsNav.png) no-repeat -598px -48px; }
	li#nav-fantasy a:hover { background: transparent url(../img/sportsNav.png) no-repeat -654px -50px; }

	#sportsNav li.mob, #sportsNav li.mob a { display: none; }
	
#searchBar {
	background: transparent url(../img/sportsNav.png) no-repeat -672px 0px;
	height: 33px;
	position: absolute;
	top: 0; left: 672px;
    width: 204px; }
    
	#searchBar input#searchField {
		background: none;
		border: none;
	    float: left;
	    font-size: 12px;
	    line-height: 12px;
	    margin: 11px 0 0 9px;
	    padding: 0;
	    width: 144px; }
	    
	#searchBar input#searchButton {
	background: transparent url(../img/sportsNav.png) no-repeat -836px 0px;
		float: right;
		height: 23px;
		margin: 0 16px 0 0;
		width: 24px;
		border: 0;
		text-indent: -9999px;
		cursor: pointer; cursor: hand; }
		
	#searchBar input#searchButton:hover {
		opacity: 0; }

#otherNav {
	background: transparent url(../img/sportsNav.png) no-repeat -874px 0px;
	height: 33px;
	margin: 0;
	position: absolute;
	top: 0; right: 20px;
	width: 65px; }
	
	#otherNav li {
		list-style: none;
		position: absolute;
		top: 0; }
		
	#otherNav li, #otherNav li a {
		color: transparent;
		display: block;
		height: 33px;
		overflow: hidden;
		text-indent: -9999px; }
		
	li#nav-twitter { left: 0; width: 32px; }
	li#nav-feed { left: 32px; width: 33px; }
	
#columnsNavLinks {
	background: transparent url(../img/columnsNav.png) no-repeat;
	height: 42px;
	margin: 0;
	position: relative;
	width: 940px; }
	
	#columnsNavLinks li {
		list-style: none;
		position: absolute;
		top: 0; }
		
	#columnsNavLinks li, #columnsNavLinks li a {
		color: transparent;
		display: block;
		height: 42px;
		overflow: hidden;
		text-indent: -9999px; }
		
	li#nav-slantPattern { left: 288px; width: 132px; }
	li#nav-foulTerritory { left: 442px; width: 132px; }
	li#nav-sportsQA { display: none; }
	li#nav-forums { left: 665px; width: 264px; }
	
	li#nav-slantPattern a:hover { background: transparent url(../img/columnsNav.png) no-repeat -288px -52px; }
	li#nav-foulTerritory a:hover { background: transparent url(../img/columnsNav.png) no-repeat -442px -52px; }
	li#nav-forums a:hover { background: transparent url(../img/columnsNav.png) no-repeat -665px -52px; }

	
/* - - - - - MAINBAR */

#mainbar {
	float: right;
	margin-right: 120px;
	padding: 15px;
	width: 490px; }
	
	#mainbar .mainbar-header {
		border-bottom: 1px solid #ccc;
		font-size: 18px;
		line-height: 18px;
		margin: 0 0 10px;
		padding-bottom: 10px; }
	
#breadcrumbs {
	background: #fff url(../img/bg-sportsIndex-h1.png) no-repeat;
	color: #555;
	font-size: 12px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	margin-bottom: 15px;
	padding-left: 12px;
	text-shadow: 1px 1px 0 #eee;
	text-transform: uppercase; }
	
	#breadcrumbs a {
		color: #555; }
		
	#breadcrumbs a:hover {
		color: #222; }
		
	#breadcrumbs span {
		color: #777;
		font-weight: normal;
		padding: 0 4px;
		text-shadow: 1px 1px 0 #fff; }
	
	.textLinks {
	background-color: #efefef;
	border: 1px solid #ddd;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 20px;
	padding: 20px 0 10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; }
	
	.grayBox {
	background-color: #efefef;
	border: 1px solid #ddd;
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 20px;
	padding: 20px 0 10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; }
	
	.textLinks h2 {
		font-size: 12px;
		line-height: 12px;
		margin-bottom: 15px;
		text-align: center;
		text-transform: uppercase;
		text-shadow: 0 1px 0 #fff; }
		
	.textLinks div {
		float: left;
		margin-right: 20px;
		width: 214px; }
		
	.textLinks p {
		border-bottom: 1px solid #ccc;
		margin: 0 0 12px;
		padding-bottom: 13px; }
		
	.textLinks div p:last-child {
		border: none;
		padding: 0; }
		
.moreSportsCommentary {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 1px;
	padding-bottom: 15px; }
	
	.moreSportsCommentary h3 {
		border-bottom: 1px solid #ccc;
		margin: 0 0 10px;
		padding-bottom: 8px; }
		
	.moreSportsCommentary tr {
		display: block;
		margin-bottom: 12px; }
		
	.moreSportsCommentary .moreDate {
		width: 70px; }
		
	.moreSportsCommentary .moreCategory {
		font-weight: bold;
		width: 110px; }
		
	.moreSportsCommentary .moreTitle {
		font-size: 12px;
		padding-right: 10px;
		max-width: 300px; }
	
/* - - - - - STORIES */

.byline {
	color: #999;
	font-family: Georgia;
	font-size: 11px;
	line-height: 11px;
	margin: 5px 0 4px; }
	
	.byline span {
		text-transform: uppercase; }
	
.storyMeta {
	color: #999;
	font-size: 12px;
	line-height: 12px;
	margin: 0 0 2px; }
	
.storySummary {
	font-size: 12px;
	line-height: 18px; }
	
/* - - - - - HEROS and LISTINGS */
	
#heros {
	background: transparent url(../img/hero-divider.gif) no-repeat left bottom;
	padding-bottom: 9px;
	margin-bottom: 20px; }
	
	.hero {
		float: left;
		width: 235px; }
		
	.hero:first-child {
		margin-right: 20px;}
		
	.hero a.completeStory {
		display: block; }
		
	.hero h2 {
		margin: 0; }
		
	.hero .storyMeta {
		margin-bottom: 6px; }
		
	.heroImg {}
		
		.heroImg p {
			margin-bottom: 8px; }
		
.storyList {}
	
	.storyList h2 {
		font-size: 18px;
		margin: 0; }
		
	.storyList img {
		position: absolute;
		top: 0; left: 0; }
	
	.storyListing {
		border-bottom: 1px solid #ccc;
		margin-bottom: 15px;
		padding-left: 70px;
		position: relative; }
		
	.storyListing:last-child {
		border: none; }
		
/* - - - - - SPORTS INDEX */

#sports-index .category-header {
	background: #fff url(../img/bg-sportsIndex-h1.png) no-repeat;
	font-size: 12px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 15px;
	padding-left: 12px;
	position: relative;
	text-shadow: 1px 1px 0 #eee;
	text-transform: uppercase; }
	
	#sports-index .category-header a {
		color: #555; }
		
	#sports-index .category-header a:hover {
		color: #222; }
		
	#sports-index .category-header a.more-stories-button {
		background: transparent url(../img/bg-sportsIndex-h1-a.png) no-repeat;
		display: block;
		position: absolute;
		text-indent: -9999px;
		top: 0; right: 0;
		width: 73px; }
		
	#sports-index .category-header a.more-stories-button:hover {
		background-position: 0 -40px; }
		
#sports-index .storyListing:last-child {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px; }
	
#sports-index .moreSportsCommentary .moreCategory {
	width: auto; }
		
/* - - - - - CATEGORY ARCHIVES */

#category-archives .storyListing:last-child {
	border-bottom: 3px solid #ccc;
	margin-bottom: 10px; }

#category-archives .moreSportsCommentary .moreCategory {
		width: auto; }
		
/* - - - - - INDIVIDUAL ARCHIVE */

#ind-story {
	margin-bottom: 30px; }

	#ind-story h1 {
    color: #333;
    font-size: 21px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 4px; }

#print h1 {
    color: #004C97;
    font-size: 22px;
    letter-spacing: -1px;
    text-transform: none;
    padding: 0;
    margin-bottom: 5px;
    background-image: none;
}

	#ind-story h2 {
		margin-bottom: 4px; }

	#ind-story h3 {
		font-weight: normal;
		margin-bottom: 18px; }
		
	#ind-story h4 {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 18px; }
		
	#ind-story .storyMeta {
		font-family: Georgia, Times, "Times New Roman", serif;
		margin-bottom: 18px; }
		
		#ind-story .storyMeta em {
			font-style: normal; }
			
		#ind-story .storyMeta em span {
			text-transform: uppercase; }
		
	#ind-story-body p {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 18px; }
		
	.story-extras {
		float: right;
		font-size: 11px;
		margin: -18px 0 20px 20px;
		text-align: right;
		width: 200px; }
		
#ind-archive .moreSportsCommentary .moreCategory {
		width: auto; }
		
/* - - - - - COMMENTS */

#comments-wrap {
	background-color: #eee;
	border: 1px solid #ccc;
	margin-bottom: 20px; }
	
	#comments {
		border: 1px solid #fff;
		padding: 19px; }
		
	.comment {
		background-color: #eee;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #fff;
		padding-top: 18px; }
		
	.comment:first-child {
		border-top: none;
		padding: 0; }
		
	.comment:last-child {
		border-bottom: none; }

	.comment-date {
		color: #666;
		float: right;
		font-size: 11px;
		margin: 0; }
	
	.comment-author {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px; }
	
	.comment-body p {
		margin-bottom: 18px; }

/* - - - - - FORM */

table.form {
	border-top: 1px solid #ccc;
	margin-bottom: 20px; }
	
	table.form tr {
		border: 1px solid #ccc;
		border-top: none;
		display: block; }
		
	table.form tr.submit-row {
		border: none;
		padding-top: 10px; }
		
	table.form td {
		padding: 0; }
		
		table.form td.label {
			border-right: 1px solid #ddd;
			font-size: 10px;
			font-weight: bold;
			padding-right: 15px;
			text-align: right;
			text-transform: uppercase;
			vertical-align: middle;
			width: 107px; }
			
		table.form tr.submit-row td.label {
			border: none;
			width: 108px; }
		
		table.form td.field {
			width: 365px; }
			
		table.form tr.submit-row td.field {
			text-align: right; }
			
		table.form td.radios {
			background-color: #eee;
			border: 1px solid #fff;
			padding: 9px;
			width: 345px; }
			
		table.form td.radios label {
			margin-right: 15px; }

	table.form input[type="text"] {
		background-color: #eee;
		border: 1px solid #fff;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
		line-height: 14px;
		margin: 0; padding: 9px 9px 10px;
		width: 345px; }
		
	table.form textarea {
		background-color: #eee;
		border: 1px solid #fff;
		margin: 0; padding: 9px 9px 10px;
		resize: vertical;
		width: 345px; }
		
	table.form input[type="text"]:focus,
	table.form textarea:focus {
		background-color: #fff; }

#comment-greeting {
    line-height: 38px;
}

#comments-open label {
    font-size: 10px;
    font-weight: bold;
    padding: 8px 15px 0 0;
    text-align: right;
    text-transform: uppercase;
    vertical-align: middle;
    display: block;
    float: left;
    width: 107px;
    clear: both;
}

#comments-open input {
    background-color: #eee;
    border: 1px solid #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 9px 9px 10px;
    width: 345px;
}

#comments-open input {
    background-color: #eee;
    border: 1px solid #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 9px 9px 10px;
    width: 345px;
}

#comment-form-remember-me input {
    width: auto;
}

#comment-form-remember-me input,
#comment-form-reply input {
    margin: 10px 0;
}

#comments-open textarea {
    background-color: #eee;
    border: 1px solid #fff;
    margin: 0;
    padding: 9px 9px 10px;
    resize: vertical;
    width: 345px;
}

#comments-open-footer {
    clear: both;
    text-align: right;
    padding: 10px 3px 0 0;
}

#comments-open-footer input {
	clear: both;
    text-align: center;
    cursor: default;
    color: buttontext;
    padding: 2px 6px 3px;
    border: 2px outset buttonface;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: buttonface;
    box-sizing: border-box;
    width: auto;
}

/* - - - - - SIDEBAR */

#sidebar {
	font-size: 11px;
	line-height: 15px;
	width: 300px; }
	
	#sidebar h2 {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 14px; }
		
		#sidebar h2 span {
			font-size: 12px;
			font-weight: normal; }
	
	#sidebar p {
		margin-bottom: 14px; }
		
	.sidebarBox {
		background-color: #fff;
		border: 2px solid #ddd;
		margin: 10px 0 0 10px;
		padding: 15px 15px 5px 15px;
		width: 246px; }
		
#intro-link-feed {
	background: transparent url(../img/icon-feed.png) no-repeat left center;
	display: block;
	height: 16px;
	margin-bottom: 4px;
	padding-left: 21px; }
	
#intro-link-twitter {
	background: transparent url(../img/icon-twitter.png) no-repeat left center;
	display: block;
	height: 16px;
	padding-left: 21px; }
		
.sidebarAd {
	margin: 10px 0 0 10px;
	width: 280px; }
	
	.sidebarAd:hover {
		opacity: 0.8; }
		
.buttonAd {
	margin: 10px 0 -5px 14px;
	width: 272px; }
	
	.buttonAd a {
		background: url(../img/bg-buttonad.png) no-repeat;
		color: #fff;
		display: block;
		font-size: 12px;
		height: 25px;
		line-height: 12px;
		padding-top: 9px;
		text-align: center;
		text-shadow: 0 1px 1px #1a314f; }
		
	.buttonAd a:hover {
		background: url(../img/bg-buttonad.png) no-repeat 0 -40px; }
		
#st,
#bestOfSC {
	padding-bottom: 0; }
	
	#bestOfSC ol {
		list-style-position: inside;
		list-style-type: decimal;
		margin: 0 0 0 -15px;
		width: 276px; }
		
	#bestOfSC li {
		border-top: 1px solid #ddd;
		padding: 4px 15px 5px; }
		 
	#bestOfSC li:hover {
		background-color: #1e6dc3;
		color: #fff; }
		
	#bestOfSC li:hover a {
		color: #fff;
		text-shadow: 0 1px 1px #1a314f; }
		
	#bestOfSC li a:hover {
		color: #fff;
		text-shadow: 0 1px 1px #1a314f; }
		
#sayWhat {
	background: #fff url(../img/bg-sayWhat-open.gif) no-repeat;
	padding: 0;
	width: 276px; }
	
	#sayWhat h2 {
		padding: 15px 15px 0 15px; }
		
	#sayWhat blockquote {
		background: url(../img/bg-sayWhat-close.gif) no-repeat right bottom; }
		
	#sayWhat blockquote p {
		margin: 0;
		padding: 0 15px 19px 15px; }
		
	#sayWhat blockquote strong {
		display: block; }
	
/* - - - - - AD SIDEBAR */

#adSidebar {
	position: absolute;
	top: 182px; right: 25px;
	width: 120px; }
	
	#skyscraper {
		margin-bottom: 10px; }
	
	#adSidebar h2 {
		font-size: 11px;
		font-weight: bold;
		line-height: 13px;
		margin: 0;
		text-transform: uppercase; }
		
	#adSidebar ul {
		line-height: 13px;
		margin-bottom: 10px; }
		
	#adSidebar ul a {
		font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
		font-size: 9px;
		font-weight: normal; }

/* - - - - - FOOTER */

#footer div, #footer ul{height:20px;}
#footer li{white-space:nowrap;}

#footerWrap {
	background: #063a84 url(../img/bg-footer.png) repeat-x;
	clear: both;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	height: 106px;
	line-height: 20px; }
	
	#footer {
		background: transparent url(../img/footer-logo.png) no-repeat;
		height: 95px;
		padding: 11px 20px 0 312px; }
		
	#footer a {
		color: #fff; }
		
	#footer a:hover {
		color: #ee7819; }
	
	#footer .footerListHeader {
		clear: both;
		color: #ddd;
		float: left;
		text-transform: uppercase;
		text-shadow: 1px 1px 0 #042555;
		width: 75px; }
		
	#footer ul {
		float: left;
		margin: 0; }
		
	#footer li {
		display: inline;
		margin-right: 12px; }
		
	#footer #copyright {
		clear: both;
		color: #69a3f5;
		margin: 0; }

/* Responsive */

a#pull {
	display: none;
}

#sportsNav .mobile {
	display: none;
}


/* - - - - - Retina Images */

@media all and (-webkit-min-device-pixel-ratio : 1.5),
 all and (-o-min-device-pixel-ratio: 3/2),
 all and (min--moz-device-pixel-ratio: 1.5),
 all and (min-device-pixel-ratio: 1.5) {

#header	h1, #header	h2 {
	background: url(../img/logo@2x.png) no-repeat;
	background-size: 200px 100px; }
	
	#footer {
		background: transparent url(../img/footer-logo@2x.png) no-repeat;
		background-size: 300px 106px; }

}