/*
Theme Name: The Blaze
Theme URI: http://www.theblaze.com/
Description: Default theme for TheBlaze.
Author: TheBlaze Tech Team
Author URI: http://www.theblaze.com
Version: 1.0

*/

/* BLAZE RED: #E91E24  5/8/13  */

html,body {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
}
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,img,small,strike,sub,sup,tt,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,button,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
}

ol,ul {
	list-style: none;
}

/* 2012-03-06 Made text darker based on user request */
body {
	background: #efefef;
	font-family: Arial,Helvetica,Helvetica Neue,Verdana,sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
}

body.ff2 {
	opacity:.99;
}

a,a:link,a:visited,a:hover,a:active {
	color: #E91E24;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #FF2323;
}

a.muted {
	color: #777;
}

a.muted:hover {
	color: #555;
}

h1 a,h2 a,h3 a {
	color: #333;
	text-decoration: none;
}

h4 a,h5 a {
	text-decoration: none;
}

h4 a:hover,h5 a:hover {
	text-decoration: underline;
}

.more-link {
	width: 100%;
	height: 27px;
	margin: 0 0 18px;
}

.more-link a {
	background: #eee;
	display: inline;
	float: left;
	padding: 4px 15px;
	text-decoration: none;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-transition: all .1s ease-out;
}

.more-link.green a {
	background: #f1f6ce;
	color: #95a105;
}

.more-link.green a:hover {
	background: #95a105;
}

.more-link.blue a {
	background: #f1fafa;
	color: #2daebf;
}

.more-link.blue a:hover {
	background: #73cacf;
}

.more-link.magenta a {
	background: #f9e5ee;
	color: #a9014b;
}

.more-link.magenta a:hover {
	background: #c9025c;
}

.more-link.red a {
	background: #ffebe5;
	color: #e33100;
}

.more-link.red a:hover {
	background: #ff3700;
}

.more-link.orange a {
	background: #fff0e6;
	color: #ff5c00;
}

.more-link.orange a:hover {
	background: #ff6908;
}

.more-link a:hover {
	color: #fff;
}

ul.more-link {
	list-style: none;
}

ul.more-link li {
	display: inline;
}

ul.more-link li.next a {
	float: right;
}


.widget {
	border: 1px solid #ccc;
	border-top: 4px solid #333;
	margin: 25px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.widget ul.posts,.widget h3,.widget h4 {
	margin: 0 10px;
}

.widget h3,.widget h4 {
	margin: 10px 10px 0;
}

.widget ul.posts {
	overflow: hidden;
}

.widget ul.posts li {
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
}

.widget ul.posts li a.title {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	display: block;
}

.widget ul.posts li a.title:hover {
	font-weight: bold;
	color: #555;
}

.widget ul.posts li img {
	float: left;
	margin-right: 10px;
}

.widget ul.posts li.last {
	border-bottom: none;
}

a.hot-story {
	background: url(images/b_logo_hot.png) no-repeat center left;
	padding-left: 22px;
	height: 18px;
	display: inline;
}

h1,h2,h3,h4,h5,h6 {
	color: #333;
	font-family: LeagueGothicRegular,Arial,sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 80px;
	line-height: 1;
	margin: 0 0 9px;
	text-transform: uppercase;
}

h1.post-title {
	font-family: Arial,Helvetica,sans-serif; 
	font-weight: bold;
	padding: 20px 0;
}

h2,h1.post-title {
	font-size: 34px;
	line-height: 1;
	margin: 0;
	text-transform: none;
}

.post-title-tag {
	color: #777777;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}

.single .post-title-tag {
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #777;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
}

.related-topics-title {
	margin: 0 auto;
    position: relative;
    width: 500px;
}

.related-topics-list {
	display: table;
    margin: 0 auto 20px;
    width: 500px;
}

.related-topics-list li {
	display: table-cell;
    text-align: center;
}

.related-topics-title span {
	background: none repeat scroll 0 0 #FFFFFF;
    font-weight: bold;
    left: 50%;
    margin-left: -58px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: -8px;
}

.related-single-tag-container {
	border-bottom: 1px dotted #999999;
	border-top: 1px dotted #999999;
	font-size: 12px;
	margin-bottom: 20px;
	padding: 10px 0;
}

.related-single-tag-container h3 {
	border: 0 none;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: none;
    float: left;
}

.related-single-tag-container ul {
	float: left;
	margin: 0;
	margin-left: -5px;
}

.related-single-tag-container li {
	float: left;
	margin-left: 5px;
}

h2.slideshow-title {
	border-bottom: none;
}

h2 span.num {
	display: inline;
	font-family: inherit;
	font-size: 40px;
	color: #aaa;
	text-transform: uppercase;
}

h3 {
	font-size: 32px;
	margin: 10px 0 15px;
	color: #E91E24;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

h4 {
	font-size: 22px;
	margin: 10px 0 15px;
	color: #E91E24;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

h5 {
	font-size: 32px;
	text-transform: uppercase;
	line-height: 1;
}

h6 {
	font-size: 25px;
	text-transform: uppercase;
}

p {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 18px;
}

p img {
	margin: 0;
}

p.lead {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 18px;
	color: #777;
}

small {
	font-size: 90%;
	line-height: inherit;
	color: #777;
	font-weight: normal;
}

blockquote,blockquote p {
	font-size: 18px;
	line-height: 24px;
	color: #555;
}

blockquote {
	margin: 0 0 18px;
}

blockquote.left {
	float: left;
	margin-right: 20px;
}

blockquote.right {
	float: right;
	margin-left: 20px;
}

blockquote cite {
	display: block;
	padding: 0 0 9px;
	font-size: 13px;
	color: #999;
}

blockquote cite a,blockquote cite a:visited {
	color: #555;
}

blockquote cite a:hover {
	color: #555;
	text-decoration: none;
}

blockquote.black p {
	color: #333;
}

blockquote.green p {
	color: #b8d30b;
}

blockquote.blue p {
	color: #007d9a;
}

blockquote.magenta p {
	color: #630030;
}

blockquote.red p {
	color: #872300;
}

blockquote.orange p {
	color: #d45500;
}

blockquote.yellow p {
	color: #d17200;
}

hr {
	border: solid #D3D3D3;
	border-width: 1px 0 0;
	clear: both;
	margin: 20px 0;
	height: 0;
}

body.ie6 hr {
	margin: 8px 0 9px;
}

code,pre {
	font: 12px/18px Monaco,"Courier New",Courier,monospace;
	color: #e33100;
}

address {
	color: #333;
	line-height: 18px;
	margin: 0 0 18px;
}

abbr,acronym {
	text-transform: uppercase;
	font-size: 90%;
	color: #222;
	border-bottom: 1px solid #ddd;
	cursor: help;
}

abbr {
	text-transform: none;
}

ul,ol {
	margin-bottom: 18px;
}

ul {
	list-style: none outside;
}

ul.square,ul.circle,ul.disc {
	margin-left: 24px;
}

ol {
	list-style: decimal;
	margin-left: 30px;
}

ul.square {
	list-style: square outside;
}

ul.circle {
	list-style: circle outside;
}

ul.disc {
	list-style: disc outside;
}

ul ul,ol ol {
	margin-left: 30px;
	margin-top: 4px;
	margin-bottom: 5px;
}

dt {
	font-weight: bold;
	color: #333;
}

dd {
	margin: 0 0 18px;
}

ul.recent li {
	margin: 0 0 12px;
	line-height: 15px;
}

ul.recent li h5 {
	font-size: 13px;
	line-height: 15px;
}

ul.recent li h5 a {
	font-weight: bold;
}

ul.recent li small,ul.recent li small a {
	color: #999;
}

ul.recent li small a:hover {
	color: #555;
}

ul.recent li small span {
	padding: 0 3px;
	color: #ccc;
	font-size: 100%;
}

ul.recent.comments li {
	color: #999;
}

a.awesome.image img,img.awesome.image,ul.awesome.images img,div.awesome.image {
	display: inline;
	position: relative;
	margin: 0 0 5px;
	padding: 4px;
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,.25);
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-webkit-transition:all .15s ease-out;
}

ul.images.awesome {
	margin-left: -20px;
	margin-bottom: 0;
	padding-top: 9px;
	margin-top: -9px;
}

ul.images.awesome li {
	float: left;
	margin: 0 0 0 20px;
	position: relative;
}

ul.images.awesome img {
	height: auto;
	margin-bottom: 9px;
	background: #fff;
}

ul.images.awesome a {
	margin: 0;
	float: none;
	height: auto;
}

ul.images.awesome a:hover img {
	border-color: rgba(0,182,222,.5);
	box-shadow: 0 0 9px rgba(0,182,222,0.5);
	-moz-box-shadow: 0 0 9px rgba(0,182,222,0.5);
	-webkit-box-shadow: 0 0 9px rgba(0,182,222,0.5);
}

ul.images.awesome a h4 {
	color: #007d9a;
	-webkit-transition: all .15s ease-out;
}

ul.images.awesome a:hover h4 {
	color: #2daebf;
}

ul.images.awesome a.button {
	float: none;
	margin: 0 5px 0 0;
	display: inline-block;
}

ul.images.awesome p {
	margin-bottom: 9px;
}

ul.images.awesome.micro li {
	width: 100px;
	overflow: hidden;
}

ul.images.awesome.micro li img {
	width: 90px;
}

ul.images.awesome.mini li {
	width: 160px;
	overflow: hidden;
}

ul.images.awesome.mini li img {
	width: 150px;
}

ul.images.awesome.regular li {
	width: 220px;
	overflow: hidden;
}

ul.images.awesome.regular li img {
	width: 210px;
}

ul.images.awesome.grande li {
	width: 340px;
	overflow: hidden;
}

ul.images.awesome.grande li img {
	width: 330px;
}

ul.images.awesome li ul {
	margin: 0;
}

ul.images.awesome li li {
	width: auto;
	float: none;
	height: auto;
	margin: 0;
	display: block;
}

ul.images.awesome li li a {
	line-height: 20px;
}

a.image.awesome img:hover {
	border-color: rgba(0,182,222,.5);
	box-shadow: 0 0 9px rgba(0,182,222,0.5);
	-moz-box-shadow: 0 0 9px rgba(0,182,222,0.5);
	-webkit-box-shadow: 0 0 9px rgba(0,182,222,0.5);
}

ul.tab-nav {
	height: 30px;
	border-bottom: 1px solid #ddd;
}

ul.tab-nav li {
	display: inline;
}

ul.tab-nav a {
	display: inline;
	float: left;
	margin-top: 2px;
	margin-right: 1px;
	padding: 5px 11px;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	background: #eee;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

ul.tab-nav li.current a {
	background: #fff;
	margin-top: 0;
	padding: 6px 12px;
	color: #333;
	border: 1px solid #ccc;
	border-bottom: 0;
}

div.simple-sub-nav ul {
	float: left;
	width: 100%;
	border-top: 2px solid #eee;
	padding-bottom: 30px;
	margin-top: -33px;
}

div.simple-sub-nav li {
	float: left;
	font-size: 17px;
	font-weight: bold;
	border-top: 5px solid #fff;
	padding: 5px 18px 5px 2px;
	margin-right: 5px;
}

div.simple-sub-nav li a {
	text-decoration: none;
	color: #868686;
}

div.simple-sub-nav li a:hover {
	color: #a9014b;
}

div.simple-sub-nav li.current {
	border-top: 5px solid #a9014b;
}

div.simple-sub-nav li.current a {
	color: #3b3b3b;
}

ol.code {
	background: #333;
	border: 0;
	margin: 0 0 18px;
	padding: 18px;
	list-style: none;
}

ol.code li {
	color: #fff;
	margin: 0;
	line-height: 18px;
	padding: 0;
	font-family: Consolas,"Courier New",Monaco,Courier,monospace;
}

ol.code li code {
	font-family: Consolas,"Courier New",Monaco,Courier,monospace;
	font-size: 12px;
	line-height: inherit;
	color: inherit;
}

ol.code .indent-1 {
	padding-left: 2em;
}

ol.code .indent-2 {
	padding-left: 4em;
}

ol.code .indent-3 {
	padding-left: 6em;
}

ol.code li.selector {
	color: #39c;
}

ol.code li.property {
	color: #f63;
	padding: 0 0 0 2em;
}

ol.code li.property span.value,ol.code .class {
	color: #9c3;
}

ol.code li.punctuate,ol.code li.selector span.punctuate,ol.code li.property span.punctuate {
	color: #999;
}

a.awesome.photo img,img.awesome.photo {
	display: inline;
	position: relative;
	margin: 0 0 5px;
	padding: 4px;
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,.25);
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-webkit-transition: all .15s ease-out;
}

ul.photos.awesome {
	margin-left: -20px;
	margin-bottom: 0;
	padding-top: 9px;
	margin-top: -9px;
}

ul.photos.awesome li {
	float: left;
	margin: 0 0 0 20px;
	position: relative;
}

ul.photos.awesome img {
	height: auto;
	margin-bottom: 9px;
	background: #fff;
}

ul.photos.awesome a {
	margin: 0;
	float: none;
	height: auto;
}

ul.photos.awesome a:hover img {
	border-color: rgba(0,182,222,.5);
	box-shadow: 0 0 9px rgba(0,182,222,0.5);
	-moz-box-shadow: 0 0 9px rgba(0,182,222,.5);
	-webkit-box-shadow: 0 0 9px rgba(0,182,222,.5);
}

ul.photos.awesome a h4 {
	color: #007d9a;
	-webkit-transition: all .15s ease-out;
}

ul.photos.awesome a:hover h4 {
	color: #2daebf;
}

ul.photos.awesome a.button {
	float: none;
	margin: 0 5px 0 0;
	display: inline-block;
}

ul.photos.awesome p {
	margin-bottom: 9px;
}

ul.photos.awesome.micro li {
	width: 100px;
	overflow: hidden;
}

ul.photos.awesome.micro li img {
	width: 90px;
}

ul.photos.awesome.mini li {
	width: 160px;
	overflow: hidden;
}

ul.photos.awesome.mini li img {
	width: 150px;
}

ul.photos.awesome.regular li {
	width: 220px;
	overflow: hidden;
}

ul.photos.awesome.regular li img {
	width: 210px;
}

ul.photos.awesome.grande li {
	width: 340px;
	overflow: hidden;
}

ul.photos.awesome.grande li img {
	width: 330px;
}

ul.photos.awesome li ul {
	margin: 0;
}

ul.photos.awesome li li {
	width: auto;
	float: none;
	height: auto;
	margin: 0;
	display: block;
}

ul.photos.awesome li li a {
	line-height: 20px;
}

a.photo.awesome img:hover {
	border-color: rgba(0,182,222,.5);
	box-shadow: 0 0 9px rgba(0,182,222,0.5);
	-moz-box-shadow: 0 0 9px rgba(0,182,222,.5);
	-webkit-box-shadow: 0 0 9px rgba(0,182,222,.5);
}

label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	cursor: pointer;
}

button,input.input-text,input.password,input.button,textarea,select {
	font-family: Helvetica Neue,Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
}

input.input-text,input.password,textarea {
	background-color: #fff;
	margin: 0 0 10px;
	padding: 3px 5px;
	border: 1px solid #bbb;
	border-radius: 2px;
	font: 13px/18px Helvetica Neue,Arial,Helvetica,Verdana,sans-serif;
	color: #777;
}

form select:focus,form input.input-text:focus,form textarea:focus {
	outline: none;
}

form input.input-text:focus,form textarea:focus {
	border-color: #999;
	color: #333;
}

form input.input-text.error,form textarea.error {
	color: #e33100;
	border: 2px solid #e33100;
}

span.wrap {
	background: #eee;
	display: inline-block;
	margin: 0 0 14px;
	padding: 3px;
	line-height: 1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

span.wrap input,span.wrap textarea,span.wrap small,span.wrap p {
	display: inline;
	vertical-align: top;
	margin-bottom: 0;
}

span.wrap small {
	font-size: 12px;
	color: #666;
	line-height: 18px;
	padding: 3px 10px 0 2px;
	position: relative;
	top: 4px;
}

body.ie6 input.input-text,body.ie6 input.password,body.ie6 textarea {
	padding: 5px 5px 6px;
}

body.ff3 input.input-text {
	padding: 4px 5px;
}

body.ff3 input.input-text:focus {
	padding: 3px 4px;
}

input.mini,textarea.mini {
	width: 90px;
}

input.small,textarea.small {
	width: 120px;
}

input.medium,textarea.medium {
	width: 330px;
}

input.large,textarea.large {
	width: 570px;
}

input.fluid,textarea.fluid {
	width: 700px;
}

span.wrap input.mini,span.wrap textarea.mini {
	width: 90px;
}

span.wrap input.small,span.wrap textarea.small {
	width: 120px;
}

span.wrap input.medium,span.wrap textarea.medium {
	width: 324px;
}

span.wrap input.large,span.wrap textarea.large {
	width: 564px;
}

span.wrap input.fluid,span.wrap textarea.fluid {
	width: 680px;
}

ul.options {
	margin-bottom: 18px;
}

ul.options li {
	padding: 0 0 3px;
}

ul.options li label {
	font-size: 13px;
	font-weight: normal;
}

ul.options.inline li {
	display: inline;
	padding-right: 8px;
}

ul.options.inline li.label {
	font-weight: bold;
	background: none;
	color: #333;
	text-transform: none;
	padding: 0;
	display: inline;
	font-size: 13px;
}

ul.options.inline label {
	display: inline;
}

fieldset.actions {
	text-align: right;
}

label.inlined {
	padding-left: 7px;
	font-weight: normal;
	font-size: 16px;
	opacity: .75;
	-webkit-transition: color .15s linear;
	position: relative;
	z-index: 98;
}

label.inlined+input.input-text {
	margin-top: -24px;
	background-color: transparent;
}

label.inlined.focus {
	color: #bbb;
}

label.inlined.has-text {
	color: #fff;
	-webkit-transition-duration: .0s;
}

.button, .full-button {
	background: none repeat scroll 0 0 #E91E24;
	-moz-box-shadow: 2px 2px 0 0 #733131;
	-webkit-box-shadow: 2px 2px 0 0 #733131;
    box-shadow: 2px 2px 0 0 #733131;
    color: #FFF;
    padding: 5px 10px;
    text-shadow: 0 1px 0 #640903;
    text-align: center;
    cursor: pointer;
    border:0;
    margin-right: 2px;
	margin-bottom: 2px;
}
.smooth-button {
	height: 38px;
	width: 138px;
	font-size:16px;
}
.full-button {
	display: block;
}

a.button {
	color: #FFF;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.button:hover, .full-button:hover {
	background-color: #EF5044;
	color: #FFF;
}

.newsletter_form .button {
	padding:10px 20px;
}

/* * * * * Soft Buttons 11/15/13 * * * * */
a.soft-button,  button.soft-button {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
	background: #e92d1f;
	background: -moz-linear-gradient(top,  #e92d1f 0%, #eb1808 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e92d1f), color-stop(100%,#eb1808)); 
	background: -webkit-linear-gradient(top,  #e92d1f 0%,#eb1808 100%);
	background: -o-linear-gradient(top,  #e92d1f 0%,#eb1808 100%); 
	background: -ms-linear-gradient(top,  #e92d1f 0%,#eb1808 100%); 
	background: linear-gradient(to bottom,  #e92d1f 0%,#eb1808 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e92d1f', endColorstr='#eb1808',GradientType=0 );
	border: 1px solid #a71004;
	color: #FFFFFF;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px 0 #a71004;
	display: block;
	
}

.soft-button.small {
	width: 154px;
}

.soft-button.medium {
	width: 241px;
}

.soft-button.large {
	width: 328px;
}

.soft-button.full{
	width: 100%;
}

div#container,div.container {
	position: relative;
	width: 982px;
	margin: 0 auto;
	padding: 0;
}

#newsletter_widget input.placeholder-text {
	width: 180px;
}

div.off-sidebar img.ad {
	margin: 30px 0 0 80px;
}

.column-row,.row {
	margin: 0 0 18px -20px;
}

.column,.columns {
	float: left;
	display: inline;
	margin: 0 0 0 20px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*  MAIN HEADER*/
.main-header {
	background: #FFFFFF;
    border-top: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    width: 980px;
    margin: 20px auto;
    position: relative;
}
.main-logo {
	padding: 5px 10px 0;
}
.main-logo a {
	display: block;
}

.menu-primary-nav,.menu-primary-util {
	margin-bottom: 0;
	height: 60px;
}

.menu-primary-nav {
	float: left;
}

.menu-primary-list {
	float: left;
	border-right: 1px solid #EEE;
}

.menu-primary-list .menu-primary-link {
	display: block;
	padding: 21px 11px;
	color: #333;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	background: #FFF;
}

.menu-primary-list .menu-primary-link:hover {
	color: #E91E24;
	border-color: #D3D3D3;
}

.menu-primary-list.menu-drop:hover .menu-primary-link {
	-webkit-box-shadow: 0 -1px 2px 0px #D3D3D3;
	box-shadow: 0 -1px 2px 0px #D3D3D3;
	color: #E91E24;
	z-index: 9998;
}

.menu-primary-list:first-child {
	border-left: 1px solid #EEE;
}

.menu-primary-link.menu-search {
	background: url("images/icons/header-icons.png") no-repeat -19px 20px;
    height: 60px;
    width: 40px;
    padding: 0;
}

.menu-search-container {
	display: none;
	background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #D3D3D3;
    position: absolute;
    right: 83px;
    top: -1px;
    z-index: 10;
    height: 60px;
}

.menu-search-form {
	float: left;
	margin: 10px 10px 0 10px;
}

.menu-search-form input{
	padding: 10px;
}

.menu-search-button {
	background: url("images/icons/header-icons.png") no-repeat scroll -55px 8px #E91E24;
    height: 38px;
    margin-left: 10px;
    vertical-align: top;
    width: 38px;
}

.menu-search-close {
	background: none repeat scroll 0 0 #D3D3D3;
    color: #333;
    top: -1px;
    cursor: pointer;
    -webkit-box-shadow: 1px 0 0 #999;
    box-shadow: 1px 0 0 #999;
    height: 100%;
	padding: 0 5px;
	line-height: 60px;
	float: left;
}

.menu-primary-list:last-child {
	border-right: 0;
}

.menu-primary-link.menu-login-link {
    height: 60px;
    width: 39px;
    padding: 0;
}

#logged_in, #not_logged_in {
	display: none;
}

.menu-login-list {
	position: relative;
}

.menu-login-list.not-logged-in .menu-login-link {
	background: url("images/icons/header-icons.png") no-repeat -93px 20px #FFFFFF;
} 

.menu-login-list.logged-in .menu-login-link  {
	background: url("images/icons/header-icons.png") no-repeat -130px 20px #FFFFFF;
}

.menu-login-list.logged-in .menu-secondary-container, .menu-login-list.not-logged-in .menu-secondary-container {
	left: -280px;
    top: 59px;
    width: 300px;
    min-height: 0;
}

.menu-login-list.not-logged-in .menu-secondary-container {
	min-height: 0;
	padding: 15px 10px;
}

.username {
    color: #333;
}

.menu-user-list, .menu-radio-rod-icons {
	padding: 0;
	margin: 0;
}

.menu-user-list .login-options:first-child {
	margin-bottom: 10px;
}

.menu-user-list .login-options .full-button {
	color: #FFFFFF;
}

.login-button {
	display: block;
    float: left;
    margin: 0 10px;
    width: 200px;
    text-transform: uppercase;
}

#logged_in .login-button, #not_logged_in .login-button {
	width: 260px;
	margin: 10px;
}

.drop-arrow {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;	
	border-top: 5px solid #E91E24;
	position: absolute;
	top:45px;
	left: 50%;
	margin-left: -5px;
}

.drop-headphones {
	background: url("images/icons/header-icons.png") no-repeat scroll -178px -4px #FFFFFF;
    height: 15px;
    left: 23px;
    position: absolute;
    top: 5px;
    width: 15px;
}

.menu-radio-schedule {
	margin: 0 0 0 15px;
	float: left;
}

.menu-radio-schedule h3 {
	color: #333333;
    font-family: helvetica;
    font-size: 10px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.menu-radio-schedule li {
	margin-bottom: 10px
}

.menu-radio-schedule li:nth-child(2n) {
    margin-right: 0;
}

.menu-radio-schedule li img, .menu-radio-rod-list img {
	display: block;
	-webkit-box-shadow: 0 2px 3px #D3D3D3;
    box-shadow: 0 2px 3px #D3D3D3;
}

.menu-radio-howto {
	padding-left: 90px;
}

.menu-radio-howto li {
    float: left;
    margin-right: 38px;
}

.menu-radio-howto li a {
	border: 1px solid #D3D3D3;
	display: block;
}

.menu-radio-howto li span {
	color: #333333;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
}

.menu-radio-howto li:last-child {
	margin-right: 0;
}

.menu-radio-rod-icons {
	float: right;
}

.menu-radio-rod-icons li {
	float: left;
    margin-left: 25px;
}

.menu-radio-rod-list {
	margin-bottom: 10px;
}

.menu-secondary-container {
	display: none;
	position: absolute;
	width: 960px;
	left: -1px;
	top: 59px;
	margin: 0;
	padding: 10px;
	min-height: 400px;
	border: 1px solid #D3D3D3;
	background: #FFF;
	-webkit-box-shadow: 0 2px 2px 1px #D3D3D3;
    box-shadow: 0 2px 2px 1px #D3D3D3;
    z-index: 9997;
}

.category-vid-all .header_playlist_label {
    margin-top: 20px;
}

.menu-secondary-nav {
	float: left;
    margin: 0;
    border-top: 1px solid #D3D3D3;
    min-height: 400px;
    background: #FAFAFA;
}

.menu-secondary-nav .menu-secondary-link {
	width: 235px;
	display: block;
	padding: 5px;
	border-bottom: 3px solid #D3D3D3;
	background: #EFEFEF;
	color: #333;
	font-weight: bold;
}

.menu-secondary-nav .active .menu-secondary-link {
	background: url("images/icons/header-icons.png") no-repeat right #FFFFFF;
	background-position: 230px 2px;
}

.menu-secondary-content {
	float: left;
	margin-left: 10px;
	width: 700px
}

.menu-secondary-content-list {
	margin: 0;
}

.menu-secondary-post {
	float: left;
	width: 140px;
	margin: 0 15px 20px;
	line-height: 12px;
}

.category-blog .menu-secondary-post {
    margin: 0 25px 20px;
}

.menu-secondary-post-image {
	display: block;
	height: 90px;
}

.menu-secondary-post-heading {
	text-align: left;
	border: none;
	text-transform: none;
}

.menu-seconday-author-heading {
	font-size: 11px;
	color: #333;
	font-size: 11px;
	font-family: Helvetica, arial black, arial;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	border: 0;
	display: block;
}

.menu-secondary-post .menu-secondary-post-link {
	color: #333;
	font-size: 11px;
	font-family: Helvetica, arial black, arial;
	font-weight: bold;
	display: block;
}

.menu-secondary-content {
	display: none;
}

.menu-secondary-banner {
	margin: 18px 0 45px 15px;
}

#category-business .menu-secondary-link {
	border-color: #268544;
}

#category-faith .menu-secondary-link {
	border-color: #F7A81B;
}

#category-technology .menu-secondary-link {
	border-color: #20346A;
}

.contributor-image-container {
	border-bottom: 1px solid #D3D3D3;
    margin-top: -22px;
    padding-bottom: 10px;
    position: relative;
    width: 220px;
    z-index: 2;
}

.menu-radio-howto, .menu-radio-rod, .category-featured-contributions .menu-secondary-content-list, .category-book-reviews .menu-secondary-content-list, .category-book-glenn-list .menu-secondary-content-list, .category-book-blazing .menu-secondary-content-list {
	margin-left: 15px;
	margin-top: 0;
}

.category-featured-contributions .menu-secondary-post, .category-book-reviews .menu-secondary-post, .category-book-glenn-list .menu-secondary-post, .category-book-blazing .menu-secondary-post{
    margin: 0 8px 0 0;
    width: 220px;
}

.category-book-store .menu-book-store-banner {
	width: 198px;
}

.category-featured-contributions .menu-secondary-post-link, .category-book-reviews .menu-secondary-post-link, .category-book-glenn-list .menu-secondary-post-link, .category-book-blazing .menu-secondary-post-link {
	font-size: 14px;
	line-height: 15px;
}

.category-featured-contributions .menu-secondary-post-image, .category-book-reviews .menu-secondary-post-image, .category-book-glenn-list .menu-secondary-post-image, .category-book-blazing .menu-secondary-post-image{
	height: 145px;
}

.category-book-reviews .menu-secondary-post-image, .category-book-glenn-list .menu-secondary-post-image, .category-book-blazing .menu-secondary-post-image, .category-book-index .menu-secondary-post-image, .category-all-books .menu-secondary-post-image {
	margin: 0 auto;
	display: table;
}

.category-all-books .menu-secondary-post-heading, .category-all-books .menu-seconday-author-heading, .category-book-index .menu-seconday-author-heading {
	margin: 5px 0;
}

.contributor-image-container img, .contributor-image-container .menu-seconday-author-heading {
	float: left;
}

.contributor-image-container img {
	border: 1px solid #D3D3D3;
}

.category-featured-contributions .menu-seconday-author-heading, .category-book-reviews .menu-seconday-author-heading, .category-book-glenn-list .menu-seconday-author-heading {
	margin: 25px 0 0 5px;
    width: 165px;
}

.menu-featured-book-image {
	width: 220px;
	background: #FAFAFA;
	text-align: center;
}

.category-all-books .menu-featured-book-image, .category-book-index .menu-featured-book-image {
	width: 140px;
	background: #FAFAFA;
	padding: 5px 0;
}

.menu-book-author-link {
	border-top: 1px solid #D3D3D3;
    display: block;
    font-size: 12px;
}

.menu-featured-book-title {
	font-size: 22px;
}

.menu-book-store-banner {
	border: 1px solid #DEDEDE;
    padding: 25px 10px;
}

.menu-book-store-banner h1 {
	font-size: 40px;
    margin: 0;
}

.menu-book-store-banner h3 {
	border: 0 none;
    font-size: 23px;
    margin: 10px 0;
    text-align: left;
}

.menu-book-store-banner p {
	font-size: 12px;
}

.menu-book-store-banner .full-button {
	color: #FFF;
}

/*  MAIN SUBHEADER */
.main-sub-header {
	padding: 5px;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	background: #FFF; 
	background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 3%, #ffffff 20%, #ffffff 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(3%,#eeeeee), color-stop(20%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 3%,#ffffff 20%,#ffffff 100%); 
	background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 3%,#ffffff 20%,#ffffff 100%); 
	background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 3%,#ffffff 20%,#ffffff 100%); 
	background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 3%,#ffffff 20%,#ffffff 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); 

}

.main-sub-social {
	margin: 0;
}

.main-sub-social li {
	margin-right: 5px;
	float:left;
	padding-right: 5px;
}

.main-sub-social li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.main-sub-social ul li.googleplus {
	width: 32px;
}

.main-sub-social ul li.google {
	width: 65px;
}

.main-sub-social ul li.twitter {
	width: 130px;
}

.main-hottopics {
	margin: 8px 0 0 0;
	font-size:12px;
	width:1200px;
}

.main-hottopics li {
	float: left;
	line-height: 12px;
	border-right: 1px solid #D3D3D3;
	margin-left: 5px;
	padding-right: 5px;
}

.main-hottopics a {
	color: #000;
}

.main-sub-header div.left {
	width:600px;
	overflow: hidden;
}

.main-hottopics li:last-child, .main-hottopics li:first-child {
	border-right: none;
}

.hottopics-title {
	font-family: helvetica, arial black, arial;
	font-weight: bold;
	font-size: 13px;
	border: 0;
	margin: 0;
}

/* LIGHT HEADER  */
.main-header-lite {
	background: #FFFFFF;
    border: 1px solid #D3D3D3;
    width: 980px;
    margin: 20px 0;
    position: relative;
}

.main-logo-lite {
	padding: 5px 10px 0;
}
.main-logo-lite a {
	display: block;
}

.menu-primary-nav-lite {
	margin-bottom: 0;
	height: 60px;
}

.menu-primary-nav-lite li {
	float: left;
	border-right: 1px solid #EEE;
}

.menu-primary-nav-lite li:first-child {
	border-left: 1px solid #EEE;
}

.menu-primary-nav-lite li:last-child {
	border-right:none;
}

.menu-primary-nav-lite li a {
	display: block;
	padding: 21px 13px;
	color: #333;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	background: #FFF;
}

.menu-primary-nav-lite li a:hover {
	color: #E91E24;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* MAIN CONTENT */
#content {
	background: #fff;
	width: 940px;
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
	box-shadow: 0 0 50px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 50px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.1);
}

#contentMain {
	width: 600px;
}

#contentSec {
	width: 300px;
	margin-left: 40px;
}

.one {
	width: 40px;
}

.two {
	width: 100px;
}

.three {
	width: 160px;
}

.four {
	width: 220px;
}

.five {
	width: 280px;
}

.six {
	width: 340px;
}

.six-half {
	width: 360px;
}

.seven {
	width: 400px;
}

.eight {
	width: 460px;
}

.nine {
	width: 520px;
}

.ten {
	width: 580px;
}

.eleven {
	width: 640px;
}

.twelve {
	width: 700px;
}

.thirteen {
	width: 760px;
}

.fourteen {
	width: 820px;
}

.fifteen {
	width: 880px;
}

.sixteen {
	width: 940px;
}

.one-half {
	width: 450px;
	padding-right: 10px;
}

.one-third {
	width: 300px;
}

.two-thirds {
	width: 620px;
}

.eleven .column-row {
	width: 660px;
}

.twelve .column-row {
	width: 720px;
}

.offset-by-one-half {
	margin-left: 50px;
}

.offset-by-one {
	margin-left: 80px;
}

.offset-by-two {
	margin-left: 140px;
}

.offset-by-three {
	margin-left: 200px;
}

.offset-by-four {
	margin-left: 260px;
}

.offset-by-five {
	margin-left: 320px;
}

.offset-by-six {
	margin-left: 380px;
}

.offset-by-seven {
	margin-left: 440px;
}

.offset-by-eight {
	margin-left: 500px;
}

.offset-by-nine {
	margin-left: 560px;
}

.offset-by-ten {
	margin-left: 620px;
}

.offset-by-eleven {
	margin-left: 680px;
}

.offset-by-twelve {
	margin-left: 740px;
}

.offset-by-thirteen {
	margin-left: 800px;
}

.offset-by-fourteen {
	margin-left: 880px;
}

.last {
	margin: 0;
}

.column-row:after,.row:after,.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .column-row,* html .row,* html .clearfix {
	height: 1%;
}

.column-row,.row,.clearfix {
	display: block;
}

body.ie .column-row {
	width: 960px;
}

body.ie .eight .column-row {
	width: 480px;
}

body.ie .nine .column-row {
	width: 540px;
}

body.ie .ten .column-row {
	width: 600px;
}

body.ie .eleven .column-row {
	width: 660px;
}

body.ie .twelve .column-row {
	width: 720px;
}

body.ie .thirteen .column-row {
	width: 780px;
}

body.ie .fourteen .column-row {
	width: 840px;
}

body.ie .fifteen .column-row {
	width: 900px;
}

body.ie .two-thirds .column-row {
	width: 640px;
}

p.warning,p.error,p.success,p.info {
	margin: 0 0 18px;
	padding: 9px 15px;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,0.01);
}

p.warning a,p.error a,p.success a,p.info a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

p.warning {
	background-color: #e6970e;
}

p.warning small {
	color: #d17200;
}

p.error {
	background-color: #d40808;
	color: #fff;
}

p.error strong {
	color: #fff;
}

p.error small {
	color: #930;
}

p.success {
	background-color: #42b111;
	color: #fff;
}

p.success strong {
	color: #fff;
}

p.success small {
	color: #360;
}

p.info {
	background-color: #73cacf;
	color: #fff;
}

p.info small {
	color: #007d9a;
}

div.figure {
	background: #eee;
	margin: 0 0 18px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

div.figure img,div.post div.figure img {
	display: block;
	margin: 0;
	border: 1px solid #ccc;
}

div.figure cite {
	display: block;
	padding: 8px 10px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
}

div.figure cite strong {
	color: #333;
}

div.simple.figure {
	background: #fff;
}

div.simple.figure img {
	border: 0;
}

div.simple.figure cite {
	padding: 8px 0;
	color: #777;
}

div.simple.figure cite strong {
	color: #555;
}

div.clean.figure img {
	border: 0;
	margin: 1px;
}

div.floated.figure,div.right.figure {
	float: right;
	margin: 0 0 18px 18px;
}

div.left.figure {
	float: left;
	margin: 0 18px 18px 0;
}

div.large.figure,body.ie6 div.large {
	width: 520px;
}

div.large.figure img {
	width: 518px;
}

div.medium.figure {
	width: 340px;
}

div.medium.figure img {
	width: 338px;
}

div.small.figure {
	width: 220px;
}

div.small.figure img {
	width: 218px;
}

.label {
	background: #999;
	display: inline-block;
	padding: 3px 5px 4px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: 0 0 1px transparent;
}

.label:hover {
	text-decoration: none;
	color: #fff;
}

body.ff2 .label {
	-moz-border-radius: 0;
}

.green.label {
	background: #a5c941;
	text-shadow: 0 0 1px #a5c941;
	color: #fff;
}

.blue.label {
	background: #2daebf;
	text-shadow: 0 0 1px #2daebf;
	color: #fff;
}

.magenta.label {
	background: #a9014b;
	text-shadow: 0 0 1px #a9014b;
	color: #fff;
}

.red.label {
	background: #E91E24;
	color: #fff;
}

.orange.label {
	background: #ff5c00;
	text-shadow: 0 0 1px #ff5c00;
	color: #fff;
}

.yellow.label {
	background: #fc9200;
	text-shadow: 0 0 1px #fc9200;
	color: #fff;
}

.label.black {
	background: #333;
	text-shadow: 0 0 1px #222;
}

.label.white {
	background: #fff;
	padding: 0 3px 1px;
	border: 1px solid #ddd;
	color: #333;
	text-shadow: 0 0 1px #fff;
}

.label.relatedwhite {
	background: #fff;
	padding: 0 3px 1px;
	border: 0px solid #ddd;
	color: #333;
	text-shadow: 0 0 1px #fff;
	margin: 0px 3px 0px 0px;
}

.advertorial_red {
	padding: 0 3px 1px 0px;
	font-weight: bold;	
}

div.divider {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 36px;
	margin: 18px 0 27px;
}

.clear {
	clear: both;
}

.muted {
	color: #777;
}

div.pagination {
	width: 100%;
	height: 36px;
	text-align: center;
	margin: 0 0 36px;
	padding: 0;
	font-size: 12px;
	line-height: 1;
}

div.pagination a,div.pagination a:visited {
	padding: 3px 11px 4px;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ddd;
	text-shadow: 0 1px 1px #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

div.pagination a:hover {
	color: #fff;
	text-shadow: 0 -1px 1px #007d9a;
	background: #2daebf;
	border: 1px solid #007d9a;
}

div.pagination .disabled {
	color: #bbb;
	border: 0;
}

div.pagination .current {
	padding: 4px 12px 5px;
	color: #777;
	font-weight: bold;
}

.inactive {
	color: #777;
}

div.pagination .prev_page,div.pagination .next_page {
	margin: 0 20px;
}

ul.paginate {
	width: 100%;
	height: 27px;
	margin: 0 0 18px;
}

ul.paginate li {
	display: inline;
}

ul.paginate a {
	background: #f7f6ed;
	display: inline;
	float: left;
	padding: 3px 12px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	text-decoration: none;
	xfont-weight: bold;
}

ul.paginate a:hover {
	background: #818076;
	color: #fff;
}

ul.paginate li.next a {
	float: right;
}

ul.paging {
	color: #777;
	float: right;
}

ul.paging li {
	float: left;
	overflow: hidden;
}

ul.paging li.pages {
	padding: 5px;
	font-size: 11px;
}

ul.paging ul.pagers {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #eceaea url(images/pager-bg.gif) top left repeat-x;
	border: 1px solid #cecece;
	margin: 0;
	overflow: hidden;
}

ul.paging ul.pagers li a {
	padding: 2px 10px;
	border-right: 1px solid #cecece;
}

ul.paging ul.pagers li a:hover {
	padding: 2px 10px;
	border-right: 1px solid #cecece;
}

ul.paging ul.pagers li.last a {
	border-right: none;
}

ul.paging ul.pagers li img {
	padding-top: 3px;
}

div.avatar {
	float: left;
	margin: -4px 12px 13px 0;
}

div.avatar img {
	display: block;
	width: 36px;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

div.avatar a:hover img {
	border-color: #ccc;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

div.well {
	background: #f1f1f1;
	padding: 17px 19px;
	margin: 0 0 18px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #ddd;
	border-top-color: #ccc;
	border-bottom-color: #eee;
}

div.clear {
	clear: both;
}

#secondary_callout,#breaking_callout {
	margin-bottom: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform: uppercase;
	text-align: center;
	-webkit-text-stroke: 0;
	padding: 4px 15px;
	color: #fff;
	font-weight: bold;
}
#breaking_callout {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E91E24), to(#733131));
    background: -webkit-linear-gradient(top, #E91E24, #733131);
    background: -moz-linear-gradient(top, #E91E24, #733131);
    background: -ms-linear-gradient(top, #E91E24, #733131);
    background: -o-linear-gradient(top, #E91E24, #733131);
    background-image: linear-gradient(top, #E91E24, #733131);
    background-color: #AE282B;
}
#secondary_callout {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999999), to(#666666));
    background: -webkit-linear-gradient(top, #999999, #666666);
    background: -moz-linear-gradient(top, #999999, #666666);
    background: -ms-linear-gradient(top, #999999, #666666);
    background: -o-linear-gradient(top, #999999, #666666);
    background-image: linear-gradient(top, #999999, #666666);
    background-color: #808080;
}

#breaking_callout a,#secondary_callout a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
#headline-close {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}
div.home-top {
	margin-bottom: 0;
}

#homeHeader {
	overflow: hidden;
	height: 375px;
	margin-bottom: 20px;
}

.latest {
	width: 298px;
	float: right;
	border-left: none;
	margin: 0;
	height: 370px;
	background: #fff;
}

.latest h3 {
	margin-top: 10px;
	padding-bottom: 5px;
	height: 32px;
	line-height: 40px;
}

.latest ul.posts {
	height: 322px;
	margin: 0 2px 0 10px;
	outline: 0;
}
.latest li {
	padding: 7px 5px;
}

.latest li.last {
	padding-bottom: 0;
}

.latest a { 
	color: #333;
	text-transform:none;
}

.latest a:hover {
	color: #c41111;
}

.latest-sticky {
	background: #d3d3d3; 
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #d3d3d3 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#d3d3d3)); 
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#d3d3d3 100%); 
	background: -o-linear-gradient(top,  #f2f2f2 0%,#d3d3d3 100%); 
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#d3d3d3 100%); 
	background: linear-gradient(to bottom,  #f2f2f2 0%,#d3d3d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d3d3d3',GradientType=0 );
}

.latest .latest-sticky a {
	text-shadow: 0 1px 0 #FFF;
}

.latest .latest-sticky a:hover {
	color: #333;
}

.latest-sticky-important {
	background: #e91e24; 
	background: -moz-linear-gradient(top,  #e87173 0%, #e91e24 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e87173), color-stop(100%,#e91e24));
	background: -webkit-linear-gradient(top,  #e87173 0%,#e91e24 100%); 
	background: -o-linear-gradient(top,  #e87173 0%,#e91e24 100%); 
	background: -ms-linear-gradient(top,  #e87173 0%,#e91e24 100%); 
	background: linear-gradient(to bottom,  #e87173 0%,#e91e24 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87173', endColorstr='#e91e24',GradientType=0 ); 
}

.latest .latest-sticky-important a {
	color: #FFF !important;
	text-shadow: 0 1px 0 rgba(100, 9, 3, .5);
}

.latest .latest-sticky-important a:hover {
	color: #FFF;
}

.wire-widget ul.posts li {
	text-transform: none;
}

.cycle-slide {
	height: 375px;
}

.cycle-slide a, .cycle-slide a:hover {
	text-decoration: none;
}

.main-carousel-container .title-wrap {
	background: rgba(0,0,0,0.5);
	margin: 0;
	z-index: 10;
	position: absolute;
	padding: 5px 0 0 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.main-carousel-container .title-wrap h2 {
	margin: 0;
	color: #fff;
	border-bottom: none;
	font-size: 50px;
	padding: 0 5px 5px 15px;
}


.main-carousel-container .slide-photo {
	position: absolute;
	top: 0;
	left: 0;
}

.main-carousel-container .slide-desc {
	position: absolute;
	top: 0;
	left: 641px;
}

.slideshow {
	top: 0;
}

.slide-desc p {
	padding-left: 10px;
	padding-right: 10px;
}

.slide-desc p.slide-title {
	margin: 20px 0 0;
	padding-bottom: 10px;
}

.slide-desc p.slide-title strong {
	color: #333;
	font-size: 16px;
}

a.left-icon {
	float: left;
}

a.right-icon {
	float: right;
}

.main-carousel-container {
	position: relative;
	float: left;
}

#pager {
	position: absolute;
	z-index: 101;
	top: 20px;
	right: 20px;
}

#pager a {
	background: url(images/slider-off.png);
	text-indent: -5000px;
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 8px;
}

#pager a.cycle-pager-active {
	background: url(images/slider-on.png);
}

#homeFullheader {
	overflow: hidden;
	top: -23px;
	height: 375px;
	margin-bottom: 20px;
	position: relative;
}

#homeFullheader div.title-wrap {
	display: block;
	height: 80px;
	margin: 0 0 -90px;
	z-index: 10;
	position: relative;
	background: url(images/heading-bg.png);
	padding: 10px 0 0 15px;
}

#homeFullheader div.title-wrap h2 {
	text-align: center;
	height: 70px;
	margin: 0 0 -70px;
	z-index: 10;
	position: relative;
	color: #fff;
	border-bottom: none;
	font-size: 70px;
}

#textHeader,#blogHeader {
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}
#textHeader {
	height: 275px;
}
#textHeader div.title-wrap h2,#blogHeader div.title-wrap h2 {
	text-align: center;
	border-bottom: none;
	font-size: 85px;
	margin-top: 20px;
}

#textHeader div.title-wrap h2 strong,#blogHeader div.title-wrap h2 strong {
	font-weight: normal;
	display: block;
	border-bottom: none;
	font-size: 120px;
}

#textHeader div.title-wrap p,#blogHeader div.title-wrap p {
	text-align: center;
	border-bottom: none;
	font-size: 23px;
	color: #777;
	text-decoration: none;
}
.label.original-video {
	background: url(images/b_logo_tag.png) no-repeat 2px 2px #E91E24;
	padding-left: 25px;
}

span.label {
	background: #E91E24;
	text-shadow: 0 0 1px #CCC;
	color: #FFF;
}

#backToBlaze {
	background: no-repeat left center #FFF;
	position: absolute;
	z-index: 99;
	top: 5px;
	left: 0;
	padding: 5px 5px 5px 14px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#backToBlaze a {
	color: #333;
}

/* NAVIGATION */
span.drop-down-arrow {
	background: url(images/drop-down.png) no-repeat right center;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 0;
	top: 18px;
}

/* SOCIAL ICONS */	

.twitter-large-icon, .facebook-large-icon, .google-large-icon, .linkedin-large-icon, .soundcloud-large-icon, .stitcher-large-icon, .itunes-large-icon, .mail-large-icon, .link-large-icon {
	height: 27px; 
	display: block;
	background: url(images/social_icons_large_sprite.png) no-repeat;
	margin-right: 5px;
	float: left;
}

.twitter-soft-icon, .facebook-soft-icon, .google-soft-icon, .linkedin-soft-icon, .comment-soft-icon  {
	height: 27px;
	display: block;
	background: url(images/social_icons_large_sprite.png) no-repeat;
	float: left;
}

.twitter-small-icon, .facebook-small-icon, .google-small-icon, .linkedin-small-icon, .mail-small-icon, .print-small-icon, .comment-small-icon, .link-small-icon {
	height: 18px; 
	display: block;
	background: url(images/social_icons_small_sprite.png) no-repeat;
	margin-right: 5px;
	float: left;
}

.twitter-large-icon {
	width: 27px;
}

.twitter-small-icon {
	width: 18px;
}

.twitter-soft-icon {
	width: 27px;
	border: 1px solid #1E7AAC;
}

.facebook-large-icon { 
	background-position: -27px 0;
	width: 27px; 
}

.facebook-small-icon { 
	background-position: -18px 0;
	width: 18px; 
}

.facebook-soft-icon {
	background-position: -27px 0;
	width: 27px;
	border: 1px solid #24376A;
}

.google-large-icon { 
	background-position: -54px 0;
	width: 27px; 
}

.google-small-icon { 
	background-position: -36px 0;
	width: 18px; 
}

.google-soft-icon {
	background-position: -54px 0;
	width: 27px;
	border: 1px solid #A62923;
}

.linkedin-large-icon {
	background-position: -150px 0;
	width: 27px;  
}

.linkedin-small-icon {
	background-position: -153px 0;
	width: 18px;
}

.linkedin-soft-icon {
	background-position: -150px 0;
	width: 27px;
	border: 1px solid #1B5480;
}

.soundcloud-large-icon {
	background-position: -177px 0;
	width: 27px;
} 

.stitcher-large-icon {
	background-position: -204px 0;
	width: 27px;
} 

.itunes-large-icon {
	background-position: -231px 0;
	width: 27px;
}

.mail-large-icon {
	background-position: -81px 0;
	width: 35px;
}

.mail-small-icon {
	background-position: -54px 0;
	width: 24px;
}

.link-large-icon {
	background-position: -123px 0;
	width: 27px; 
}

.link-small-icon {
	background-position: -135px 0;
	width: 18px;
}

.comment-small-icon {
	background-position: -78px 0;
	width: 17px;
}

.comment-soft-icon {
	background-position: -258px 0;
	width: 27px;
	border: 1px solid #D3D3D3;
}

.print-small-icon {
	background-position: -95px 0;
	width: 19px
}

.social-number-large {
	padding: 4px;
	border-right: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	float: left;
	height: 17px;
}

.social-number-small {
	padding: 0 3px;
	border-right: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	font-size: 12px;
	height: 16px;
	float: left;
}
.social-number-soft {
	float: left;
    font-size: 14px;
    font-weight: bold;
    height: 17px;
    padding: 5px 10px;
}

.facebook.social-number-soft {
	background: #3C5A98;
	border-top: 1px solid #24376A;
	border-right: 1px solid #24376A;
	border-bottom: 1px solid #24376A;
	color: #FFFFFF;
	text-shadow: 0 1px 0 #24376A;
}

.twitter.social-number-soft {
	background: #2AA9E0;
	border-top: 1px solid #1E7AAC;
	border-right: 1px solid #1E7AAC;
	border-bottom: 1px solid #1E7AAC;
	color: #FFFFFF;
	text-shadow: 0 1px 0 #1E7AAC;
}

.google.social-number-soft {
	background: #DB4A39;
	border-top: 1px solid #A62923;
	border-right: 1px solid #A62923;
	border-bottom: 1px solid #A62923;
	color: #FFFFFF;
	text-shadow: 0 1px 0 #A62923;
}

.linkedin.social-number-soft {
	background: #006699;
	border-top: 1px solid #1B5480;
	border-right: 1px solid #1B5480;
	border-bottom: 1px solid #1B5480;
	color: #FFFFFF;
	text-shadow: 0 1px 0 #1B5480;
}

.comment.social-number-soft {
	background: #F3F3F3;
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	color: #333333;
	text-shadow: 0 1px 0 #FFFFFF;
}

.social-arrow-large {
	height: 27px;
	width: 6px;
	float: left;
	background: url(images/social_icons_large_sprite.png) no-repeat -116px 0;
}

.social-arrow-small {
	height: 18px;
	width: 4px;
	float: left;
	background: url(images/social_icons_small_sprite.png) no-repeat -114px 0;
}

/* XL Social Buttons */
.facebook-xl-button, .twitter-xl-button, .google-xl-button, .linkedin-xl-button, .show-xl-button, .hide-xl-button {
	border-radius: 3px;
	border: 1px solid;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0 1px 0 rgba(250, 250, 250, 0.2) inset;
}

.facebook-xl-button, .twitter-xl-button {
	padding: 10px;
	letter-spacing: 1px;
}

.facebook-xl-button .icon, .twitter-xl-button .icon {
	float: left;
	height: 21px;
	width: 20px;
	margin-right: 10px;
}

.google-xl-button, .linkedin-xl-button, .show-xl-button, .hide-xl-button {
	height: 43px;
	width: 43px;
}

.google-xl-button .icon, .linkedin-xl-button .icon, .show-xl-button .icon, .hide-xl-button .icon {
	float: left;
	height: 21px;
	width: 20px;
}

.facebook-xl-button {
	background: #5479b7;
	background: -moz-linear-gradient(top,  #5479b7 0%, #4664a7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5479b7), color-stop(100%,#4664a7)); 
	background: -webkit-linear-gradient(top,  #5479b7 0%,#4664a7 100%); 
	background: -o-linear-gradient(top,  #5479b7 0%,#4664a7 100%);
	background: -ms-linear-gradient(top,  #5479b7 0%,#4664a7 100%); 
	background: linear-gradient(to bottom,  #5479b7 0%,#4664a7 100%);
	
	border-color: #2e4278;
	text-shadow: 0 1px 0 #2e4278;
}

.facebook-xl-button .icon {
	background: url(images/icons/xl-share-buttons.png) no-repeat 0 0;
}

.twitter-xl-button {
	background: #3B89C5;
	background: -moz-linear-gradient(top,  #4A9CDB 0%, #3B89C5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4A9CDB), color-stop(100%,#3B89C5)); 
	background: -webkit-linear-gradient(top,  #4A9CDB 0%,#3B89C5 100%); 
	background: -o-linear-gradient(top,  #4A9CDB 0%,#3B89C5 100%);
	background: -ms-linear-gradient(top,  #4A9CDB 0%,#3B89C5 100%); 
	background: linear-gradient(to bottom,  #4A9CDB 0%,#3B89C5 100%); 
	
	border-color: #226699;
	text-shadow: 0 1px 0 #226699;
}

.twitter-xl-button .icon {
	background: url(images/icons/xl-share-buttons.png) no-repeat 0 -58px;
}

.google-xl-button {
	background: #bf382c;
	background: -moz-linear-gradient(top,  #da4936 0%, #bf382c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da4936), color-stop(100%,#bf382c)); 
	background: -webkit-linear-gradient(top,  #da4936 0%,#bf382c 100%); 
	background: -o-linear-gradient(top,  #da4936 0%,#bf382c 100%);
	background: -ms-linear-gradient(top,  #da4936 0%,#bf382c 100%); 
	background: linear-gradient(to bottom,  #da4936 0%,#bf382c 100%); 
	
	border-color: #a82824;
}

.google-xl-button .icon {
	background: url(images/icons/xl-share-buttons.png) no-repeat 0 -117px;
	margin-left: 12px;
}

.linkedin-xl-button {
	background: #23649b;
	background: -moz-linear-gradient(top,  #287abb 0%, #23649b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#287abb), color-stop(100%,#23649b)); 
	background: -webkit-linear-gradient(top,  #287abb 0%,#23649b 100%); 
	background: -o-linear-gradient(top,  #287abb 0%,#23649b 100%);
	background: -ms-linear-gradient(top,  #287abb 0%,#23649b 100%); 
	background: linear-gradient(to bottom,  #287abb 0%,#23649b 100%); 
	
	border-color: #1b5480;
}

.linkedin-xl-button .icon {
	background: url(images/icons/xl-share-buttons.png) no-repeat 0 -178px;
	margin-left: 11px;
}

.show-xl-button {
	background: #bbbbbb;
	background: -moz-linear-gradient(top,  #cccccc 0%, #bbbbbb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#bbbbbb)); 
	background: -webkit-linear-gradient(top,  #cccccc 0%,#bbbbbb 100%); 
	background: -o-linear-gradient(top,  #cccccc 0%,#bbbbbb 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#bbbbbb 100%); 
	background: linear-gradient(to bottom,  #cccccc 0%,#bbbbbb 100%); 
	
	border-color: #999999;
}

.show-xl-button .icon {
	background: url(images/icons/xl-share-buttons.png) no-repeat 0 -239px; 
	margin-left: 10px;
}

.show-xl-button.hide {
	background: #bbbbbb;
	background: -moz-linear-gradient(top,  #cccccc 0%, #bbbbbb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#bbbbbb)); 
	background: -webkit-linear-gradient(top,  #cccccc 0%,#bbbbbb 100%); 
	background: -o-linear-gradient(top,  #cccccc 0%,#bbbbbb 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#bbbbbb 100%); 
	background: linear-gradient(to bottom,  #cccccc 0%,#bbbbbb 100%); 
	
	border-color: #999999;
}

.show-xl-button.hide .icon {
	background: url(images/icons/xl-share-buttons.png) no-repeat 0 -291px;
	margin-left: 10px;
}

ul.tools li {
	float: right;
	margin: 3px 15px 0 0;
}

ul.tools li.posted {
	float: left;
	margin: 0;
}

ul.author {
    margin: 8px 0 20px;
    overflow: hidden;
	float: right;
}

ul.author li {
	float: left;
}

.story-content p object {
	margin: 0 0 0 60px;
}

img.right {
	margin: 10px 0 10px 20px;
}

div#related {
	float: left;
	width: 220px;
	margin: 0 20px 10px 0;
}

div.theblaze_yabuka_widget {
	border: none;
}

div.sidebar-text {
	padding: 0 10px;
	margin: 10px 0;
}
.sidebar-text input {
	background: white;
	border: 1px solid #ccc;
	font-style: italic;
	color: #777;
	padding: 3px;
	width: 180px;
	height: 25px;
}
.sidebar-text form {
	margin-top: 5px;
}
.listen {
	display: block;
	float: left;
	margin-top: 4px;
}

#widget-listen-radio-text {
	width:60%; 
	display: block; 
	float: left; 
	margin-top: 4px;
}

#widget-listen-radio-button {
	width:40%;
}

div.inline-ad {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
	margin-bottom: 20px;
}

div.inline-ad-wrap {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 0 20px 5px 0;
    float: left;
}

div.inline-ad img {
	margin: 0 auto;
	display: block;
}

ul.text-ads {
	border: 1px solid #ccc;
	margin: 0 0 30px;
	padding: 0;
}

ul.text-ads li {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

ul.text-ads li a {
	color: #777;
}

ul.text-ads li a:hover {
	color: #666;
}

ul.text-ads li.last {
	border-bottom: none;
}

ul.text-ads li p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

ul.comments {
	margin-bottom: 20px;
}

ul.comments li.comment {
	position: relative;
	padding: 20px 0 20px 61px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
ul.comments li.featured {
	border-right: 1px solid #ddd;
	padding-right: 20px;
	background: url('/wp-content/themes/TheBlaze/images/icons/featured-comment.png') no-repeat top right;
}

ul.comments li.last {
	border-bottom: none;
	margin-bottom: 0;
}

.comment .children li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

ul.comments li.comment img {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 0;
}

ul.comments li a.report {
	font-size: 11px;
	display: none;
}
.reportedcomment_text {
	color: #777;
}

ul.comments li.reply {
	border-bottom: none;
}

#reply_respond {
	margin-top: 20px;
}

.comments .button {
	padding:5px 10px;
}

.comments li.editor {
	background-color: #FFF0F0;
}

ul.children {
	margin-left: 0;
	margin-top: 30px;
	border-top: 1px solid #CCC;
	padding-top: 10px;
}
ul.children.closed {
	display: none;
}
.comment-thread-options {
	background-color: #F9F9F9;
	border: 1px #CCC dashed;
	font-weight: bold;
	color: #888;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	cursor: pointer;
}
ul.voting {
	overflow: hidden;
	width: 300px;
	display: none;
}

ul.voting li {
	float: left;
	overflow: hidden;
}

ul.voting li a {
	float: right;
}

#post-comment textarea {
	margin: 0 0 10px 0;
	height: 100px;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

#post-comment img {
	float: left;
	margin: 0 10px 0 0;
}

.comment-reply-link {
	font-weight: bold;
}

h1.stories-title {
	text-align: center;
	margin: 20px 0 15px;
}
body.ff3 h1.stories-title {
	font-size: 60px;
	margin: 30px 0 15px;
}

h2.stories-title {
	font-size: 55px;
	text-align: center;
	margin-bottom: 30px;
}

ul.story-col {
	float: left;
	width: 300px;
	overflow: hidden;
}
ul.story-col-right {
	float: right;
}

.story-col-share {
	opacity: 0.1;
}

.story:hover > div .story-col-share {
	opacity: 1;
}

.story-col-share p {
	margin-right: 5px;
	margin-bottom: 0;
}

.story a.title {
	text-decoration: none;
}

.story a.title h5 {
	color: #333;
	text-transform: none;
}

.story a.title span,.story a.title div {
	color: #777;
	text-transform: uppercase;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	margin-top: 15px;
}

.story a.title span.label {
	margin: 6px 10px 5px 0;
	float: left;
	color: #FFFFFF;
}
.story a.title span.label.story-tag-audio,
.story a.title span.label.story-tag-listen {
	background: #2daebf;
	text-shadow: 0 0 1px #2daebf;
	color: #fff!important;
}

.story a.title h5:hover {
	color: #555;
}

.story-col .post-title-tag {
	margin-top: 15px;	
}

.story p {
	font-size: 13px;
}

li.story {
	margin-bottom: 50px;
	clear: both;
}

.blaze-original {
	position: absolute;
	background: #FFF;
	opacity: 0.65;
	filter: alpha(opacity=65);
	color: #E33100;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 5px 2px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 3px;
}
	
/* The Stories */
div.stories-sort {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
div.stories-list {
	margin: 0 auto;
	display: block;
	overflow: hidden;
}	
ul#theStories {
	position: relative;
	display: block;
	left: 50%;
	float: left;
}
body.ie ul#theStories {
	padding-bottom: 20px;
}

ul#theStories li {
	float: left;
	right: 50%;
	position: relative;
	margin-right: 15px;
	padding-right: 5px;
	margin-bottom: 0;
}
ul#theStories li a {
	color: #333;
	float: left;
	display: inline-block;
	padding: 12px 0px 0px;
	margin: 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	letter-spacing: 0;
	font-weight: normal;
}
body.ff3 ul#theStories li a {
	font-size: 14px;
}
ul#theStories li a:hover{
	color: #555;
}
ul#theStories li.active a{
	color: #555;
}
ul#theStories li.active {
	padding-left: 24px;
}
h1.the-stories {
	display: block;
	float: left;
}
.the-stories-drop {
	float: left;
	border: 1px solid #ccc;
	height: 60px;
	padding: 10px;
	width: 400px;
	margin: 18px 0 0 0;
	color: #D40808;
	overflow: hidden;
}
body.ie .the-stories-drop {
	height: 53px;
	overflow-y: visible;
	line-height: 1;
	margin-top: 22px;
}
body.ff3 .the-stories-drop span {
	font-size: 60px;
}
body.ie .the-stories-drop span {
	margin-top: -12px;
}
body.ie li img.rss {
	margin-top: 62px;
}
.arrow-drop {
	background: url(images/large-drop-down.png) right center no-repeat;
	height: 80px;
	width: 36px;
	position: absolute;
	z-index: 99;
	margin: 19px 0 0 385px;
}
body.ie .arrow-drop {
	margin: 25px 0 0 385px;
	height: 70px;
}

.the-stories-drop:hover {
	cursor: pointer;
}
.the-stories-drop span {
	font-size: 80px;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	letter-spacing: 0;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	margin-top: 23px;
	width: 700px;
	height: 60px;
}
li img.rss {
	margin-top: 72px;
}
.the-stories-drop-down {
	border: 1px solid #ccc;
	padding: 15px;
	width: 390px;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	letter-spacing: 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 26px;
	position: absolute;
	z-index: 99;
	margin-top: -34px;
	margin-left: 375px;
	background: #FFF;
	display: none;
	background: #fff;
}
body.ie .the-stories-drop-down {
	margin-top: -9px;
}
body.ie8 .the-stories-drop-down {
	margin-top: -57px;
}

body.win.ff3 .the-stories-drop-down {
	margin: -24px 0px 0px 342px;
	width: 420px;
}
.the-stories-drop-down ul {
	display: block;
	float: left;
	margin-bottom: 0;
	width: 170px;
}
.the-stories-drop-down ul.right-column {
	margin-left: 40px;
}
.the-stories-drop-down ul li {
	line-height: 36px;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
.the-stories-drop-down ul li.first {
	padding: 0 0 5px 0;
}
.the-stories-drop-down ul li.last {
	padding: 5px 0 0 0;
	border-bottom: none;
}
.the-stories-drop-down ul li a {
	color: #333;
	text-decoration: none;
}
.the-stories-drop-down ul li a:hover {
	color: #777;
}
.the-stories-drop-down ul li.active a {
	color: #D40808;
}
.ff3 .the-stories-drop-down ul {
	width: 190px;
}

div.search-tools {
	margin: 0 20px 15px;
	padding-top: 10px;
	border-bottom: none;
}

div.search-tools ul {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

div.search-tools ul li {
	padding: 0 10px 0 0;
	float: left;
}

div.search-tools ul li.tool-label {
	background: none;
	color: #555;
	font-weight: bold;
}

div.search-tools ul.sort {
	margin-top: 15px;
	margin-left: 0;
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

div.search-tools h5 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

form#advanced-search {
	margin: 0 20px;
}

form#advanced-search h5 {
	border-bottom: 1px #ccc solid;
	margin-bottom: 15px;
}

form#advanced-search .form-item {
	overflow: hidden;
	margin-bottom: 10px;
}

form#advanced-search .form-item label {
	display: inline-block;
	width: 100px;
	font-weight: normal;
	font-size: 18px;
}

form#advanced-search .form-item .input-text {
	display: inline;
	width: 400px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 5px;
}

form#advanced-search span.wrap {
	display: inline;
}

li.result {
	width: 95%;
}

li.result p {
	margin-top: 10px;
}

li.result img {
	float: left;
	width: 120px;
	margin-right: 10px;
}

strong.keyword {
	font-weight: normal;
	background-color: #feff8c;
}

div.search-side {
	border-left: 1px solid #ccc;
	margin-left: -1px;
}

div.search-side a.ad {
	margin: 0 0 0 40px;
}

div.page {
	margin: -30px 20px 0 0;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

div.page a + a {
	margin: 0 10px;
}

#footer_wrapper {
	z-index:500;
	position: relative;
}

#footer {
	background-color: #333;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#444));
	background: -webkit-linear-gradient(top, #333, #444);
	background: -moz-linear-gradient(top, #333, #444);
	background: -ms-linear-gradient(top, #333, #444);
	background: -o-linear-gradient(top, #333, #444);
	background: linear-gradient(to bottom, #333, #444);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#444444',GradientType=0 );
	border-top: 10px solid #E91E24;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .60);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .60);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .60);
	margin-top: 20px;
	min-width:982px;
}

div#footer div.footer_rows {
	width: 920px;
    margin: 10px auto 20px auto;
}

div#footer div#footer_row2 {
	padding-bottom: 15px;
}
	
div#footer div.columns {
	float: left;
	margin: 0 56px 0 0;
	width: 188px;
}

div#footer div.columns.last {
	margin: 0;
}

div#footer ul {
	margin: 2px 0 0;
}

div#footer div#FTD {
	width: 732px;
	margin-right: 0;
}

div#footer div#FTD li {
	margin-right: 52px;
}

div#footer li {
	float: none;
	display: inline-block;
	width: 188px;
	margin-top: 3px;	
}

div#footer li a {
	color: #FFF;
	text-decoration: none;
}

div#footer a:hover {
	color: #E91E24;
}

div#footer h6 {
    color: white;
    border-bottom: 1px solid #E91E24;
    padding-bottom: 5px;
}

div#copyright .logo-image img {
	margin: 10px auto;
	height:40px;
	display: block;
}

h6.logo a:hover {
	color: #333;
	text-decoration: none;
}

div#copyright p {
	text-align: center;
}

h2.recent-title {
	margin-top: 50px;
	margin-bottom: 25px;
}

#nextStory {
	border: 1px solid #d71818;
	background: #fff bottom left repeat-x;
	position: fixed;
	width: 350px;
	bottom: 0px;
	border-right: none;
	z-index: 50;
	margin:0;
}

#nextStory h4 {
	font-size:21px;
}

#nextStory a.close {
	position: absolute;
    right: 10px;
    top: 10px;
}

h2.logged-out {
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	padding: 8px;
	margin: 0 0 20px;
	clear: both;
}

h2.logged-out a.button {
	float: right;
	font-family: Arial,Helvetica,sans-serif;
	font-size:21px;
}

ul.colors {
	width: 100%;
	margin: 0 0 18px -15px;
	padding: 0;
	list-style: none;
	height: 126px;
}

ul.colors li {
	display: inline;
	float: left;
	margin: 0 0 0 15px;
	font-weight: bold;
}

ul.colors span {
	display: block;
	width: 81px;
	height: 81px;
	margin: 0;
}

ul.colors small {
	display: block;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
}

ul.colors li.placeholder {
	color: #999;
}

ul.colors li.placeholder span {
	background: #999;
}

ul.light.colors {
	height: 90px;
}

ul.light.colors span {
	height: 45px;
}

ul.light.colors li.placeholder {
	color: #ccc;
}

ul.light.colors li.placeholder span {
	background: #ccc;
}

ul.dark.colors {
	height: 72px;
}

ul.dark.colors span {
	height: 27px;
}

ul.dark.colors li.placeholder {
	color: #555;
}

ul.dark.colors li.placeholder span {
	background: #555;
}

a.layout img {
	border: 1px solid #A9D1E8;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-transition: all .15s linear;
	opacity: .8;
	padding: 5px;
}

a.layout:hover img {
	border: 1px solid #62a7cf;
	opacity: 1;
}

div.sub-header {
	margin-top: 60px;
}

div.sub-header h3 {
	text-align: left;
	border-bottom: none;
	margin-bottom: 0;
	font-size: 50px;
}

div.toc h5 a {
	font-weight: normal;
}

.left,.alignleft {
	float: left;
}

.right,.alignright {
	float: right;
}

.centered,.aligncenter {
	text-align: center;
}
.alignleft,.alignright,.aligncenter {
	clear: left;
}
.relative {
	position: relative;
}
.nospace {
	margin:0;
	padding:0;
}

div.aligncenter,img.aligncenter {
	display: block;
	margin: 10px auto;
}

.comment h5 {
	text-transform: none;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	float: left;
}
.comment h5 a,.comment h5 a:hover {
	color: #333;
	font-weight: bold;
	vertical-align: sub;
}
.comment .comment-date {
	float: right;
}
.comment .comment-author-tag {
	background: url("/wp-content/themes/TheBlaze/images/b_logo_hot.png") no-repeat scroll 2px 4px transparent;
    border: 1px solid #E91E24;
    border-radius: 4px;
    color: #E91E24;
    display: inline-block;
    margin: -10px 0 5px 5px;
    padding: 2px 4px 2px 27px;
}

li.story img {
	display: block;
    margin-bottom: 10px;
}

#footer #tip_form {
	float: right;
	margin: -8px 0 0;
	width: 432px;
}

#footer textarea {
	border: 1px solid #ccc;
	padding: 5px 8px;
	width: 414px;
	color: #777;
	height: 14px;
	font-size: 11.5px;
	line-height: 14px;
	display: inline-block;
	margin: 8px 0 5px;
}

input.submit.red.button {
	margin-left: -.5px;
	margin-top: 10px;
	border:0;
}

ul.tml-action-links {
	margin: 20px;
}

span#related {
	float: left;
	width: 600px;
	margin: 0px 20px 30px 0;
	font-size:14px;
	line-height:18px;
	font-family: inherit;
	font-style: normal;
	border-width: 1px 1px 1px 1px;
	border-color: #CCCCCC;
}

span#related-link1,span#related-link2,span#related-link3,span#related-link4,span#related-link5 {
	border-width: 0px;	
	padding: 3px;
	font-size : 12px;
	
}

div#related-red-label {
	width: 52px;
	height: 10px;
	font-size:11px;
	margin: 0px 5px 0px 0px;
}
div#whitelabel {
	width: 40px;
	height: 10px;
	font-size:11px;
	margin: 0px 5px 0px 0px;
	display: inline-block;
	 background: none repeat scroll 0 0 #E33100;
}

span.widget {
	border: 1px solid #ccc;
	border-top: 4px solid #333;
	margin: 25px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

span.widget ul.posts,span.widget h3,span.widget h4 {
	margin: 0 10px;
}

span.widget h3,span.widget h4 {
	margin: 10px 10px 0;
}

span.widget ul.posts {
	overflow: hidden;
}

span.widget ul.posts li {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

span.widget ul.posts li a.title {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}

span.widget ul.posts li a.title:hover {
	font-weight: bold;
	color: #555;
}

span.widget ul.posts li img {
	float: left;
	margin-right: 10px;
}

span.widget ul.posts li.last {
	border-bottom: none;
}

span.widget-inline {
	padding: 10px;
}

span.widget-inline strong {
	border-bottom: 1px solid #CCC;
	color: #D40808;
	font-size: 22px;
	line-height: 1;
	text-transform: uppercase;
	font-family: LeagueGothicRegular,Arial,sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	width: 100%;
	display: block;
}

span.widget-inline span.posts span {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	display: block;
	line-height: 18px;
}

span.widget-inline span.posts span a.title {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}

span.widget-inline span.posts span a.title:hover {
	font-weight: bold;
	color: #555;
}

span.widget-inline span.posts span img {
	float: left;
	margin-right: 10px;
}

span.widget-inline span.posts span.last {
	border-bottom: none;
}

span.widget .widget-title {
	margin: 10px 10px 0;
}

.voting {
	float: right;
}

.voting img {
	position: relative;
}

.navigation li.page-item-197 {
	display: none;
	visibility: hidden;
}

#header a,#header a:link,#header a:active,#header a:hover,#homeFullheader a,#homeFullheader a:link,#homeFullheader a:active,#homeFullheader a:hover {
	text-decoration: none;
}

#textHeader {
	height: auto;
	padding-bottom: 23px;
}

.advertorial-wrap {
	 border:2px solid #CCCCCC;
	 padding:5px;
	 box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);	
}

.advertorial-wrap h5 {
	font-size: 32px;
	line-height: 1;
	text-transform: uppercase;
}

.advertorial-wrap h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin: 0px 0 15px;
	color: #878787;
	text-transform: uppercase;
	font-style: normal;
	font-family: inherit;
}

.frontpagead {
	margin: -15px 0 30px 0;
}

#postContent {
	padding-bottom: 10px;
	clear:both;
}

#postContent, #postContent p, #postContent p a, #postContent div, #postContent blockquote {
	font-size: 14px;
} 

#postContent .left,#postContent .alignleft {
	padding-right: 10px;
}

#postContent .right,#postContent .alignright {
	padding-left: 10px;
}

.postContent h3 {
	line-height: 30px;
}

#blogadslot {
	margin-top: -20px;
	margin-bottom: 30px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
	padding: 20px;
}

.wp-caption {
	line-height: 18px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-color: #333 #CCCCCC #CCC;
	border-right: 1px solid #CCC;
	border-style: solid;
	border-width: 4px 1px 1px;
}

.wp-caption.alignright,.wp-caption.alignleft {
	padding-left: 0;
	padding-right: 0;
}

#postContent .alignleft {
	margin-right: 10px;
}

#postContent .alignright {
	margin-left: 10px;
}

#postContent .left, #postContent img.wp-post-image {
	padding-right: 5px;
}

.wp-caption img {
	margin: 5px 5px 0;
}

#postContent .wp-caption p, #postContent .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.wp-caption-text {
	margin: 5px;
}

ul.navigation #menu-item-200 {
	display: none;
	visibility: hidden;
}

.widget h3 a:link,.widget h3 a:active,.widget h3 a:hover,.widget h3 a:visited {
	color: #D40808;
	font-weight: normal;
}

blockquote,cite {
	margin-left: 30px;
}

.nav-next .button {
	margin: 0 0 0 10px;
}

#comments .navigation {
	margin: 10px 0 15px;
	width: auto;
}

#comments .navigation .comment-order label {
	display: inline;
}

#comments .navigation .comment-pages {
	float: right;
}

#comments .navigation .page-numbers {
	padding: 0 5px;
}

#comments textarea.reportcomment_textarea {
	width: auto;
	display: block;
}

.report_comment_container .button {
	float: right;
}

.navigation .small-spinner {
  margin-top: -2px;
}

#comments ul.commentlist li ul.children {
	clear: right;
}

#postContent ul {
	list-style: disc;
	margin-left: 20px;
}

.hidden,.desktop-hide, body .desktop-hide {
	display: none;
}

#home-link-upper {
	float: right;
}

body.ie9 .stories-drop a{
	width: 90px;
}

.profile-info {
	padding: 20px 0;
}

.profile-info img.photo {
	float: left;
	margin-right: 10px;
}

.profile-info p.profile-field {
	margin: 0 0 20px;
	color: #7f7f7f;
	font-size: 13px;
}

.profile-info p.profile-field span {
	font-weight: bold;
}

.profile-comments h2 {
	font-size: 26px;
}

.profile-comments h2 span {
	margin: 0 0 0 10px;
	font-size: 12px;
	font-family: Arial,Helvetica,Helvetica Neue,Verdana,sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #7f7f7f;
}

.profile-comments .comment {
	margin: 0;
	padding: 5px 0 10px;
}

.profile-comments .comment-info {
	margin-bottom: 5px;
}

h4.comment-post-title {
	margin: 0;
	border-bottom: none;
	text-transform: none;
}

h4.comment-post-title a {
	color: #333;
	font-weight: normal;
	line-height: 22px;
}

p.comment-date,p.comment-in-reply-to {
	margin: 0;
}

#comment_notes,#reply_comment_notes {
	float: left;
}

p.comment_length {
	font-size: 13px;
	margin: 0;
}

div.social-share {
	float: right;
}

div.social-share span.social-share-label {
	float: left;
	display: block;
}

div.social-share ul {
	float: left;
	margin: 0;
}

div.social-share ul li {
	float: left;
	display: block;
	margin: 0 3px;
}

div.social-share ul li input {
	float: left;
	display: block;
	margin: 0 3px;
}

div.social-share ul li span {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
}

/* VERTICALS */

div#vertical-main {
	width: 520px;
	overflow: hidden;
	height: 230px;
}
div#vertical-main img {
	width: 520px;
}
div#vertical-main a {
	display: block;
}
div.vertical-headline-main h5 a {
	text-transform: none;
	font-weight: normal;
	color: #333;
	font-size: 40px;
	margin-top: 10px;
	display: block;
	line-height: 40px;
}
div.vertical-headline-main h5 a:hover {
	color: #555;
}
div.vertical-top-area {
	margin-bottom: 15px;
}
ul.vertical-posts li {
	border-bottom: 1px #CCC solid;
	padding: 10px 0;
}
ul.vertical-posts li:first-child {
	padding: 0 0 10px 0;
}
ul.vertical-posts li:last-child {
	border-bottom: none;
	padding: 10px 0 0 0;
}
ul.vertical-posts img {
	float: left;
	margin-right: 15px;
}
ul.vertical-posts a {
	color: #333;
	font-weight: bold;
	text-decoration:none;
}

ul.vertical-posts a span {
	text-transform: none;
	font-weight: normal;
}
.verticalad {
    height: 250px;
}
.vertical-author {
	text-transform: uppercase;
}
div.vertical-widget-technology {
	border-top: 4px solid #20346A;
}
h1.vertical-header-technology {
	text-align: center;
	color: #20346A;
	text-transform: none;
	border-bottom: 1px solid #20346A;
	margin: 0 55px 20px 55px;
	padding-bottom: 12px;
	font-size: 60px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-shadow: 0 1px 0 #151b39;
	filter: dropshadow(color=#151b39;, offx=0, offy=1);
}
.vertical-widget-technology h3,
.vertical-widget-technology h3 a:link,
.vertical-widget-technology h3 a:active,
.vertical-widget-technology h3 a:hover,
.vertical-widget-technology h3 a:visited,
.vertical-widget-technology a {
	color: #20346A;
	font-weight: normal;
}
.vertical-technology a span {
	color: #20346A;
}
#vertical-technology .blaze-original {
	background: #FFF;
	opacity: .65;
	filter: alpha(opacity=65);
	color: #20346A;
}
#vertical-technology li.story a {
	color: #20346A;
}
#vertical-technology span.label {
	background-color: #20346A;
	text-shadow: 0 0 1px #CCC;
	color: #FFF;
}
#vertical-technology hr {
	background: #20346A;
	height: 1px;
}
h1.vertical-header-business {
	text-align: center;
	color: #268544;
	text-transform: none;
	border-bottom: 1px solid #268544;
	margin: 0 55px 20px 55px;
	font-size: 60px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-shadow: 0 1px 0 #013216;
	filter: dropshadow(color=#013216;, offx=0, offy=1);
}
div.vertical-widget-business {
	border-top: 4px solid #268544;
}
.vertical-widget-business h3, 
.vertical-widget-business h3 a:link, 
.vertical-widget-business h3 a:active, 
.vertical-widget-business h3 a:hover, 
.vertical-widget-business h3 a:visited, 
.vertical-widget-business a {
	color: #268544;
	font-weight: normal;
}
.vertical-business a span {
	color: #268544;
}
#vertical-business .blaze-original {
	background: #FFF;
	opacity: .65;
	filter: alpha(opacity=65);
	color: #268544;
}
#vertical-business li.story a {
	color: #268544;
}
#vertical-business span.label {
	background-color: #268544;
	text-shadow: 0 0 1px #CCC;
	color: #FFF;
}
#vertical-business hr {
	background: #268544;
	height: 1px;
}
div.vertical-widget-faith {
	border-top: 4px solid #F7A81B;
}
h1.vertical-header-faith {
	text-align: center;
	color: #FDDB3b;
	text-transform: none;
	border-bottom: 1px solid #FDDB3b;
	margin: 0 55px 20px 55px;
	font-size: 60px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-shadow: 0 1px 0 #c4a308;
	filter: dropshadow(color=#c4a308; offx=0, offy=1);
}
.vertical-widget-faith h3, 
.vertical-widget-faith h3 a:link, 
.vertical-widget-faith h3 a:active, 
.vertical-widget-faith h3 a:hover, 
.vertical-widget-faith h3 a:visited, 
.vertical-widget-faith a {
	color: #F7A81B;
	font-weight: normal;
}
.vertical-faith a span {
	color: #F7A81B;
}
#vertical-faith .blaze-original {
	background: #FFF;
	opacity: .65;
	filter: alpha(opacity=65);
	color: #F7A81B;
}
#vertical-faith li.story a {
	color: #F7A81B;
}
#vertical-faith span.label {
	background-color: #F7A81B;
	text-shadow: 0 0 1px #CCC;
	color: #FFF;
}
#vertical-faith hr {
	background: #F7A81B;
	height: 1px;
}


/* Vertical Grid/List views */

.col-format-btn {
	height: 27px;
	width: 27px;
	border: 1px solid #D3D3D3;
	border-radius: 3px;
	box-shadow: 0 1px 0 #FFFFFF;
}

.col-format-btn.grid-btn {
	background: url(images/icons/format-switch-icon.png) no-repeat 0 0;
}
.col-format-btn.grid-btn:hover {
	background: url(images/icons/format-switch-icon.png) no-repeat 0 0;
	background: url(images/icons/format-switch-icon.png) no-repeat 0 0, -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 2%, #e3e3e3 100%);
	background: url(images/icons/format-switch-icon.png) no-repeat 0 0, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#fcfcfc), color-stop(100%,#e3e3e3));
	background: url(images/icons/format-switch-icon.png) no-repeat 0 0, -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 2%,#e3e3e3 100%); 
	background: url(images/icons/format-switch-icon.png) no-repeat 0 0, -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 2%,#e3e3e3 100%);
	background: url(images/icons/format-switch-icon.png) no-repeat 0 0, -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 2%,#e3e3e3 100%);
	background: url(images/icons/format-switch-icon.png) no-repeat 0 0, linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 2%,#e3e3e3 100%);
}

.col-format-btn.grid-btn.active, .col-format-btn.grid-btn.active:hover {
	background: url(images/icons/format-switch-icon.png) no-repeat 0 0 #e3e3e3;
	background: url(images/icons/format-switch-icon.png) no-repeat 0 0, -moz-linear-gradient(top,  #bdbdbd 0%, #e3e3e3 15%, #e1e1e1 100%);
	background: url(images/icons/format-switch-icon.png) no-repeat 0 0, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdbdbd), color-stop(15%,#e3e3e3), color-stop(100%,#e1e1e1));
	background: url(images/icons/format-switch-icon.png) no-repeat 0 0, -webkit-linear-gradient(top,  #bdbdbd 0%,#e3e3e3 15%,#e1e1e1 100%);
	background: url(images/icons/format-switch-icon.png) no-repeat 0 0, -o-linear-gradient(top,  #bdbdbd 0%,#e3e3e3 15%,#e1e1e1 100%); 
	background: url(images/icons/format-switch-icon.png) no-repeat 0 0, -ms-linear-gradient(top,  #bdbdbd 0%,#e3e3e3 15%,#e1e1e1 100%); 
	background: url(images/icons/format-switch-icon.png) no-repeat 0 0, linear-gradient(to bottom,  #bdbdbd 0%,#e3e3e3 15%,#e1e1e1 100%);
	border-color: #b9b9b9;
}

.col-format-btn.list-btn {
	background: url(images/icons/format-switch-icon.png) no-repeat -28px 0;
}

.col-format-btn.list-btn:hover {
	background: url(images/icons/format-switch-icon.png) no-repeat -28px 0;
	background: url(images/icons/format-switch-icon.png) no-repeat -28px 0, -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 2%, #e3e3e3 100%);
	background: url(images/icons/format-switch-icon.png) no-repeat -28px 0, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#fcfcfc), color-stop(100%,#e3e3e3));
	background: url(images/icons/format-switch-icon.png) no-repeat -28px 0,  -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 2%,#e3e3e3 100%); 
	background: url(images/icons/format-switch-icon.png) no-repeat -28px 0,  -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 2%,#e3e3e3 100%);
	background: url(images/icons/format-switch-icon.png) no-repeat -28px 0,  -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 2%,#e3e3e3 100%);
	background: url(images/icons/format-switch-icon.png) no-repeat -28px 0,  linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 2%,#e3e3e3 100%);
}

.col-format-btn.list-btn.active, .col-format-btn.list-btn.active:hover {
	background: url(images/icons/format-switch-icon.png) no-repeat -28px 0 #e3e3e3;
	background: url(images/icons/format-switch-icon.png) no-repeat -28px 0, -moz-linear-gradient(top,  #bdbdbd 0%, #e3e3e3 15%, #e1e1e1 100%);
	background: url(images/icons/format-switch-icon.png) no-repeat -28px 0, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdbdbd), color-stop(15%,#e3e3e3), color-stop(100%,#e1e1e1));
	background: url(images/icons/format-switch-icon.png) no-repeat -28px 0, -webkit-linear-gradient(top,  #bdbdbd 0%,#e3e3e3 15%,#e1e1e1 100%);
	background: url(images/icons/format-switch-icon.png) no-repeat -28px 0, -o-linear-gradient(top,  #bdbdbd 0%,#e3e3e3 15%,#e1e1e1 100%); 
	background: url(images/icons/format-switch-icon.png) no-repeat -28px 0, -ms-linear-gradient(top,  #bdbdbd 0%,#e3e3e3 15%,#e1e1e1 100%); 
	background: url(images/icons/format-switch-icon.png) no-repeat -28px 0, linear-gradient(to bottom,  #bdbdbd 0%,#e3e3e3 15%,#e1e1e1 100%);
	border-color: #b9b9b9;
}

.vertical-switch {
	padding: 5px 0;
	background: #F3F3F3;
	border: 1px solid #D3D3D3;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}

.vertical-switch button {
	float: right;
	margin-right: 5px;
	cursor: pointer;
}

.vertical-col img {
	margin-bottom: 10px;
}

.vertical-col.list img {
	display: none;
}

.vertical-col.list li {
	float: left;
	width: 100%;
	clear: none;
	padding-bottom: 10px;
	border-bottom: 1px solid #D3D3D3;
}

.vertical-col.list .byline {
	display: block;
}

.vertical-col.list li.story {
	margin-bottom: 20px;
}

.vertical-col.list .vertical-byline  {
	margin: 5px 0 10px;
}

.vertical-col.list .story p {
	margin: 0 0 5px;
}

.vertical-col.grid li {
	float: left;
	width: 300px;
	clear: none;
}

.vertical-col.grid .vertical-byline {
	display: none;
}

.vertical-byline {
	border-bottom: 1px dotted #333333;
    border-top: 1px dotted #333333;
    margin: 5px 0 20px;
    padding: 3px 0;
}

.vertical-byline span {
	font-style: italic;
}

/* Tag Page Overrides */
h1.tag-page-title,ul.tag-page-title {
	margin-bottom: 0px;
}

/* Tag Page Images */
#topics-featured {
	margin: 0px auto 20px auto;
	width: 822px;
	text-align: center;
	font-family: LeagueGothicRegular,Arial,sans-serif;
	font-size: 20px;
	line-height: 1.2em;
}
.topics-featured-clearfix {
	margin-bottom: 20px;
}

#topics-featured .featuredtopic {
	float: left;
	width: 270px;
	padding-right: 4px;
	text-align: left;
}
#topics-featured .featuredtopic a {
	text-decoration: none;
}
#topics-featured .featuredtopic .featuredtopic-image {
	height: 177px;
	width: 270px;
	overflow: hidden;
	margin-bottom: 4px;
}
#topics-featured .featuredtopic .featuredtopic-image a { 
	height: 177px;
	width: 270px;
}
#topics-featured .featuredtopic .featuredtopic-title {
	background: #333;
	color: #FFF;
	padding: 3px;
	min-height: 50px;
}
#topics-featured .featuredtopic .featuredtopic-title a, #topics-featured .featuredtopic .featuredtopic-title a:link, #topics-featured .featuredtopic .featuredtopic-title a:active, #topics-featured .featuredtopic .featuredtopic-title a:visited {
	color: #FFF;
}
#topics-featured .featuredtopic .featuredtopic-title a:hover {
	color:  #ECECEC;
}

/* Author place on story/blog pages */
.page_author .tools {
	float:none;
	margin:0;
}
.page_author .tools li {
	float: none;
	margin:3px 15px 0 0;
}
.page_author.widget, .page_social.widget {
	margin:0px 0px 10px 0px;
	padding:10px;
	height: 85px;
}
.page_author.widget h6, .page_social.widget h6 {
	margin-bottom: 5px;
	font-size: 22px;
}
.page_author.widget h6 {
	margin-bottom: 8px;
}
.page_social.widget h6 span {
	font-family: Arial,Helvetica,Helvetica Neue,Verdana,sans-serif;
}

.page_author.widget table.sharetable td, .page_social.widget table.sharetable td {
	padding: 3px 12px 5px 0px;
}

.post-meta {
	line-height: 25px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 20px;
}

.post-byline {
	padding: 5px 0;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

.post-byline .author {
	margin-left: 10px;
}

.dateline {
	font-style:italic;
	color:#333333;
	padding-right: 10px;
	border-right: 1px solid #999999;
}

/* Sliver Ad */
#ad-minibar {
	width: 980px;
	margin: 0 auto;
}
#sliver_980x27 {
	height: 27px;
	padding-bottom: 8px;
}

/* Three-up hero (contributors, books, etc) */
.hero-three {
	background: url('/wp-content/themes/TheBlaze/images/background-contributors-header.gif') repeat;
	margin: 0 0 25px -20px;
	width: 980px;
	padding-top: 25px;
}

.hero-three h5, .hero-three a h5, .hero-three a {
	color: white;	
	text-decoration: none;
}

.hero-three .hero-title h5 {
	min-height: 95px;
	line-height: 30px;
}

.hero-three .hero-image-wrapper {
	height: 185px;
	overflow: hidden;
	margin: 0 auto 15px auto;
}

.hero-three .hero-image img {
	border: 1px solid #595959;
}

.hero-three .hero-title span, .hero-three .hero-title a span {
	color: #868686;
}

.hero-three .hero-author {
	height: 45px;
	background: url('/wp-content/themes/TheBlaze/images/background-contributors-author.gif') repeat-x bottom left;
	padding-left: 20px;
	margin-top: 5px;
	color: #FFFFFF;
}

.hero-three .hero-author img {
	float:left;
}

.hero-three .hero-author div {
	float: left;
	margin: 20px 0 0 25px;
}

.hero-three .hero-author h5 {
	display: inline;
	font-size: 22px;
}
.hero-three .hero-author h5 a {
	font-weight:normal;
	color: white;
}

.author-social-tools {
	width:620px;
	background-color: black;
	margin:10px 0 0 0;
}
.author-social-tools li {
	float: left;
	margin: 3px 5px 0 0;
}
.author-social-tools li.google {
	width: 65px;
}
.author-social-tools li.twitter {
	width: 100px;
}
.author-social-tools li.author-link {
	margin: 10px 0px 0px 5px;
}
.author-social-tools li.author-twitter,.author-social-tools li.author-facebook,.author-social-tools li.author-google,.author-social-tools li.author-bio {
	float: right;
	margin: 8px 5px 0px 0px;
}
.author-social-tools li.author-link a {
	font-weight: normal;
	color:#FFF;
	text-decoration: none;
	outline: 0 none;
	font-family: inherit;
	text-transform: uppercase;
	font-size:18px;
}
.author-social-tools li.author-avatar {
	float: left;
	 margin: -5px 5px 0px 15px;
}
.author-social-tools li.author-label {
	margin: 13px 20px 0px 5px;
	color: #FFF;
	font-size: 11px;
	font-style: italic;
}

.sponsored {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #878787;
	border-bottom: 1px solid #878787;
}
.dark-logo-accent {
	color: #333;
}
#tv_ad_half {
	margin-top:10px;
	float:right;
	width:460px;
}
#tv_ad-logo {
	margin:10px 0;
}
#tv_ad_half p {
	line-height: 20px;
	color: #222;
}
p#tv_ad-disclaimer {
	text-align: right;
	color:#969696;
	margin: 10px 0;
}
#tv_ad-tvs {
	background:url('/wp-content/themes/TheBlaze/images/signup_glenn_tvs.png') no-repeat 0 0;
	height: 323px;
}
#tv_ad-tvs .button {
	margin-top: 245px;
	padding: 10px;
	float: right;
}

.sticky-active.to-bottom {
    bottom: 4px;
    position: absolute;
    top: auto;
}
.sticky-active {
	position:fixed;
	top:0;
}

/* Styles for table-based layouts. Dumb. */
table[border=0] th {
	border: none;
}
table[cellpadding=0],table[cellpadding=3],table[cellpadding=6] {
	margin-bottom: 0;
}
table[cellpadding=0] td,table[cellpadding=0] th {
	padding: 0;
}
table[cellpadding=3] td,table[cellpadding=3] th {
	padding: 3px;
}
.imgfix img {
    display: block;
}

/* temp styles for content.ad understory widget */
#ac_538 .ac_credit:before {
    content: "by Content.ad ";
}
#right-top_300x250 {
	position:relative;
	margin-bottom: 20px;
}

/* election-o-meter */
#election-scorecard {
	background-color:#333;
	padding-bottom:10px;
}
#election-scorecard ul {
	margin-bottom:10px;
}
#election-scorecard-logo-header {
	height:38px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#cccccc));
    background: -webkit-linear-gradient(top, #efefef, #cccccc);
    background: -moz-linear-gradient(top, #efefef, #cccccc);
    background: -ms-linear-gradient(top, #efefef, #cccccc);
    background: -o-linear-gradient(top, #efefef, #cccccc);
    background-image: linear-gradient(top, #efefef, #cccccc);
    background-color: #efefef;
    border-bottom:1px solid #9b9b9b;
}
#election-scorecard-header {
	margin-top:15px;
}
#election-scorecard-logo-header img {
	padding-top: 8px;
	display: block;
	margin: 0 auto;
}
hr.star-border {
	background: url('/wp-content/plugins/theblaze_electionometer/images/star-border.png') repeat-x transparent;
	height: 12px;
	border: none;
	width: 245px;
	margin: 0 auto 10px auto;
}
#election-scorecard li {
	width:245px;
	margin: 0 auto 10px auto;
	color: #FFF;
	font-family: LeagueGothicRegular,Arial,sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	text-shadow: 0 1px 2px black;
	filter: dropshadow(color=#000000, offx=0, offy=1);
	position:relative;
}
#election-scorecard li span {
	position:absolute;
	line-height: 25px;
	width: 100%;
	text-align: center;
	display:block;
}
#election-scorecard li span a {
	text-decoration:underline;
	display: inline-block;
}
#election-scorecard li span a,#election-scorecard li span a:link,#election-scorecard li span a:visited,#election-scorecard li span a:hover,#election-scorecard li span a:active {
	color: #FFF;
}
.obama-score {
	width: 50%;
	float: left;
	height: 25px;
}
.romney-score {
	width: 50%;
	float: right;
	height: 25px;
}
.obama-score .bar {
	height: 25px;
	float:right;
	background: #0456cd; /* Old browsers */
	background: -moz-linear-gradient(left,  #0456cd 0%, #25437f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0456cd), color-stop(100%,#25437f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #0456cd 0%,#25437f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #0456cd 0%,#25437f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #0456cd 0%,#25437f 100%); /* IE10+ */
	background: linear-gradient(to right, #0456cd 0%,#25437f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0456cd', endColorstr='#25437f',GradientType=1 ); /* IE6-9 */
}
.romney-score .bar {
	height: 25px;
	background: #832626; /* Old browsers */
	background: -moz-linear-gradient(left,  #832626 0%, #cc1e1d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#832626), color-stop(100%,#cc1e1d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #832626 0%,#cc1e1d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #832626 0%,#cc1e1d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #832626 0%,#cc1e1d 100%); /* IE10+ */
	background: linear-gradient(to right,  #832626 0%,#cc1e1d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#832626', endColorstr='#cc1e1d',GradientType=1 ); /* IE6-9 */
}

#election-scorecard .details {
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
}
#election-scorecard .details a,#election-scorecard .details a:link {
	color: #FFF;
}
.urtak-message {
	border-top: 3px solid;
	padding: 5px;
	background-color: #EEE;
}
.urtak-message p {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}
#wrapper a.brn-player{
	cursor:pointer
}
#breaking_callout.inactive,#secondary_callout.inactive {
	display:none;
}
.login-option .arrow,.featured-result-types .arrow {
	float: left;
	width: 0;
	height: 0;
}
.arrow.closed.small {
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #E91E24;
	margin: 2px 0 0 10px;
}
.arrow.open.small {
	border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #E91E24;
    margin: 2px 0 0 8px;
}
.arrow.closed {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #E91E24;
	margin: 17px 4px 0 9px;
}
.arrow.open {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #E91E24;
	margin: 17px 3px 0 6px;
}

/**
* Arrows
*
* Default width will 10px.
* Default color #D3D3D3
*
* Adjust size by setting border-width to the hole element 
* Adjust color by setting border-color to the hole element 
* and set the traget border to transparent
*/

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #D3D3D3;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:10px solid; 
}

.play-button {
  	background: none repeat scroll 0 0 #FFFFFF;
	border: 2px solid #999999;
	border-radius: 20px;
	cursor: pointer;
	height: 16px;
	width: 16px;
}

.play-button .arrow-right {
	margin: 3px 0 0 6px;
	border-width: 5px;
	border-left-color: #999999;
}

.login-question {
	color: #5C5C5C;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 1px;
	margin: 15px 0 10px;
}
.login-option-small {
	line-height: 12px;
	margin-bottom: 20px;
}
.login-option-link,.featured-result-types-link {
	padding-left: 20px;
	font-weight:bold;
	font-size: 20px;
    line-height: 50px;
}
.login-option-link-small {
	font-size: 12px;
	padding-left: 10px;
	font-weight: bold;
}
.login-option-details,.featured-result-types-details {
	padding-left: 15px;
	display:none;
}
.newsletter-signup p {
	margin-bottom: 5px;
}
.newsletter-ebooks label {
	display: inline;
	font-weight: normal;
}
.theblaze-promotext {
	margin-bottom: 35px;
}

.theblaze-promotext blockquote, .theblaze-promotext a {
	font-size: 13px;
	font-style: italic;
}

#undertone-top {
	width:970px;
	margin: 0 auto 10px auto;
}

.updated {
	font-style: italic;
	color: #666;
	margin-bottom: 10px;	
}

/* Share Tools */

.share-tools-container {
	padding: 30px 0;
}

.share-tools-container.bottom {
	border-top: 1px dotted #999999;
	margin-top: 30px;
}

.share-tools-container .count {
	float: left;
	margin-top: -6px;
}

.share-tools-container .count h2 {
	color: #E91E24;
	font-family: arial,helvetica,sans-serif;
	font-size: 34px;
	font-weight: bold;
	padding: 0;
	text-align: center;
}

.share-tools-container .count span {
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
}

.share-tools-container .buttons {
	float: right;
}

.share-tools-container .buttons ul {
	margin: 0;
	line-height: 0;
}

.share-tools-container .buttons li {
	float: left;
	margin-left: 10px;
}

.share-tools-container .buttons li:first-child {
	margin-left: 0;
}

.share-tools-container .google, .share-tools-container .linkedin {
	display: none;
}

#content-1024 .share-tools-container .google, #content-1024 .share-tools-container .linkedin {
	display: block;
}

#content-1024 .share-tools-container .switch {
	display: none;
}

/* MAGAZINE SUB-NAVIGATION */

.magazine-nav { 
	display: table; 
	text-align: center; 
}

.magazine-nav ul { 
	list-style: none; 
	font-family: Helvetica; 
	background: #000; 
	width: 620px; 
	text-align: center; 
}

.magazine-nav ul li { 
	display: inline-block; 
	padding: 10px 0;   
}

.magazine-nav ul li a { 
	display: block; 
	padding: 5px 10px 5px 5px; 
	text-decoration: none; 
	color: #FFF; 
	border-right: 1px solid #FFF; 
	text-transform: uppercase; 
	font-size:24px; 
	font-family:LeagueGothicRegular; 
}

.magazine-nav ul li:last-child > a { 
	border:0; 
}

.magazine-nav ul li .blaze-red { 
	color:#E91E24; 
}

/* THE BLAZE TWELVE COL GRID*/

.twelve-col-one,.twelve-col-two,.twelve-col-three,.twelve-col-four,.twelve-col-five,.twelve-col-six,.twelve-col-seven,.twelve-col-eight,.twelve-col-nine,.twelve-col-ten,.twelve-col-eleven,.twelve-col-twelve {
	margin-right: 20px;
	float: left;
}

.twelve-col-last { 
	margin: 0; 
}

.twelve-col-one {
	width: 60px;
}

.twelve-col-two {
	width: 140px;
}

.twelve-col-three {
	width: 220px
}

.twelve-col-four {
	width: 300px
}

.twelve-col-five {
	width: 380px
}

.twelve-col-six {
	width: 460px
}

.twelve-col-seven {
	width: 540px;
}

.twelve-col-eight {
	width: 620px;
}

.twelve-col-nine {
	width: 700px;
}

.twelve-col-ten {
	width: 780px;
}

.twelve-col-eleven {
	width: 860px;
}

.twelve-col-twelve {
	width: 940px;
}

/* TheBlaze 1024 Grid */ 

body.new-design {
	background: #FFFFFF;
}

#container-1024 {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
    margin: 0 auto;
    width: 1064px;
}

#content-1024 {
	background: #FFFFFF;
	padding: 0 20px;
}

#container-1024 .twelve-col-one,#container-1024 .twelve-col-two,#container-1024 .twelve-col-three,#container-1024 .twelve-col-four,#container-1024 .twelve-col-five,#container-1024 .twelve-col-six,#container-1024 .twelve-col-seven,#container-1024 .twelve-col-eight,#container-1024 .twelve-col-nine,#container-1024 .twelve-col-ten,#container-1024 .twelve-col-eleven,#container-1024 .twelve-col-twelve {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
	margin-right: 20px;
	float: left;
}

#container-1024 .twelve-col-last { 
	margin-right: 0; 
}

#container-1024 .twelve-col-one {
	width: 67px;
}

#container-1024 .twelve-col-two {
	width: 154px;
}

#container-1024 .twelve-col-three {
	width: 241px
}

#container-1024 .twelve-col-four {
	width: 328px
}

#container-1024 .twelve-col-five {
	width: 415px
}

#container-1024 .twelve-col-six {
	width: 502px
}

#container-1024 .twelve-col-seven {
	width: 589px;
}

#container-1024 .twelve-col-eight {
	width: 676px;
}

#container-1024 .twelve-col-nine {
	width: 763px;
}

#container-1024 .twelve-col-ten {
	width: 850px;
}

#container-1024 .twelve-col-eleven {
	width: 937px;
}

#container-1024 .twelve-col-twelve {
	width: 1024px;
}

#container-1024 .offset-one {
	margin-left: 87px;
}

#container-1024 .offset-two {
	margin-left: 174px;
}

#container-1024 .offset-three {
	margin-left: 261px
}

#container-1024 .offset-four {
	margin-left: 348px
}

#container-1024 .offset-five {
	margin-left: 435px
}

#container-1024 .offset-six {
	margin-left: 522px
}

#container-1024 .offset-seven {
	margin-left: 609px
}

#container-1024 .offset-eight {
	margin-left: 696px
}

#container-1024 .offset-nine {
	margin-left: 783px
}

#container-1024 .offset-ten {
	margin-left: 870px
}

#container-1024 .offset-eleven {
	margin-left: 957px
}

/* Section Titles */
.section-title  {
	background: #F3F3F3;
	border: 1px solid #D3D3D3;
	padding: 20px;
	margin: 0;
}

.section-title h3 {
	color: #333333;
	font-family: arial;
	font-size: 26px;
	font-weight: bold;
	text-transform: none;
	text-shadow: 0 1px 0 #FFFFFF;
	text-align: left;
	border-bottom: 0;
	float: left;
	margin: 0;
	padding: 0;
}

.section-title .soft-button {
	margin: -10px;
}

.section-title select {
	border: 1px solid #D3D3D3;
	padding: 5px 10px;
	margin: -10px -5px;
}

.book-header, .radio-header {
	border-bottom: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	padding: 20px 0;
	line-height: 0;
}

.book-header .show-social, .radio-header .show-social {
	margin-top: 0;
}

/* TV STAR PAGE & AUTHOR PAGE  */
.author-star-section, .author-star-header, .author-header {
	padding: 15px 0;

	border-top: 1px solid #D3D3D3;
}

.author-header {
	border-bottom: 1px solid #D3D3D3;
}

.author-star-image {
	margin-bottom: -5px;
}
.author-star-heading{
	font-size: 36px;
	padding: 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #D3D3D3;
}

.author-star-heading span {
	border:0;
}

.author-star-sub-heading {
	font-size: 24px;
	color: #333;
	padding-bottom: 2px;
	border-bottom: 1px dotted #D3D3D3;
	text-align: center;
	line-height: 24px;
}

.author-star-sub-title {
	border-bottom: 1px solid #D3D3D3;
    color: #333333;
    font-family: helvetica;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.author-subhead {
	border-bottom: 1px dotted #D3D3D3;
	padding-bottom: 10px;
}

.author-subhead .author-subhead-text {
	font-family: LeagueGothicRegular,Arial,sans-serif;
	font-size: 24px;
	padding-top: 5px;
}

.author-star-bio p {
	font-size: 13px;
	margin: 0;
	line-height: 18px;
}

.author-star-social-container, .author-social-container {
	display: block;
	text-align: center;
}

.author-social-container {
	margin-top: 10px;
}

.author-social-container .author-icon-list {
	padding: 5px 0;
}

.author-icon-list {
	background-color: #EFEFEF;
	padding: 15px 0;
	text-align: center;
	border: 1px solid #D3D3D3;
	margin-bottom: 0;
}

.author-icon-list li {
	display: inline-block;
}

.author-star-recent-widget {
	padding: 0 10px;
	border: 1px solid #D3D3D3;
}

.author-star-recent-widget .full-button {
	margin-top: 10px;
	color: #FFF;
}

.author-star-recent-story {
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

.author-recent-story h3 {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	text-align: left;
	text-transform: none;
	border-bottom: 0;
	padding-bottom: 0;
	margin: 0 0 5px;
}

.author-recent-story p {
	margin: 5px 0;
}

.author-recent-story .wp-post-image {
	background: #F2F2F2;
    border: 1px solid #D3D3D3;
    padding: 5px;
}

.author-date-line {
	padding: 5px 0;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	margin: 15px 0 0 0;
}

.author-date {
	font-size: 12px;
	color: #808080;
	margin: 0;
}

.author-story-list li {
	margin-top: 20px;
}

.author-recent-story h3 a {
	color: #333;
	font-weight: bold;
}

.author-book-content {
	width: 500px;
	margin-left: 10px;
	font-weight: bold;
}

.author-star-recent-story h3 {
	border-bottom: 0;
	margin-bottom: 0;
}

.author-star-recent-story h3 a {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #333;
	text-align: left;
	padding: 10px;
	border-top: 1px solid #D3D3D3;
	text-transform: none;
	font-weight: bold;
}

.author-star-recent-story a {
	display: block;
	font-weight: bold;
}

.author-star-links {
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	padding: 5px;
}

.author-icon, .contributor-icon, .book-author-icon, .anchor-icon, .blogger-icon, .all-icon {
	background: url(images/author-icons.png) no-repeat;
	height: 41px;
	width: 41px;
	display: block;
	margin: 0 auto; 
}

.all-icon {
	background-position: -202px 0 ;
}

.blogger-icon {
	background-position: -41px 0 ;
}

.contributor-icon {
	background-position: -122px 0 ;
}

.author-icon {
	background-position: -81px 0 ;
}

.book-author-icon {
	background-position: -162px 0 ;
}

.currentVideoTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 0;
	border-bottom: 1px dotted #D3D3D3;
}

.currentVideoDate {
	padding-right: 5px;
	border-right: 1px solid #D3D3D3;
}

.playlist {
	display: none;
}

.playlistItem {
	width: 124px;
	float: left;
	margin: 0 10px;
	line-height: 12px;
}

.playlistItem h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	margin-top: 3px;
}

.playlistInner {
	background: #EFEFEF;
    padding: 10px 20px;
    margin-top: 10px;
    border-bottom: 1px solid #D3D3D3;
    border-top: 1px solid #D3D3D3;
}

.playlistDate p, .playlistDuration p {
	color: #808080;
	font-size: 11px;
	line-height: inherit;
	margin: 3px 0;
}

.vert-playlist .list-item {
	padding-bottom: 10px;
	border-bottom: 1px solid #D3D3D3;
	margin: 5px 0 10px 0;
}

.vert-playlist .description {
	margin-left: 10px;
	width: 190px;
}

.vert-playlist .title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px; 
	line-height: 12px;
}

.vert-playlist .date, .vert-playlist .time {
	font-size: 11px;
	color: #777777;
	margin: 0; 
}

.jcarousel-clip-horizontal {
	width: 575px;
	overflow: hidden;
}

.jcarousel-prev-horizontal {
	background: #D3D3D3;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.jcarousel-prev-horizontal:after {
	background: url("/wp-content/themes/TheBlaze/images/icons/carousel_arrows.png") no-repeat ;
    content: "";
    display: inline-block;
    height: 13px;
    left: 5px;
    position: absolute;
    top: 75px;
    width: 10px;
}

.jcarousel-next-horizontal {
	background: #D3D3D3;
    cursor: pointer;
    display: block;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.jcarousel-next-horizontal:after {
	background: url("/wp-content/themes/TheBlaze/images/icons/carousel_arrows.png") no-repeat -10px 0;
    content: "";
    display: inline-block;
    height: 13px;
    left: 5px;
    position: absolute;
    top: 75px;
    width: 10px;
}
.author-tabs{
    border-top: 1px solid #D3D3D3;
    margin-top: 20px;
    padding-left: 10px;
    background: #f2f2f2;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #f2f2f2 94%, #d3d3d3 94%, #d3d3d3 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(94%,#f2f2f2), color-stop(94%,#d3d3d3), color-stop(99%,#d3d3d3));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#f2f2f2 94%,#d3d3d3 94%,#d3d3d3 99%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#f2f2f2 94%,#d3d3d3 94%,#d3d3d3 99%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#f2f2f2 94%,#d3d3d3 94%,#d3d3d3 99%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#f2f2f2 94%,#d3d3d3 94%,#d3d3d3 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d3d3d3',GradientType=0 );
}

.author-tabs li {
	float: left;
	padding: 10px;
	text-align: center;
}

.author-tabs li a {
	color: #767676;
	font-size: 11px;
}

.ui-tabs-hide {
	display: none;
}

.ui-state-active {
	background: #FFF;
	border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
}
.bbpBox {
	margin:0 auto;
	max-width:620px;
	clear: both;
}

/* Contribution single page Author Bio */

.author-instory-heading {
    font-family: helvetica;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 0 0;
}	

.author-instory-heading a {
	color: #333;
	font-weight: bold;
}

.author-story-worktitle {
    font-size: 13px;
}

.author-instory-container {
	border-bottom: 1px solid #D3D3D3;
    border-top: 1px solid #D3D3D3;
    margin-bottom: 20px;
    padding: 10px 0;
}

.author-instory-container img {
    float: left;
    margin-right: 10px;
}

.author-instory-rightcol {
    float: left;
    width: 510px;
}

.author-instory-bio {
	overflow: hidden;
	position: relative;
}

.author-instory-bio.closed {
	height: 55px;
}

.author-instory-bio .overlay {
	background: -moz-linear-gradient(top,  rgba(255,255,255,.5) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.5)), color-stop(100%,rgba(255,255,255,1))); 
	background: -webkit-linear-gradient(top,  rgba(255,255,255,.5) 0%,rgba(255,255,255,1) 100%); 
	background: -o-linear-gradient(top,  rgba(255,255,255,.5) 0%,rgba(255,255,255,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(255,255,255,.5) 0%,rgba(255,255,255,1) 100%); 
	background: linear-gradient(to bottom,  rgba(255,255,255,.5) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    bottom: 0;
    height: 10px;
    position: absolute;
    width: 100%;
}

.author-instory-bio p {
    margin: 0;
}

.author-instory-social {
	background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #D3D3D3;
    margin-bottom: 0;
    padding-top: 4px;
    text-align: center;	
}

.author-instory-social li {
	display: inline-block;
}

.author-instory-more {
	border-top: 1px solid #D3D3D3;
    margin-bottom: 5px;
    padding-top: 0;
}

.author-instory-more div {
	border-bottom: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    height: 10px;
    margin-left: 190px;
    padding: 0 50px;
    position: relative;
    width: 20px;
    cursor: pointer;
}

.author-instory-more span {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;	
	border-top: 5px solid #D3D3D3;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: 3px;
}

.author-instory-more span.flip {
	-webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg); 
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}


#back_to_top {
	position: fixed;
	top: 150px;
	right: 5px;
}

#back_to_top a {
	display: block;
	padding: 15px;
	background: #E91E24;
	-moz-box-shadow: 2px 2px 0 0 #733131;
	-webkit-box-shadow: 2px 2px 0 0 #733131;
    box-shadow: 2px 2px 0 0 #733131;
    line-height: normal;
}

.social-new-feature-container {
	border: 1px solid #D3D3D3;
	position: absolute;
	top: -26px;
	left: 85px;
	-moz-box-shadow: 2px 2px 0 0 #767676;
	-webkit-box-shadow: 2px 2px 0 0 #767676;
    box-shadow: 2px 2px 0 0 #767676;
    color: #E91E24;
}

.new-feature-close {
	border-right: 1px solid #D3D3D3;
	cursor: pointer;
	font-size: 9px;
	padding: 2px;
	position: absolute;
	top: 0;
}

.new-feature-info {
	border: 1px solid #D3D3D3;
	cursor: pointer;
	font-size: 10px;
	line-height: 12px;
	margin: 3px 3px 0 20px;
	padding: 1px 4px;
	float: right;
}

.new-feature-arrow {
	background: url("/wp-content/themes/TheBlaze/images/icons/new-feature-arrow.png") no-repeat center;
	bottom: -7px;
	width: 100%;
	height: 7px;
	position: absolute;
}

.new-feature-p {
	font-size: 12px;
	margin: 0 0 0 30px; 
	float: left;
}

/* Page specific styles */

body.search .post-meta {
	border:none;
}
.search_bottom_pagination a+a {
    margin-right: 10px;
}

.magazine-xlarge-ad {
	margin-bottom: 20px;
	display: block;
	text-align: center;
}

/* Takeover Styles */

.left-takeover-ad {
    height: 600px;
    margin-left: -181px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    width: 160px;
}

.takeover-link {
	height: 600px;
    position: absolute;
    top: 0;
    width: 200px;
    display: block;
    z-index: 99;
}

.left-takeover-ad-sticky {
    position: fixed;
    top: 0;
    top: 21px;
}

.right-takeover-ad {
    height: 600px;
    margin-left:961px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    width: 160px;
}

#container-1024 .right-takeover-ad {
	margin-left:1045px;
}

#container-1024 #ad-billboard {
	width:982px;
	position: relative;
	margin: 0 auto;
}

.right-takeover-ad-sticky {
	right: inherit;
    position: fixed;
    top: 21px;
}

body #TB_window input.input-text {
	margin: 0;
	height: 38px;
	border-radius: 0;
	-webkit-box-shadow: inset 0px 3px 5px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 3px 5px -2px rgba(0,0,0,0.1);
	box-shadow: inset 0px 3px 5px -2px rgba(0,0,0,0.1);
	border: 1px solid #d3d3d3;
	padding: 0px 5px;
	vertical-align: top;
}
body #TB_window input.medium {
	width:380px;
}
body #TB_window input.small {
	width: 128px;
}
body #TB_window p {
	margin: 5px 0;
}
body #TB_window label {
	background: #FFF;
	border: 1px solid #D3D3D3;
	font-size: 11px;
	text-shadow: none;
	font-weight: normal;
	line-height: 28px;
	margin: 5px 0;
}
body #TB_window fieldset {
	margin-bottom: 20px;
}
body #TB_window {
	color: #333;
	text-shadow: 0 1px 0 #fefefe;
}

/* new interstitial */
#interstitial {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #FFF;
	color:#333;
	top: 0;
}
#interstitial-header {
	background-color:#CCC;
	height:50px;
	border-top:1px #FFF solid;
	border-bottom:1px #767676 solid;
	text-transform:uppercase;
	line-height: 50px;
}
.interstitial-header-container {
	width: 700px;
	margin: 0 auto;
}
#interstitial .timeout {
	float: left;
	margin-left: 10px;
}
#interstitial .close_link {
	float: right;
}
#interstitial-header a:link,#interstitial-header a:visited,#interstitial-header a:hover,#interstitial-header a:active {
	color:#333;
}
#interstitial .logo {
	margin-top:8px;
	float: left;
}
#billboard_970x250 {
	line-height:1px
}
#ad-billboard {
	width:970px;
	margin:0 5px 10px 5px;
	/*display:none;*/
}

#billboard_options {
	font-size: 11px;
	text-align: right;
}
#billboard_options a,#billboard_options a:link,#billboard_options a:visited,#billboard_options a:hover,#billboard_options a:active {
	color:#111;
}

#under_story_ad {
	overflow: hidden;
}

/**
 * HERE'S SOME HEADER STUFF FOR THE VIDEO DROPDOWN
 */
.header_playlist .playlistItem {
	float: left;
	height: 150px;
	width: 140px;
	margin: 0 15px 20px;
}
.header_playlist .playlistItem img {
	width:140px;
}
.header_playlist .playlistItem:last-child {
	margin-right: none;
}
.header_playlist {
	margin: 0;
}
.header_playlist_label {
	font-size: 10px;
	text-transform: uppercase;
	margin-left: 15px;
}

/* Affiliate Page */

#FSContact3 {
	margin-left: 10px;
}

.affiliate-form-container h1 {
	font-size: 50px;
	text-align: center;
}

.affiliate-content {
	border: 1px solid #D3D3D3;
    height: 626px;
    margin-bottom: 10px;
    padding: 10px;
}

.affiliate-content  p {
	font-size: 13px;
}

.affiliate-content h3, .affiliate-form h3 {
	border-bottom: 1px solid #D3D3D3;
    color: #333333;
    font-family: helvetica;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    text-align: left;
    text-transform: uppercase;
}

.affiliate-form {
	background: none repeat scroll 0 0 #EFEFEF;
	border: 1px solid #D3D3D3;
    padding: 10px;
    height: 626px;
}

.affiliate-form input[type=submit] {
	border: 0 none;
	background: none repeat scroll 0 0 #E91E24;
	-moz-box-shadow: 2px 2px 0 0 #733131;
	-webkit-box-shadow: 2px 2px 0 0 #733131;
    box-shadow: 2px 2px 0 0 #733131;
    color: #FFF;
    padding: 5px 10px;
    text-shadow: 0 1px 0 #640903;
    text-align: center;
    cursor: pointer;
}
.affiliate-form input[type=submit]:hover {
	background-color: #EF5044;
	color: #FFF;
}

.affiliate-form h3 {
	text-shadow:0 1px 0 #FFFFFF;
	margin: 10px;
}

.affiliate-form p {
	padding: 0 10px;
	margin-bottom: 0;
}

.affiliate-form ul {
	margin: 10px;
}

.affiliate-form li:nth-child(even) {
	margin-bottom: 10px;
}

.affiliate-form span {
	color: #E91E24;
}

.affiliate-form label {
	color: #333;
	text-shadow:0 1px 0 #FFFFFF;
}

.affiliate-form input[type=text] {
	padding: 5px; 
	width: 250px;
}

.affiliate-form textarea {
	height: 200px;
	width: 565px;
}

.affiliate-form input.error, .affiliate-form textarea.error  {
	background: #FFEBE8;
    border: 2px solid #E91E24;
}

/* Channel Finder Widget */

#channel-finder-widget, #gettheblaze-countdown-widget {
	background: #FBFBFB;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    margin: 25px 0 0;
}

.channel-finder-header, .channel-finder-content, .gettheblaze-countdown-container {
	padding: 20px;
}

.channel-finder-header {
	background: #333333;
	background: -moz-linear-gradient(top,  #444444 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top,  #444444 0%,#333333 100%);
	background: -o-linear-gradient(top,  #444444 0%,#333333 100%);
	background: -ms-linear-gradient(top,  #444444 0%,#333333 100%);
	background: linear-gradient(to bottom,  #444444 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#333333',GradientType=0 );
	border: 1px solid #000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.channel-finder-header a {
	display: block;
	height: 40px;
}

.channel-finder-content, .gettheblaze-countdown-container  {
	border-bottom: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    position: relative;
}

.channel-finder-content * {
	font-family: helvetica;
	text-align: center;
}

.channel-finder-content .channel-no-space {
	margin: 0;
}

.channel-finder-content span {
	font-weight: bold;
}

.channel-finder-content h3 {
	font-size: 29px;
	font-weight: bold;
	border-bottom: 1px solid #D3D3D3;
	line-height: 25px;
	margin: 0;
	color: #333;
	padding:0;
}

.channel-finder-content h2 {
	font-size: 23px;
	margin: 20px 0;
	text-transform: none;
}

.channel-finder-content h4 {
	font-size: 15px;
	color: #333;
	border-bottom: 0;
	margin: 10px 0 0 0;
	padding-bottom: 0;
}

h2.channel-secondary-header {
	border-bottom: 1px solid #D3D3D3;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

.channel-finder-content p {
	font-size: 13px;
	margin: 10px 0;
}

.channel-finder-content p a {
	font-weight: bold;
}

.channel-finder-content form {
	margin-bottom: 0;
}

.channel-finder-input {
	box-shadow: 0 1px 0 #FFFFFF;
    margin-top: 20px;
    padding: 5px;
    text-align: left;
    width: 240px;
}

.channel-finder-content hr {
	margin: 0;
	padding: 0;
}

.channel-add-email input {
	float: left;
    margin: 20px 10px 0 0;
    width: 200px;
}

.channel-finder-content input[type=checkbox] {
	margin-top: 10px;
}

.channel-finder-content select {
	border: 1px solid #A6A6A6;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    color: #777777;
    font-size: 11px;
    letter-spacing: 0.5px;
    margin-top: 20px;
    padding: 5px;
    width: 256px;
}

.channel-finder-content  input.submit.red.button {
	margin-top: 20px;
}

.channel-add-email a {
	background: #FFFFFF;
    border: 1px solid #A6A6A6;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #A6A6A6;
    float: left;
    font-weight: bold;
    margin-top: 20px;
    padding: 5px 10px;
}

.channel-finder-social {
	margin: 10px;
    padding-left: 85px;
}

.channel-finder-social a:first-child {
	margin-right: 20px;
}

.channel-skip-button {
	margin: 30px 20px 0 0;
}

.channel-finder-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/wp-content/themes/TheBlaze/images/loading_spinner.gif') center center no-repeat rgba(250, 250, 250, 0.8);
}

/* Get TheBlaze Countdown Widget */

#gettheblaze-countdown-widget {
	border-top: 1px solid #D3D3D3;
}

.countdown-clock-container {
	background: #D3D3D3;
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #767676;
	border-bottom: 1px solid #767676;
	color: #333333;
}

.gettheblaze-countdown-container h3 {
	font-size: 30px;
	font-family: helvetica, arial;
	font-weight: bold;
	color: #333333;
	border: none;
	margin: 20px 0 10px 0;
	line-height: 30px;
	padding-bottom: 0;
}

.gettheblaze-countdown-container a {
	color: #FFFFFF;
	text-transform: uppercase;
}

.countdown-clock-container ul {
	margin-bottom: 0;
}

.countdown-clock-container li {
	float: left;
	margin-left: 28px;
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
}

.countdown-clock-container li span {
	text-transform: uppercase;
}

.count-num {
    font-size: 24px;
    font-weight: bold;
}

.count-type {
	display: block;
	font-size: 10px;
	font-weight: bold;
}

li.rememberme {
list-style: none;
width: 100%;
}

li.lostpassword {
list-style: none;
width: 100%;
}

.twitter-tracker iframe {
    margin-left:10px;
}

/* For use with jScrollPane */
.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background: white;
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
    margin: 0;
    padding: 0;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #fff;
    position: relative;
}

.jspDrag
{
    background: #ccc;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 5px;
    transition: background 300ms;
    -webkit-transition: background 300ms;
}
.jspDrag:hover,.jspDrag:active {
	background: #a3a3a3;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}
/* Search page */
.search-result-header {
    font-size: 50px;
    text-transform:none;
    border-bottom:1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
li.featuredresult {
    margin-bottom: 15px;
    clear: both;
}
.featured-result-types-details ul {
	margin-bottom: 0;
}

/* Subscription Pop-up */

.scroll-ad-header, .scroll-ad-body, .scroll-ad-container {
	width: 100%;
}

.scroll-ad-logo, .scroll-ad-title {
	float: left;
}

.scroll-ad-title, .scroll-ad-left h2, .scroll-ad-right h3 {
	font-family: helvetica, arial;
}

.scroll-ad-left h2, .scroll-ad-left p, .scroll-ad-right h3, .scroll-ad-right p {
	text-align: center;
}

.scroll-ad-left p, .scroll-ad-right p {
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.scroll-ad-rshad, .scroll-ad-lshad {
	background: url('/wp-content/themes/TheBlaze/images/sub-ad-popup/shadow-sprite.png') repeat-y;
	height: 100%;
	width: 10px;
	position: absolute;
	top: 0;
}

.scroll-ad-container {
	position: fixed;
	bottom: 0;
	z-index: 501;
	box-shadow: 0 -1px 10px rgba(0,0,0,0.8);
	display: none;
}

.scroll-ad-header {
	background: #333;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 51px;
	cursor: pointer;
}

.scroll-ad-title {
	color: #FFFFFF;
	font-size: 20px;
	padding: 5px 20px;
	text-shadow: 0 1px 0 #000000;
	text-transform: none;
	width: 610px;
	text-align: center;
}

.scroll-ad-header .button {
	background: #E91E24 url('/wp-content/themes/TheBlaze/images/sub-ad-popup/arrow-sprite.png') 60px 8px no-repeat;
	float: right;
	padding-right: 30px;
}

.scroll-ad-container.opened .scroll-ad-header .button {
	background-position: 65px -20px;
}

.scroll-ad-wrap {
	position: relative;
	margin: 0 auto;
}

.scroll-ad-header .scroll-ad-wrap {
	background: #404040;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 20px;
	width: 940px;
}

.scroll-ad-body .scroll-ad-wrap {
	padding: 20px;
	width: 940px;
}

.scroll-ad-body.dark {
	background: #333333;
}

.scroll-ad-body.light  {
	background: #EFEFEF;
}

.scroll-ad-body.dark .scroll-ad-wrap {
	background: #404040;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.scroll-ad-body.light .scroll-ad-wrap {
	background: #FAFAFA;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;	
}

.scroll-ad-left {
	float: left;
	width: 460px;
}

.scroll-ad-left h2, .scroll-ad-right h2 {
	font-size: 20px;
	color: #E91E24;
	padding-bottom: 10px;
	border-bottom: 1px solid #D3D3D3;
	font-weight: bold;
	text-shadow: 0 1px 0 #640903;
}

.scroll-ad-left .button, .scroll-ad-right .button {
	display: block;
	margin: 0 auto;
	width: 300px;
	text-transform: uppercase;
}

.scroll-ad-right {
	float: right;
	width: 460px;
}

.scroll-ad-right a, .scroll-ad-left a  {
	margin-top: 10px;
	font-weight: bold;
}

.scroll-ad-right h3, .scroll-ad-left h3 {
	font-size: 18px;
	color: #E91E24;
	padding-top: 10px;
	border-top: 1px solid #D3D3D3;
	border-bottom: 0;
	font-weight: bold;
	text-shadow: 0 1px 0 #640903;
}

.scroll-ad-header .scroll-ad-rshad {
	background-position: -10px 0;
}

.scroll-ad-body.light .scroll-ad-lshad {
	background-position: -20px 0;
}

.scroll-ad-body.dark .scroll-ad-rshad {
	background-position: -10px 0;
}

.scroll-ad-body.light .scroll-ad-rshad {
	background-position: -30px 0;
}

.scroll-ad-rshad {
	right: 0;
	margin-right: -11px;
}

.scroll-ad-lshad {
	left: 0;
	margin-left: -11px;
}

.scroll-ad-container.closed .scroll-ad-body {
	display: none;
}

/* +++++++++ MEDIA QUERYS FOR SMALL SCREENS +++++++++  */
@media all and (max-width: 900px) and (min-width: 500px) {
	.scroll-ad-logo {
		max-width: 100%;
		height: auto;
		display: block;
	}
	.scroll-ad-header .scroll-ad-wrap {
		width: 100%;
	}
	.scroll-ad-title {
		font-size: 16px;
		width: 410px;
		padding: 7px 20px;
	}
	#scroll-ad-trigger {
		float: left;
	}
}

@media all and (max-width: 750px) and (min-width: 500px)  {
	.scroll-ad-logo {
		display: none;
	}
	.scroll-ad-title {
		font-size: 18px;
		width: 440px;
		padding: 7px 20px;
	}
}


/* CSS FOR POPSOCIAL TOPHEADLINES WIDGET */
#tblz_ps_widget li.tblz_ps_tab_left  { float: left; }
#tblz_ps_widget li.tblz_ps_tab_right { float: right; }
#tblz_ps_widget .button { border: none; }
#tblz_ps_widget a.tblz_ps_thumbnail {
	float: left;
	line-height: 0;
}
#tblz_ps_widget label {
	display: block;
	font-weight: bold;
	cursor: pointer;
}
#tblz_ps_widget .label {
	background: #999;
	display: inline-block;
	padding: 3px 5px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#tblz_ps_widget .red.label {
    background: #E91E24;
    color: #fff;
}
#tblz_ps_widget a.hot-story {
	background: url(/wp-content/themes/TheBlaze/images/b_logo_hot.png) no-repeat center left;
	padding-left: 22px;
	height: 18px;
	display: inline;
}
#tblz_ps_widget h3.tblz_ps_header {
	font-size: 26px;
	padding: 0 5px 0 0;
	line-height: 26px;
}
#tblz_ps_widget .tblz_ps_header_wrapper {
	width: 258px;
	margin: 10px auto 0;
}
#tblz_ps_widget ul.tblz_ps_stories {
	margin: 0;
	border-bottom: 1px solid #ddd;
	padding: 0 10px;
	display: none;
}
#tblz_ps_widget ul.tblz_ps_stories_active {
	display: block;
}
#tblz_ps_widget a.tblz_ps_title {
	color: #333;
	font-weight: bold;
}
#tblz_ps_widget .tblz_ps_content li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 8px;
}
#tblz_ps_widget .tblz_ps_content img {
	margin-right: 10px;
}
#tblz_ps_widget a.left {
	line-height: 0;
}
#tblz_ps_widget ul.tblz_ps_stories li:last-child {
	border: none;
}
#tblz_ps_widget a.tblz_ps_tab_left,#tblz_ps_widget a.tblz_ps_tab_right {
	display: block;
	width: 118px;
	height: 26px;
	background: url(/widget/top-headlines/tabs_sprite.png) #f5f5f5;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#tblz_ps_widget div.tblz_ps_tab_active {
	height: 27px;
	background-color: #fff;
}
#tblz_ps_widget a.tblz_ps_tab_left {
	background-position: 35px 0;
}
#tblz_ps_widget .tblz_ps_tab_active a.tblz_ps_tab_left {
	background-position: -53px 0;
	background-color: #fff;
}
#tblz_ps_widget a.tblz_ps_tab_right {
	background-position: -136px 0;
}
#tblz_ps_widget .tblz_ps_tab_active a.tblz_ps_tab_right {
	background-position: -214px 0;
	background-color: #fff;
}
#tblz_ps_widget div.tblz_ps h3 {
	margin: 0;
}
#tblz_ps_widget ul.tblz_ps_tabs_wrapper {
	margin: 5px 10px 0;
	border-bottom: 1px solid #ddd;
}
#tblz_ps_widget li.tblz_ps_tab_left,#tblz_ps_widget li.tblz_ps_tab_right {
	width: 118px;
	height: 26px;
	border: 1px solid #ddd;
	border-bottom: none;
}
#tblz_ps_widget li.tblz_ps_tab_left {
	margin-left: 10px;
}
#tblz_ps_widget li.tblz_ps_tab_right {
	margin-right: 10px;
}
#tblz_ps_widget div.tblz_ps_email_box {
	background: #f5f5f5;
	padding: 10px 10px 0;
}
#tblz_ps_widget .tblz_ps_email_headline {
	display: block;
	margin: 0 auto;
}
#tblz_ps_widget .tblz_ps_email_box form {
	margin: 10px 0 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#tblz_ps_widget #tblz_user_email {
	box-shadow: 0 1px 0 #f5f5f5;
	color: #777;
	padding: 4px;
	width: 200px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#tblz_ps_widget #tblz_user_email:focus {
	color: #000;
}
#tblz_ps_widget a.tblz_ps_embed_link {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: center;
	display: block;
	line-height: 22px;
}

/* In-story Firewire Signup form */
.instory-firewire-container {
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	padding: 10px 0;
	margin: 20px 0;
}

.instory-firewire-container h3 {
	border-bottom: 0;
	color: #333333;
	font-family: arial,helvetica;
	font-size: 13px;
	font-weight: bold;
	margin: 0	;
	padding: 0;
	text-transform: none;
}

.instory-firewire-container form {
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #D3D3D3;
}

.instory-firewire-container input[type=text] {
	width: 480px;
	height: 20px;
	padding: 5px;
	border: 1px solid #D3D3D3;
	margin-right: 10px;
}

#postContent .instory-firewire-container input.submit {
	margin-top: 0;
	width: 90px;
	height: 30px;
}

#tblz_inline_firewire_signup_success {
	display: none;
	background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
    text-align: center;
}

/* Zemanta styles */
.postContent h3.related_post_title {
	font-family: Arial,Helvetica,Helvetica Neue,Verdana,sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	text-align: left;
	font-weight: bold;
	text-transform: capitalize;
	border: none;
	padding: 0;
}
ul.related_post {
	list-style: disc;
	margin-left: 20px;
	font-size: 14px;
	margin-bottom: 10px;
}
div.zem_rp_wrap {
	padding-top: 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

/* Shared Quotes */
#postContent .tbz-shared-quote-center, #content .tbz-shared-quote-center {
	margin: 10px 0;
	padding: 20px 0;
	border-top: 3px solid #F0F0F0;
	border-bottom: 3px solid #F0F0F0;
}

#postContent .tbz-shared-quote-center blockquote, #content .tbz-shared-quote-center blockquote {
	text-align: center;
	margin: 0;
}

#postContent .tbz-shared-quote-left, #content .tbz-shared-quote-left {
	border-right: 3px solid #F0F0F0;
    float: left;
    margin: 10px 20px 10px 10px;
    padding: 30px 10px;
    width: 300px;
}

#postContent .tbz-shared-quote-right, #content .tbz-shared-quote-right {
	border-left: 3px solid #F0F0F0;
    float: right;
    margin: 10px 10px 10px 20px;
    padding: 30px 10px 30px 30px;
    text-align: right;
    width: 300px;
}

#postContent .tbz-shared-quote-right blockquote, #content .tbz-shared-quote-right blockquote {
	text-align: right;
}

#postContent .tbz-shared-quote-left span, #content .tbz-shared-quote-left span {
	font-weight: normal;
	font-size: 16px;
	float: left;
}

#postContent .tbz-shared-quote-right span, #postContent .tbz-shared-quote-center span, #content .tbz-shared-quote-right span, #content .tbz-shared-quote-center span, #content-1024 .tbz-shared-quote-center span {
	margin-left: 10px;
	font-weight: normal;
	font-size: 16px;
	float: right;
}

#postContent .tbz-shared-quote-right blockquote, #postContent .tbz-shared-quote-left blockquote, #postContent .tbz-shared-quote-center blockquote, #content .tbz-shared-quote-right blockquote, #content .tbz-shared-quote-left blockquote, #content .tbz-shared-quote-center blockquote {
	font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

#postContent .tbz-shared-quote-right span, #postContent .tbz-shared-quote-left span, #postContent .tbz-shared-quote-center span, #content .tbz-shared-quote-right span, #content .tbz-shared-quote-left span, #content .tbz-shared-quote-center span {
	width: 75px;
}

#postContent .tbz-shared-quote-right a, #postContent .tbz-shared-quote-left a, #postContent .tbz-shared-quote-center a, #content .tbz-shared-quote-right a, #content .tbz-shared-quote-left a, #content .tbz-shared-quote-center a, #content-1024 .tbz-shared-quote-center a {
	float: right;	
}

#postContent .tbz-shared-quote-right div, #postContent .tbz-shared-quote-left div, #content .tbz-shared-quote-right div, #content .tbz-shared-quote-left div {
	margin-top: 10px;
}

#content-1024 .tbz-shared-quote-center {
	background: #FFFFFF;
    border-bottom: 1px solid #D3D3D3;
    border-top: 1px solid #D3D3D3;
    margin: 30px -67px;
    padding: 20px 0;
}

#content-1024 .tbz-shared-quote-center blockquote {
	font-size: 26px;
    line-height: 35px;
    margin: 0;
    padding: 20px 30px 0;
    text-align: center;
}

/* Spinners (Brad Frost Style) */

.small-spinner {
	height: 20px;
	width: 20px;
	background: url('/wp-content/themes/TheBlaze/images/small_loading_spinner.gif');
}

.large-spinner {
	height: 50px;
	width: 50px;
	background: url('/wp-content/themes/TheBlaze/images/loading_spinner.gif');
}

/* Weather Icons */
.weather-sunny, .weather-cloudy, .weather-partly-cloudy, .weather-rain, .weather-thunderstorm, .weather-fog, .weather-windy, .weather-snow {
	background: url('/wp-content/themes/TheBlaze/images/icons/weather-icon-sprite.png') no-repeat;
	display: table-cell;
    font-size: 40px;
    height: 75px;
    padding-left: 80px;
    vertical-align: middle;
}

.weather-cloudy {
	background-position: 0 -85px;
}

.weather-partly-cloudy {
	background-position: 0 -170px;
}

.weather-rain {
	background-position: 0 -245px;	
}

.weather-thunderstorm {
	background-position: 0 -325px;	
}

.weather-fog {
	background-position: 0 -405px;	
}

.weather-windy {
	background-position: 0 -485px;	
}

.weather-snow {
	background-position: 0 -565px;	
}

/* TheBlaze Radio city syndicate pages */
.radio-syndicate-header {
	padding: 20px;
	margin: 10px 0;
}

.radio-syndicate-container h3 {
	border-bottom: 1px dotted #D3D3D3;
    color: #333;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 2px;
}

.radio-syndicate-social h3 {
	font-size:14px;
	font-family: arial, helvetica;
	font-weight: bold;
	border: 0;
	color: #333;
	padding: 0;
	margin: 10px 0 0 0;
}

.radio-syndicate-social div {
	width: 65px;
	margin: 0 auto;
}

.radio-syndicate-bio h1 {
	font-family: arial,helvetica;
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
}
.radio-syndicate-schedule h4 {
	color: #333;
	font-family: arial, helvetica;
	font-size: 10px;
	text-align: left;
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 0;
}

.radio-syndicate-schedule li {
	border-top: 1px solid #D3D3D3;
	padding: 10px 0 10px 5px;
}

.radio-syndicate-schedule li:first-child {
	border-top: 0;
}

.radio-syndicate-schedule li:last-child {
	border-bottom: 1px solid #D3D3D3;
}

.radio-syndicate-schedule span {
	font-weight: bold;
	margin-right: 10px;
}

.radio-syndicate-schedule li:nth-child(even) {
	background: #F3F3F3;
}

.radio-syndicate-schedule .disclaimer {
	clear: both;
	text-align: center;
	font-size: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D3D3D3;
}

.radio-syndicate-how img {
	border: 1px solid #D3D3D3;
}

.radio-syndicate-ap h3 {
	color: #E91E24;
}

.radio-syndicate-weather p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 0;
}

.radio-syndicate-ap-stories {
	border: 1px solid #D3D3D3;
	padding: 10px;
	margin: 20px 0;
	height: 500px;
	overflow: hidden;
	width: 280px;
}

.radio-syndicate-ap-stories .story {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid;
}

.radio-syndicate-ap-stories .story:first-child {
	margin-top: 0;
}

.radio-syndicate-ap-stories .story h4 {
	font-family: arial,helvetica;
	font-size: 18px;
	line-height: 25px;
	text-transform: none;
	margin: 0;
}

.radio-syndicate-ap-stories .story h4 span {
	font-size: 12px;
}

.radio-syndicate-ap-stories .story a {
	color: #333333;
}

.radio-syndicate-ap-stories .dateline {
	font-style: normal;
	border: 0;
	padding: 5px 0 0 0;
}

/* Philly Specific */
body.philly {
	background: url(images/philly/philly-home-back.jpg) no-repeat center top;
}

.philly-text-logo {
	margin: 10px 120px 0 0;
	float: right;
}

.admin-error-bar {
	background: #E91E24;
	position: fixed;
	top: 0;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	z-index: 10000;
	box-shadow: 0px 0px 20px rgba(0,0,0,1);
	padding: 10px;
}

/* * * * * Books ( Home Page ) * * * * */

.featured-book, .featured-book-story {
	border-bottom: 1px solid #D3D3D3;
	padding: 20px 0;
}

.featured-book h1, .featured-book h1 a, .featured-book-story h1, .featured-book-story h1 a {
	color: #333333;
	font-family: arial;
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 20px;
	text-transform: none;
}

.featured-book p, .featured-book-story p {
	margin: 0 0 10px 0;
}

.featured-book a, .book-archive a {
	font-weight: bold;
}

.featured-book h3 a, .book-archive h3 a  {
	color: #333333;
}

.featured-book a {
	margin: 0 0 20px 0;
}

.featured-book .book-cover {
	background: #F3F3F3;
	text-align: center;
	padding: 20px 0;
	border: 1px solid #D3D3D3;
}

.book-author {
	border-top: 1px solid #D3D3D3;
	padding-top: 20px;
	margin-top: 20px;
}

.book-author a, .book-author p {
	margin: 0;
}

.book-main-content .soft-button, .show-stories .soft-button {
	position: relative;
	left: 50%;
	margin-left: -165px;
}

.featured-book, .featured-book-story, .book-archive-container, .book-story-container, .book-index-container, .book-shelf-container,.book-index, .book-index-container footer, .book-shelf-container ul, .author-block, .book-single-content {
	margin-top: 20px;
}

#container-1024 .book-archive .content {
	width: 240px;
}

.book-archive h3, .book-shelf h3, .book-author h3 {
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
	color: #333333;
	border: 0;
	text-align: left;
	margin: 0;
	padding: 0;
	text-transform: none;
	line-height: 25px;
}

.book-index h3, .book-shelf h3 {
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #333333;
	border: 0;
	text-align: left;
	margin: 0;
	padding: 0;
	text-transform: none;
	line-height: 25px;
}

.book-archive p {
	margin: 0 0 10px 0;
	padding: 0 10px 0 0 ;
}

.book-archive-container ul {
	margin: 20px 0 0 0;
}

.book-archive-container li {
	border-right: 1px solid #D3D3D3;
}

.book-story-container footer, .book-index-container footer, .book-shelf-container footer, .show-stories footer {
	padding: 20px 0;
	border-bottom: 1px solid #D3D3D3;	
}

.book-index-container footer, .book-shelf-container footer {
	border-top: 1px solid #D3D3D3;
}

#container-1024 .book-shelf-container li:last-child, #container-1024 .book-archive-container li:last-child {
	margin-right: 0;
}

.book-archive-container li:last-child {
	border-right: 0;
}

/* * * * * Books ( Single Page ) * * * * */

.book-main-title h1 {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQALv3r37TyqHgYEBAALEDyXhAR92AAAAAElFTkSuQmCC) repeat;
	font-family: arial;
	font-weight: bold;
	font-size: 55px;
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
	text-transform: none;
	padding: 30px 0;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	margin: 0;
}

.book-single-subheader {
	border-bottom: 1px solid #D3D3D3;
}

#content-1024 .related-single-tag-container {
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	padding: 20px 0;
	margin-bottom: 0;
}

#content-1024 .related-single-tag-container h3, #content-1024 .related-single-tag-container li {
	font-size: 16px;
	padding-bottom: 0;
}

.book-single-content {
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

.book-single-content h1, .book-single-content h2, .book-single-content h3, .book-single-content p, .book-single-content iframe {
	padding: 0 20px;
}

.book-single-content h1, .book-single-content h2, .book-single-content h3 {
	margin-bottom: 30px;
	font-weight: bold;
	text-transform: none;
}

.book-single-content h1 {
	font-family: arial;
	font-size: 45px;
}

.book-single-content h2 {
	font-family: arial;
	font-size: 36px;
}

.book-single-content p {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 30px;
}

.author-block .author-name {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.author-block .single-post-date {
	text-align: center;
	font-size: 14px;
	font-style: italic;
}

.author-block .author-icon-list {
	background: #FFFFFF;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}

.book-single-share li {
	margin-left: 20px;
	float: left;
}

.book-single-share li:first-child {
	margin-left: 0;
}

.book-single-share ul {
	float: right;
	margin-bottom: 0;
}

.inline-book-widget {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D3D3D3;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    margin: 20px 20px 20px -87px;
    padding: 20px;
    position: relative;
    width: 200px;
    text-align: center;
}

.postContent .inline-book-widget, #postContent .left.inline-book-widget, #content .inline-book-widget {
	margin: 20px 20px 20px 0;
	padding: 20px;
}

.inline-book-widget h4 {
	font-family: arial;
	border-bottom: 0;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
}

.inline-book-widget h4 span {
	font-weight: normal;
}

.inline-book-cover {
	position: relative;
}

.inline-book-cover h4 {
	background: rgba(234,22,6,0.7);
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	position: absolute;
	bottom: 5px;
	width: 180px;
	margin: 0;
	font-weight: normal;
	text-shadow: 0 1px 0 #a71004;
}

.book-comment-container {
	border-top: 1px solid #D3D3D3;
	padding-top: 20px;
}

.books-tb-rating {
	margin-bottom: 30px;
}

.books-tb-rating li {
	float: left;
	margin-right: 5px;
}

.books-tb-rating .title {
	font-family: arial;
	color: #333333;
	border: 0;
	font-size: 18px;
	margin: 8px 0 0 0;
	padding: 0 0 0 20px;
}

.books-tb-rating .rating {
	font-family: arial;
	color: #333333;
	border: 0;
	font-size: 18px;
	margin: 8px 0 0 0;
	font-weight: normal;
	padding: 0;
}

.book-tb-icon {
	height: 30px;
	width: 20px;
	display: block;
}

.book-tb-icon.full {
	background: url('/wp-content/themes/TheBlaze/images/icons/tb-book-icon.png') no-repeat 0 0;
}

.book-tb-icon.half {
	background: url('/wp-content/themes/TheBlaze/images/icons/tb-book-icon.png') no-repeat -35px 0;	
}

/* Shop	Page */

.shop-main-banner {
	margin: -20px 0 0 -20px;
}

.shop-wrapper .container {
	margin-top: 20px;
}

.shop-marketplace p, .shop-merch p, .shop-1791 p {
	margin: 0;
}

.shop-wrapper .summary h3 {
	border-bottom: 0 none;
    color: #333333;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    text-transform: none;
}

.shop-wrapper .summary   {
	padding: 20px 0;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	margin-top: 20px;
}

.shop-wrapper .product {
	margin-top: 20px;
}

.shop-wrapper .product h4 {
	border-bottom: 0 none;
	font-family: arial;
	font-size: 16px;
	margin: 10px 0;
	text-transform: none;
}

.shop-wrapper .product h4 a {
	color: #333333;
	font-weight: bold;
	display: block;
}

.shop-merch .product h4 a, .shop-1791 .product h4 a{
	text-align: center;
}

.shop-merch .product img {
	border: 1px solid #D3D3D3;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

.shop-marketplace .description {
	border-bottom: 1px solid #D3D3D3;
    border-top: 1px solid #D3D3D3;
    padding: 10px 0;
}

.shop-marketplace footer {
	padding: 10px 0;
	border-bottom: 1px solid #D3D3D3;
}

.shop-marketplace .price {
	font-weight: bold;
}

.shop-marketplace aside {
	margin-top: 30px;
}

.shop-marketplace aside .pagination {
	margin-top: 20px;
}
p.vertical-header-paragraph {
	text-align: center;
}
span.divider {
	display: block;
	width: 100%; 
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    margin-top: 25px;
}
.related-topics-header {
	display: table;
	font-size: 14px;
	font-weight: bold;
	margin: 0 55px 20px 55px;
}
.related-topics-header span { 
    display: table-cell; 
    text-align: center;
}
.related-topics-header  span.rt-left, span.rt-right {
    width: 50%; 
    border-bottom: 1px solid #CCC;
}
.related-topics-header  span.rt-center {
    display: inline-block; 
    position: relative; 
    top: 0.5em; 
    padding: 0 0.5em; 
}
.related-topics-links {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
}
.related-topics-links ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
.related-topics-links ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
.related-topics-links ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   text-decoration:none;
   line-height:1.3em;
}

.nativead {
	background-color:#EEE;
}

/* Story Articles 1/24/14 */
.article-story {
	padding-bottom: 20px;
	border-bottom: 1px solid #D3D3D3;
	margin-top: 20px;
}

.article-story h3 {
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
	color: #333333;
	text-align: left;
	text-transform: none;
	line-height: 25px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #D3D3D3;
}

.article-story-image {
	background: #F3F3F3;
	overflow: hidden;
	border: 1px solid #D3D3D3;
}

.article-story p {
	margin-bottom: 5px;
}

.article-story-image a {
	display: block;
	text-align: center;
	line-height: 0;
}

.article-story a {
	font-weight: bold;
}

.article-story h3 a {
	color: #333333;
}


/* TV Show Pages */

.show-header {
	border-bottom: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	padding: 10px 0;
	line-height: 0;
	
}

.show-time h2 {
	font-family: arial;
	font-size: 30px;
	font-weight: bold;
	height: 85px;
	display: table-cell;
	vertical-align: middle;
}

.show-social {
	margin-top: 25px;
}

.show-social .social-title {
	margin: 13px 0 0 5px;
	display: inline-block;
}

.show-social span {
	font-size: 19px;
}

.show-social .facebook a, .show-social .facebook .social-count {
	color: #3C5A98;
}

.show-social .twitter a, .show-social .twitter .social-count  {
	color: #2AA9E0;
}

.show-social .social-count {
	border-top: 1px solid;
	margin-top: 15px;
	padding-top: 10px;
	text-align: center;
}

.show-social .social-count span {
	font-size: 12px;
}

.show-social .facebook .social-count {
	border-color: #3C5A98;
}

.show-social .twitter .social-count {
	border-color: #2AA9E0;
}

.show-banner {
	margin-top: 20px;
	width: 1024px;
	height: 350px;
	overflow: hidden;
	position: relative;
}

.show-banner .cycle-slide {
	height: 350px;
}

.show-banner .prev, .show-banner .next, .show-banner .cycle-pager, .show-banner .slide-caption {
	position: absolute;
	z-index: 200;
}

.show-banner .slide-caption {
	bottom: 0;
	color: #FFFFFF;
	padding: 20px 150px 20px 20px;
	background: rgba(0,0,0,0.4);
	font-size: 30px;
	display: none;
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
	line-height: 30px;
}

.show-banner .cycle-pager {
	bottom: 25px;
	color: #333333;
	font-size: 50px;
	right: 20px;
	cursor: pointer;
}

.show-banner .cycle-pager span {
	margin-left: 5px;
}

.show-banner .cycle-pager-active {
	color: #FFFFFF;
}

.show-banner .prev, .show-banner .next {
	padding: 50px 20px;
	top: 100px;
	cursor: pointer;
}

.show-banner .prev {
	background: url("/wp-content/themes/TheBlaze/images/page-arrows.png") no-repeat 10px center rgba(250, 250, 250, 0.1);
	border-radius: 0 5px 5px 0;
}

.show-banner .next {
	background: url("/wp-content/themes/TheBlaze/images/page-arrows.png") no-repeat -88px center rgba(250, 250, 250, 0.1);
	border-radius: 5px 0 0 5px;
	right: 0;
}

.show-alert-banner {
	background: #333333;
}

.show-alert-banner .alert-header {
	background: #E91E24;
	border-bottom: 1px solid #640903;
	width: 100%;
	height: 10px;
}

.show-alert-banner h2 {
	font-family: arial, helvetica;
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
	text-transform: none;
	padding: 20px;
}

.show-latest-episode {
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	margin-top: 20px;
}

.show-latest-episode .image a {
	position: relative;
	display: block;
}

.show-latest-episode .image .play-button {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	opacity: 0.8;
}

.show-latest-episode .image .play-button .arrow-right {
	border-width: 8px;
	margin: 7px 0 0 12px;
}

.show-latest-episode .image a:hover > .play-button {
	opacity: 1;
}

.show-latest-episode .image h5 {
	color: #555555;
	font-family: arial;
	font-size: 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 5px;
}

.show-latest-episode h3 {
	border: 0 none;
	color: #333333;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	margin: 20px 0 0;
	padding: 0;
	text-align: left;
	text-transform: none;
}

.show-latest-episode p {
	margin: 0 0 10px 0;
}

.show-latest-episode .episode {
	border-bottom: 1px solid #D3D3D3;
	padding: 20px 0;
}

.show-devices {
	margin: 10px 0;
	display: table;
	font-size: 15px
}

.show-devices ul {
	display: table;
	margin-bottom: 0;
}

.show-devices li:first-child {
	padding: 0;
}

.show-devices li {
	display: table-cell;
	text-align: center;
}

.show-devices a.first {
	border-left: 1px solid #333333;
}

.show-devices a {
	padding: 0 20px;
	border-right: 1px solid #333333;
}

.show-devices h4 {
	border-bottom: 0;
	color: #333333;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: left;
	text-transform: none;
}

.show-videos .section-title, .show-episodes .section-title, .show-about .section-title, .show-stories .section-title, .show-twitter .section-title {
	margin: 20px 0;
}

.show-videos .jcarousel-clip-vertical {
	height: 390px;
	overflow: hidden;
	margin-top: 25px;
}
.show-videos .jcarousel-next-vertical {
	width: 150px;
	height: 15px;
	background: url("/wp-content/themes/TheBlaze/images/icons/vert_carousel_arrows.png") no-repeat 0 -35px;
	cursor: pointer;
	margin: 0 auto;
}

.show-videos .jcarousel-next-vertical:after, .show-videos .jcarousel-prev-vertical:after {
	content: "";
    display: inline-block;
}

.show-videos .jcarousel-prev-vertical {
	width: 150px;
	height: 15px;
	background: url("/wp-content/themes/TheBlaze/images/icons/vert_carousel_arrows.png") no-repeat 0 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 90px;
}

.show-videos .vert-playlist {
	height: 440px;
	overflow: hidden;
}

.episode-list {
	border: 1px solid #D3D3D3;
	width: 100%;
	margin-left: -1px;
	margin-right: -1px;
	border-spacing: 0;
	border-collapse: collapse;
}

.show-episodes .sub-byline {
	margin: 5px 0;
	font-size: 12px;
	text-align: center;	
}

.episode-list tr {
	border-bottom: 1px solid #D3D3D3;
}

.episode-list .episode td {
	position: relative;
	font-size: 14px;
}

.episode-list .episode:nth-child(even) {
	background: #F3F3F3;	
}

.episode-list th {
	font-family: arial, helvetica;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
}

.episode-list th:first-child {
	text-align: left;
}

.episode-list p {
	text-align: center;
	margin-bottom: 0;
	padding: 5px;
}

.episode-list .title {
	padding: 5px 10px;
	text-align: left;
}

.episode-list .jspContainer .jspPane {
	width: 430px;
}

.episode-list .play-button:hover > .episode-info {
	display: block;
}

.episode-list .play-button {
	position: relative;
}

.episode-list .play-container {
	padding: 6px 0 6px 24px;
}

.episode-more {
	width: 150px;
	height: 15px;
	background: url("/wp-content/themes/TheBlaze/images/icons/vert_carousel_arrows.png") no-repeat 0 -35px;
	cursor: pointer;
	display: block;
	margin: 10px auto 0;
}

.episode-info {
    background: #FFFFFF;
	border: 1px solid #D3D3D3;
	bottom: 30px;
	display: none;
	padding: 10px;
	position: absolute;
	right: -178px;
	width: 350px;
	z-index: 1;
}

.episode-info .arrow {
	background: url("/wp-content/themes/TheBlaze/images/icons/episode-list-arrow.png") no-repeat center top;
	bottom: -16px;
    height: 16px;
    left: 50%;
    margin-left: -75px;
    position: absolute;
    width: 150px;
}

.episode-info .details {
	width: 220px;
}

.episode-info .details .title {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
	text-align: left;
}

.episode-info .details p {
	font-size: 9px;
    line-height: 14px;
    text-align: left;
}

.episode-info .details .airdate {
	font-size: 10px;
	line-height: 20px;
	padding: 5px 0 0 5px;
}

.episode-info .details .watch {
	padding: 5px 0 0;
}

.show-about .bio {
	height: 220px;
	overflow: hidden;
	padding-bottom: 20px;
}

.show-about .photo {
	float: left;
	margin-right: 20px;
}

.show-about .host-bio h3 {
	border: 0 none;
	color: #333333;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: none;
}

/* Radio Page */

.radio-schedule, .radio-schedule .schedule, .philly-banner, .radio-archive, .radio-archive .player, .radio-affiliate, .how-to-listen, .how-to-listen .devices, .how-to-listen .iheart, .radio-twitter{
	margin-top: 20px;
}

.radio-schedule .schedule {
	border-collapse: collapse;
	width: 100%;
}

.radio-schedule .schedule tr:last-child {
	border-bottom: 1px solid #D3D3D3;
}

.radio-schedule .date td {
	background: #F3F3F3;
	padding: 10px;
	border-top: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	font-weight: bold;
	text-transform: uppercase;
}

.radio-schedule .date .on-demand {
	padding: 10px 0;
	text-align: center;
	font-size: 11px
}

.radio-schedule .play-button {
	margin: 0 auto;
	position: relative;
}

.radio-schedule .play-button:hover > .toolbar {
	display: block;
}

.radio-schedule .toolbar {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #D3D3D3;
	bottom: 25px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	display: none;
	padding: 10px 5px;
	position: absolute;
	right: -88px;
}

.radio-schedule .arrow {
	background: url("/wp-content/themes/TheBlaze/images/icons/episode-list-arrow.png") no-repeat center top;
	bottom: -16px;
    height: 16px;
    left: 50%;
    margin-left: -75px;
    position: absolute;
    width: 150px;
}

.radio-schedule .toolbar ul {
	display: table;
	margin: 0;
	width: 180px;
}

.radio-schedule .toolbar li {
	display: table-cell;
	text-align: center;
	line-height: 0;
}

.stitcher-icon, .soundcloud-icon, .itunes-icon {
	background: url(/wp-content/themes/TheBlaze/images/radio/ondemand-icons.png) no-repeat;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.soundcloud-icon {
	background-position: -40px 0;
}

.itunes-icon {
	background-position: -80px 0;
}

.radio-schedule .show-details td {
	padding: 10px;
	text-align: center;
	border-top: 1px solid #D3D3D3;
}

.radio-schedule .show-details td:first-child {
	border-left: 1px solid #D3D3D3;
}

.radio-schedule .show-details td:last-child {
	border-right: 1px solid #D3D3D3;
}

.radio-schedule .show-title {
	font-size: 18px;
}

.radio-schedule .time {
	font-size: 16px;
}

.radio-schedule .time span {
	font-size: 12px;
	margin-left: 2px;
}

.radio-schedule .foot-note {
	text-align: center;
	font-size: 11px;
	padding: 5px 0;
	margin: 0;
}

.radio-affiliate {
	padding: 10px;
	border: 1px solid #D3D3D3;
	text-align: center;
	list-style: 0;
	margin-bottom: 30px;
}

.radio-affiliate h3 {
	border: 0 none;
	color: #333333;
	font-family: arial;
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0 5px;
	padding: 0;
	text-transform: none;
}

.radio-affiliate p {
	text-align: center;
	margin: 0;
}

.how-to-listen .mobile {
	border-left: 1px solid #D3D3D3;
}

.how-to-listen p {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

#sticky_300x250 {
	margin-bottom:25px;
}
