/*   
Theme Name: FFB
Theme URI: http://www.fantasyfootballbrothers.com/
Description: FFB 1.0.
Author: Eric
Author URI: http://www.fantasyfootballbrothers.com/
Version: 1.0
*/

/* global prop. */
*{
  margin: 0;
  padding: 0;
}

html{
  font-size: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-style: normal;
  color: #000;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	height:100%;
  min-height:100%;
  height:auto !important; /* ie6 ignores it */
  height:100%; /* fix */
  position: relative;
}
/* general elements */
a{
  color: #000000;
  text-decoration: underline;
}

a:hover{
  color: #ffffff;
  background: #000000;
  text-decoration: none;
}

img{
  border: 0;
}

table{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-style: normal;
  margin: .5em 0 1em;
  border-bottom: 3px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;		
	table-layout: fixed;
}

td.RB {	background: rgb(51, 204, 255);}td.QB {	background: rgb(255, 102, 102);}td.WR {	background: rgb(255, 255, 102);}td.TE {	background: rgb(102, 255, 153);}td.KI {	background: rgb(255, 153, 102);}td.DF {	background: rgb(204, 102, 204);	}	
table td, table th{
  text-align: left;
  padding: .2em .4em;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

table th{
  background: #ebebeb;
  border-top: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
}

table tr.odd{
  /*background: #d9d9d9;*/
}

table tr:hover{
  background: #d9d9d9;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 20px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

form p{
  margin: 0;
}

input, textarea, select{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  margin: .2em 0;
  background: transparent url(images/input-bg.png) no-repeat left top;
}

input, textarea{
  padding: .2em .4em;
}

form label{
  font-weight: bold;
}

fieldset{
  padding: .8em;
  border: 1px solid #E7E8E6;
}

legend{
  padding: 2px 15px 10px 15px;
  color: #8b8b89;
  text-transform: uppercase;
  font-style: italic;
  font-size: 115%;
}

small{ font-size: 86%; }

blockquote{
  background: transparent url(images/blockquote.png) no-repeat left top;
  margin: 10px 65px 10px 10px;
  padding: 20px 20px 10px 10px;
  font-style: italic;
  color: #939494;
}

blockquote p{
  padding: 8px;
  margin: 2px;
  border: 1px dotted #939494;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
  position:relative;		/* IE7 overflow bugfix */
	height:100%; 
	min-height: 100%;
}
#bbar {
	height: 56px;
	width: 100%;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}
#wrapper #header {
	height: 281px;
	width: 1000px;
	background-image: url(images/bnr.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}
#wrapper #nav {
	background-image: url(images/bg_tabs.gif);
	background-repeat: repeat-x;
	height: 34px;
}

#wrapper #nav a, #wrapper #nav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: none;
}

#wrapper #content {
	width: 702px;
	float: left;
	background-color: #FFFFFF;
	height: 100%;
	padding-top: 10px;
}

#wrapper #content ul, #wrapper #content ol {
	padding-left: 20px;
	padding-right: 20px;
}

#wrapper #sidebar {
	width: 298px;
	float: right;
	background-image: url(images/lft_bg.gif);
	height: 100%;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	overflow: hidden;
	min-height: 100%;
}

#wrapper #sidebar ul 
{
	margin:0;
	padding-left: 30px;
	padding-right: 30px;
	list-style:none;
	padding-top: 10px;
	padding-bottom: 10px;
}

#wrapper #sidebar p, #wrapper #sidebar form {
	margin:0;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#wrapper #sidebar #txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 45px;
}

#wrapper #sidebar #txt a:hover{
	background: #ffffff;
}

#wrapper #sidebar h2, #wrapper #sidebar h3 {
	height: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	line-height: 47px;
	font-weight: bold;
	color: #999999;
	text-indent: 30px;
}

#wrapper #sidebar ul ul, #wrapper #sidebar p, #wrapper #sidebar form  {
	margin:0;
}

#wrapper #sidebar ul ul ul  {
	margin:0;
	padding:0;
	padding-left:10px;	
}

#wrapper #sidebar li, #wrapper #sidebar li li, #wrapper #sidebar li li li {
	list-style-type: none;
	padding-left:18px;
	background:url(images/b3.gif) no-repeat left;
}

#wrapper #contact_area {
	width: 500px;
	font-family: arial;
	font-size: 9pt;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	padding-left: 40px;
}

#footer {
	font-family: arial;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/bg_btm.gif);
	height: 44px;
	width: 100%;
	line-height: 32pt;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
#adfooter {
	width: 1000px;
	float: left;
	background-color: #FFFFFF;
	height: 100%;
	padding-top: 10px;
	text-align: center;
	overflow: hidden;
}

.tte, .tte a, #content h1, #content h1 a{
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.tte a:hover{
	color: #ffffff;
}

#content h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#content h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#content h4{
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}


.alignleft { float: left; }
.alignright { float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#archead{
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	overflow: hidden;
}

#archead h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#posthead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 20px;
	color: #000000;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	position: relative;
}

#post{
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	overflow: hidden;
}

#post img, .attachment img{
  padding: 3px;
  margin: 0px 10px;
  border: 1px solid #E7E8E6;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

#post img.alignleft, .attachment img.alignleft{ margin-left: 0; }
#post img.alignright, .attachment img.alignright{ margin-right: 0; }
#post img.aligncenter, .attachment img.aligncenter{ margin: 0 auto; text-align: center; }

.attachment-entry{
  text-align: center;
}

.attachment div.caption{
  background:#F7F7F7;
  border: 1px solid #E7E8E6;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding-top:5px;
  margin:4px 10px;
  text-align:center;
  color: #8d8b8b;
  min-width: 0; /* ie7 peakaboo fix */
}

.wp-caption {
  background:#F7F7F7;
  border: 1px solid #E7E8E6;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding-top:5px;
  margin:4px 10px;
  text-align:center;
  color: #8d8b8b;
}

.wp-caption img, #post .wp-caption img, .attachment .wp-caption img{
  margin: 0;
  border: 0;
  padding: 0;
}

.wp-caption.alignleft{ margin-left: 0; }
.wp-caption.alignright{ margin-right: 0; }

.navigation{
  font-size: 80%;
}

div.clearcontent{
  clear: left;
}

#wrapper #content #postnav {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}

#wrapper #content #twocol1 {
	float: left;
	position: relative;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
		
#wrapper #content #twocol1 #twopost1 {
  width: 45%;
  float: left;
  padding-top: 0;
  margin: 0;
  display: block;
  position: relative;
  min-width: 0;  /* IE7 peakaboo fix */
}	

#wrapper #content #twocol1  #twopost2 {
  width: 45%;
  float: right;
  padding-top: 0;
  margin:0;
  display: block;
  position: relative;
  min-width: 0;  /* IE7 peakaboo fix */
}
