/*  
Theme Name: SG/Dark
Theme URI: http://theundersigned.net/
Description: Minimalistic two-in-one column theme. Searching and commenting is powered by AJAX made by <a href="http://sevengoslings.net">Seven Goslings</a>, but works as normal if javascript is disabled. Design is made by <a href="http://theundersigned.net">the undersigned</a>. Please report if any bugs is found!
Version: 1.0
Author: The undersigned
Author URI: http://theundersigned.net/

The CSS, XHTML, JS and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* Overall */

body{ 
margin:0;
background-color:#222;
font-family:Arial, sans-serif;
}

form {
display:inline;
margin:0;
padding:0;
}

a:link, a:visited {
text-decoration:none;
color:#BFD72F;
}

a:hover {
color:#ADC32A;
}

.content {
position:relative;
width:860px;
margin: 0 auto;
overflow: hidden;
}

/* Top menu */

#menucontainer {
position:relative;
width:100%;
background-image:url(pic/menubg.jpg);
height:210px;
}

#menucontainer a.logo {
display: block;
width: 245px;
height: 190px;
background: url("pic/logo.gif") top left no-repeat;
}

#menucontainer .logo span {
display: none;
}

#menucontainer ul {
position: absolute;
left: 270px;
top: 0;
list-style:none;
margin:0;
padding:0;
}

#menucontainer ul li {
display:block;
position:relative;
float:left;
}

#menucontainer ul li a:link, #menucontainer ul li a:visited {
display:block;
position:relative;
float:left;
padding:160px 30px 20px 30px;
font-size:11px;
line-height:10px;
text-transform:uppercase;
letter-spacing:1px;
color:#BFD72F;
text-decoration:none;
}

#menucontainer ul li a:hover {
background-image:url(pic/menubghover.jpg);
padding:160px 29px 20px 29px;
border-left:1px solid #BFD72F;
border-right:1px solid #BFD72F;
border-bottom:3px solid #BFD72F;
color:#EEE;
}

#menucontainer ul .current_page_item a:link, #menucontainer ul .current_page_item a:visited {
background-image:url(pic/menubghover.jpg);
border-bottom:3px solid #BFD72F;
color:#BFD72F;
}

#menucontainer ul .current_page_item a:hover {
border-left:0;
border-right:0;
padding:160px 30px 20px 30px;
color:#BFD72F;
}

/* Main content */

#maincontainer {
position:relative;
width:100%;
background-color:#444;
}

#postone {
position:relative;
width:680px;
margin:20px 0 20px 20px;
}

#posttwo {
position:relative;
width:680px;
float:right;
margin:20px 30px 20px 0;
}

#pagepost {
position:relative;
margin:20px 0 20px 20px;
}

#postone img, #posttwo img {
border-left:3px solid #BFD72F;
display:block;
margin:20px 0 20px 27px;
padding-left:10px;
border-top:0;
border-bottom:0;
border-right:0;
}

#maincontainer h2 {
color:#BFD72F;
text-transform:uppercase;
font-size:18px;
margin:0 0 5px 0;
letter-spacing:5px;
font-weight:normal;
}

#maincontainer .post p {
margin:0 0 20px 0;
}

#maincontainer .post em {
	color:#EEE;
	font-size:12px;
	line-height:20px;
}

#maincontainer .post p, #maincontainer .post ul, #maincontainer .post ol {
color:#EEE;
font-size:12px;
line-height:20px;
}

#maincontainer .post blockquote {
font-style:italic;
border-left:3px solid #BFD72F;
margin-left:27px;
padding-left:10px;
}

#maincontainer .post .postdata {
color:#AAA;
font-size:10px;
font-style:italic;
margin:-10px 0 0 0;
}

#maincontainer .post h1 {
color:#BFD72F;
text-transform:uppercase;
font-size:15px;
margin:0 0 5px 0;
letter-spacing:3px;
font-weight:normal;
}

#maincontainer .post h2 {
color:#BFD72F;
text-transform:uppercase;
font-size:13px;
margin:0 0 5px 0;
letter-spacing:3px;
font-weight:normal;
}

#maincontainer .post h3 {
color:#BFD72F;
text-transform:uppercase;
font-size:11px;
margin:0 0 5px 0;
letter-spacing:3px;
font-weight:normal;
}

/* Comments */

.commentodd {
background-color:#333;
border-left:2px solid #BFD72F;
}

.commentodd, .commenteven {
position:relative;
width: 380px;
}

.commentcontent {
padding:5px 15px 5px 15px;
}

.commentcontent p {
font-size:11px;
line-height:17px;
color:#EEE;
}

.commentcontent .commentinfo {
color:#AAA;
}

.commentcontent blockquote {
font-style:italic;
border-left:3px solid #BFD72F;
margin-left:17px;
padding-left:10px;
}

.commentcontent ul, .commentcontent ol {
margin-left:15px;
}

#comment {
width: 380px;
}


/* Bottom content */

#bottomcontainer {
position:relative;
clear:both;
float:left;
width:100%;
background-image:url(pic/bottombg.jpg);
background-repeat:repeat-x;
background-color:#222;
}

#bottomcontainer .content {
padding-top:40px;
}

#bottomcontainer h2 {
color:#BFD72F;
text-transform:uppercase;
font-size:13px;
margin:0 0 5px 0;
letter-spacing:3px;
font-weight:normal;
}

#bottomcontainer ul {
list-style:none;
margin:0 0 30px 0;
padding:0;
border-bottom:3px solid #BFD72F;
}

#bottomcontainer ul li {
display:block;
position:relative;
font-size:11px;
text-transform:uppercase;
letter-spacing:1px;
line-height:20px;
padding:0 10px 0 10px;
border-bottom:1px solid #666;
color: #EEE;
}

#bottomcontainer ul li a:link, #bottomcontainer ul li a:visited {
color:#EEE;
text-decoration:none;
}

#bottomcontainer ul li a:hover {
color:#BFD72F;
}

#column1 {
position:relative;
float:left;
width:270px;
}

#column1 img {
border:0;
}

#column2 {
position:relative;
float:left;
margin-left:30px;
width:270px;
}

#column3 {
position:relative;
float:right;
width:270px;
}

.bottomsmallright a:link, .bottomsmallright a:visited, .bottomsmallleft a:link, .bottomsmallleft a:visited {
color:#EEE;
}

.bottomsmallright a:hover, .bottomsmallleft a:hover {
color:#ADC32A;
}

.bottomsmallright {
height:25px;
font-size:12px;
text-align:right;
margin-right:20px;
line-height:25px;
padding-bottom:30px;
}

.bottomsmallleft {
height:25px;
font-size:12px;
text-align:left;
margin-left:10px;
line-height:25px;
padding-bottom:30px;
}

.bottomsmallcenter {
height:20px;
font-size:12px;
text-align:center;
line-height:25px;
}

.bottomsmallcenter {
padding-bottom:30px;
}

html>body .bottomsmallcenter {
padding-bottom:35px;
}

#s {
background-color:#333333;
color:#EEEEEE;
border:0;
text-align:center;
height:20px;
}

#ssubmit {
height:20px;
width:60px;
vertical-align:middle;
}

/* Footer */

#footer {
position:relative;
clear:both;
width:100%;
padding:30px 0 5px 0;
height:30px;
background-color:#222;
}

#footer p {
color:#666;
font-size:11px;
line-height:30px;
text-align:center;
margin:0;
}

#footer img {
border:0;
}

#footer a:link, #footer a:visited {
color:#666;
}

#footer a:hover {
color:#666;
text-decoration:underline;
}

#postone input {
width:380px;
}

#postone #mailsubmit {
width:100px;
}

#postone textarea {
width:380px;
height:100px;
}

ul.photos {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    width: 435px;
}

ul.photos li {
    float: left;
}

ul.photos li a {
    display: block;
    padding: 2px;
    border: 1px solid #fff;
    margin: 3px;
    width: 75px;
    height: 75px;
}

ul.photos li a:hover {
    border-color: #ffff00;
}

ul.photos li a img {
    border: 0;
}

ul.players {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
}

ul.players li {
    float: left;
    margin: 0 15px 30px 0;
    width: 188px;
}

ul.players li a {
    display: block;
    color: #fff;
    width: 188px;
    padding-top: 178px;
    background-image: url(pic/team/generic_tn.jpg);
    background-repeat: no-repeat;
}

ul.players li.silverstein a {
    background-image: url(pic/team/silverstein_tn.jpg);
}

ul.players li.moses a {
    background-image: url(pic/team/moses_tn.jpg);
}

ul.players li.mustard a {
    background-image: url(pic/team/mustard_tn.jpg);
}

ul.players li.gats a {
    background-image: url(pic/team/gats_tn.jpg);
}

ul.players li.forbes a {
    background-image: url(pic/team/forbes_tn.jpg);
}

ul.players li.rhett a {
    background-image: url(pic/team/rhett_tn.jpg);
}

ul.players li.bax a {
    background-image: url(pic/team/bax_tn.jpg);
}

ul.players li.wheeler a {
    background-image: url(pic/team/wheeler_tn.jpg);
}

ul.players li.alex a {
    background-image: url(pic/team/alex_tn.jpg);
}

ul.players li.doyle a {
    background-image: url(pic/team/doyle_tn.jpg);
}

ul.players li.scotty a {
    background-image: url(pic/team/scotty_tn.jpg);
}

ul.players li.hagan a {
    background-image: url(pic/team/hagan_tn.jpg);
}

ul.players li.clay a {
    background-image: url(pic/team/clay_tn.jpg);
}

ul.players li.tdub a {
    background-image: url(pic/team/tdub_tn.jpg);
}

ul.players li.dan a {
    background-image: url(pic/team/dan_tn.jpg);
}

ul.players li.cam a {
    background-image: url(pic/team/cam_tn.jpg);
}

ul.players li.nick a {
    background-image: url(pic/team/nick_tn.jpg);
}

ul.players li.baker a {
    background-image: url(pic/team/baker_tn.jpg);
}

ul.players li.kieran a {
    background-image: url(pic/team/kieran_tn.jpg);
}

ul.players li.dq a {
    background-image: url(pic/team/dq_tn.jpg);
}

ul.players li.chuck a {
    background-image: url(pic/team/chuck_tn.jpg);
}

ul.players li.duch a {
    background-image: url(pic/team/duch_tn.jpg);
}

ul.players li.vince a {
    background-image: url(pic/team/vince_tn.jpg);
}





ul.players li.bf09baker a { background-image: url(pic/team/09_baker_th.jpg); }
ul.players li.bf09barber a { background-image: url(pic/team/09_barber_th.jpg); }
ul.players li.bf09bergson a { background-image: url(pic/team/09_bergson_th.jpg); }
ul.players li.bf09boulding a { background-image: url(pic/team/09_boulding_th.jpg); }
ul.players li.bf09brear a { background-image: url(pic/team/09_brear_th.jpg); }
ul.players li.bf09clay a { background-image: url(pic/team/09_clay_th.jpg); }
ul.players li.bf09craig a { background-image: url(pic/team/09_craig_th.jpg); }
ul.players li.bf09davidson a { background-image: url(pic/team/09_davidson_th.jpg); }
ul.players li.bf09fenton a { background-image: url(pic/team/09_fenton_th.jpg); }
ul.players li.bf09forbes a { background-image: url(pic/team/09_forbes_th.jpg); }
ul.players li.bf09gatien a { background-image: url(pic/team/09_gatien_th.jpg); }
ul.players li.bf09gotwals a { background-image: url(pic/team/09_gotwalls_th.jpg); }
ul.players li.bf09grant a { background-image: url(pic/team/09_grant_th.jpg); }
ul.players li.bf09hanes a { background-image: url(pic/team/09_hanes_th.jpg); }
ul.players li.bf09ho a { background-image: url(pic/team/09_ho_th.jpg); }
ul.players li.bf09howlett a { background-image: url(pic/team/09_howlett_th.jpg); }
ul.players li.bf09hunter a { background-image: url(pic/team/09_hunter_th.jpg); }
ul.players li.bf09koenig a { background-image: url(pic/team/09_koenig_th.jpg); }
ul.players li.bf09landon a { background-image: url(pic/team/09_landon_th.jpg); }
ul.players li.bf09lau a { background-image: url(pic/team/09_lau_th.jpg); }
ul.players li.bf09lee a { background-image: url(pic/team/09_lee_th.jpg); }
ul.players li.bf09mcconnellc a { background-image: url(pic/team/09_mcconnellc_th.jpg); }
ul.players li.bf09mcconnellk a { background-image: url(pic/team/09_mcconnellk_th.jpg); }
ul.players li.bf09mccurley a { background-image: url(pic/team/09_mccurley_th.jpg); }
ul.players li.bf09momeyer a { background-image: url(pic/team/09_momeyer_th.jpg); }
ul.players li.bf09naidoo a { background-image: url(pic/team/09_naidoo_th.jpg); }
ul.players li.bf09rankin a { background-image: url(pic/team/09_rankin_th.jpg); }
ul.players li.bf09riendl a { background-image: url(pic/team/09_riendl_th.jpg); }
ul.players li.bf09vu a { background-image: url(pic/team/09_vu_th.jpg); }







ul.players a:hover {
    background-position: -188px 0px;
    color: #fff;
}

ul.players a span {
    display: block;
}

ul.players a span.name-number {
    text-align: center;
    font-size: 1em;
    padding: 10px;
    line-height: 1.2em;
    width: 130px;
    margin-left: 19px;
    color: #99ccff;
}

ul.players a span.number {
    padding-bottom: 0;
}

ul.players a span.name {
    height: 3em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}








table.player-profile  {
    color: #fff;
    font-size: 0.9em;
    width: 500px;
}

table.player-profile tbody td {
    padding: 0.2em;
}

table.player-profile tbody td.first-child {
    font-weight: bold;
    vertical-align: top;
}

table.player-profile tbody tr.history td {
    padding-top: 2em;
}

#maincontainer p.player-profile {
    margin: 0;
    line-height: 1em;
}

img.player-left {
    float: left;
    margin-right: 2em;
}

span.photo-credit {
    display: block;
    text-align: right;
    font-style: italic;
    color: #999;
    font-size: 0.9em;
    margin-bottom: 1em;
}


span.photo-credit-side {
    float: left;
    width: 300px;
    clear: left;
    margin: 3px 2em 100px 0;
}