/*  @group   Body and Text Basics
----------------------------------- */
html, body {
    padding:0px;
    margin:0px;
}

body {
	background: url(../images/background.gif) repeat;
	font-family:arial, helvetica;
	font-size:11px;
	color:#413C36;
}

p {
	font-size: 12px;
	line-height: 16px;
}

h1 {
    font-size: 16px;
    text-transform:uppercase;
    background-color: #212121;
    color:#333;
    padding:5px 15px;
    margin:0px;
    margin-left:-30px;
    margin-bottom:10px;
}

h1 a {
    color:#D6D6D6;
    text-decoration:none;
}

h2 {
    margin: 0px;
    padding: 10px;
    padding-bottom:0px;
    padding-left: 0px;
    font-size:18px;
    padding-top:10px;
    color: #333;
    background-color: transparent;
    margin-bottom:10px;
    font-weight: bold;
}

h3 {
	font-size:13px;
	color: #333;
    font-weight: bold;
    margin: 10px 0;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

img {
  border:0px;
}

a,
a:visited {
  color:#C81B1D;
  background-color:transparent;
}

a:hover {
  color: red;
  text-decoration:underline;
}

.community-list li {
	display: block;
	width:  31%;
	float: left;
	padding: 4px;
}

.right {
	float: right;
	margin: 0 0 5px 8px;
}

.left {
	float: rileftght;
	margin: 0 8px 5px 0;
}

 
/* @end */

/* @group Basic Page Structure
--------------------------------- */
#main {
	width:930px;
	margin-right:auto;
	margin-left:auto;
	background: #ffffff url(../images/network_bar/bar-shadow.png) repeat-x;
	padding: 5px 0;
}

#columns {
	margin:0px 11px 10px 10px;
	padding:10px 20px;
	border: solid 1px #c8b6a1;
	border-top: 0;
}

#breadcrumbs {
	margin:10px 11px 0px 10px;
	color: #fff;	 
}

#breadcrumbs a {
	color: #a2a2a2;	 
}

.charcoal_back, 
.charcoal_back_empty {
	background: #272727 url(../images/charcoal_back.gif) repeat;
	padding:5px;
	padding-left:8px;
}

.charcoal_back_empty {
  height:13px;
}

.charcoal_back img {
  display:block;
}

.box {
  border-left:1px solid #E0DFCD;
  border-right:1px solid #E0DFCD;
  border-bottom:2px solid #1F1E1C;
}

/* @end */

/* @group Footer 
---------------------------------- */
#footer {
  margin-top:10px;
  padding-bottom:15px;
  text-align:center;
  clear:both;
  width:930px;
  margin-left:auto;
  margin-right:auto;
}

#footer img {
  margin-left:10px;
  margin-right:10px;
}

#footer p {
  color: #999;
  font-size: 9px;
  margin-bottom: 0;
}

#footer a,
#footer a:visited {
  color: #ccc;
  text-transform: uppercase;
  margin-left: 15px;
  padding: 5px;
}

#footer a:hover {
  background-color: #C81B1D;
  color: #fff;
}

/* @end */

/*  @group  Form basics
--------------------------------------  */
input.textfield,
input[type=text],
input[type=password],
textarea {
	background: #f7f6f2 url(../images/globals/input.text.back.gif) top left repeat-x;
	border: solid 1px #c8c8c8;
	margin: 0;
	padding:3px;
}

input[type=rad] {
	background: none;
}

select {
	background: #f7f6f2 url(../images/globals/input.text.back.gif) top left repeat-x;
	border: solid 1px #c8c8c8;
	margin: 0;
}

label {
	display: block;
	margin-bottom: 2px;
	margin-top: 15px;
	text-transform: uppercase;
	color: #696867;
	font-size: 11px;
	font-weight: bold;
}
        
.note,
.error,
.notice,
.errorExplanation {
    font-size:12px;
    background:#fff7d7  url(../images/globals/icon.exclam.27x27.gif)  20px 10px no-repeat;
    color:#555;
    padding:15px 60px;
    margin:15px 0;
	border: solid 1px #efe3b3;
	clear: both;
}

.note h2,
.error h2,
.notice h2,
.errorExplanation h2 {
	padding-top: 0;
}

.note ul,
.error ul,
.notice ul,
.errorExplanation ul {
	padding-bottom: 0;
	margin-bottom: 0;
}
   
.notice {
    color:green;
    background: #BFF8B8 url(../images/icons/tick.png)  23px 13px no-repeat;
    border-color: #8BF77D;
}

input.button,
input.submit {
	background: #bb1d18;
	border: solid 1px #921612;
	border-top: solid 1px #c7332e;
	border-left: solid 1px #c7332e;
	padding: 2px 5px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 6px;
	line-height: 13px;
}

.new {
	background-color:yellow;
}

/* @end */

/* @group Legacy Top Ads / Nav  (delete?)
------------------------------------ */
.top_ad {
  float:left;
}

#advertise_with_us {
  margin-right:7px;
}

#top_ads {
  height:90px;
  margin-left:10px;
}

#nav {
  height:57px;
  margin-left:10px;
  margin-top:10px;
  margin-bottom:10px;
}

#nav img {
  display:block;
  float:left;
}

#nav {
  z-index:19;
}

/* @end */

/*  @group Login / Register
--------------------------------------  */
.migrate-col {
	padding: 0px 0px 0 10px; 
	background-color: #efefef;
	}

.legacy-wait {
	padding:  2px;
	background: #fdf5a5;
	font-size:  20px;
	line-height: 30px;
}

.step {
	font-size:  16px;
	padding:  2px;
}

.openid-box {
	float:  right;
	padding:  0 8px;
	width:  200px;
	border:  solid 1px #ddd;
	margin-bottom:  10px;
	margin-left: 10px;
	background:#fff  url(../images/icons/openid.png)  top right no-repeat;
}

.openid-box h3 {
	margin:  8px 0;
}

.openid-box p {
	margin: 5px 0;
	font-size: 11px;
	line-height: 14px;
}

.openid-link {
	display: block;
	float:  right;
	font-weight:  bold;
}

.username-box {
	background: #fcfcfc;
	padding:  3px 24px 6px 24px;
	border:  solid 1px #d7cec4;
	margin-top: 15px;
	clear:  both;
	position: relative;
}

#not-available {
	display: block;
	position: absolute;
	top: 18px;
	right:  40px;
	width:  220px;
	font-size: 15px;
}

.instructions {
	background: #eee;
	border: solid 1px #ddd;
	margin: 10px 200px 20px 0;
	padding: 0px 15px;
}

.instructions p {
	line-height: 1.5em;
	margin: 8px 0;
}

.highlight {
	background: #fdf5a5;
	font-weight: bold;
}

.highlight2 {
	background: #fdf5a5;
}

input.add-claim {
	font-size: 11px;
	text-transform: none;
}

input.migrate-continue {
	font-size: 16px;
}

.reg-col {
	width: 280px;
	margin-left:  25px;
	margin-right:  60px;
}

.username-box #username_availability {
	vertical-align: middle;
}

.claimed_account {
	 border:1px solid #ccc; 
	 padding:10px;
	 margin:10px 0 15px 0;
	 font-size: 12px;
	 background: #efefef;
}

.claimed_account h4 {
	 font-size: 11px;
	 font-weight: bold;
	 margin: 0 0 -5px;
	 color: #413C36;
}

.joining .claimed_account {
	 float: left;
	 margin:  10px 15px 5px 0;
	 width: 40%;
	 padding-bottom: 10px;
	 overflow: auto;
	 max-height: 250px;
}

#account-setup .joining .claimed_account .terms p {
	 font-size: 11px;
	 line-height: 1.4em;
	 color: #413C36;
}

.joining {
	 border-top:1px solid #ddd; 
	 padding: 0;
	 margin-top:  10px;
	 margin-bottom: 15px;
}

.claimed_account img {
	 vertical-align: middle;
	 margin-right: 10px;
}

.claimed_account .claim-nick {
	 font-weight: bold;
}

/* @end */

/* @group Confirm / Terms / Guide / Privace
--------------------------------------  */
.welcome h2 {
	margin-bottom: 4px;
	font-size: 24px;
}

.welcome h3 {
	margin-bottom: 0px;
	font-size: 18px;
}

.legal h3 {
	margin-bottom: 0px;
}

.legal p.indent {
	margin-left:  20px;
}

.legal p {
	margin-top:  3px;
}

.welcome p {
	margin-top: 0px;
	line-height: 21px;
	font-size: 16px;
	margin-bottom: 12px;
}

.welcome p.return-link {
	padding: 8px 20px; 
	vertical-align: middle; 
	background: #eee; 
	border: solid 1px #ccc;
	width: 260px;
	font-size: 13px;
	margin-left: 20px;
}

.welcome p.return-link img {
	vertical-align: middle; 
	margin-right: 5px;
}

.welcome a:link,
.welcome a:visited {
	text-decoration: underline;
}

.welcome .highlight {
	font-weight: normal;
}

.welcome .section {
	margin-bottom: 30px;
}

.welcome .thumb {
	border: solid 1px #333;
	margin-left: 20px;
	margin-top: 3px;
	width: 450px;
}

.fanpost-help h3,
.fanpost-help h4 {
	margin-top: 30px;
	font-size: 15px;
}

.fanpost-help h4 {
	font-size: 13px;
}

.fanpost-help .example {
	margin-top: 1em;
}

.fanpost-help img {
	padding: 4px;
	background: #fff;
	border: solid 1px #999;
}


/* @end */

/* @group FanShot Bookmarklet Link
--------------------------------------  */
.fs-bookmarklet {
	font-weight: bold;
	line-height: 22px;
	padding: 3px 0;
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
}

.fs-bookmarklet a:hover,
.fs-bookmarklet a:link,
.fs-bookmarklet a:visited {
	border: 0;
	text-decoration: none;
}

.fs-bookmarklet img {
	vertical-align: middle;
}

/* @end */

/* @group FanShot Bookmarklet Login
--------------------------------------  */
#body-bookmarklet {
	margin: 20px 10px;
}

#body-bookmarklet .container {
	background:  #fff;
	padding: 10px;
	border:  solid 1px #000;
	border-top-width: 3px;
}

#body-bookmarklet .prior-september,
#body-bookmarklet .sign-up,
#body-bookmarklet .legacy-wait {
	display: none;
}

#body-bookmarklet h3 {
	margin-top:  20px;
}

#body-bookmarklet .legacy-wait {
	display: none;
}

/* @end */




/* @group Accounts
--------------------------------------   */
body#accounts{
	background: #eee;
}

body#accounts form {
	padding: 0;
	margin: 0;
}

body#accounts #main {
	background: transparent;
	text-align: center;
}

body#accounts #main .error,
body#accounts #main .notice {
	margin-left: 10px;
	margin-right: 10px;
}

#account-setup {
	margin: 40px auto;
	text-align: left;
	width: 780px;
	background: url(../images/accounts/accounts-bg.png) repeat-y;
}

#account-setup p {
	font-size: 13px;
	line-height: 17px;
}

#account-setup p.confirm {
	font-size: 14px;
	line-height: 18px;
}

#account-header {
	background: url(../images/accounts/accounts-header.png) no-repeat;
}

#account-header p {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 25px 0 10px 55px;
	line-height: 1;
}

#account-footer {
	background: url(../images/accounts/accounts-footer.png) no-repeat;
	font-size: 1px;
	line-height: 1px;
	height: 26px;
}

.explanatory {
	margin-bottom: 0;
}

.account-content {
	padding: 15px 227px 10px 55px;
	background: url(../images/accounts/accounts-sbnguy.png) bottom right no-repeat;
	min-height: 350px;
}

.namebox {
	background: #f1ece5;
	border: solid 2px #e3d8c9;
	padding: 12px 18px;
	margin: 25px 0 15px;
}

.namebox h3 {
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	margin: 0;
}

.namebox p {
	margin: 10px 0 3px 0;
}

.namebox input {
	font-size: 18px;
	color: #998a7a;
	line-height: 18px;
	padding: 6px 9px;
	width: 380px;
	font-weight: bold;
}

.account-setup #legacy_password,
.account-setup #user_username,
.claim-item .claim-form input {
	background: #fff url(../images/accounts/textfield-bg.png) top right repeat-x;
	border: solid 1px #ac9a86;
}

.account-setup .avail {
	margin: 0 10px 12px 30px;
}

.account-setup .avail .nowrap {
   white-space: nowrap;
}

.account-setup .victory,
h2 .screenname {
	color: green;
}

#account-setup .fail {
	color: red;
}

.screenname,
.blogname {
	font-weight: bold;
}

.claim-form .claim-button input,
.button-continue input,
.account-setup .button,
.account-setup .skipit input {
	text-transform: none;
	border: none;
	background: green url(../images/accounts/button-green-bg.png) top left repeat-x;
	font-weight: normal;
	padding: 5px 10px;
	color: #fff;
	margin: 0;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
}

.account-setup .skipit input {
	background: red url(../images/accounts/button-red-bg.png) top left repeat-x;
	width: 14em;
}

.account-setup .claimit .choice input {
	width: 9em;
}

.claim-form .claim-button input {
	width: 6em;
}

.button-continue input, {
	width: 8em;
}

.account-setup #legacy_password {
	width: 100px;
}

.choice {
	margin-top: 20px;
}

.choice p {
	margin:0
}

.choice .skipit {
	float: left;
	width: 200px;
}

.claimit {
	text-align: right;
}

.choice .claimit {
	float: right;
	width: 280px;
	text-align: right;
}

.choice .claimit #password_error {
	display: block;
	font-size: 11px;
	padding-top: 5px;
}

.button-row {
	text-align: right;
	margin-bottom: 0;
}

#account-setup .register-check {
	color: #413C36;
	text-transform: none;
	font-size: 11px;
	line-height: 16px;
}

.register-check span {
	width: 30px;
	height: 30px;
	float: left;
}

.register-check .fieldWithErrors {
	display: inline;
    background: none;
    padding: 0;
}

.register-check input {
	vertical-align:middle;
}

.account-content .errorExplanation {
    padding-right: 20px;
    margin-bottom:  5px;
}

.account-content .errorExplanation h2 {
    font-size: 16px;
}

.fieldWithErrors {
	display: block;
	margin-right:  32px;
    background: url(../images/icons/error-15.png)  right center no-repeat;
}

.fieldWithErrors input {
    background: #FFF7D7;
}


/* @end */

/* @group Accounts Claiming
--------------------------------------   */
.claim-list {
	height: 250px;
	overflow: auto;
	background: #f4f0eb;
	border-top: solid 2px #d1c3af;
	border-bottom: solid 2px #d1c3af;
	border-left: solid 1px #d1c3af;
	margin-bottom: 20px;
	margin-top: 15px;
}

.claim-list .claim-item {
	border-bottom: solid 1px #d1c3af;
	margin: 0;
	padding: 5px 15px;
}

.claim-list .claim-item img,
.claim-list .claim-item input {
	vertical-align: middle;
	margin-right: 20px;
}

.claim-form {
	padding: 5px 0 3px 41px;
	display: block;
}

.claim-list .claim-form .claim-button input,
.claim-list .claim-form input {
	padding: 2px 5px;
	font-size: 11px;
	margin-right: 5px;
}

.claim-error {
	display: block;
	font-size: 11px;
	padding: 3px 0;
}

.pass-label {
	font-size: 11px;
	font-weight: bold;
}

.button-continue {
	text-align: right;
}

.button-continue input {
	background: green url(../images/accounts/button-green-arrow.png) right center no-repeat;
	padding-right: 25px;
}


/* @end */

/* @group Accounts Register
--------------------------------------   */
.reg-col {
	float: left;
	width: 240px;
	margin-left:  0px;
	margin-right:  0px;
}

.reg-col input {
	width: 180px;
	margin-left:  0px;
	margin-right:  0px;
}

/* @end */

/* @group Accounts Login
--------------------------------------   */
.loginbox {
	background: #f1ece5;
	border: solid 2px #e3d8c9;
	margin: 20px 160px 0 0;
}

.loginbox .login-col {
	padding: 5px 30px;
	min-height: 198px;
}

#login-tabs {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #e3d8c9;
}

#login-tabs li {
	float: left;
	width: 50%;
}

#login-tabs li a,
#login-tabs li a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 30px;
}

#login-tabs li a.active,
#login-tabs li a.active:visited {
	background: #F1ECE5;
	color: #333;
}

#account-setup #username,
#account-setup #password,
#account-setup #openid_url {
	font-size: 18px;
	width: 250px;
}

.remember {
	margin-right: 20px;
	font-size: 11px;
}

.remember #remember_me {
	vertical-align: middle;
}

.sign-up {
	margin:  20px 0 0 0;
	
}

/* @end */

/*  @group Section 1 Modal 
--------------------------------------   */
#modal_overlay {
  background-color:#000;
}

#modal_container {
  padding:0px;
  background-color:#fff;
  border:5px solid #333;
  font-family: Arial, verdana, sans-serif;
  font-size:12px;
  color:#333;
  text-align:left;
  width:300px;
  overflow: hidden;
}

#body-modal {
	font-family: Arial, verdana, sans-serif;
	font-size:12px;
	background: #fff url(../images/modal-bg.png) repeat-x;
	margin-top: 24px;
}

#modal-close {
  position:absolute;
  top:1px;
  right:5px;
  font-weight:bold;
  font-size:  18px;
  z-index: 5;
}

#modal-close a,
#modal-close a:visited {
  padding:3px;
  color:  #fff;
  text-decoration: none;
}

.modal-content {
	padding: 10px 15px;
	}

#body-modal .modal-content {
	position: relative;
	overflow:auto;
	height:376px;
	width:  700px;
	padding: 0;
	}

.modal-content-pad {
	padding: 30px;
	position: relative;
	}

.modal-content h2,
.modal-contentl h3,
.modal-content h4 {
	font-weight: bold;
}

.modal-content p {
	font-size:  12px;
	line-height:  16px;
	margin-bottom: 1em;
}

#modal_container h3 {
    margin-top:0px;
}

.modal-content-share .col {
	float: left;
	width: 48%;
	margin-left: 10px;
}

.modal-content-share .col .field input,
.modal-content-share .col .field textarea {
	width: 250px;
}

/* @end */


/* @group Various
-------------------------------------    */
div#debug {
   /* we hide the debug div by default */
   display: none;
   position: absolute;
   top: 60px;
   right: 10px;
   padding: 10px;
   width: 300px;
   background: #ccc;
   color: white;
   border: solid 1px black;
}

.odd {
  background:#EEE
}

table.standings {
  border:1px dotted black;
}
table.standings td {
  padding:3px;
  border:1px dotted grey;
}

h2.standings {
  font-weight:bold;
}

.errors {
  color:red;
  font-weight:bold;
}

/* @end */


/* @group Analytics
--------------------------------------  */
.analytics {
	width: 930px;
	margin: 0 auto 15px auto;
	text-align: right;
}

.analytics script img {
	float: right;
	margin-left: 10px;
}


/* @end */


/* @group Clearfix
--------------------------------------  */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */