/*  
Theme Name: RT Something Blue
Theme URI: http://www.reallyreallybig.com/
Description: Based on Arthemia Premium, tweaked by RRBI.
Version: 1.0
Author: Really Really Big Industries
Author URI: http://reallyreallybig.com/
Tags: thumbnails, newspaper, magazine, widgets, admin panel
*/

/* 
TABLE OF CONTENTS 

  HTML Elements
  Structure
  Navigation Bar
  Text
  Index Page
  Content Page
  Sidebar
  Form Elements  
  Comments
  Footer
  Clear

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {line-height: 1;	color: black; background: white; }
ol, ul { list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" "";}

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background-image: url(images/bg-page.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #656161;
	color: #505050;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #000000;
	text-decoration:none
	}

a:hover, a:active {
	color: #808080;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #ececec;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}

/* Structure */

#wrapper {
	width:975px;
	margin:0px auto;
	padding: 0px;
	background:#008fe2;
	background-repeat: no-repeat;
	background-image: url(images/bg-wrapper.jpg);
	background-position: top center;		
	}

#head {
	width:975px;
	height: 235px;
	margin:0px auto;
	margin-top:0px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	background:#008fe2;
	border: none;
	background-repeat: no-repeat;
	background-image: url(images/bg-header.jpg);
	background-position: center center;
	}

#page {
	width:930px;
	margin:0px 0px 0px 0px;
	padding:0px 20px 20px 25px;
	font-size:12px;
	border: none;
	}

#inner {
    margin:0px 0px 20px 0px;
    padding:0;
    background:none;
}

.left {
	float:left;
	}

.right {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
	background-color: none;
	width:750px;
	font-size:13px;
	position: relative;
	top: 57px;
	left: 190px;
	height: 35px;
	z-index: 9999;
	}

#page-bar {
	padding:0px;
	height: 35px;	
	}

#page-bar ul {
	height: 35px;
	list-style: none;
	}

#page-bar li {
	height: 35px;
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	padding: 0px;
	border-right:1px solid #0157aa;
	}

#page-bar li:hover {
	background: #5b5b5b;
	}

#page-bar a, #page-bar a:visited {
	margin: 0px 0px 0px 0px;
	padding:11px 10px 11px 10px;
	font-weight:bold;
	color:#000;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#page-bar p {
	margin:0;
	padding:0;
	}

#searchform {
	width:300px;
	text-align:left;
	padding-top:3px;
	margin-right:0px;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 132px;
	height: auto;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 122px;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background-color: #5b5b5b;
	color: #fff;
	border-bottom: 1px solid #fff;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background-color: #000;
	color: #fff;
	padding: 4px 10px 4px 10px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}



/* Text*/

h1 {
	font:28px Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:25px Arial;
	font-weight:bold;
	}

h3 {
	font:12px Arial;
	margin-bottom:3px;
	color:#0157aa;
	font-weight:bold;
	}

h4 {
	font:12px Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#008fe2;
	letter-spacing:-0.05em;
	font-size: 11px;
	text-transform: uppercase;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	margin-bottom:15px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:165px;
	height:90px;
	background:#fff;
	}

#tagline {
	margin-top:10px;
	color:#1d3566;
	font-weight:bold;
	}

#top {
	margin:0 auto;
	padding:0px 20px 20px 25px;
	width:930px;
	border: none;
	background-image: url(images/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #008fe2;	
	}

#headline {
	width:530px;
	float:right;
	padding:0px 12px 0px 20px;
    font-size:12px;
	line-height:1.5em;
	margin:0;
	background-image: url(images/vert-headline.gif);
	background-repeat: no-repeat;
	background-position: top left;	
	color:#fff;
	overflow:hidden;
	height: 227px;
	}

#headline a {
	color:#ffffff;
	}

#headline a:hover {
	color:#ffffff;
	}

#top div.label {
	font:14px Arial;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
	}

#headline div.title {
	font:18px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:18px;
	padding-bottom:5px;
	padding-top:10px;
    margin-top:0px;
    color: #fff;
	}

#headline div.meta {
	display:block;
	padding:4px 0px 4px 0px;
	color:#ffffff;
	font-size:11px;
	line-height: 16px;
	font-weight: normal;
	}

#headline div.author {
	display:block;
	padding:2px 0px 2px 0px;
	color:#ffff66;
	font-size:12px;
	line-height: 12px;
	font-weight: bold;
	}	

.tanbox .author {
	padding:8px 0px 2px 0px;
	color:#333333;
	font-size:10px;
	line-height: 10px;
	font-weight: bold;
	}	

#front-list .author {
	padding:8px 8px 4px 0px;
	color:#0157aa;
	font-size:12px;
	line-height: 12px;
	font-weight: bold;
	text-align: left;
	}			
	

#headline p {
	padding-bottom:0px;
	}
	
#headline .readmore {
	text-align: right;
	font-size: 11px;
	color: #ffff66;
	display: block;
	padding: 0px;
	margin: 0px;
	}	

#featured {
	width:340px;
	height: 227px;
	overflow: hidden;
	float:left;
	padding:0px 0px 0px 28px;
	font-size:12px;
	background-image: url(images/vert-topstories.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#featured li {
    list-style:none;
    width: 300px;
    height: 79px;
    margin-bottom:0px;
    padding-bottom:0px;
}

#featured .arthemia-carousel {
    overflow:hidden;
    width:300px;
}

#featured .arthemia-carousel ul li {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	}


#featured .info {
    margin-top:0px;
	padding-top:0px;
	/*float:right;*/
	/*width:203px;*/
	font-size:14px;
	line-height: 14px;
	}

#featured .meta {
	margin-top:5px;
    font-weight:normal;
    font-size:10px;
    color: #ffff66;
	}

#featured .title {
	font-weight:bold;
	}

#featured .divider {
	margin-left:95px;
	}

#headline a img, #featured a img {
	margin-top:0px;
    }

#featured a {
	color:#ffffff;
	}

#featured a:hover {
	color:#ffffff;
	}

#featured a img {
	border:1px solid #fff;
	margin-right:10px;
	}

#headline a img {
	border:1px solid #fff;
	margin-right:10px;
	}

#single_head {
	width:195px;
	float:left;
	padding:15px 12px 20px 25px;
	margin:0;
	background:#333333;
	color:#fff;
	}

#single_head a img {
	border:3px solid #fff;
	}

#single_desc {
	width:675px;
	float:right;
	padding:0px 10px 5px 10px;
    font-size:12px;
	line-height:1.5em; 
	}

#single_desc div.title {
	font:25px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:10px;
	}

#single_desc div.meta {
	display:block;
	padding-bottom:5px;
	font-size:10px;
	}

#single_desc p {
	margin:0px;
	padding-bottom:10px;
	}

#single_desc a {
	color:#000000;
	}

#single_desc a:hover {
	color:#808080;
	}

#middle {
	margin:20px 0px 20px 0px;
	padding:0px 0px 0px 28px;
	background-image: url(images/vert-staffwriters.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:902px;
	height: 218px;
	}
    
.category {
	width:129px;
	height: 190px;
	float:left;
	border-right:1px solid #008fe2;
	margin:0px;
	padding:5px 10px 15px 10px;
	background-color:#0157aa;
	background-image: url(images/writer-profilephoto.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
    cursor:pointer;
    color: #fff;
	}

.category p {
	margin:0;
    font-size:11px;
	}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-0.05em;
	}

#front-list .cat_title {
	font-size:14px;
    margin-bottom:5px;
	}

#front-popular h3 {
	color:#fff;
	}

.more-link {
	display:block;
	margin:15px 0px;
	}

.category a {
	color:#333333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#bottom {
	width: 930px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#bottom-left {
	float:left;
	padding: 0px 10px 0px 0px;
	}

#bottom-left .meta, #content.archive .meta {
	font-size:10px;
	}

#front-list {
	width:570px;
	padding:10px;
	background:#fff;
	font-size:12px;
	line-height:1.75em;
	margin-bottom:10px;
	border-top:1px solid #ececec;
    }

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title {
	font:25px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
    line-height:1.0em;
	}

#front-list .divider {
	margin-left:216px;
	margin-top:0px;
	margin-bottom:0px;
	}

.author {
	font-size:11px;
	font-weight:bold;
	}

.meta {
	color:#008fe2;
	font-weight:bold;
	}

#headline p, #featured p {
	margin:0;
	}


#paged-list {
	width:570px;
	padding:0px 10px;
	background:#fff;
	font-size:12px;
	line-height:1.75em;
	border-top:1px solid #ececec;
	}

#paged-list .clearfloat {
	border-bottom: 1px solid #008fe2;
    padding-bottom:1px;
	}

.onecolumn {
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.onecolumn img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox {
	width:275px;
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.tanbox.fantasytanbox {
	width:380px;	
	}
.tanbox.dotytanbox {
	width:520px;
}	
	

.archive .tanbox {
	width:570px;
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}

.tanbox img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox div.title a, .tanbox span.title a, .onecolumn span.title a, .onecolumn div.title a {
	font:18px Arial;
	font-weight:bold;
	color: #0157aa;
	}

.tanbox p, .onecolumn p {
	margin:5px 0px;
	}	

#navigation {
	padding:15px 10px;
	background:#fff;
	font-size:12px;
	text-align:center;
	width:550px;
	}


/* Content Page*/

#content {
	width:570px;
	background:#fff;
	padding:10px;
	font-size:12px;
	line-height:1.75em;
	float:left;
	border-top:1px solid #ececec;
	}
	
#content.widepage {
	width:910px;
	}

#content.threecolumn {
	width:380px;
	background:#fff;
	padding:10px;
	font-size:12px;
	line-height:1.75em;
	float:left;
	border-top:none;
	margin: 0px 0px 0px 0px;
	}
	
#content.threesmallcolumn {
	width:520px;
	background:#fff;
	padding:10px;
	font-size:12px;
	line-height:1.75em;
	float:left;
	border-top:none;
	margin: 0px 0px 0px 0px;
	}			

.post {
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px solid #e2e2e2;
	}

.entry ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

#content h2.title {
	letter-spacing:-0.05em;
	border-bottom:1px solid #008fe2;
	border-top:3px solid #008fe2;
	margin-bottom:0px;
	padding:5px 0px;
	color:#000000;
	}	

.entry ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.entry ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.entry ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.entry img, .post a img, #front-list img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.entry a {
	text-decoration:underline;
	}

.post .ads {
	margin-top:10px;
	}

#stats {
	margin-bottom:15px;
	padding:8px 0px;
	font:11px Arial;
	display:block;
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
	}

span#map, span#map a {
	font-size:11px;
	color: #008fe2;
	}

img.centered, a img.centered, img.aligncenter, a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright, a img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft, a img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


#bio {
    padding:10px;
    background:#efefef;
    margin:20px 0px;
}
#bio p {
    margin:0;
    padding:0;
}

#bio .avatar {
	border:1px solid #ccc;
	margin:0px 10px 5px 0;
	float:left;
	padding:2px;
	width:80px;
	height:80px;
	}	

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	}

#fantasysidebar-right {
	width:300px;
	padding: 10px;
	float:right;
	margin:0px 0px 0px 0px;
	background-color: #ffffff;
	overflow:hidden;
	}
	
#fantasysidebar-left, #dotysidebar-left {
	width:160px;
	float:left;
	margin:0px 10px 0px 0px;
	overflow:hidden;
	padding: 10px;
	background-color: #ffffff;
	}
	
#dotysidebar-right {
	width:160px;
	float:right;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	padding: 10px;
	background-color: #ffffff;
	}	

#dotysidebar-right .textwidget, #dotysidebar-left .textwidget, #fantasysidebar-left .textwidget, #fantasysidebar-right .textwidget	{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
		

.spoiler { 	
	padding:0px 12px 12px 12px;
	background:#fff;
	border-top:1px solid #ececec;
	margin-bottom:12px; 	
	overflow:hidden;
}

.spoiler img {
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
	}


.spoiler h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
   	font-weight:bold; 	
	color:#fff; 	
	margin:0px 0px 8px 0px; 	
	padding:3px 10px;
	border-bottom:1px solid #ececec; 	}

.spoiler h3 a {
	color:#fff;
	text-decoration:none;
	}

.spoiler p {
	margin:0;
	color:#6d6d6d;
	}

.spoiler h4 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
    font-weight:bold;
	margin-bottom:5px;
	}

.spoiler h4 a {
	color:#333333;
	}

#sidebar {
    font-size:11px;
}

#sidebar h3 {
	font:17px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	background:none;
	color:#0157aa;
	margin:10px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	}

#sidebar #sidebar-bottom h3 a.catpost {
	padding: 0px 0px 0px 0px;
	height: auto;	
	}

#sidebar #sidebar-bottom h3 {
	height: auto;
	font:17px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	background:none;
	color:#0157aa;
	margin:10px 0px 5px 0px;
	padding:0px 0px 0px 15px;
	}	
	
#sidebar h3 a {
	color: #0157aa;
	}	
	
#sidebar h3 a.catpost {
	display: block;
	float: left;
	font-size: 17px;
	height: 37px;
	width: 200px;
	padding: 10px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	}

#sidebar h3 a.caticon {
	display: block;
	float: left;
	height: 47px;
	width: 66px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}	


#fantasysidebar-left h3, #fantasysidebar-right h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	background:#1874CD;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}
	
#dotysidebar-left h3, #dotysidebar-right h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	background:#178611;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}	
	
#fantasysidebar-left h3, #fantasysidebar-right h3 {
	color: #fff;
	text-decoration: none;
	}	

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	border-top:1px solid #ececec;
	}
	
	
	
#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:160px;
	padding:0px 0px 0px 0px;
	float:left;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar-right {
	width:125px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar ul {
	display: block;
	clear: both;	
	}

#sidebar li {
	list-style:none;
	border: none;
	display:block;
	padding:4px 0px 4px 13px;
	background:none;
	}

#sidebar #sidebar-right li {
	list-style:none;
	border: none;
	display:block;
	padding:3px 0px 3px 0px;
	background:none;
	}	
	
#sidebar li a {
	color: #008fe2;
	}	
	

#sidebar li ul li {
	border-bottom:0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#sidebar h3 img { margin-top:1px; }

/* Form Elements */

select {
	border:1px solid #333333;
	width:100%
	}
	
.submitbutton {
	padding: 2px 5px;
	border:1px solid #aaa;
	background:#fff;
	font-size:11px;
	color:#aaa;
	cursor: pointer;
	}

.submitbutton:hover {
    background:#303030;
    color:#fff;
    }
    
.field {
	padding: 1px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fff;
	font-size:11px;
	}

#search .searchbutton {
	padding: 1px;
	border:1px solid #333333;
	background:#fff;
	font-size:11px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 0px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	}



/* Comments*/

#comment { width:590px;	background:#fff; }

div#cancel-comment-reply { font-weight:bold; }

#comments ul.commentlist { margin-top:20px; list-style:none; }

#comments ul.commentlist blockquote { background:#ededed; }
    
#comments .clearfloat { background:none; }

#comments div.navigation { padding:5px 0px 20px 0px; font-weight:bold; }

ul.commentlist li.pingback, ul.commentlist li.trackback { display:none; }
ul.commentlist li.comment { color:#4d4d4d; padding: 11px 14px 11px 14px; background:#f2f2f2; list-style:none; margin-bottom:10px; font-size:11px; line-height:18px; border-bottom: 1px solid #dcdbd7; }
ul.commentlist li.comment h3#respond { background:#fff; margin-top:15px; }
ul.commentlist li.comment img.avatar { border:1px solid #ccc; margin:0px 0px 13px 13px; float:right; padding:2px; width:45px; height:45px; }	
ul.commentlist li.comment cite { color:#313228; font-weight:bold; font-size:14px; }
ul.commentlist li.comment div.comment-meta { font-size:10px; margin-top:0px; }
ul.commentlist li.comment div.comment-meta a { color:#4d4d4d; text-decoration:none; }
ul.commentlist li.comment a { text-decoration:underline; }
ul.commentlist li.comment cite a { text-decoration:none; }
ul.commentlist li.comment div.reply { clear:both; display:block; }
ul.commentlist li.comment div.reply a { text-decoration:none; font-weight:bold; }
ul.commentlist li.comment p { margin:15px 0px; padding:0;  }
ul.commentlist li.comment blockquote { width:380px; }

ul.children li.comment { margin-top:15px; color:#4d4d4d; padding: 12px 12px 12px 12px; background:#fff; border:none; list-style:none; margin-bottom:0px; font-size:11px; }

ul.commentlist li.depth-1, ul.children li.depth-3, ul.children li.depth-5, ul.children li.depth-7, ul.children li.depth-9 { background:#f2f2f2; }
ul.children li.depth-2, ul.children li.depth-4, ul.children li.depth-6, ul.children li.depth-8, ul.children li.depth-10 { background:#fff; }

#respond textarea { width:99%; font-size:13px; }
#respond label { font-weight:bold; }
#respond a {text-decoration:none; }
#respond h3 {margin-top:15px; }

li.comment div#respond h3 { display:none; }

/* Footer*/

#gallery {
	font-size:11px;
	color:#333;
	width: 930px;
	height: 212px;
	margin: 20px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	background-color: #0157aa;
	}

#random {
    float:right;
    width:520px;
    height: 192px;
    padding: 20px 0px 0px 35px;
    margin: 0px 0px 0px 0px;
    /* background-image: url(images/vert-random.gif); */
    /* background-position: top left; */
    /* background-repeat: no-repeat;   */
    /* background-color: #0157aa;     */
}

#random img {
    padding:2px;
    border:1px solid #ccc;
    margin-right:16px;
    margin-bottom:15px; 
    background:#fff;
}
#video {
    float:right;
    width:281px;
    margin: 0px 0px 0px 0px;    
    padding: 0px 0px 0px 28px;
   /*background-image: url(images/vert-weather.gif);*/
    background-position: top left;
    background-repeat: no-repeat;
    overflow: hidden;
}

#video div.more {
	padding: 5px;
	margin: 0px;
	background-color: #0157aa;
	border: 1px solid #fff;
    width:271px;	
	}
#video div.more a {
	color: #fff;
	text-decoration: none;
	}	

#gallery h3 {
    display:block;
    padding-bottom:5px;
}
#front-popular {
	font-size:11px;
	color:#fff;
	width: 930px;
	margin: 0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	}

#recentpost, #mostcommented {
	width:276px;
	float:left;
	padding:0px 20px 0px 0px;
	}

#recentpost {
	margin-left:0px;
	padding:0px 0px 0px 28px;
	/*background-image: url(images/vert-facebook.gif);*/
	background-position: top left;
	background-repeat: no-repeat;	
	}


#mostcommented {
	margin-left:20px;
	padding:0px 0px 0px 28px;
	/*background-image: url(images/vert-ontv.gif);*/
	background-position: top left;
	background-repeat: no-repeat;
	width: 260px;
	height: 250px;
	overflow: hidden;
	/*background-color: #0157aa;*/		
	}

#recent_comments, #fixedplayer {
	width:276px;
	height: 225px;
	float:right;
	padding:0px 0px 0px 28px;
	background-image: url(images/vert-topvideos.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

#fixedplayer {
	float: left;
	height: 192px;
	width: 320px;
	padding-top: 20px;
	padding-left: 40px;		
	}	
	
	
#recent_comments h3, #mostcommented h3 {
	display: none;
	visibility: hidden;
	}	

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	padding-top:5px;
	}

#recentpost li, #mostcommented li, #recent_comments li {
	list-style:none;
	border-bottom: 1px solid #008fe2;
    padding: 4px 4px 4px 0px;
	}
#mostcommented h4 {
	}
#mostcommented a.rsssubscribe {
	font-size: 11px;
	color: #fff66;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
#mostcommented ul li ul, #mostcommented ul li ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	}


#recentpost ul li a, #recent_comments ul li a {
	padding:5px;
	display:block;
	text-decoration:none;
	}

#recentpost ul li a:hover, #recent_comments ul li a:hover {
	background:#000000;
	color:#fff;
	}

#recentpost ul li:first-child, #recent_comments ul li:first-child {
	background:none;
	}


#footer {
	margin: 0px 0px 0px 0px;
	width: 910px;
	font-size:10px;
	background:#0157aa;
	color:#fff;
	padding: 10px;
	}

#footer a:hover {
	color:#fff;
	}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
/* stuff added by Nate */

.wp-caption-text {
	text-align: left;
	text-decoration: none;
	font-size: 10px;
	line-height: 11px;
	color: #0157aa;
	}
	
.fantasyfloat {
	display:block;
	}
		
#inner.fantasyfloat {
    margin:0px 0px 20px 0px;
    padding:0;
    background-image: none;
}

#fantasyheader {
	width: 900px;
	height: 122px;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	background-image: url(images/fantasyleague.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: center center;
	}
	
#dotyheader {
	width: 900px;
	height: 174px;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	background-image: url(images/dotyheader.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: center center;
	}	

#fantasysidebar-right li, #fantasysidebar-left li,  #dotysidebar-left li,  #dotysidebar-right li {
	list-style:none;
	border-bottom:1px dotted #bbbbbb;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#fantasysidebar-right li ul li, #fantasysidebar-left li ul li, #dotysidebar-left li ul li, #dotysidebar-right li ul li {
	border-bottom:0px;
	}	
	
.tanbox.fantasytanbox span.title a, .tanbox.fantasytanbox div.title a {
	font:18px Arial;
	font-weight:bold;
	color: #1874CD;
	}	
	
.tanbox.dotytanbox span.title a, .tanbox.dotytanbox div.title a {
	font:18px Arial;
	font-weight:bold;
	color: #178611;	
	}

/* WIDGET - RECENT COMMENTS */

ul#recentcomments {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
ul#recentcomments li.recentcomments {
	margin: 0px 0p 0px 0px;
	padding: 4px 0px 4px 15px;
	}
#sidebar #sidebar-top div.textwidget h3 {
	padding: 0px 0px 0px 15px;
	}	

/* WIDGET TAG CLOUD */

#tagcloud {
	padding: 0px 15px 20px 15px;
	}
#tagcloud a {
	color: #1874CD;
	}

/* AD STUFF */
	
#topbannerad {
	margin-top: 20px;
	margin-right: 20px;
	border: 1px solid #fff;
	}		
	
#sidebar-top div.textwidget {
	margin: 20px 0px 20px 0px;
	}	
	
/* Video channels in footer */


table.resultTable_gsvb {
	}	

table.resultTable_gsvb tbody, table.resultTable_gsvb tr, table.resultTable_gsvb td {
	}

td.resultCell_gsvb {
	display: inline;
	float:left;
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	border:1px solid #fff;
	}		

.RTalldone_gsvb {
	display: none;
	visibility: hidden;
	}

.RTplayerbox_gsvb, .RTplaying_gsvb {
	background-color: #000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 300px;
	border: 1px solid #fff;	
	}

#fixedplayer div.more {
	padding: 5px;
	margin: 0px;
	background-color: #0157aa;
    width:290px;	
	}
#fixedplayer div.more a {
	color: #fff;
	text-decoration: none;
	}	

#sidebar-bottom .akpc_report ol li span {
	display: none;
	visibility: hidden;
	}
.clear {
	display: block;
	clear: both;
	}

/* author page stuff */

#authorpic {
	border: 1px solid #000;
	float: left;
	margin: 0px 10px 10px 0px;
	}

a.writer {
	height: 218px;
	width: 125px;
	padding: 0px;
	margin: 0px;
	border: none;
	display: block;
	float: left;	
	}

a#pedley {
	background-image: url(images/writer-off-pedley.gif);
	background-repeat: no-repeat;
	}
a:hover#pedley {
	background-image: url(images/writer-on-pedley.gif);
	background-repeat: no-repeat;
	}

a#sturbin {
	background-image: url(images/writer-off-sturbin.gif);
	background-repeat: no-repeat;
	}
a:hover#sturbin {
	background-image: url(images/writer-on-sturbin.gif);
	background-repeat: no-repeat;
	}

a#woody {
	background-image: url(images/writer-off-woody.gif);
	background-repeat: no-repeat;
	}
a:hover#woody {
	background-image: url(images/writer-on-woody.gif);
	background-repeat: no-repeat;
	}	
	
a#minter {
	background-image: url(images/writer-off-minter.gif);
	background-repeat: no-repeat;
	}
a:hover#minter {
	background-image: url(images/writer-on-minter.gif);
	background-repeat: no-repeat;
	}
	
a#ingram {
	background-image: url(images/writer-off-ingram.gif);
	background-repeat: no-repeat;
	}
a:hover#ingram {
	background-image: url(images/writer-on-ingram.gif);
	background-repeat: no-repeat;
	}
	
a#hood {
	background-image: url(images/writer-off-hood.gif);
	background-repeat: no-repeat;
	}
a:hover#hood {
	background-image: url(images/writer-on-hood.gif);
	background-repeat: no-repeat;
	}	
	
a#harris {
	background-image: url(images/writer-off-harris.gif);
	background-repeat: no-repeat;
	}
a:hover#harris {
	background-image: url(images/writer-on-harris.gif);
	background-repeat: no-repeat;
	}						
	
span.dropcap {
 font-size: 48px;
 padding: 10px;
 float: left;
}	
	
	