/*------------------------------------------------------------------------------
---------------------------> Table of Contents <--------------------------------
--------------------------------------------------------------------------------
1. Global Attributes
2. Header
	2.1 Main Navigation
3. Content
	3.1 Scoreboard Attributes
	3.2 Main Navigation



*/




/*------------------------------------------------------------------------------
-------------------------------> Global <---------------------------------------
------------------------------------------------------------------------------*/
*
{
	margin: 0;
	padding: 0;
}

body
{
	background:#eee url('../images/global/page_background.png') repeat-x center top;
	color: #000;
	font: 14px/1.4em Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align:center;
}

/*------------------------------------------------------------------------------
--------------------------------> Header <--------------------------------------
------------------------------------------------------------------------------*/  
div#header
{
	margin: 0 auto;
	width:750px;
	height:250px;
	text-align:center;
}

div#header img.frozen_shot
{
	position:relative;
	margin-top:-25px;
	height:150px;
	width:750px;
	z-index:1;
	border:0;
}

div#header h1 img
{
	height: 125px;
	margin:0;
	width: 750px;
	z-index:99;
	position:relative;
}

div#header a.frozen_shot
{
	border:0;
	
}

/* Main Navigation
------------------------------------------------------------------------------*/
ul#main_navigation
{
	background: #000;
	margin:0 auto;
	padding:5px;
	color: #fff;
	font: 14px Arial, Helvetica, sans-serif;
	list-style: none;
	text-align: center;
	height:15px;
	width:740px;
	text-transform:uppercase;
}

ul#main_navigation li
{
	display: inline;
}

ul#main_navigation li a
{
	background:#000;
	color: #fff;
	padding: 2px 8px;
	text-decoration: none;
}

ul#main_navigation li a:hover
{
	background: #f1c900;
	color: #000;
}


/*------------------------------------------------------------------------------
--------------------------------> Content <-------------------------------------
------------------------------------------------------------------------------*/

/* Scoreboard Attributes
------------------------------------------------------------------------------*/
div#scoreboard
{
	background:#e3e3e3 url('../images/scoreboard/scoreboard_bg_light.png') repeat-x;
	margin:0 auto;
	width:750px;
	height:75px;
	font:15px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

div#scoreboard span.next_game
{
	float:left;
	margin:15px 15px 0 10px;
	color:#f1c900;
}

div#scoreboard span.opponent
{
	float:left;
	margin:15px 15px 0 10px;
}

div#scoreboard span.date_time
{
	float:left;
	margin:15px 15px 0 10px;
}

div#scoreboard div#previous_game
{
	background:#464546 url('../images/scoreboard/scoreboard_bg_dark.png') repeat-x;
	width:350px;
	height:75px;
	float:right;
	text-align:left;
}

div#scoreboard div#previous_game img
{
	float:left;
	padding: 0 10px 0 0;
}

div#scoreboard div#previous_game table
{
	margin-top:5px;
	width:220px;
	color:#fff;
	border: 1px #eee solid;
	padding:0;
}

div#scoreboard div#previous_game table thead th
{
	padding:0 7px;
}

div#scoreboard div#previous_game table tr td
{
	padding:0 7px;
}


/* Content
------------------------------------------------------------------------------*/
div#content
{
	background:#fff;
	margin:0 auto;
	width:750px;
	height:100%;
	text-align:left;
}
hr
{
	background:url('../images/global/horizontal_rule.png');
	border:0;
	height:20px;
	width:750px;
	margin:0 auto;
	clear:both;
}


/* Headings
------------------------------------------------------------------------------*/
h2
{
	padding:10px;
	font:24px "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#1c1c1c;
	clear:left;
}

h3
{
	padding:10px;
	font:22px "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#000;
	clear:left;
}

h3 a
{
	color:#000;
	text-decoration:none;
}

h3 a:hover
{
	border-bottom:2px #f1c900 solid;
}

div#article h3
{
	font:18px "Lucida Grande", Arial, Helvetica, sans-serif;
	padding:10px 0 0 0;
	display:block;
	border-bottom:1px #f1f1f1 solid;
	color:#000;
	clear:left;
}

div#article h4
{
	padding:0 15px;
	font:14px "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#f1c900;
	clear:left;
}

div#article p
{
	font:14px/20px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-align:left;
	margin:10px 0;
}

/* Content Attributes
------------------------------------------------------------------------------*/
div#content div#article
{
	padding:0px 25px;
	font:14px/20px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-align:left;
	margin-bottom:10px;
}

div#content p
{
	padding:0px 25px;
	font:14px/20px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-align:left;
	margin-bottom:10px;
}


/* Links
-------------------------------------------------------------------------------*/
div#content div#article a
{
	color:#98002e;
	text-decoration:none;
}

div#content div#article a:hover
{
	color:#f1c900;
	border-bottom:1px #f1c900 dashed;
}

/* Blog/Archive Attributes
-------------------------------------------------------------------------------*/
img.cover_photograph
{
	float:right;
	margin:0 10px 5px 10px;
	padding:10px;
	border:1px #aaa solid;
	background:#fafafa;
}

div#content span.byline
{
	margin:15px;
	font:12px "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
}

div#content span.byline a
{
	font:12px "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	color:#98002e;
	border-bottom:1px dotted #98002e;
	text-decoration:none;
}

div#content span.byline a:hover
{
	font:12px "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	color:#f1c900;
	border-bottom:1px solid #000;
}

div#archive
{
	height:150px;
	margin-top:-10px;
	margin-left:10px;
	margin-bottom:20px;
	padding:10px;
	width:550px;
	float:left;
}

div#archive a
{
	text-decoration:none;
	display:block;
}

div#archive a:hover
{
	background:#fcfcfc;
}

div#archive a span.headline, div#archive a:visited span.headline
{
	color: #98002e;
	font:14px "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
}

div#archive a span.excerpt
{
	color: #1c1c1c;
	font:12px "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	margin: 0 10px;
}

div#archive a:hover span.headline
{
	color:#f1c900;
}

div#archive a:hover span.excerpt
{
	color:#000;
	text-decoration:none;
}

ul#blog_navigation
{
	float: right;
	width:130px;
	background:#1c1c1c url('../images/global/footer_background.png');
	margin:15px 10px 0 10px;
	list-style:none;
	padding:10px;
}

ul#blog_navigation li
{
	list-style: none;
	color:#f1c900;
	font:16px "Lucida Grande", Arial, Helvetica, sans-serif;
}

ul#blog_navigation li.title
{
	margin-bottom:10px;
}

ul#blog_navigation li a
{
	font:14px Arial, Helvetica, sans-serif;
	display:block;
	color:#000;
	background:#f1c900 url('../images/global/page_background.png');
	padding:10px;
	text-decoration:none;
	border:1px #f1c900 solid;
}

ul#blog_navigation li a:hover
{
	color:#f1c900;
	background:#000;
	border:1px #f1c900 solid;
}

/* Tables
------------------------------------------------------------------------------*/
div#content div#article table
{
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
}

div#content div#article table tr.odd td.head
{
	background:#1c1c1c url('../images/global/footer_background.png');
	color:#f1c900;
	font:14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	border-left:1px #f1f1f1 solid;
	border:1px #f1f1f1 solid;
}

div#content div#article table tr.even td
{
	background:#fff;
	color:#000;
	font:12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	border:1px #f1f1f1 solid;
}

div#content div#article table tr.odd td
{
	background:#f1f1f1;
	color:#000;
	font:12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	border:1px #f1f1f1 solid;
}

/* Miscellaneous
------------------------------------------------------------------------------*/
div.sponsors
{
	background:#aaa url('../images/global/sponsor_background.png') no-repeat left top;
	margin:20px auto 0 auto;
	width:750px;
	height:125px;
	clear:both;
}

div.sponsors img
{
	margin:15px 0 0 10px;
	border:0;
}

div#content div#article a.randomAd
{
	border:0;
	padding:10px 10px 5px 10px;
	display:block;
}

div#content div#article a:hover.randomAd
{
	border:0;
	background:#eee;
}

div#article a.randomAd img
{
	border:0;
	margin-left:175px;
}



div#extras
{
	clear:left;
	height:200px;
	margin:0 0 10px 10px;
	width:570px;
	float:left;
}

div#extras img.star
{
	width:150px;
	height:200px;
	margin:0 10px 10px;
	float:left;
}

a.vote
{
	clear:left;
	text-decoration: none;
	margin:0 20px;
	padding:5px 100px;
	color:#fff;
	background:#1c1c1c url('../images/global/footer_background.png');
}

a:hover.vote
{
	text-decoration: none;
	color:#000;
	background:#f1c900;	
	border:1px #1c1c1c solid;
}

ul#standings
{
	float: right;
	width:130px;
	background:#1c1c1c url('../images/global/footer_background.png');
	margin:15px 10px 10px 10px;
	list-style:none;
	padding:10px;
}

ul#standings li
{
	list-style: none;
	color:#000;
	font:14px Arial, Helvetica, sans-serif;
	background:#f1c900 url('../images/global/page_background.png');
	padding:10px;
	text-decoration:none;
	border:1px #f1c900 solid;
}

ul#standings li.title
{
	margin-bottom:10px;
	padding:0;
	list-style: none;
	background:transparent;
	color:#f1c900;
	font:16px "Lucida Grande", Arial, Helvetica, sans-serif;
	border:0;
}

img#donate
{
	border:0;
}

/*------------------------------------------------------------------------------
-------------------------------> Footer <---------------------------------------
------------------------------------------------------------------------------*/
div#footer
{
	background: url('../images/global/footer_background.png');
	border-top:5px solid #f1c900;
	color: #fff;
	width:100%;
	height:100px;
	clear:both;
}

div#footer_container
{
	width:750px;
	margin:0 auto;
}

div#footer div#footer_container p
{
	margin-top:60px;
	float:right;
	font:10px Arial, Helvetica, sans-serif;
	text-align:right;
	vertical-align:bottom;
}

div#footer_container p a
{
	color:#f1c900;
	text-decoration:none;
}

div#footer_container p a:hover
{
	color:#98002e;
}

div#footer_container p a:visited
{
	color:#eee;
	border-bottom:1px dotted #eee;
	text-decoration:none;
}

/* Footer Navigation
------------------------------------------------------------------------------*/
div#footer div#footer_container ul#footer_navigation
{
	background: transparent;
	float:left;
	margin:0 auto;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	list-style: none;
	text-align: left;
}

div#footer div#footer_container ul#footer_navigation li
{
	display: block;
	list-style:none;
}

div#footer div#footer_container ul#footer_navigation li a
{
	background-color: transparent;
	display:block;
	color: #eee;
	padding: 5px 10px;
	text-decoration: none;
}

div#footer div#footer_container ul#footer_navigation li a:hover
{
	background-color: #f1c900;
	color: #1c1c1c;
}

