/*
Theme Name: FantasyPros
Theme URI: http://www.fantasypros.com/
Description: 2012
Version: 1.0
Author: Tom Nguyen
Author URI: http://www.fantasypros.com/
*/

/* @group Reset  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* Layout elements */

/* Use these classes to set the width of a column. */
.span60		{ width: 60px; }
.span150	{ width: 150px; }
.span200	{ width: 200px; }
.span220	{ width: 220px; }
.span300	{ width: 300px; }
.span520	{ width: 520px; }
.span620	{ width: 620px; }
.span680	{ width: 680px; }
.span780	{ width: 780px; }
.span840	{ width: 840px; }

/* Add these to a column to append right margins */
.r10	{ padding-right: 10px; }  
.r20	{ padding-right: 20px; }  
.r40	{ padding-right: 40px; }  
.r60	{ padding-right: 60px; } 

/* Add these to a column to prepend left margins */
.l10  { padding-left: 10px; } 
.l20	{ padding-left: 20px; }  
.l40	{ padding-left: 40px; }  
.l60	{ padding-left: 60px; } 

/* Add this to a div to space it XXpx from the div above it */
.t5 	{ position:relative; top: 5px; } 
.t10	{ position:relative; top: 10px; } 
.t20	{ position:relative; top: 20px; }  
.t30	{ position:relative; top: 30px; }  
.t40	{ position:relative; top: 40px; }  
.t50	{ position:relative; top: 50px; }  

/* Add these to a div to create top or bottom margins */
.m10  { margin: 10px 0; }  
.m20  { margin: 20px 0; }  
.mt10	{ margin-top: 10px; }  
.mt20	{ margin-top: 20px; }  
.mb10	{ margin-bottom: 10px; }  
.mb20	{ margin-bottom: 20px; }  

/* Text elements */
h1, h2, h3, h4, h5, h6, h7 {
  font-family: Calibri, Arial, sans-serif;
  font-weight: normal;
}

h1 {
	color:#000000;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:25px;
}

h2 {
	color:#636363;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}

h3 {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

h4 {
	color:#747474;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	text-transform:uppercase;
}

h5 {
	color:#636363;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
}

h6 {
	color:#195e8d;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}

p {
	color:#555555;
	font-size:12px;
	line-height:15px;
	margin-bottom:10px;
}

.frame {
	padding:2px;
	border:1px solid #dddddd;
}

.blue-small {
	color:#195e8d;
	font-size:10px;
	font-weight:bold;
	line-height:29px;
}

.timestamp {
	color: #959595;
	font-size: 11px;
	line-height: 15px;
}

.orange, .orange a {
	color:#f27509;
}

.orange a:hover{
	color:#ffa303;
}

a, a:visited {
  color:#195e8d;
  text-decoration:none;
}

a:hover, a:active {
  color:#2796df;
  text-decoration:underline;
}

form {
  font-size:12px;
  margin:0;
  padding:0;
}


textarea, input, select {
  font-size:12px;
  outline:none;
  margin:5px 0px 0px 5px;
}

input[type=submit], input[type=reset] {
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
}

button {
	height:28px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color:#f27509;
  text-align:center;
  color:#ffffff;
  font-size:12px;
  font-weight:bold;
  margin:0px; 
}

button:hover {
	height:28px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color:#ffa303;
  text-align:center;
  color:#ffffff;
  font-size:12px;
  font-weight:bold;
  margin:0px; 
	cursor:pointer;
}


/* General elements */

html, body {
  height:100%;
  min-height:100%;
}

body {
  background-image:url(http://images.fantasypros.com/images/css/bg_body.png);
  background-position:center; 
  background-repeat:repeat-y;
  background-color:#a5a5a5;
  text-align:left;
  color:#464647;
  font-family:Helvetica, Arial, sans-serif;
  font-size:12px;
}

#content {
  width:1060px;
  margin:0 auto;
  height:100%;
  min-height:100%;
}

.left {
  position:relative;
  float:left;
}

.right {
  position:relative;
  float:right;
}

.aleft {
  text-align:left;
}

.aright {
  text-align:right;
}

.acenter {
  text-align:center;
}

.rightborder {
  border-right:1px solid #eeeeee;
  position:absolute;
  float:left;
  height:100%;
  width:720px;
  z-index:-1;
}
.bottomborder {
  border-bottom:1px solid #eeeeee;
}

.title {
  height:25px;
  line-height:25px;
  background:url(http://images.fantasypros.com/images/css/bg_header_1x25.png) repeat-x;
  margin-bottom:10px;
  padding-left:5px;
}

.footer {
  height:25px;
  line-height:25px;
  font-size:11px;
  border-top:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
  margin-top:10px;
}
.footer img {
  padding-top:4px;
}

.clear {
  clear:both;
}
.clear5 {
  height:5px;
  clear:both;
}
.clear10 {
  height:10px;
  clear:both;
}
.clear20 {
  height:20px;
  clear:both;
}

.link-nav {
	height:30px;
	line-height:30px;
  border-top:1px solid #eeeeee;
  border-bottom:1px solid #eeeeee;
  margin:10px 0;
  padding:0;
}

.link-nav img {
  padding-top:6px;
}

.tiny {
  font-size:10px;
  line-height:18px;
}

.photo {
	border:1px solid #dddddd;
	padding:2px;
}

.image-preload {
  display:none;
}

.g-plus {
	position:relative;
	left:20px;
	top:-1px;
}

.fb-like {
	overflow:hidden;
	width:80px;
	height:21px;
	border:none; 
}


/* Icons */

.fp-icon {
  vertical-align:top;
  margin:0px 5px 0px 0px;
  padding:0px;
}

.fp-save {
  background:#ffffff url(http://images.fantasypros.com/images/icons/16x16/save.png) center no-repeat;
  background-position:15px 50%; /* x-pos y-pos */
  text-align:left;
	font-weight:bold;
  padding:5px 0px 5px 40px;
}

.fp-export-xls {
  background:#ffffff url(http://images.fantasypros.com/images/icons/16x16/page_excel.png) center no-repeat;
  background-position:15px 50%; /* x-pos y-pos */
  text-align:left;
	font-weight:bold;
  padding:5px 0px 5px 40px;
}

.fp-publish {
  background:#ffffff url(http://images.fantasypros.com/images/icons/16x16/layout_content.png) center no-repeat;
  background-position:15px 50%; /* x-pos y-pos */
  text-align:left;
	font-weight:bold;
  padding:5px 0px 5px 40px;
}

/* Top Bar */

#topbar {
  height:20px;
  width:1060px;
  background-color:#222222;
  font-size:11px;
  line-height:20px;
  color:#d7d7d7;
	margin: auto;
  -webkit-box-shadow:rgba(0,0,0,.7) 0px 0px 5px;
  -moz-box-shadow:rgba(0,0,0,.5) 0px 0px 7px;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=120, Color='#aaaaaa')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=120, Color='#aaaaaa');
}
#topbar ul li {
	float:left;
  height:20px;
	list-style:none;
}
#topbar ul li:hover {
  height:20px;
  background-color:#4a4a4a;
}
#topbar a {
  color:#d7d7d7;
	text-decoration:none;
	padding:0 10px;
}
#topbar a:hover {
  color:#eac84b;
  background-color:#4a4a4a;
}

#yahoo-link {
  height:20px;
	position:absolute;
	left:50%;
	margin-left:-75px;
}

#yahoo-link a, #yahoo-link a:hover {
	font-weight:bold;
  background-color:#4a4a4a;
}

/* Header */

#header {
  background-image:url(http://images.fantasypros.com/images/css/bg_header_1x75.png);
  background-repeat:repeat-x;
  background-color:#061c39;
  position:relative;
  height:80px;
  width:1060px;
  -moz-border-radius:0 0 5px 5px;
  -webkit-box-shadow:rgba(0,0,0,.7) 0px 0px 5px;
  -moz-box-shadow:rgba(0,0,0,.5) 0px 0px 7px;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=120, Color='#aaaaaa')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=120, Color='#aaaaaa');
  border-radius:0 0 5px 5px;
  margin-bottom:10px;
}

.logo {
	float:left;
  position:relative;
  width:200px;
  height:32px;
  top:24px;
  left:20px;
}

#navigation {
	float:right;
  height:80px;
  position:relative;
	right:20px;
	list-style:none;
	font-weight:bold;
  padding-left:5px;
	z-index:1;
}

#navigation li {
	float:left;
	width:85px;
	position:relative;
  text-align:center;
  font-size:11px;
  font-weight:bold;
  line-height:80px;
	border-left:1px solid #000000;
}

#navigation a {
	display:block;
	color:#ffffff;
	text-decoration:none;
}

#navigation a:hover {
	background:#061c39;
}

#navigation ul {
	list-style:none;
	position:absolute;
	display:none;
}

#navigation ul li {
	float:none;
	width:150px;
	padding-top:1px;
  text-align:left;
}

#navigation ul a {
	white-space:nowrap;
  padding-left:20px;
}

#navigation li:hover ul {
	display:block;
	overflow:visible;
	background-color:#898989;
}

#navigation li:hover a {
	background:#061c39;
}

#navigation li:hover ul a {
	line-height:25px;
}

#navigation li:hover ul li a:hover {
	background-color:#4a4a4a;
}


/* Footer */

#footer {
	background-color:#222222;
  position:relative;
  height:120px;
  width:1060px;
  -moz-border-radius: 5px;
  -webkit-box-shadow:rgba(0,0,0,.5) 0px 0px 7px;
  border-radius: 5px 5px 0 0;
  font-size:11px;
  color:#d7d7d7;
  z-index:3;
	margin-top:10px;
}

.footer-title {
  font-size:11px;
  line-height:25px;
  color:#eac84b;
}

#footer a, #footer a:visited {
  line-height:16px;
  color:#d7d7d7;
  text-decoration:none;
}

#footer a:hover, #footer a:active {
  color:#eac84b;
}


/* Tabs */

#tabs-menu {
  font-size:12px;
  font-weight:bold;
  border-bottom:3px solid #464647;
  margin:20px 0px 10px 0px;
}

#tabs-menu ul {
  list-style-type:none;
  margin:0;
  padding:0px 0px 3px 0px;
}

#tabs-menu li {
  display:inline;
  -moz-border-radius:5px 5px 0 0;
  -webkit-border-top-right-radius:5px;
  -webkit-border-top-left-radius:5px;
  border-radius:5px 5px 0 0;
  background-color:#464647;
  text-align:center;
  color:#000000;
  margin:0px; 
}

#tabs-menu li a, #tabs-menu li a:visited {
  -moz-border-radius:5px 5px 0 0;
  -webkit-border-top-right-radius:5px;
  -webkit-border-top-left-radius:5px;
  border-radius:5px 5px 0 0;
  background-color:#dddddd;
  color:#000000;
  text-decoration:none;
  padding:7px 15px 3px 15px;
}

#tabs-menu li.dos a, #tabs-menu li.dos a:visited {
  -moz-border-radius:5px 5px 0 0;
  -webkit-border-top-right-radius:5px;
  -webkit-border-top-left-radius:5px;
  background-color:#eeeeee;
  color:#000000;
  text-decoration:none;
  padding:7px 15px 3px 15px;
}

#tabs-menu li.tres a, #tabs-menu li.tres a:visited {
  -moz-border-radius-topright:5px;
  -moz-border-radius-topleft:5px;
  -webkit-border-top-right-radius:5px;
  -webkit-border-top-left-radius:5px;
  background-color:#ffa303;
  color:#000000;
  text-decoration:none;
  padding:7px 15px 3px 15px;
}

#tabs-menu li a:hover, #tabs-menu li.current a, #tabs-menu li.dos a:hover, #tabs-menu li.tres a:hover {
  -moz-border-radius-topright:5px;
  -moz-border-radius-topleft:5px;
  -webkit-border-top-right-radius:5px;
  -webkit-border-top-left-radius:5px;
  background-color:#464647;
  color:#ffffff;
  text-align:center;
  text-decoration:none;
  padding:7px 15px 3px 15px;
}


/* Containers */

#main {
	float:left;
	width:680px;
	padding:20px;
}

#main-wide {
	float:left;
	width:840px;
	padding:20px;
}

#container {
  background-color:#ffffff;
  -moz-border-radius:5px;
  -webkit-box-shadow:rgba(0,0,0,.5) 0px 0px 7px;
  -moz-box-shadow:rgba(0,0,0,.5) 0px 0px 7px;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=120, Color='#aaaaaa')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=120, Color='#aaaaaa');
  border-radius:5px;
  width:100%;
  height:auto;
  min-height:auto;
  position:relative;
  z-index:0;
}

#container a, #container a:visited {
  color:#195e8d;
}

#container a:hover {
  color:#2796df;
  cursor:pointer;
  text-decoration:underline;
}


/* Sidebar */

#sidebar {
  float:right;
  width:300px;
  font-size:12px;
  line-height:18px;
  padding:20px 20px 0 0;
}

#sidebar ul {
  list-style:none;
  margin-left:10px;
}

.sidebar-nav {
  width:300px;
  height:auto;
  float:left;
  position:relative;
  background-color:#f5f5f5;
	margin-bottom:20px;
}

.sidebar-title {
  height:25px;
  line-height:25px;
  background-color:#e5e5e5;
  margin:0;
  padding-left:10px;
}

.sidebar-footer {
  height:25px;
  line-height:25px;
  font-size:11px;
  margin:5px;
}

.sidebar-footer img {
  position:relative;
  top:4px;
  left:5px;
  padding-right:5px;
}

#sidebar-wide {
  float:right;
  width:160px;
  font-size:12px;
  line-height:18px;
  padding:20px 20px 0 0;
}


/* Profiles */

#profile-header {
  height:auto;
}

#profile-image {
  float:left;
	width:120px;
  margin:0px 0px 0px 0px;
}

#profile-content {
  float:left;
  margin: 0;
}

#profile-summary {
  float: left;
	width:560px;
  margin: 0;
}



/* Data Tables */

table.ranking {
  width:100%;
  font-size:12px;
  border-right:1px solid #cccccc;
  border-left:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  border-collapse:collapse;
  border-spacing:0;
  margin:0;
}

table.ranking th {
  font-weight:bold;
  text-align:center;
  vertical-align:middle;
	background-color:#eeeeee;
  border-top:1px solid #cccccc;
  border-bottom:2px solid #cccccc;
  border-right:1px solid #cccccc;
  padding:3px 3px 1px 3px;
}

table.ranking tr.odd {
	background-color:#f7f7f7;
}

table.ranking tr.over {
	background-color:#ffffcc;
}

table.ranking td {
  padding:2px 5px;
  text-align:center;
  vertical-align:middle;
  border-top:1px solid #cccccc;
  border-right:1px solid #cccccc;
}

table.ranking td.aleft, table.ranking th.aleft {
  text-align:left;
  padding:3px 5px 1px 5px;
}

table.data {
  width: 100%;
  font-size: 12px;
  border-right:1px solid #cccccc;
  border-left:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  border-collapse:collapse;
  border-spacing:0;
  margin:0;
}

table.data th {
  font-weight:bold;
  text-align:left;
  padding:3px;
  vertical-align:middle;
  border-top:1px solid #cccccc;
}

table.data td {
  padding:3px;
  text-align:center;
  vertical-align:middle;
  border-top:1px solid #cccccc;
}

table.data td.aleft {
  text-align:left;
}

table.data td.table-top {
  vertical-align:top;
}


table.csw {
  width: 100%;
  font-size: 12px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-collapse: collapse;
  border-spacing: 0;
	margin: 10px 0;
}

table.csw td {
  text-align: center;
  vertical-align: middle;
  padding: 0;
}

table.csw th {
  font-weight: bold;
  text-align: center;
  padding: 3px 0;
  vertical-align: middle;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

table.experts {
  width: 100%;
}

table.experts td {
  padding: 3px 0;
  text-align: center;
  vertical-align: middle;
}

table.summary {
	float:left;
  width:560px;
  border-right:1px solid #ddecef;
  border-collapse:collapse;
	margin-top:16px;
}

table.summary th.first {
 	width:80px;
  font-weight:bold;
  text-align:center;
  padding:3px 0;
  vertical-align:middle;
  border-left:1px solid #ddecef;
  border-collapse:collapse;
}

table.summary th.last {
 	width:80px;
  font-weight:bold;
  text-align:center;
  padding:3px 0;
  vertical-align:middle;
  border-right:1px solid #ddecef;
  border-collapse:collapse;
}

table.summary th.th-title {
  border-bottom:1px solid #ffffff;
}

table.summary th {
 	width:80px;
  font-weight:bold;
  text-align:center;
  padding:3px 0;
  vertical-align:middle;
	background-color:#ddecef;
  border-right:1px solid #ffffff;
  border-collapse:collapse;
}

table.summary td {
 	width:80px;
  font-weight:bold;
  text-align:center;
  padding:3px 0;
  vertical-align:middle;
  border-left:1px solid #ddecef;
  border-bottom:1px solid #ddecef;
}

th.tablesorter-header { 
	background: url('http://images.fantasypros.com/images/icons/sort.gif') right no-repeat; 
} 
th.tablesorter-headerSortUp { 
	background: url('http://images.fantasypros.com/images/icons/sort_asc.gif') right no-repeat; 
} 
th.tablesorter-headerSortDown { 
	background: url('http://images.fantasypros.com/images/icons/sort_desc.gif') right no-repeat; 
} 


/* WordPress Blog Styles */

div.post {
  width:100%;
  height:100%;
  min-height:100%;
  font-size:12px;
  line-height:20px;
}

div.post h2 {
  height:30px;
  line-height:30px;
  font-weight:bold;
}

.alignright {
  float:right;
  margin-left:15px;
}

.alignleft {
  float:left;
  margin-right:15px;
}

div.post p { margin:0; line-height:20px;}
div.post ul, div.post ol, div.post dl { margin:0px 0px 0px 20px; }
div.post ul ul { list-style: square; }
div.post ol { list-style: decimal; }
div.post ol ol { list-style: upper-alpha; }
div.post dl { margin-left: 0; }
div.post dt { font-weight: bold; }
div.post dd { margin: 0 0 15px 0;}

div.post pre, div.post code p {
  padding: 15px;
  background: #f4f4f4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

div.post code { font-family: "Monaco", courier, sans-serif; }

div.post blockquote {
    quotes:none;
    font-style:italic;
    padding:0 3em;
    font-size:16px;
    line-height:150%;
  }

div.post table {
  border-collapse:collapse;
  border-spacing:0;
  border:1px solid #eee;
}

div.post table th { border-top: 1px solid #eee; text-align: left; }
div.post table td { border-top: 1px solid #eee; }

div.post p.author, div.post p.postmetadata, div.comment-meta, div.comment-options {
  height:25px;
  line-height:25px;
  padding:3px 0;
  margin:10px 0;
  border-bottom:1px solid #eeeeee;
  border-top:1px solid #eeeeee;
}

div.post p.entry {
}

div.post p.postmetadata {
  margin-top:15px;
  clear:left;
  overflow:hidden;
}

div.post .tags { float: left; }
div.post .comments { float: right; }

div.post img { margin-bottom: 15px; }
div.post img.wp-smiley { padding: 0 !important; margin: 0 !important; border: none !important; float: none !important; clear: none !important; }

div.post img.centered, img.aligncenter {
  display:block;
  margin-left:auto;
  margin-right:auto;
}

div.post img.alignright {
  padding:4px;
  margin:0 0 2px 7px;
  display:inline;
}

div.post img.alignleft {
  padding:4px;
  margin:0 7px 2px 0;
  display:inline;
}

div.post .aligncenter, div.post div.aligncenter {
  display:block;
  margin-left:auto;
  margin-right:auto;
}

div.post .wp-caption {
  border:1px solid #ddd;
  text-align:center;
  background-color:#f3f3f3;
  padding-top:4px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

div.post .wp-caption img {
  margin:0;
  padding:0;
  border:0 none;
}

div.post dd.wp-caption p.wp-caption-text, div.post .wp-caption p.wp-caption-text {
  line-height:17px;
  padding:0 4px 5px 0;
  margin:0;
}


/* WordPress Blog Comment Styles */

#comments {
}

#comments .navigation {
  padding:0 0 18px 0;
}

h3#comments-title, h3#reply-title {
  font-size:20px;
  margin-bottom:0;
}

h3#comments-title {
  padding:24px 0;
}

.commentlist {
  list-style:none;
  margin:0;
}

.commentlist li.comment {
  border-bottom:1px solid #e7e7e7;
  line-height:24px;
  margin:0 0 10px 0;
  padding:0;
  position:relative;
}
.commentlist li:last-child {
  border-bottom:none;
  margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom:18px;
}

#comments .comment-body p:last-child {
	margin-bottom:6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom:24px;
}
.commentlist ol {
	list-style:decimal;
}
.commentlist .avatar {
	position:relative;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0 0 0 40px;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}

input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}



/* News & Articles */

.news-title {
	float:left;
	font-size:16px;
  font-weight:bold;
  margin-bottom:5px;
}
.news-item {
	float:left;
	width:494px;
}
.news-content {
	line-height:18px;
}
.news-item:hover {
	background-color:#f7f7f7;
}

.news-datetime {
	color:#999999;
}
.news-footer {
	width:494px;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	margin-top:5px;
}

.topics li {
	list-style:none;
	display:block;
	width:140px;
	padding:3px 2px;
	float:left;
	font-size: 11px;
}
.topics li.selected {
 	font-weight:bold;
}
.topics li:hover {
 	background:#dddddd;
}
.topics li.active {
 	font-weight:bold;
	 background:#cccccc;
}


/* Rankings
-------------------------------------------------------------- */

.ranking-summary-top {
  background-image: url(http://images.fantasypros.com/images/css/bg_ranking_summary_top.png);
  background-repeat: no-repeat;
  position: relative;
  clear: both;
  width: 594px;
  height: 31px;
  margin-left: 10px
}

.ranking-summary-bottom {
  background-image: url(http://images.fantasypros.com/images/css/bg_ranking_summary_bottom.png);
  background-repeat: no-repeat;
  position: relative;
  clear: both;
  width: 594px;
  height: 31px;
  margin-left: 10px
}

.ranking-summary-label {
  float: left;
  position: relative;
  width: 184px;
  height: 31px;
  color:#444;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  text-shadow: 0px 1px #ffffff;
  padding-left: 10px;
}

.rank-black {
  color:#444;
  font-size: 13px;
  line-height: 30px;
  text-shadow: 0px 1px #ffffff;
  vertical-align: middle;
}

.rank-green {
  float: left;
  position: relative;
  width: 55px;
  height: 30px;
  text-align: center;
  background-image: url(http://images.fantasypros.com/images/css/bg_ranking_green.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

.rank-green-wide {
  float: right;
  position: relative;
  width: 100px;
  height: 30px;
  text-align: center;
  background-image: url(http://images.fantasypros.com/images/css/bg_ranking_green_wide.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  color: #ffffff;
  font-size: 11px; 
  line-height: 32px;
	margin-left: 5px;
}

.rank-grey {
  float: left;
  position: relative;
  width: 55px;
  height: 30px;
  text-align: center;
  background-image: url(http://images.fantasypros.com/images/css/bg_ranking_grey.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

.rank-grey-wide {
  float: right;
  position: relative;
  width: 100px;
  height: 30px;
  text-align: center;
  background-image: url(http://images.fantasypros.com/images/css/bg_ranking_grey_wide.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  color: #ffffff;
  font-size: 11px; 
  line-height: 32px;
	margin-left: 5px;
}

.rank-red {
  float: left;
  position: relative;
  width: 55px;
  height: 30px;
  text-align: center;
  background-image: url(http://images.fantasypros.com/images/css/bg_ranking_red.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

.rank-red-wide {
  float: right;
  position: relative;
  width: 100px;
  height: 30px;
  text-align: center;
  background-image: url(http://images.fantasypros.com/images/css/bg_ranking_red_wide.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  color: #ffffff;
  font-size: 11px; 
  line-height: 32px;
	margin-left: 5px;
}

.rank-white {
  color:#ffffff;
  font-size: 14px; 
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0px 1px #000;
  position: relative;
  top: 7px;
}

.wsis-revise {
  float: left;
  width: 194px;
  position: relative;
  margin: 20px 0;
  padding-left: 10px;
}

.wsis-player {
  float: left;
  width: 200px;
  margin: 20px 0;
}

table.wsis {
  border-collapse: collapse;
  border: none;
  margin-left: 10px;
  padding: 0;
}

table.wsis td.leftcol {
  width: 194px;
  margin: 0;
  padding: 0;
}

table.wsis td.note {
 	vertical-align: top;
  padding: 5px 10px 5px 0px;
}

table.wsis td {
  width: 200px;
  height: 48px;
  line-height: 18px;
  border-bottom: 1px dotted #898989;
  margin: 0;
  padding: 0;
}

table.wsis th {
  height: 48px;
  font-weight: bold;
  line-height: 18px;
  border-bottom: 1px dotted #898989;
}

#wsis .player-name {
  color: #19608f;
}

.expert-name {
  font-size: 12px;
  color: #464647;
  font-weight: bold;
  line-height: 14px;
  text-transform: capitalize;
}

.expert-affiliation {
  font-size: 11px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
	
.expert-affiliation a, .expert-affiliation a:visited {
  color: #464647;
}


/* Blog Posts */

.blog-post {
  height:120px;
  padding:0;
  margin:10px 0 0 0;
}

.blog-post img {
  width:140px
  height:106px;
  position:relative;
  float:left;
}

.blog-post .text {
  position:relative;
  float:left;  
  width:500px;
  margin-left:20px;
}

.blog-post .text a {
  font-weight:bold;
  color:#195e8d;
  text-decoration:none;
}


/* Widgets */

.widget-head {
  height:25px;
  line-height:25px;
  background:url(http://images.fantasypros.com/images/css/bg_header_1x25.png) repeat-x;
	margin-bottom:0px;
  padding-left:5px;
}

.widget-body {
	height:225px;
	width:300px;
	background:url(http://images.fantasypros.com/images/css/bg_widget_300x225.png) center no-repeat;
	line-height:20px;
}

/* Buttons */

.update {
	width: 76px;
	height: 30px;
	background: url('http://images.fantasypros.com/images/buttons/update.png') no-repeat;
	cursor: pointer;
	border: 0;
}

.update:hover {
	width: 76px;
	height: 30px;
	background: url('http://images.fantasypros.com/images/buttons/update_hover.png') no-repeat;
	cursor: pointer;
	border: 0;
}

.go {
  height: 30px;
  width: 30px;
  background: url(http://images.fantasypros.com/images/buttons/go.png) no-repeat;
  border: 0;
  margin:0;
  padding:0;
  cursor: pointer;
}

#go-pre {
  background: url(http://images.fantasypros.com/images/buttons/go_hover.png) no-repeat;
  display: none;
}

.go:hover {
  background: url(http://images.fantasypros.com/images/buttons/go_hover.png) no-repeat;
  cursor: pointer;
}

#player-search {
  height: 30px;
	width: 275px;
  background: #eeeeee;
  border: 1px solid #cccccc;
  padding: 5px;
	margin: 10px 0;
}

#fast-search {
  height: 30px;
	width: 555px;
  background: #eeeeee;
  border: 1px solid #cccccc;
  padding: 5px;
	margin: 10px 0;
}

.player-search-input {
  position: relative;
  float: left;
  width: 198px;	
  height: 28px;
  color: #636363;
  font-size: 12px;
  line-height: 26px;
  text-indent: 5px;
  border: 1px solid #cccccc;
  margin: 0 5px 0 5px;
  padding: 0;
}


/* My Playbook */

#controlbar {
	height:31px;
	background:url('http://images.fantasypros.com/images/css/bg_myplaybook_toolbar.png');
	background-repeat:no-repeat;
	padding:0px 20px;
}

#mpb-filter {
	height:auto;
	width:1028px;
	text-align:center;
	background-color:#ffffff;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	margin:0 5px;
	padding:10px; 20px;
}

.mpb-title { width:500px; padding-top:2px; overflow:hidden; }

.mpb-filter { width:200px; padding-top:5px; }

.mpb-nav { width:200px; padding-top:1px; }
.mpb-nav img { padding-top:4px; }

.mpb-icon { text-align:right; width:25px; padding-top:2px; }

.mpb-roster { background-color:#ccffcc }

.mpb-taken { background-color:#eeeeee }
