/*
Theme Name: Fantasy Baseball
Theme URI: http://www.fantasybaseball.com/
Author: iThemes
Author URI: http://ithemes.com/
*/

/*CSS Reset*/
@import url("css/reset.css");

body { /* This is where you set many of the universal defaults */
	background: #333 url(images/body-bg.jpg) top left repeat-x; 
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding:0;
	margin:0;
	line-height:1.4em;
	}

.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

/*********************************************
	Header Styles
*********************************************/

#header {
	width:980px;
	height:156px;
	clear:both;
	background: url(images/header-bg.jpg) top left no-repeat;
	margin: 0 auto;
	padding: 0;
	}

#header #title {
	width: 402px; 
	height: 129px;
	float: left;
	margin:0;
	padding: 0;
	}

#header #title a {
	float: left;
	display: block;
	width: 402px; 
	height: 129px;
	margin: 0px; 
	padding: 0px;
	background:url(images/logo.jpg) bottom left no-repeat;
	text-indent: -9999px;
	}

/*********************************************
	Top Navigation Div
*********************************************/

#topnav {
	text-align:center;
	width:960px;
	padding:0 10px;
	margin: 0 auto;
	height:27px;
	line-height:27px;
	background: url(images/topnav-bg.gif) top left repeat-x;
	}

#topnav ul {
	margin: 0 auto;
	padding:0;
	list-style-type:none;
	}

#topnav li {
	float:left;
	margin:0;
	padding:0 10px;
	}

#topnav li a, #topnav li a:link, #topnav li a:visited {
	color:#fff;
	float:left;
	text-decoration:none;
	}

#topnav li a:hover, #topnav li a:active {
	color:#090;
	float:left;
	}

/*********************************************
	Wrap Div
*********************************************/

#wrap {
	clear:both;
	width:980px;
	margin: 0 auto;
	padding:0;
	}

/*********************************************
	Container Div
*********************************************/

#container {
	margin: 0px auto 5px; 
	padding: 0 0 20px;
	text-align: left;
	background:#ebdfd1;
	}


/*********************************************
	Content-Right Div
*********************************************/

#contentright {
	width:738px;
	display:inline;
	float:right;
	margin: 0; 
	padding: 20px 20px 0 0;
	text-align: left;
	}

/*********************************************
	Universal Link Styles
*********************************************/

a, a:link, a:visited {
	color: #090;
	text-decoration: none;
	}

a:hover, a:active { 
	color: #000; 
	text-decoration:none; 
	}

/*********************************************
	Universal Text Elements
*********************************************/

p, ul, ol {
	}

ol, ul, dd {
	margin: 5px 35px;
	}

ol {
	list-style-type: decimal;
	}

ul {
	list-style-type: square;
	}

blockquote {
	color: #666;
	margin: 5px 0px 5px 10px; 
	padding: 0px 0px 0px 10px;
	font-style: italic;
	}

img { 
	border: 0px; 
	background: none; 
	}

p {
	padding: 0px;
	margin: 0 0 15px;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px solid #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

hr {
        display: block;
        clear:both;
        }

table {
	margin-bottom:15px;
	border-collapse: collapse; 
	}

tr, td, th {
	margin:auto; 
	}

td, th {
	vertical-align:top;
	}

th {
	font-weight:bold;
	background:#ccc;
	}

td {
	border:1px solid #ccc;
	}

strong {
	font-weight:bold;
	}

em {
	font-style:italic;
	}

/*********************************************
	Banner Click Box Styles
*********************************************/
.banner td {
  border:0px solid #fff;
	padding:1px;
	vertical-align:top;
  background:#ebdfd1;
  background-repeat:no-repeat;
	}

input.flatbtn
{
   font-size:14px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   color:#444488;
   background-color:#C9F9B9;
   border-style:solid;
   border-color:#444488;
   border-width:1px;
}
/*********************************************
	Header Styles
*********************************************/

h1,h2,h3,h4,h5,h6 { /* Use this for universal styles for all header elements */
	font-family: "Myriad Pro", "Myriad Web", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px 0px 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	letter-spacing: -1px;
	line-height:1.2em;
	}

h1 { 
	font-size: 24px;
	}

h2 {
	font-size: 20px;
	}

h3 {
	font-size: 18px;
	}

h4,h5,h6,h7 {
	font-size: 16px;
	}

.post h3 { /* This style used as the post titles on homepage/archive and comments headings */
	margin-bottom:5px;
	}

.entry h3 { /* This style used within the post content itself */
	}

.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px;
	}

.entry p {
	font-size: 12px;
}
.excerpt p {
	font-size: 11px;
}
.analysis p {
  font-size: 11px;
  color: #090;
}

h3 a, h3 a:link, h3 a:visited {	}

h3 a:hover, h3 a:active { }

h1.pagetitle { /* This style used as title on archive pages and pages */
	margin-bottom:15px;
	}

h1.single-pagetitle { /* This style used as title on single posts */
	margin-bottom:0;
	}

#comments h3, #respond h3 { /* This style used as title in the comments section */
	}

.sidebar h4 { /* This style used as the left sidebar widget titles  */
	padding: 0;
	margin: 0;
	font-size:14px;
	letter-spacing:0;
	}

/*********************************************
	The Obligatory WP Styles
*********************************************/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
	float: left;
	text-align: left;
	}

.alignright {
	float: right;
	text-align: right;
	}

img.alignright {
	margin: 0px 0px 8px 8px;
	}

img.alignleft {
	margin: 0px 8px 8px 0px;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

/*********************************************
	Horizontal Navigation Styles 
	(with dropdowns)
*********************************************/

#menu {
	width: 978px; 
	margin: 0 auto;
	padding: 0;
	height:23px;
	line-height:23px;
	clear:both;
	background:#eee url(images/nav-bg.gif) top left repeat-x;
	border-left:1px solid #ece0d3;
	border-right:1px solid #ece0d3;
	}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

#menu li {
	margin: 0;
	padding:0;
	float: left;
	}

#menu li li {
	padding:0;
	margin: 0;
	}

#menu li a, #menu li a:link, #menu li a:visited {
	color: #090;
	text-decoration: none;
	display: block;
	text-decoration: none;
	padding: 0px 10px;
	}

#menu li a:hover, #menu li a:active {
	color:#000;
	background:#eee;
	}

#menu li.tools a, #menu li.tools a:link, #menu li.tools a:visited {
	font-weight:bold;
	color:#fff;
	background: url(images/nav-bg-hover.gif) top left repeat-x;
	}

#menu li ul {
	float:none;
	z-index:9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0;
	padding:0;
	background:#eee;
	}

#menu li ul a {
	width:170px;
	padding: 0 15px;
	}

#menu li ul a:hover, #menu li ul a:hover  {
	background: #e5e5e5;
	}

#menu li ul ul, #menu li.current_page_item ul ul  {
	border-left:1px solid #fff;
	margin: -23px 0 0 200px;
	}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
	}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
	}

#menu li:hover, #menu li.sfhover { 
	background:#eee;
	}

/*********************************************
	Content Div
*********************************************/

#content {
	display: inline;
	float: left;
	margin: 0; 
	padding: 0;
	width: 395px;
	}

#content-full {
	margin: 0; 
	padding: 0;
	width: 100%;
	}

/*********************************************
	Post Div
*********************************************/

.post {
	clear: both;
	margin: 0 0 30px;
	}

/*********************************************
	Post Meta Styles, if needed
*********************************************/

.meta {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 0 0 10px;
	padding: 0;
	}

#headlines span.meta, #content-full span.meta {
	clear: none;
	float:left;
	margin:0;
	padding:0;
	color:#999;
	}

.meta-date { }

.meta-author { }

.meta-comments { }

.meta-category { }

/*********************************************
	Previous/Next Page Navigation
*********************************************/

.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: 0px;
	}

/*********************************************
	Sidebar
*********************************************/

.sidebar {
	display: inline;
	float: left;
	width: 157px;
	margin: 0; 
	padding: 15px;
	background:transparent url(images/side-left-bg.gif) top left repeat-x;
	}

.sidebar .widget {
	clear: both;
	margin: 0 0 20px; 
	}

.sidebar .widget2 {
	background: #f3ece3;
	clear: both;
	margin: 0 0 20px;
	}

.sidebar h3 {
	padding: 10px 10px;
	margin: 0;
	font-size:18px;
	border-bottom:1px solid #ebdfd1;
	background:url(images/side-title-bg.gif) center right no-repeat;
	}

.sidebar p, 
.sidebar .textwidget {
	}

.sidebar img {
	margin: 0px;
	}

.sidebar form {
	margin: 0px; 
	padding: 0px;
	}

.sidebar ul {
	list-style-type:none;
	margin: 0; 
	padding: 0;
	}

.sidebar ul ul {
	list-style-type:none;
	margin: 0;
	}

.sidebar ul ul ul {
	margin: 0 0 0 15px;
	}

.sidebar ul li {
	margin: 0 0 5px; 
	padding: 0;
	}

.sidebar ul li a {
	}

.sidebar ul li a:hover { }

.sidebar li li {
	margin: 0; 
	padding: 0;
	}

/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin: 20px 0 0; 
	padding: 0px;
	overflow: hidden;
	}

#comments .title {
	font-size: 25px;
	margin: 0px; 
	padding: 15px 0px;
	}

#comments ol.commentlist {
	margin: 0px; 
	padding: 0px;
	}

#comments ul.children {
	margin: 0px; 
	padding: 10px 0px 0px;
	}

#comments .vcard { }

#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px; 
	padding: 0px 10px 0px 0px;
	}

#comments .comment-meta {
	padding: 0px 0px 20px 0px;
	}

#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	border: 1px solid #BFB6AC;
	background:#D9CEC3;
	margin: 0 0 20px 0px;
	padding: 10px;
	overflow: hidden;
	}

#comments ul.children li {
	border: 1px solid #BFB6AC;
	}

#comments li.even {

	}

#comments li.odd {

	}

#comments blockquote {
	background: #ebdfd1;
	margin: 10px 0px; 
	padding: 10px;
	}

#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px; 
	padding: 5px;
	}

#comments p {
	margin: 0px 0px 10px; 
	padding: 0px;
	}

#respond {
	overflow: hidden;
	}

#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	}

#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px; 
	padding: 5px;
	}

#respond #commentform #comment {
	width: 95%;
	margin: 10px 0px 15px 0px; 
	padding: 5px;
	}

#commentform p {
	margin-bottom:0;
	}

/*********************************************
	Contact Form Styles
*********************************************/

#ithemes-contact-page-form table {
	border:0;
	margin:0;
	}

#ithemes-contact-page-form td {
	padding-bottom:15px;
	vertical-align:top;
	border:0;
	}

#ithemes-contact-page-form td.label {
	padding-right:5px;
	}

#ithemes-contact-page-form textarea {
	width:330px;
	}

/*********************************************
	Footer Styles
*********************************************/

#footer {
	background:#484848;
	font-size:11px;
	clear: both;
	display: block;
	color: #aaa;
	text-align: left;
	margin: 0px auto 20px;
	padding:0; 
	width:980px;
	height:40px;
	line-height:40px;
	}

#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
	height:40px;
	line-height:40px;
	}

#footer li {
	height:40px;
	line-height:40px;
	float:left;
	margin:0;
	padding: 0 15px;
	border-right:1px solid #333;
	}

#footer a, #footer a:link, #footer a:visited {
	color: #aaa;
	float:left;
	}

#footer a:hover, #footer a:active {
	color: #fff;
	}

#importantfooter {
	text-align: center;
	}

#importantfooter a, #importantfooter a:link, #importantfooter a:visited {
	color: #ddd;
	}

#importantfooter a:hover, #importantfooter a:active {
	color: #fff;
	text-decoration: underline;
	}

/*********************************************
	Banner Ad Styles
*********************************************/

#banner728 {
	width:728px;
	height:90px;
	padding: 5px;
	margin:0 0 15px;
	clear:both;
	}

#header-ad {
	float:right;
	margin:0;
	padding: 20px 20px 0 0;
	}


/*********************************************
	Breaking News Styles
*********************************************/

#breaking-news {
	width:395px;
	margin:0 0 20px;
	padding:40px 0 0;
	background: #fff url(images/breaking-news-bg.gif) top left no-repeat;
	}

#breaking-news .widget {
	color: #090;
	font-weight:bold;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0 15px;
	}

#breaking-news h4 {
	margin:0;
	padding:0;
	font-size:18px;
	}

#breaking-news-bottom {
	width:395px;
	margin:0;
	padding:0;
	height:15px;
	background: #fff url(images/breaking-news-bg.gif) bottom left no-repeat;
	}

#breaking-news .readmore {
	text-align:right;
	width:355px;
	height: 18px;
	line-height:18px;
	background: url(images/news-readmore-bg.gif) top right no-repeat;
	margin:10px 0 0;
	padding: 0 10px 0 0;
	clear:both;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
	}

#breaking-news .readmore a {
	font-weight:normal;
	display:block;
	height: 18px;
	line-height:18px;
	}

/*********************************************
	Article Styles
*********************************************/

#article {
	background:#fff url(images/article-bg.gif) top left no-repeat;
	padding: 15px;
	margin:0;
	}

#article-bottom {
	width:738px;
	height:15px;
	padding: 0;
	margin:0;
	background:#fff url(images/article-bottom-bg.gif) bottom left no-repeat;
	}

#article h2 {
	text-transform: uppercase;
	font-size:22px;
	}

#article img.thumbnail {
	float:left;
	margin: 0 10px 5px 0;
	padding:0;
	width:100px;
	height:100px;
	}

.article-archive .readmore {
	text-align:right;
	width:355px;
	height: 18px;
	line-height:18px;
	background: url(images/sidebar-readmore-bg.gif) top right no-repeat;
	margin:10px 0 0;
	padding: 0 10px 0 0;
	clear:both;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
	}

.article-archive .readmore a {
	font-weight:normal;
	display:block;
	height: 18px;
	line-height:18px;
	}

/*********************************************
	Site Announcement Styles
*********************************************/

#site-announcement {
	width:395px;
	margin:0 0 20px;
	padding:40px 0 0;
	background: #fff url(images/site-announcements-bg.gif) top left no-repeat;
	}

#site-announcement .widget {
	color: #090;
	font-weight:bold;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0 15px;
	}

#site-announcement h4 {
	margin:0;
	padding:0;
	font-size:18px;
	}

#breaking-news-bottom {
	width:395px;
	margin:0;
	padding:0;
	height:15px;
	background: #fff url(images/breaking-news-bg.gif) bottom left no-repeat;
	}

#site-announcement .readmore {
	text-align:right;
	width:355px;
	height: 18px;
	line-height:18px;
	background: url(images/news-readmore-bg.gif) top right no-repeat;
	margin:10px 0 0;
	padding: 0 10px 0 0;
	clear:both;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
	}

#site-announcement .readmore a {
	font-weight:normal;
	display:block;
	height: 18px;
	line-height:18px;
	}


/*********************************************
	Headlines Styles
*********************************************/

#headlines {
	background:#fff url(images/headlines-bg.gif) top left no-repeat;
	padding: 15px;
	margin:0;
	}

#headlines-bottom {
	width:395px;
	height:15px;
	padding: 0;
	margin:0;
	background:#fff url(images/headlines-bottom-bg.gif) bottom left no-repeat;
	}

#headlines h2 {
	text-transform: uppercase;
	font-size:22px;
	}

#headlines img.thumbnail {
	float:left;
	margin: 0 10px 5px 0;
	padding:0;
	width:100px;
	height:100px;
	}

#headlines .readmore {
	clear:both;
	text-align:right;
	width:355px;
	height: 18px;
	line-height:18px;
	background: url(images/news-readmore-bg.gif) top right no-repeat;
	margin:5px 0 0;
	padding: 0 10px 0 0;
	text-transform:uppercase;
	font-size:10px;
	}

#headlines .readmore a {
	display:block;
	height: 18px;
	line-height:18px;
	}

.excerpt, .excerpt p {
	margin:0;
	}

/*********************************************
	Sidebar - Right
*********************************************/

.sidebar-right {
	display: inline;
	float: right;
	width: 320px;
	margin: 0px; 
	padding: 0;
	}

.sidebar-right .widget {
	background: #f3ece3;
	clear: both;
	margin: 0 0 20px; 
	}

.sidebar-right p {
	padding: 15px;
	}

.sidebar-right .textwidget {
	}

.sidebar-right img {
	margin: 0px;
	}

.sidebar-right form {
	margin: 0px; 
	padding: 0px;
	}

.sidebar-right ul {
	list-style-type:none;
	padding:10px 20px;
	margin: 0
	}

.sidebar-right ul ul {
	list-style-type:none;
	margin: 0;
	padding:0 20px;
	}

.sidebar-right ul ul ul {
	margin: 0;
	}

.sidebar-right ul li {
	margin: 0 0 5px; 
	padding: 0;
	}

.sidebar-right ul li a {
	}

.sidebar-right ul li a:hover { }

.sidebar-right li li {
	margin: 0; 
	padding: 0;
	}

.sidebar-right h4 { /* This style used as the left sidebar widget titles  */
	padding: 10px 10px;
	margin: 0;
	font-size:18px;
	border-bottom:1px solid #ebdfd1;
	background:url(images/side-title-bg.gif) center right no-repeat;
	}

.sidebar-right .readmore {
	clear:both;
	text-align:right;
	height: 18px;
	line-height:18px;
	background: url(images/sidebar-readmore-bg.gif) top right no-repeat;
	margin:5px 15px 0;
	padding: 0 10px 15px 0;
	text-transform:uppercase;
	font-size:10px;
	}

.sidebar-right .readmore a {
	display:block;
	height: 18px;
	line-height:18px;
	}
/*********************************************
	Depth Charts
*********************************************/
.hdr1 { color:#FFF; text-align:center }

.hdr2 { color: #090 }

.dc-table {
	text-align:left;
	padding: 0px;
	vertical-align:top
} 


