/*
Theme Name: FantasyPros
Theme URI: http://www.fantasypros.com/
Description: 2011 site redesign
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; }
.span220	{ width: 220px; }
.span300	{ width: 300px; }
.span380	{ width: 380px; }
.span540	{ width: 540px; }
.span620	{ width: 620px; }
.span780	{ width: 780px; }

/* 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: #f7941d;
	font-size: 24px;
}

h2 {
	color: #464647;
	font-size: 22px;
	line-height: 30px;
}

h3 {
	color: #464647;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	color: #195e8d;
	font-size:14px;
	font-weight:bold;
}

h5 {
	color: #636363;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}

h6 {
	color: #195e8d;
	font-size:12px;
	font-weight:bold;
	line-height: 20px;
}

h7 {
	color: #636363;
	font-size: 9px;
	text-transform: uppercase;
	font-style: italic;
	font-weight:bold;
}

h8 {
	color: #195e8d;
	font-size:14px;
	font-weight:bold;
	line-height: 20px;
}

p {
	color: #555555;
	font-size: 12px;
	line-height: 15px;
}

.blue-small {
	color: #195e8d;
	font-size:10px;
	font-weight:bold;
	line-height: 29px;
}

.timestamp {
	color: #959595;
	font-size: 11px;
	line-height: 15px;
}

.orange {
	color: #faa653;
}

.orange a {
	color: #faa653;
}

.orange a:hover{
	color: #ca8745;
}

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;
}

input[type=radio] {
  margin-left: 5px;
}

textarea, input, select {
  font-size: 12px;
  outline: none;
}

input[type=submit], input[type=reset] {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}


button {
	height: 30px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #f7941d;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  margin: 0px; 
}

button:hover {
	height: 30px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #f7a448;
  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 {
  position: relative;
  overflow: scroll;
  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 #cccccc;
  position: absolute;
  float: left;
  height: 100%;
  width: 700px;
  z-index: -1;
}

.rightborder-secondary {
  border-right: 1px solid #cccccc;
  position: absolute;
  float: left;
  height: 100%;
  width: 700px;
  margin-top: -30px;
  z-index: -1;
}

.bottomborder {
  width: 100%;
  border-bottom: 1px solid #464647;
  margin: 0px 0 10px 0;
}

.link-nav {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 10px 0 10px 0;
  padding: 5px 0 5px 0;
}

.follow-us {
  float: left;  
  height: 25px;
  font-size: 10px;
  border-top: 1px dotted #898989;
  border-bottom: 1px dotted #898989;
  position: relative;
  margin: 10px 0 0 0;
}

.follow-us img {
  position:relative;
  top: 4px;
}

.tiny {
  font-size: 10px;
  line-height: 18px;
}

.image-preload {
  display: none;
}

.g-plus {
	position: relative;
	left: 30px;
}

.fb-like {
	overflow: hidden;
	width: 75px;
	height: 21px;
	border:none; 
	margin-top: 5px;
}



/* 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;
}


/* Header
-------------------------------------------------------------- */

#header-bg {
  background-image: url(http://images.fantasypros.com/images/css/bg_header_menu.png);
  background-repeat: repeat-x;
  position: absolute;
  z-index:-1;
  background-position: 0 0;
  height: 101px;
  -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;
  width: 1060px;
}

#header {
  background-image: url(http://images.fantasypros.com/images/css/bg_header.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  height: 101px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-box-shadow:rgba(0,0,0,.5) 0px 0px 7px;
  border-radius: 0 0 5px 5px;
  position: relative;
  z-index:0;
  margin-bottom: 10px;
}

.logo {
  position: relative;
  width: 200px;
  height: 32px;
  top: 24px;
  left: 38px;
}

#signin {
  position: relative;
  width: 146px;
  height: 30px;
  background-image: url(http://images.fantasypros.com/images/css/bg_signin.png);
  background-repeat: no-repeat;
  float: right;
  top: -33px;
  color: #d7d7d7;
  font-size: 11px;
  line-height: 30px;
  text-indent: 7px;
}

#signin a, a:visited {
  color: #d7d7d7;
}

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

#signin .icons {
  position: relative;
  float: right;
  width: 80px;
  top:6px;
  right:5px;
}

.icons .facebook {
  position: relative;
  width: 18px;
  height: 18px;
  float:left;
  margin-right:2px;
  background-image: url(http://images.fantasypros.com/images/icons/signin/facebook.png);
}

.icons .facebook:hover {
  background-image: url(http://images.fantasypros.com/images/icons/signin/facebook_hover.png);
}

.icons .yahoo {
  position: relative;
  width: 18px;
  height: 18px;
  float:left;
  margin-right:2px;
  background-image: url(http://images.fantasypros.com/images/icons/signin/yahoo.png);
}

.icons .yahoo:hover {
  background-image: url(http://images.fantasypros.com/images/icons/signin/yahoo_hover.png);
}

.icons .google {
  position: relative;
  width: 18px;
  height: 18px;
  float:left;
  margin-right:2px;
  background-image: url(http://images.fantasypros.com/images/icons/signin/google.png);
}

.icons .google:hover {
  background-image: url(http://images.fantasypros.com/images/icons/signin/google_hover.png);
}

.icons .twitter {
  position: relative;
  width: 18px;
  height: 18px;
  float:left;
  margin-right:2px;
  background-image: url(http://images.fantasypros.com/images/icons/signin/twitter.png);
}

.icons .twitter:hover {
  background-image: url(http://images.fantasypros.com/images/icons/signin/twitter_hover.png);
}

#search {
  position: relative;
  float: right;
  width: 222px;
  height: 28px;
  top: -30px;
  left: -1px;
}

#navigation {
  width: 100%;
  height: 28px;
  position:relative;
  bottom:16px;
}

#navigation .item {
  width: 10%;
  height: 26px;
  position: relative;
  float: left;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 26px;
  text-shadow: #3f3f3f 1px 1px 1px;
}

#navigation .item a {
  text-decoration: none;  
  color: #fff;
}

#navigation .item:hover {
  text-decoration: none;  
  background-color: #4a4a4a;
}


/* Footer
-------------------------------------------------------------- */

#footer-top {
  background-image: url(http://images.fantasypros.com/images/css/bg_footer_topbar.png);
  height:17px;
  position:relative;
}

#footer {
  background-image: url(http://images.fantasypros.com/images/css/bg_footer.png);
  background-repeat: repeat-x;
  background-position: 0 17px;
  height: 177px;
  -moz-border-radius: 5px;
  -webkit-box-shadow:rgba(0,0,0,.5) 0px 0px 7px;
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 3;
}

#footer img {
  position: relative;
  float: left;
  margin-right: 4px;
}

#footer h1 {
  font-size: 14px;
  color: #eac84b;
  text-shadow: 1px 1px 0px #000;
  font-weight: normal;
  line-height: 22px;
  margin-top: 15px;
}

.copyright {
  position: relative;
  width: 180px;
  height: 24px;
  background-image: url(http://images.fantasypros.com/images/css/bg_footer_copyright.png);
  background-repeat: no-repeat;
  float: right;
  color: #bebebe;
  font-size: 9px;
  line-height: 24px;
  text-indent: 5px;
  top: 4px;
  right: 15px;
}

#footer a {
  color: #d7d7d7;
  font-size: 11px;
  line-height: 19px;
}

#footer a:hover {
  color: #b0b0b0;
  text-decoration: none;
}


/* 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-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  background-color: #464647;
  text-align: center;
  color: #000000;
  margin: 0px; 
}

#tabs-menu li a, #tabs-menu li 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: #dddddd;
  color: #000000;
  text-decoration: none;
  padding: 7px 15px 3px 15px;
}

#tabs-menu li a:hover, #tabs-menu li.current a {
  -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
-------------------------------------------------------------- */

#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;
}

#container .clear {
  height: 30px;
  clear: both;
}


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

#sidebar {
  float: right;
  width: 300px;
  font-size: 12px;
  line-height: 18px;
  padding: 10px 40px 0 0;
}

#sidebar ul {
  list-style: none;
  margin: 0 0 10px 0;
}

.sidebar-nav {
  width: 300px;
  padding-top: 10px;
}

#testimonials {
  height: auto;
  float: left;
  position: relative;
}

#accuracy {
  height: auto;
  float: left;
  position: relative;
  font-size: 11px;
}

#accuracy h3 {
  background: #ffffff url(http://images.fantasypros.com/images/icons/24x24/target.png) center no-repeat;
  background-position: 274px 50%; /* x-pos y-pos */
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #898989;
  position: relative;
  margin: 0px 0 10px 0;
  padding: 0;
}

#accuracy a, #accuracy a:visited {
  color: #464647;
}

#accuracy .name {
  width: 240px;
  height: 16px;
  border-bottom: 1px dotted #898989;
  font-style: italic;
  margin-left:6px;
  padding-top: 2px;
}

#accuracy .website {
  width: 130px;
  background-image: url(http://images.fantasypros.com/images/css/bullet_small.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
  text-transform: uppercase;
  font-style: normal;
  font-size: 9px;
  line-height: 14px;
  text-indent: 12px;
}

#testimonials h3 {
  background: #ffffff url(http://images.fantasypros.com/images/icons/24x24/award.png) center no-repeat;
  background-position: 274px 50%; /* x-pos y-pos */
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #898989;
  position: relative;
  margin: 0px 0 10px 0;
  padding: 0;
}

#blog-posts {
  height: auto;
  position: relative;
  float: left;
}

#blog-posts h3 {
  background: #ffffff url(http://images.fantasypros.com/images/icons/latest_posts.png) center no-repeat;
  background-position: 283px 50%; /* x-pos y-pos */
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #898989;
  position: relative;
  margin: 10px 0 10px 0;
  padding: 0;
}

#latest-tweets {
  height: auto;
  float: left;
  position: relative;
}

#latest-tweets h3 {
  background: #ffffff url(http://images.fantasypros.com/images/icons/24x24/twitter_bird.png) center no-repeat;
  background-position: 274px 50%; /* x-pos y-pos */
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #898989;
  position: relative;
  margin: 10px 0 10px 0;
  padding: 0;
}

#latest-tweets .tweet {
  font-size: 11px;
  color: #636363;
  line-height: 13px;
  padding-top: 8px;
}

#latest-tweets .timestamp, #latest-tweets .timestamp a, #latest-tweets .timestamp a:visited {
  font-size: 10px;
  font-style: italic;
  color: #959595;
  line-height: 14px;
}

#latest-tweets .timestamp a:hover, #latest-tweets .timestamp a:active {
  color: #f7941d;
}

#facebook {
  height: auto;
  float: left;
  position: relative;
}

#facebook h3 {
  background: #ffffff url(http://images.fantasypros.com/images/icons/24x24/facebook_like.png) center no-repeat;
  background-position: 276px 50%; /* x-pos y-pos */
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #898989;
  position: relative;
  margin: 30px 0 15px 0;
  padding: 0;
}

#information {
  height: auto;
  position: relative;
  float: left;
}

#information h3 {
  background: #ffffff url(http://images.fantasypros.com/images/icons/24x24/info.png) center no-repeat;
  background-position: 274px 50%; /* x-pos y-pos */
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #898989;
  position: relative;
  margin: 10px 0 10px 0;
  padding: 0;
}


/* Profile Headers
----------------------------------*/

#profile-header {
  height: auto;
  float: left;
}

#profile-header-image {
  float: left;
  width: 170px;
  margin: 0px 0px 20px 0px;
}

#profile-header-content {
  float: left;
  margin: 20px;
}


/* Data Tables
----------------------------------*/

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: 20px 0px 0px 0px;
}

table.data td {
  padding: 3px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #cccccc;
}

table.data td.data {
  text-align: center;
}

table.data td.rank {
  text-align: right;
}

table.data td.table-top {
  vertical-align: top;
}

table.data th {
  font-weight: bold;
  text-align: left;
  padding: 3px;
  vertical-align: middle;
  border-top: 1px solid #cccccc;
}

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%;
	margin-top: -20px;
}

table.experts td {
  padding: 3px 0;
  text-align: center;
  vertical-align: middle;
}


/* 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 { list-style: square; }
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 {
  color: #888;
  padding: 3px 0;
  margin: 10px 0;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}

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: absolute;
	top: 4px;
	left: 0;
}
.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;
}



/* F I N D
-------------------------------------------------------------- */

.news-heading {
  font-weight: bold;
  margin-left: 6px;
}

.news-item {
  border: 1px solid #ffffff;
  margin: 10px 0px 0px 0px;
  padding: 5px;
}

.news-item:hover {
  background: #ffffcc;
  border: 1px solid #cccccc;
}

.news-title {
  text-decoration: none;
}



/* 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: 134px;
  height: 31px;
  color:#444;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  text-shadow: 0px 1px #FFF;
  padding-left: 10px;
}

.rank-black {
  color:#444;
  font-size: 13px;
  line-height: 30px;
  text-shadow: 0px 1px #FFF;
  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-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-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-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: 144px;
  position: relative;
  margin: 20px 0;
  padding-left: 10px;
}

.wsis-player {
  float: left;
  width: 150px;
  margin: 20px 0;
}

table.wsis {
  border-collapse: collapse;
  border: none;
  margin-left: 10px;
  padding: 0;
}

table.wsis td.leftcol {
  width: 144px;
  margin: 0;
  padding: 0;
}

table.wsis td {
  width: 150px;
  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;
}


/* Widgets
-------------------------------------------------------------- */

.widget-head {
  height: 31px;
  width: 300px;
  background: url(http://images.fantasypros.com/images/css/bg_widget_head.png) center no-repeat;
  text-indent: 12px;
  position: relative;
  float: left;
}

.widget-body {
  height: 152px;
  background: url(http://images.fantasypros.com/images/css/bg_widget.png) center no-repeat;
  margin-top: 31px;
}

.widget-alert {
  padding: 10px 12px;	
}

.widget-form {
  float: left;
  width: 240px;
  padding: 10px;
}

.widget-submit {
  float: right;
  width: 40px;
  padding: 38px 0;
}

.widget-icon {
  position: relative;
  float: left;
  width: 30px;
  height: 24px;
  margin-right: 10px;
}

.widget-input {
  position: relative;
  float: left;
  width: 198px;
  height: 26px;
  color: #636363;
  font-size: 12px;
  line-height: 27px;
  border: 1px solid #cccccc;
}

.widget-select {
  position: absolute;
  float: left;
  overflow: hidden;
  width: 198px;
  height: 26px;
  color: #636363;
  font-size: 12px;
  line-height: 27px;
  border: 1px solid #cccccc;
}

.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: 40px;
  background: #eeeeee;
  border: 1px solid #cccccc;
  padding: 10px 10px 0px 10px;
}

#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 10px 0 0;
  padding: 0;
}

#csw-filter {
  background: #eeeeee;
  border: 1px solid #cccccc;
}

#csw-filter-label {
  float: left;
  position: relative;
  line-height: 26px;
  padding: 7px 5px 0 10px;
}

.csw-select {
  position: relative;
  float: left;
  width: 162px;
  color: #636363;
  font-size: 12px;
  line-height: 26px;
  border: 1px solid #cccccc;
  margin: 10px 10px 10px 0;
  padding: 0;
}



/* Misc
-------------------------------------------------------------- */

#sitelogos {
  height: 90px;
  border: 1px solid #cccccc;
  padding: 5px;
}

