body
{
    background-color: #000;
}

#mainWrapper
{
    background-color: #fff;
    color: #000;   
    margin: auto;
	width: 800px;
	padding-top: 0;
}

#contentWrapper
{
    /*float: center;*/
    width: 800px;
    min-height: 550px;
    height: auto !important; /*hack for IE's crappiness*/
    height: 550px;
    padding-bottom: 40px;
}

#news
{
    margin-top: 25px;
    padding-right: 30px;
    float: right;
    width: 450px;
}

#news .newsEntry
{
    padding-right: 20px;
    margin-bottom: 20px;    
}

#roster
{
    margin-left: 100px;
}

#schedule
{
    margin-left: 100px;
}

#extras
{
    width: 450px;
    margin-left: 100px;
    margin-top: 50px;
    /*border-top: 2px solid #4f4f4f;*/
    /*border-bottom: 2px solid #4f4f4f;*/
    padding-top: 10px;
    padding-bottom: 10px;    
}

#pictures
{
	margin-left: 85px;
	padding: 0;
	height: 100%;
}

h2
{
    font-family: Gill Sans, Veranda;
    font-size: 18px;
}

h3
{
    border-bottom: solid 2px #4f4f4f;
    font-family: Arial, Gill Sans, Veranda;
    font-size: 15px;
}

p
{
    font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

#boxesWrapper
{
    float: left;
    width: 260px;
    margin-top: 30px;
    margin-left: 20px;
}

#nextGameBox, #latestResultsBox, #standingsBox
{
    margin: 0;
    padding-left: 30px;
    color: #000;
}

#nextGameBox
{
    height: 260px;
    padding-top: 50px;
    background: url('../images/next_game_box_background.png') repeat-x;
    font-size: 12px;
}

#latestResultsBox
{
    height: 260px;
    padding-top: 50px;
    padding-left: 15px;
    background: url('../images/latest_result_box_background.png') repeat-x;
}

#standingsBox
{
    height: 340px;
    padding-top: 50px;
    background: url('../images/standings_box_background.png') repeat-x;
}

#nextGameBox h3, #latestResultsBox h3, #standingsBox h3
{
    border: none;
    margin-top: 5px;
}

table
{
    border: solid 2px #000;
    border-spacing: 0;
    border-collapse: collapse;
}

.tableSmallFont
{
    font-size: 12px;
    font-family: Arial;
}

.tableBorderless
{
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
    font-size: 18px;
}

.tableHeader
{
    background-color: #000;
    color: #fff;
}

td
{
    padding-right: 12px;
    padding-top: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    border-right: 1px solid #000;
    margin: 0;
}

.tableBorderless td
{
    border: none;
    vertical-align: middle;
    text-align: center;
    color: #000;
}

.tableBorderless tr
{
    padding-bottom: 4px;
}

tr
{
    padding: 0;
    margin: 0;
}

.even
{
    background-color: #4f4f4f;
    color: #fff;
}

.odd
{
    background-color: #6f6f6f;
    color: #fff;
}

table a
{
    color: #CCCB9A;
}

table a:hover
{
    color: #fff;    
}

#spacer
{
    height: 43px;
}

#hnav
{
    background: url('../images/header.png') repeat-x;
    font-family: Verdana, Trebuchet MS, sans-serif;
    font-size: 15px;
    color: #fff;
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

#hnav ul
{
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#hnav ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
    padding-right: 20px;
}

#hnav ul li a
{
	margin: 0 -1px 0 0;
	/*padding-left: 10px;
	padding-right: 10px;*/	/* short-hand padding attribute would overwrite
				   top/bottom padding set in a previous rule */
	/*border-left: solid 1px #000;
	border-right: solid 1px #000;*/
	white-space: nowrap;
    color: #fff;
    text-decoration: none;
    position: relative;
}

#hnav ul li span.divider
{
	display: none;
}

#hnav li a:hover
{
	border-bottom-width: 3px;
	border-bottom-style: solid;
    border-bottom-color: #CCCB9A;
    cursor: pointer;
}

#currentPageLink
{
    border-bottom: 3px solid #CCCB9A;
}

#footer
{
    background-color: #4F4F4F;
    border-top: 2px solid #000;
    /*font-family: Verdana, Trebuchet MS, Arial, Tahoma;
    font-size: 12px;
    line-height: 0.5;*/
    color: #fff;
    height: 28px;
    padding-bottom: 2px;
    padding-left: 10px;
    clear: both;
}

#playerCard
{
    width: 450px;
    margin-left: 100px;
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#playerCardPicture
{
    height: 300px;
    border: 2px solid #000;
    float: left;
    padding: 0;
}

#playerCardBio
{
    float: right;    
}

#about img
{
    border: 2px solid #000;
    margin-left: 90px;
    margin-top: 50px;
}

#news .rssImageLink img
{
	text-decoration: none;
	border: none;
}
