/*  
Publication: Sports Central [http://sports-central.org]
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: url(../img/logo.png) no-repeat;
	height: 100px;
	margin: 0 auto;
	position: relative; }
	
	h1 {
		height: 100px;
		width: 200px; }
	
	h1 a {
		display: block;
		height: 100px;
		text-indent: -9999px; }
		
	#leaderboard {
		position: absolute;
		top: 5px; right: 6px; }
		
/* - - - - - DASHBOARD & NAVIGATION */

#dashboard {
	height: 33px;
	margin-left: -10px;
	position: relative;
	width: 960px; }
	
#sportsNav {
	background: transparent url(../img/sportsNav.png) no-repeat;
	height: 33px;
	margin: 0;
	position: relative;
	width: 694px; }
	
	#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 { left: 0; width: 90px; }
	li#nav-collegeBasketball { left: 90px; width: 140px; }
	li#nav-collegeFootball { left: 230px; width: 105px; }
	li#nav-golf { left: 335px; width: 39px; }
	li#nav-mlb { left: 374px; width: 41px; }
	li#nav-nba { left: 415px; width: 41px; }
	li#nav-nfl { left: 456px; width: 39px; }
	li#nav-nhl { left: 495px; width: 40px; }
	li#nav-tennis { left: 535px; width: 53px; }
	li#nav-other { left: 588px; width: 47px; }
	li#nav-fantasy { left: 635px; width: 59px; }

	li#nav-sports a:hover { background: transparent url(../img/sportsNav.png) no-repeat 0 -50px; }
	li#nav-collegeBasketball a:hover { background: transparent url(../img/sportsNav.png) no-repeat -90px -50px; }
	li#nav-collegeFootball a:hover { background: transparent url(../img/sportsNav.png) no-repeat -230px -50px; }
	li#nav-golf a:hover { background: transparent url(../img/sportsNav.png) no-repeat -335px -50px; }
	li#nav-mlb a:hover { background: transparent url(../img/sportsNav.png) no-repeat -374px -50px; }
	li#nav-nba a:hover { background: transparent url(../img/sportsNav.png) no-repeat -415px -50px; }
	li#nav-nfl a:hover { background: transparent url(../img/sportsNav.png) no-repeat -456px -50px; }
	li#nav-nhl a:hover { background: transparent url(../img/sportsNav.png) no-repeat -495px -50px; }
	li#nav-tennis a:hover { background: transparent url(../img/sportsNav.png) no-repeat -535px -50px; }
	li#nav-other a:hover { background: transparent url(../img/sportsNav.png) no-repeat -588px -50px; }
	li#nav-fantasy a:hover { background: transparent url(../img/sportsNav.png) no-repeat -635px -50px; }
	
#searchBar {
	background: url(../img/bg-search.png) no-repeat;
	height: 33px;
	position: absolute;
	top: 0; left: 694px;
    width: 201px; }
    
	#searchBar input#searchField {
		background: none;
		border: none;
	    float: left;
	    font-size: 12px;
	    line-height: 12px;
	    margin: 11px 0 0 9px;
	    padding: 0;
	    width: 155px; }
	    
	#searchBar input#searchButton {
		float: right;
		height: 23px;
		margin: 5px 5px 0 0;
		width: 24px; }
		
	#searchBar input#searchButton:hover {
		opacity: 0; }

#otherNav {
	background: transparent url(../img/otherNav.png) no-repeat;
	height: 33px;
	margin: 0;
	position: absolute;
	top: 0; right: 0;
	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: 33px; }
	li#nav-feed { left: 33px; width: 32px; }
	
	li#nav-twitter a:hover { background: transparent url(../img/otherNav.png) no-repeat 0 -50px; }
	li#nav-feed a:hover { background: transparent url(../img/otherNav.png) no-repeat -33px -50px; }
	
#columnsNav {
	background: transparent url(../img/columnsNav.jpg) no-repeat;
	height: 49px;
	margin: 0;
	position: relative;
	width: 940px; }
	
	#columnsNav ul {
		margin: 0; }
	
	#columnsNav li {
		list-style: none;
		position: absolute;
		top: 0; }
		
	#columnsNav li, #columnsNav li a {
		color: transparent;
		display: block;
		height: 49px;
		overflow: hidden;
		text-indent: -9999px; }
		
	li#nav-slantPattern { left: 360px; width: 100px; }
	li#nav-foulTerritory { left: 477px; width: 95px; }
	li#nav-sportsQA { left: 586px; width: 95px; }
	li#nav-forums { left: 755px; width: 185px; }
	
	li#nav-slantPattern a:hover { background: transparent url(../img/columnsNav.jpg) no-repeat -360px -55px; }
	li#nav-foulTerritory a:hover { background: transparent url(../img/columnsNav.jpg) no-repeat -477px -55px; }
	li#nav-sportsQA a:hover { background: transparent url(../img/columnsNav.jpg) no-repeat -586px -55px; }
	li#nav-forums a:hover { background: transparent url(../img/columnsNav.jpg) no-repeat -755px -55px; }
	
/* - - - - - 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 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; }

/* - - - - - 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; }
		
#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; }
