/**
 * Theme Name: WTV
 * Template: hybrid
 *
 */

/* Get base CSS */
@import url('../hybrid/library/css/20px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
/* @import url('tabs.css'); */

/**
* Body
************************************************/
body {
	padding: 10px 0 25px 0;
	background: #4e0101 url(images/body_gradient.jpg) top center repeat-y;
	font: 12px/22px ‘Century Gothic’, AppleGothic, Arial, sans-serif;
	}

#body-container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	background: #d7f1ff;
        background: url(images/body_gradient.jpg) top center repeat-y;
	}

/**
* Elements
************************************************/
/* Links */
a {
	color: #004474;
	}
a:hover {
	text-decoration: underline;
	}

/* Headers */
.hentry h2, .hentry h3, .hentry h4, .hentry h5, .hentry h6 {
	color: #004474;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding-left: 30px;
	color: #fff;
	background: url(images/blockquote.gif) no-repeat 0 0;
	}
blockquote blockquote {
	margin-right: 20px;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	font-size: 18px;
	text-align: center;
	background: transparent;
	border-top: 3px double #0b5177;
	border-bottom: 3px double #0b5177;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	font-size: 1em;
	}
pre {
	overflow: auto;
	width: 96.5%;
	font-size: 1em;
	background: #07364F;
	}
pre, code {
	color: #fff;
	}

/* Lists */
.content ul {
	list-style: none;
	}
.content ul li {
	overflow: hidden;
	height: 100%;
	padding-left: 20px;
	background: url(images/bullet.png) no-repeat 0 8px;
	}

/* Tables */
table {
	width: 100%;
	background: #1a5676;
	border: 1px solid #06344d;
	}
caption {
	font-style: italic;
	text-align: right;
	color: #88bfdd;
	}
td {
	padding: .3em;
	border: 1px solid #06344d;
	}
th {
	padding: .3em;
	color: #fff;
	background: #06344d;
	border: 1px solid #06344d;
	}

/* Other elements */
acronym {
	border-bottom: 1px dashed #88bfdd;
	}
ins, dfn {
	border-bottom: 1px solid #88bfdd;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 30px;
	margin: 6px 6px 0 0;
	padding: 0 9px 3px 9px;
	font-size: 36px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	background: #0E4D6F;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #0E4D6F;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	color: #fff !important;
	background: #0E4D6F;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #07364F;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #0E4D6F;
	}

/* Forms */
input {
	font-family: verdana, arial, sans-serif;
	}
.text-input {
	display: block;
	width: 210px;
	margin: 0;
	padding: 3px 5px;
	font-weight: bold;
        border:1px solid #666;
	}
textarea {
	width: 98%;
	font: 12px/22px verdana, arial, sans-serif;
	font-weight: bold;
        border:1px solid #666;
	}
.button {
	margin-right: 15px;
	padding: 7px 35px;
	font: 12px/22px verdana, arial, sans-serif;
	font-weight: bold;
	color: #fff;
	background: url(images/nav_gradient.png) top left repeat-x;
	border: none;
	}
.button:hover {
	cursor: pointer;
	}

/* Alignment */
.alignleft, .left {
	float: left;
	margin-right: 15px;
	}
.alignright, .right {
	float: right;
	margin-left: 15px;
	}
.aligncenter, .center {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
.hentry img, .hentry a img {
	max-width: 570px;
	border: 5px solid #a4c6d6;
	}
.hentry img, .hentry a img:hover {
	border: 5px solid #004474;
	}

/* Captions */
.wp-caption {
	max-width: 574px;
	padding: 3px 0 0 0;
	background: #06344d;
	border: 3px solid #06344d;
	text-align: center;
	}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .8em;
	}
.wp-caption img, .wp-caption a img {
	max-width: 562px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #09415f;
	}

/* Gallery */
.gallery {
	margin-bottom: 20px !important;
	}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 10px 0;
	border: 5px solid #06344d;
	}

.avatar {
	float: left;
	width: 70px;
	height: 70px;
	margin: 0 15px 0 0;
	border: 5px solid #06344d;
	}

/**
* Header
************************************************/
#header-container {
	height: 250px;	
        background:url(images/header_photo.jpg) bottom right no-repeat;
	}
#site-title {
	margin: 0 0 0 15px;
	}
#site-title a {
	float: left;
	display: block;
	width: 455px;
	height: 150px;
	background: url(images/header_logo.png) no-repeat 0px 50px;
	}
#site-title a span, #site-description {
	display: none;
	}

/* Search */
#header .search {
	float: right;
	width: 220px;
	margin: 40px 40px 0 0;
	}
#header .search form {
	width: 220px;
	height: 30px;
	padding: 0;
	background: url(images/search.gif) no-repeat 0 0;
	}
#header .search input {
	float: left;
	overflow: hidden;
	margin: 0;
	border: none;
	background: none;
	}
#header .search input.search-text {
	font-family: arial, verdana, sans-serif;
	width: 155px;
	padding: 7px 5px 6px 10px;
	color: #777;
	}
#header .search input.search-submit {
	width: 49px;
	margin: 0;
	padding: 6px 6px 0 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font: .9em georgia, times, 'times new roman', serif;
	font-weight: bold;
	color: #000;
	}
#header .search input.search-submit:hover {
	cursor: pointer;
	}

/**
* Navigation
************************************************/
#navigation {
	float: left;
	width: 920px;
	height: 50px;
	padding: 0 20px;
	background: #004474 url(images/nav_gradient.png) repeat-x;
border-bottom:5px solid #a4c6d6;
-moz-border-radius-topleft:20px;
-webkit-border-top-left-radius:20px;
-moz-border-radius-topright:20px;
-webkit-border-top-right-radius:20px;
	}
#navigation a {
	text-transform: none;
	font-family: ‘Century Gothic’, AppleGothic, Arial, sans-serif;
	font-weight: normal;
        font-size:24px;
	}

/* Page navigation */
#page-nav ul {
	list-style: none;
	margin: 0 0 0 0;
	}
#page-nav li {
	display: inline;
	margin: 0;
	}
#page-nav li a {
	float: left;
	padding: 14px 15px;
	color: #b9e5f4;
	}
#page-nav li a:hover {
	color: #fff;
        text-decoration:none;
	}
#page-nav li.current_page_item a {
	color: #fff;
	}
#page-nav li.current_page_item li a {
	color: #666;
	background: transparent;
	}

/* Drop-down controls */
#page-nav ul ul, .menu ul {
	width: 220px;
	margin: 0;
	background: #004474;
        display:none;
	}
#page-nav li li:hover ul, #page-nav li li li:hover ul {
	left: 180px;
	}
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 50px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: 0;
	}
#page-nav li li {
	border-bottom: 1px solid #151515;
	}
#page-nav li li a {
	padding: 7px 10px;
	font-size: 14px;
	color: #fff;
	border-right: none;
	}


/* Subscribe */
#feed ul {
	list-style: none;
	margin:8px 0px 0px 0px;
	}
#feed li {
	display: inline;
        text-indent:-99999px;
	}
#feed li a {
	float: right;
        display: block;
        padding-top:10px;  
	padding-right: 35px;   
        margin-left:10px;
	}
#feed li.feed-url a {
	background: url(images/rss.png) no-repeat top left;
	}
#feed li.youtube a {
	background: url(images/youtube.png) no-repeat top left;
	}
#feed li.vimeo a {
	background: url(images/vimeo.png) no-repeat top left;
	}
#feed li.myspace a {
	background: url(images/myspace.png) no-repeat top left;
	}
#feed li.facebook a {
	background: url(images/facebook.png) no-repeat top left;
	}
#feed li.twitter a {
	background: url(images/twitter.png) no-repeat top left;
	}
#feed li.itunes a {
	background: url(images/itunes.png) no-repeat top left;
	}

#feed li.feed-url a:hover {
	background: url(images/rss.png) no-repeat 0px -35px;
	}
#feed li.youtube a:hover {
	background: url(images/youtube.png) no-repeat 0px -35px;
	}
#feed li.vimeo a:hover {
	background: url(images/vimeo.png) no-repeat 0px -35px;
	}
#feed li.myspace a:hover {
	background: url(images/myspace.png) no-repeat 0px -35px;
	}
#feed li.facebook a:hover {
	background: url(images/facebook.png) no-repeat 0px -35px;
	}
#feed li.twitter a:hover {
	background: url(images/twitter.png) no-repeat 0px -35px;
	}
#feed li.itunes a:hover {
	background: url(images/itunes.png) no-repeat 0px -35px;
	}

/**
* Containers
************************************************/
#container {
	overflow: hidden;
	clear: both;
	padding: 40px 20px 0 20px;
	background: url(images/content_gradient.jpg) repeat-y;
	}
.content {
	overflow: hidden;
	float: left;

	color: #333333;
	}
.archive .content, .search .content {
	background: url(images/content-inside.gif) repeat-x right bottom;
	}

/**
* Posts
************************************************/
.hentry, .series, .related {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	font: 12px/22px verdana, arial, sans-serif;
	}
.archive .hentry, .search .hentry {
	margin: 0;
	padding: 0 20px 20px 20px;
	background: #09415f;
	}
.page .hentry {
	padding-bottom: 20px;
	}
.singular-page .hentry {padding-bottom: 0px;margin-bottom:0px;}

/* Post title */
.entry-title, .post-title, .page-title, .category-title, .tag-title, .author-title, .archive-title, .date-title, 
.search-title, .series-title, .related-title {
	padding: 0px 20px 0px 20px;
	font: 36px;
	font-weight: bold;
	color: #004474 !important;
	}
.archive .entry-title, .search .entry-title {
	margin: 0;
	padding: 0;
	font-size: 14px;
	background: none;
	border: none;
	}

/* Byline */
.byline {
	display: none;
	}

/* Entry */
.entry-content, .entry-summary, .page .entry-content {
	margin: 0 20px;
	}
.archive .entry-content, .archive .entry-summary, 
.search .entry-content, .search .entry-summary {
	margin: 0 0 20px 0;
	}

/* Post meta data */
.entry-meta {
	overflow: hidden;
	margin: 0 20px 40px 20px;
	padding: 5px 10px;
	font-style: italic;
	border-top: 1px solid #0b5177;
	border-bottom: 1px solid #0b5177;
        display:none;
	}
.archive .entry-meta, .search .entry-meta {
	clear: left;
	margin: 0 0 20px 0;
	}
.page-template-widgets .entry-meta {
	display: none;
	}
.entry-meta .tags, .entry-meta a.comments-link, .entry-meta .categories {
	margin-right: 10px;
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat 0 3px;
	}
.entry-meta .separator {
	display: none;
	}

p.no-data {
	margin: 0 20px 20px 20px;
	}

/* Using <!--nextpage--> */
p.pages {
	color: #eee;
	font-style: italic;
	}
p.pages a {
	margin-left: 3px;
	padding: 3px 6px;
	background: #0E4D6F;
	}

/* Archive and search */
.category-info, .tag-info, .author-info, .archive-info, .date-info, .search-info {
	overflow: hidden;
	margin: 0;
	padding: 0 0 20px 0;
	background: #09415f;
	}
.category-description, .tag-description, .author-description, .archive-description, .date-description, .search-description {
	overflow: hidden;
	margin: 0 20px;
	}
.search .content form {
	margin: 0 20px 20px 20px;
	}
.error-404 .content form {
	margin: 0 0 20px 0;
	}
.search .content input, .error-404 .content input  {
	font-weight: bold;
	}
.search .content .button, .error-404 .content .button {
	margin-left: 10px;
	}

/* Page templates */
.page-template-authors .author-name, .page-template-page-authors .author-name {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	}

/* Navigation links */
.navigation-attachment {
	overflow: hidden;
	height: 100%;
	margin: 0 20px 20px 20px;
	}
.navigation-link {
        float:left;
	overflow: hidden;
	height: 100%;
	padding: 10px 0 0 0;
	}
.navigation-link a{
	font-size: 12px;
	font-weight: bold;
	}
span.previous {margin-right:40px;}
.navigation-links {display:none}
.archive .navigation-links, .search .navigation-links {
	padding-top: 70px;
	background: #d7f1ff url(images/content-inside.gif) repeat-x right top;
	}
.navigation-links a {
	color: #000;
	}
.navigation-links .previous {
	float: left;
	max-width: 49%;
	margin-left: 1%;
	}
.navigation-links .next {
	float: right;
	max-width: 49%;
	margin-right: 1%;
	text-align: right;
	}
.navigation-links .previous {
	padding-left: 15px;
	}
.navigation-links a .previous {
	background-position: 0 5px;
	}
.navigation-links .next {
	padding-right: 15px;
	}
.navigation-links a .next {
	background-position: right 5px;
	}

/* Navigation attachment */
.navigation-attachment {
	overflow: hidden;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	text-align: center;
	padding: 20px 15px 10px 15px;
	color: #88bfdd;
	background: #d7f1ff;
	}
.archive .wp-pagenavi, .search .wp-pagenavi {
	padding-top: 70px;
	background: #d7f1ff url(images/content-inside.gif) repeat-x right top;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	color: #88bfdd !important;
	padding: 10px !important;
	background: #09415F !important;
	border: none !important;
	}
.wp-pagenavi a {
	font-style: italic !important;
	color: #fff !important;
	}

/**
* Primary and secondary widgets (sidebar)
************************************************/
#primary, #secondary {
	overflow: hidden;
	float: right;
	width: 320px;
	margin: 0;
	color: #333333;
	}
#secondary {
	clear: right;
	}
#primary .widget, #secondary .widget {
	overflow: hidden;
	height: 100%;
	margin: 0 0 0 0;
	}
#primary .widget-inside, #secondary .widget-inside {
	overflow: hidden;
	height: 100%;
	padding: 15px 20px 20px 0px;
	}
#primary .widget-title, #secondary .widget-title h3{
	font-size: 24px;
	font-weight: bold;
	color: #004474;
	margin-bottom: 10px;
	}
#primary .widget a, #secondary .widget a {
	font-weight: bold;
	color: #333333;
	}
#primary .widget ul, #secondary .widget ul {
	list-style: none;
	margin-left: 0;
	}
#primary .widget ul ul, #secondary .widget ul ul {
	margin: 10px 0 0 0;
	}
#primary .widget ul li, #secondary .widget ul li {
	overflow: hidden;
	height: 100%;
	padding: 0 0 15px 10px;
	margin-bottom: 15px;
	background: url(images/orange-bullet.gif) no-repeat 0 4px;
	border-bottom: 1px solid #0b5177;
	}
#primary .widget ul li li, #secondary .widget ul li li {
	margin: 0;
	padding: 6px 5px 5px 10px;
	background: url(images/orange-bullet.gif) no-repeat 0 10px;
	border: none;
	}

/* Content widgets */
.content .widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	background: #09415f url(images/content-inside.gif) repeat-x right bottom;
	border-top: 5px solid #042b40;
	}
.content .widget-title {
	font: 18px arial, verdana, sans-serif;
	font-weight: bold;
	color: #004474;
	margin-bottom: 35px;
	}
.content .widget-inside {
	overflow: hidden;
	padding: 15px 20px 20px 20px;
	background: transparent url(images/content.gif) repeat-x right 0;
	}
.archive #utility-after-content .widget, .search #utility-after-content .widget,
.archive #utility-after-content .widget-inside, .search #utility-after-content .widget-inside {
	background: #09415f;
	border: none;
	margin: 0;
	}

/**
* Comments template
************************************************/
#comments-template {
	overflow: hidden;
	height: 100%;
	margin-bottom: 10px;
	font-family: verdana, arial, sans-serif;
	color: #333;
        display:none;
	}
.singular-page #comments-template{
	overflow: hidden;
	height: 100%;
	padding: 0px 5px 10px 5px;
	font-family: verdana, arial, sans-serif;
	color: #333;
        display:inline;
        float:left;
        width:100%;
}
.singular-page #respond {width:575px;}
.singular-page #comments {margin:0px 20px;}
.page-5 #comments-template {
	overflow: hidden;
	height: 100%;
	padding: 0px 5px 10px 5px;
	font-family: verdana, arial, sans-serif;
	color: #333;
        display:inline;
        float:right;
        width:530px;
	}
#comments {
	margin-bottom: 20px;
	}
#comments-number {
	padding: 15px 0px 0px 0px;
        margin:0px;
        border-bottom:3px solid #004474;
	}
#reply {border-bottom:3px solid #004474;}
.singular-page-interact #respond {
	margin: 10px 0px 30px 0px;
	background: #f6f6f6;
        border:2px dashed #a4c6d6;
        width:100%;
	}

#comments #respond {
	margin: 0;
	background: #f6f6f6 url(images/box_gradient.png) top left repeat-x;
	border: none;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;

	}
#comments #respond h3{
font-size:36px;

	}
#comments .comment-list {
	overflow: hidden;
	list-style: none;
	height: 100%;
	margin: 0;
	padding: 0 0px 30px 0px;
	}
.comment-list ol {
	list-style: none;
	margin: 0 10px;
	}
#comments li {
	overflow: hidden;
	height: 100%;
	clear: left;
	margin-bottom: 0px;
	padding: 10px;
	background: #f6f6f6;
        border-bottom:2px dashed #a4c6d6;
	}
#comments li li, #comments li li li li {
	padding: 10px;
	background: url(images/comment_bg.png);
	}
#comments li li li, #comments li li li li li {
	padding: 10px;
	background: url(images/comment_bg.png);
	}

/* Comment text */


#comments-template .comment-text {
	clear: left;
	overflow: hidden;
	height: 100%;
	padding: 0 10px;
	}
#comments-template li blockquote {
	color: #666;
	background: url(images/blockquote-comments.gif) no-repeat 0 0;
	}
#comments-template a {
	color: #666;
	}

/* Avatar */
#comments-template .avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin: 2px 15px 5px 0;
	border: 3px solid #004474;
	}

/* Comment metadata */
.comment-meta {
	margin-top: 15px;
	font-style: italic;
	}
.comment-time {display:none;
	}
.published { display: none; }

.comments-closed {
	display: none;
	}

/* Comment form */
#reply, #comments-number {
	font: 1.3em arial, verdana, sans-serif;
	font-weight: bold;
	color: #333;
	}
#reply {
	margin: 0px 20px 0px 20px;
        padding-top:20px;
	}
#comments #reply {
	margin-left: 0;
	}
#respond form {
	overflow: hidden;
	height: 100%;
	padding: 20px;
	}
#comments #respond form, #comments ol #respond, #comments ol ol ol #respond {
	padding: 0;
	}
#comments ol ol #respond, #comments ol ol ol ol #respond {
	padding: 10px 20px;
	}
#respond p.logged-in {
	position: relative;
	z-index: 2;
	}
#respond .form-author, #respond .form-email, #respond .form-url, #respond .logged-in-out {
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
	}
#respond .logged-in-out {
	overflow: hidden;
	float: left;
	}
#respond .form-author label, #respond .form-email label, #respond .form-url label {
	overflow: hidden;
	float: left;
	width: 60px;
	margin-right: 10px;
	padding: 5px 10px;
	}
#respond .text-input {
	width: 210px;
	margin: 0;
	padding: 5px 5px;
	font-weight: bold;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	}
#respond .text-input:focus {
	color: #333;
	background: #fff;
	}
#respond .form-textarea {
	position: relative;
	padding: 0;
	z-index: 0;
	overflow: hidden;
	height: 200px;
	background: #fff;
        border: 1px solid #ccc;
	}
#respond .form-textarea label {
	display: none;
	}
#respond textarea {
	margin: 0;
	padding: 5px;
	width: 570px;
	height: 190px;
	font: 12px;
	font-weight: bold;
	color: #ccc;
	background: transparent;
	border: none;
	}
#respond textarea:focus {
	color: #333;
	background: #fff;
	}
#respond .button {
	margin-right: 15px;
	padding: 7px 35px;
	font: 14px/22px verdana, arial, sans-serif;
	font-weight: bold;
	color: #fff;
	background: #004474 url(images/nav_gradient.png) top left repeat-x;
	border: none;
	}

/* Paged comments */
#comments-template .paged-navigation {
	overflow: hidden;
	height: 100%;
	text-align: center;
	padding-bottom: 30px;
	}
#comments-template .paged-navigation .page-numbers {
	margin: 0 2px;
	padding: 3px 6px;
	font-style: italic !important;
	background: #414141;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	margin: 0 2px;
	text-align: left;
	}

/**
* Subsidiary widgets (footer)
************************************************/
#subsidiary {
	overflow: hidden;
	height: 100%;
	margin: 20px;
	padding-top: 20px;
	font-family: arial, verdana, sans-serif;
	color: #333;
	background: #f9f9f9 url(images/sidebar-footer.gif) repeat-x 0 0;
	border-top: 5px solid #bbb;
	}
#subsidiary .widget {
	overflow: hidden;
	height: 100%;
	float: left;
	width: 210px;
	padding-left: 20px;
	}
#subsidiary .widget-title {
	padding-bottom: 5px;
	margin: 0;
	font: 16px arial, verdana, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	}
#subsidiary a {
	color: #116d9f;
	}
#subsidiary ul {
	list-style: none;
	margin-left: 0;
	}
#subsidiary li {
	overflow: hidden;
	height: 100%;
	padding: 3px 10px;
	background: url(images/gray-bullet.gif) no-repeat 0 10px;
	border-bottom: 1px solid #ccc;
	}
#subsidiary li li {
	padding: 0 10px;
	background: url(images/gray-bullet.gif) no-repeat 0 7px;
	border: none;
	}

/**
* Footer
************************************************/
#footer-container {
	clear: both;
	float: left;
	overflow: hidden;
	width: 960px;
	height: 50px;
	background: #004474 url(images/nav_gradient.png) repeat-x;
	border-top: 5px solid #a4c6d6;
-moz-border-radius-bottomleft:20px;
-webkit-border-bottom-left-radius:20px;
-moz-border-radius-bottomright:20px;
-webkit-border-bottom-right-radius:20px;
	}
#footer {
	overflow: hidden;
	height: 100%;
	margin-bottom: 1px;
	padding: 15px 40px 0 40px;
	font-family: arial, verdana, sans-serif;
        color: #b9e5f4;
	}
#footer a {
	color: #b9e5f4;
	}
#footer .copyright {
	width: 50%;
	float: left;
	font-weight: bold;
	}
#footer .credit {
	width: 50%;
	float: right;	
	font-weight: bold;
	text-align: right;
	}

.page-title {display:none;}

.episode_description {width:310px;float:left;margin-left:10px;}
.episode_fullwidth {width:50%;float:left;height:100%;margin-bottom:30px;}
.episode_fullwidth .episode_description {width:410px;float:left;}
.episode_description h2{font-size:30px;}
.episode_description h3{font-weight:bold;}

.episode_description h3{font-size:18px;margin-bottom:5px;}
.video {width:560px;float:left;}

h2.trailer {background:url(images/trailer.png) top left no-repeat; text-indent:-99999px; display:block; height:40px;}
h2.ask {background:url(images/ask.png) top left no-repeat; text-indent:-99999px; display:block; height:100px;margin-bottom:223px;}
h3.add {background:url(images/record.png) 100px 0px no-repeat; text-indent:-99999px; display:block; height:190px;}
.interact_side {width:340px;float:left;}

.details_top {width:100%; height:200px; clear:both;}

#comments h3{font-size:30px;color:#004474;}
#respond h3 {font-size:24px;color:#004474;}
#respond h4 {color:#fff;background:url(images/tab_gradient2.png) bottom left repeat-x;line-height:36px;padding-left:20px;        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;}

ul.two_column {width:300px;float:left;margin:0px;margin-right:20px;}
ul.two_column li{border-bottom:1px solid #a4c6d6;}
h4 {margin-bottom:10px;}
.basic {}
.singular-page-episodes #comments-template {display:none !important;}
.home #comments-template {display:none !important;}
.comment-author {font-weight:bold;}
