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

/* ----------------------------------------- /
   Table of Contents
   -----------------------------------------
   1. Reset
   2. Global Styles
   3. Helper Classes
   4. Grids
		- 16 Column
		- 12 Column
		- 1024 Grid
   5. Forms
   6. Buttons
   		- Box Buttons
   		- Soft Buttons
   		- XL Social Buttons
   		- Misc Buttons
   7. Icons
   		- Labels
   		- Arrows
   		- Social Icons
   		- Comment Icons
   		- Spinners
   		- Author Icons
   		- Weather Icons
   		- Radio Icons
   		- Column Grid Switch
   8. Components
   		- Modal
   		- Scroll bars
   		- Pagination
   		- Comments
   		- Related Content 
   		- Share Tools
   		- Share Quotes
   		- Share Email
   		- Back To Top
   		- Editor's / Programming Note
   		- Related Topics
   		- Breaking Banners
   		- Video Carousel
   		- In Story Firewire
   		- Subscription Scroll Banner
   9. Header
		- Main Header
		- Sub Header
		- Light Header
  10. Footer
  11. Widgets
		- Main Widget Classes
		- Top Stories
		- Channel Finder
		- Radio Listen
		- Countdown 
		- Inline Book Widget
		- Newsletter 
  12. Ads
  13. Pages
		- Home Page
		- Single Page
		- Stories Page
		- Author Pages
		- Vertical Pages
		- Profile Pages
		- Contributor Pages
		- Login Page
		- Search Page
		- Tag Pages
		- TV Page
		- Show Pages
		- Radio Page
		- Radio Syndicate (Philly)
		- Books Page
		- Books Single
		- Shop Page
		- Affiliate Page
		- Furnace Blog
		- User Survey
		- Election Meter
		- Internship Page
/  ----------------------------------------- */

/* ----------------------------------------- /
	Reset
/  ----------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, button, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------------------- /
	Global Styles
/  ----------------------------------------- */

body {
	background: #efefef;
	line-height: 1.42857;
	font-family: Arial,Helvetica,Helvetica Neue,Verdana,sans-serif;
	font-size: 13px;
	color: #333;
}

h1,h2,h3,h4,h5,h6 {
	color: #333;
	font-family: LeagueGothicRegular, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
}

h1 {
	font-size: 80px;
}

h2 {
	font-size: 72px;
}

h3 {
	font-size: 48px;
}

h4 {
	font-size: 36px;
}

h5 {
	font-size: 30px;
}

h6 {
	font-size: 24px;
}

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

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

a:hover {
	color: #FF2323;
}

p {
	margin: 0 0 20px;
}

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

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

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

ol {
	list-style: decimal;
}

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

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

blockquote, blockquote p {
	color: #555;
}

blockquote, address, dd {
	margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

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

abbr {
	text-transform: none;
}

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

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

/* ----------------------------------------- /
	Helper Classes
/  ----------------------------------------- */

.left, .alignleft {
	float: left;
}

.right, .alignright {
	float: right;
}

.centered, .aligncenter {
	text-align: center;
}

.relative {
	position: relative;
}

.nospace {
	margin:0;
	padding:0;
}

.clear {
	clear: both;
}

.muted, a.muted, .inactive {
	color: #777;
}

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

.wrap {
	margin: 0 auto;
}

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

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

.warning {
	background-color: #e6970e;
}

.warning small {
	color: #d17200;
}

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

.error strong {
	color: #fff;
}

.error small {
	color: #930;
}

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

.success strong {
	color: #fff;
}

.success small {
	color: #360;
}

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

.info small {
	color: #007d9a;
}

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

.keyword {
	background: #FDDB3B;
	padding: 0 5px;
	text-shadow: 0 1px 0 #FFFFFF;
}

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

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

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* ----------------------------------------- /
	Grids
/  ----------------------------------------- */

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

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

/* ------------- 16 Column ----------------- */

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

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

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

.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, .row {
	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;
}

/* ------------- 12 Column ----------------- */

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

/* ------------- 1024px 12 Column ----------------- */

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;
	line-height: 2;
}

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

/* ----------------------------------------- /
	Forms
/  ----------------------------------------- */

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: Arial, sans-serif;
}

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

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

.red.button {
	font-size: 13px;
}

/* ----------------------------------------- /
	Buttons
/  ----------------------------------------- */

/* ------------- Box Buttons ----------------- */

a.button {
	color: #FFF;
}

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

.full-button {
	display: block;
}

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

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

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

/* ------------- Soft Gradient Buttons ----------------- */

.gray-button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    background: #F0F0F0;
    background: -moz-linear-gradient(top, #ffffff 0%, #F0F0F0 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#F0F0F0)); 
    background: -webkit-linear-gradient(top, #ffffff 0%,#F0F0F0 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#F0F0F0 100%); 
    background: -ms-linear-gradient(top, #ffffff 0%,#F0F0F0 100%); 
    background: linear-gradient(to bottom, #ffffff 0%,#F0F0F0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F0F0F0', GradientType=0);
    border: 1px solid #D2D2D2;
    color: #333333;
    cursor: pointer;
    padding: 5px 10px 4px 8px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    display: block;
    margin-right: 10px;
    vertical-align: middle;
    outline: none;
}

.comment-control-buttons .gray-button:last-child {
	margin: 0;
}

.gray-button:hover {
    color: #555555;
}

.gray-button:active {
    background: -moz-linear-gradient(top, #F0F0F0 0%, #FFFFFF 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0F0F0), color-stop(100%,#FFFFFF)); 
    background: -webkit-linear-gradient(top, #F0F0F0 0%,#FFFFFF 100%);
    background: -o-linear-gradient(top, #F0F0F0 0%,#FFFFFF 100%); 
    background: -ms-linear-gradient(top, #F0F0F0 0%,#FFFFFF 100%); 
    background: linear-gradient(to bottom, #F0F0F0 0%,#FFFFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#FFFFFF', GradientType=0);
}

.gray-button .icon {
	height: 12px;
	width: 12px;
	float: left;
	margin: 1px 6px 0 0;
	background: url("/wp-content/themes/TheBlaze/images/icons/comment-opts-icons.png") no-repeat 0 0;
}

.no-backgroundsize #comment-expand-all .icon {
	background: url("/wp-content/themes/TheBlaze/images/icons/comment-opts-icons-small.png") no-repeat;
	background-position: 0 0;
}

#comment-expand-all .icon {
	background-position: 0 0;
	background-size: 100%;
}

.no-backgroundsize #comment-contract-all .icon {
	background: url("/wp-content/themes/TheBlaze/images/icons/comment-opts-icons-small.png") no-repeat;
	background-position: 0 -24px;
}

#comment-contract-all .icon {
	background-position: 0 -24px;
	background-size: 100%;
}

.no-backgroundsize #updateComments .icon {
	background: url("/wp-content/themes/TheBlaze/images/icons/comment-opts-icons-small.png") no-repeat;
	background-position: 0 -48px;
}

#updateComments .icon {
	background-position: 0 -47px;
	background-size: 100%;
}

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

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

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

.gray-button.half {
    width: 50%;
}

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

.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;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 1px 0 #a71004;
    display: block;
	
}

a.soft-button {
	color: #FFFFFF;
} 

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

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

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

.soft-button.x-large{
	width: 676px;
}

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

/* ------------- XL Social Buttons ----------------- */

.facebook-xl-button, .twitter-xl-button, .google-xl-button, .linkedin-xl-button, .readinglist-xl-button, .mail-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;
	line-height: 20px;
}

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

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

.google-xl-button .icon, .linkedin-xl-button .icon, .readinglist-xl-button .icon, .mail-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("/wp-content/themes/TheBlaze/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("/wp-content/themes/TheBlaze/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("/wp-content/themes/TheBlaze/images/icons/xl-share-buttons.png") no-repeat 0 -117px;
	margin-left: 13px;
}

.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("/wp-content/themes/TheBlaze/images/icons/xl-share-buttons.png") no-repeat 0 -178px;
	margin-left: 11px;
}

.readinglist-xl-button {
	background: #ae862a;
	background: -moz-linear-gradient(top,  #ae862a 0%, #d1a439 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae862a), color-stop(100%,#d1a439)); 
	background: -webkit-linear-gradient(top,  #ae862a 0%,#d1a439 100%); 
	background: -o-linear-gradient(top,  #ae862a 0%,#d1a439 100%);
	background: -ms-linear-gradient(top,  #ae862a 0%,#d1a439 100%); 
	background: linear-gradient(to bottom,  #ae862a 0%,#d1a439 100%);
	border-color: #705210;
	text-shadow: 0 1px 0 #705210;
}

.readinglist-xl-button .icon {
	background: url("/wp-content/themes/TheBlaze/images/icons/xl-share-buttons.png") no-repeat 0 -400px;
	margin-left: 12px;
}

.mail-xl-button .icon {
	background: url("/wp-content/themes/TheBlaze/images/icons/xl-share-buttons.png") no-repeat 0 -342px; 
	margin-left: 9px;
	width: 25px;
}

.show-xl-button, .mail-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, .show-xl-button:active .icon  {
	background: url("/wp-content/themes/TheBlaze/images/icons/xl-share-buttons.png") no-repeat 0 -239px; 
	margin-left: 11px;
}

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

/* ----------------------------------------- /
	Icons
/  ----------------------------------------- */

/* ------------- Labels ----------------- */

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

.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;
	text-shadow: 0 0 1px transparent;
}

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

span.label, .red.label {
	background: #E91E24;
	text-shadow: 0 0 1px #CCC;
	color: #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;
}

.label.original-video {
	background: url("/wp-content/themes/TheBlaze/images/b_logo_tag.png") no-repeat 2px 2px #E91E24;
	padding-left: 25px;
}

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

/* ------------- Arrows ----------------- */

.arrow-drop {
	background: url("/wp-content/themes/TheBlaze/images/large-drop-down.png") right center no-repeat;
	height: 80px;
	width: 36px;
	position: absolute;
	z-index: 99;
	margin: 19px 0 0 385px;
}

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

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


/* ------------- 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("/wp-content/themes/TheBlaze/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("/wp-content/themes/TheBlaze/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("/wp-content/themes/TheBlaze/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;
	font-size: 13px;
	height: 17px;
	line-height: 18px;
}

.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;
	line-height: 16px;
}
.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("/wp-content/themes/TheBlaze/images/social_icons_large_sprite.png") no-repeat -116px 0;
}

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

/* ------------- Comment Icons ----------------- */

.comment-author-tag, .comment-contributor-tag, .comment-user-tag, .comment-favuser-tag, .comment-up-vote, .comment-down-vote {
	background: url("/wp-content/themes/TheBlaze/images/icons/comment-icons.png") no-repeat;
}

.no-backgroundsize .comment-author-tag, .no-backgroundsize .comment-contributor-tag , .no-backgroundsize .comment-user-tag, .no-backgroundsize .comment-user-tag, .no-backgroundsize .comment-favuser-tag, .no-backgroundsize .comment-up-vote, .no-backgroundsize .comment-down-vote {
	background: url("/wp-content/themes/TheBlaze/images/icons/comment-icons-small.png") no-repeat;
}

.comment-author-tag, .comment-contributor-tag, .comment-user-tag, .comment-favuser-tag {
	background-size: 20px auto;
	border: 1px solid;
	border-radius: 3px;
	margin-left: 10px;
	position: relative;
    top: -2px;
}

.comment-author-tag, .comment-contributor-tag {
	background-position: 3px 6px;
	border-color: #E91E24;
	padding: 5px 5px 5px 30px;
	color: #E91E24;
}

.no-backgroundsize .comment-author-tag, .no-backgroundsize .comment-contributor-tag {
	background-position: 3px 5px;
}

.comment-user-tag {
	background-position: 6px -23px;
	border-color: #313E84;
	color: #313E84;
	padding: 5px 5px 5px 25px;
}

.no-backgroundsize .comment-user-tag {
	background-position: 5px -29px;
}

.comment-favuser-tag {
	background-position: 5px -49px;
	border-color: #f9c25f;
	color: #f9c25f;
	padding: 5px 5px 5px 30px;
}

.no-backgroundsize .comment-favuser-tag {
	background-position: 4px -67px;
}

.comment-author-tag:after {
	content: 'TheBlaze Staff';
}

.comment-contributor-tag:after {
	content: 'TheBlaze Contributor';
}

.comment-user-tag:after {
	content: 'You';
}

.comment-favuser-tag:after {
	content: 'Favorite User';
}

.comment-up-vote, .comment-down-vote {
	background-size: 20px auto;
	cursor: pointer;
	display: block;
	height: 20px;
	width: 20px;
}

.comment-up-vote {
	background-position: 1px -79px;
}

.no-backgroundsize .comment-up-vote {
	background-position: 1px -104px;
}

.comment-down-vote {
	background-position: 2px -146px;
}

.no-backgroundsize .comment-down-vote {
	background-position: 2px -181px;
}

.comment-up-vote.active {
	background-position: 1px -113px;
}

.no-backgroundsize .comment-up-vote.active {
	background-position: 1px -143px;
}

.comment-down-vote.active {
	background-position: 2px -184px;
}

.no-backgroundsize .comment-down-vote.active {
	background-position: 2px -221px;
}

/* ------------- Spinners ----------------- */

.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");
}

/* ------------- Author Icons ----------------- */

.author-icon, .contributor-icon, .book-author-icon, .anchor-icon, .blogger-icon, .all-icon, .author-comment-icon {
	background: url("/wp-content/themes/TheBlaze/images/author-icons-2.png") no-repeat;
	height: 41px;
	width: 41px;
	display: block;
	margin: 0 auto; 
}

.all-icon {
	background-position: -202px 0 ;
}

.author-comment-icon {
	background-position: -243px 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 ;
}

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

/* ------------- Radio Icons ----------------- */

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

/* ------------- Column Grid Switch ----------------- */

.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("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat 0 0;
}
.col-format-btn.grid-btn:hover {
	background: url("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat 0 0;
	background: url("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat 0 0, -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 2%, #e3e3e3 100%);
	background: url("/wp-content/themes/TheBlaze/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("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat 0 0, -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 2%,#e3e3e3 100%); 
	background: url("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat 0 0, -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 2%,#e3e3e3 100%);
	background: url("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat 0 0, -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 2%,#e3e3e3 100%);
	background: url("/wp-content/themes/TheBlaze/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("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat 0 0 #e3e3e3;
	background: url("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat 0 0, -moz-linear-gradient(top,  #bdbdbd 0%, #e3e3e3 15%, #e1e1e1 100%);
	background: url("/wp-content/themes/TheBlaze/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("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat 0 0, -webkit-linear-gradient(top,  #bdbdbd 0%,#e3e3e3 15%,#e1e1e1 100%);
	background: url("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat 0 0, -o-linear-gradient(top,  #bdbdbd 0%,#e3e3e3 15%,#e1e1e1 100%); 
	background: url("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat 0 0, -ms-linear-gradient(top,  #bdbdbd 0%,#e3e3e3 15%,#e1e1e1 100%); 
	background: url("/wp-content/themes/TheBlaze/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("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat -28px 0;
}

.col-format-btn.list-btn:hover {
	background: url("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat -28px 0;
	background: url("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat -28px 0, -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 2%, #e3e3e3 100%);
	background: url("/wp-content/themes/TheBlaze/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("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat -28px 0,  -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 2%,#e3e3e3 100%); 
	background: url("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat -28px 0,  -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 2%,#e3e3e3 100%);
	background: url("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat -28px 0,  -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 2%,#e3e3e3 100%);
	background: url("/wp-content/themes/TheBlaze/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("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat -28px 0 #e3e3e3;
	background: url("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat -28px 0, -moz-linear-gradient(top,  #bdbdbd 0%, #e3e3e3 15%, #e1e1e1 100%);
	background: url("/wp-content/themes/TheBlaze/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("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat -28px 0, -webkit-linear-gradient(top,  #bdbdbd 0%,#e3e3e3 15%,#e1e1e1 100%);
	background: url("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat -28px 0, -o-linear-gradient(top,  #bdbdbd 0%,#e3e3e3 15%,#e1e1e1 100%); 
	background: url("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat -28px 0, -ms-linear-gradient(top,  #bdbdbd 0%,#e3e3e3 15%,#e1e1e1 100%); 
	background: url("/wp-content/themes/TheBlaze/images/icons/format-switch-icon.png") no-repeat -28px 0, linear-gradient(to bottom,  #bdbdbd 0%,#e3e3e3 15%,#e1e1e1 100%);
	border-color: #b9b9b9;
}

/* ----------------------------------------- /
	Components
/  ----------------------------------------- */

/* ------------- Modal ----------------- */

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

#TB_window input.medium {
	width:380px;
}

#TB_window input.small {
	width: 140px;
}

#TB_window p {
	margin: 5px 0;
}

#TB_window label {
	background: #FFF;
	border: 1px solid #D3D3D3;
	font-size: 11px;
	text-shadow: none;
	font-weight: normal;
	line-height: 28px;
	margin: 5px 0;
}

#TB_window fieldset {
	margin-bottom: 20px;
}

#TB_window {
	color: #333;
	text-shadow: 0 1px 0 #fefefe;
}

#TB_window button {
	float: right;
	font-size: 14px;
	height: 40px;
	width: 150px;
}

#TB_ajaxContent h4 {
  border: medium none;
  color: #555555;
  font-family: helvetica,arial,sans-serif;
  font-size: 18px;
  margin: 20px 0 5px;
  text-shadow: 0 1px 0 #FEFEFE;
  text-transform: none;
}

/* ------------- Scroll Bars ----------------- */

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

/* ------------- Pagination ----------------- */

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

.pagination a, .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;
}

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

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

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

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

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

.paginate li {
	display: inline;
}

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

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

.paginate .next a {
	float: right;
}

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

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

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

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

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

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

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

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

/* ------------- Comments ----------------- */

.comments {
	margin-bottom: 20px;
}

#sort-options {
    margin: 0 0 15px 0;
}

.sort-opts {
    float: left;
    background: #FAFAFA;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    font-weight: bold;
}

.sort-opts:last-child {
    border-right: 1px solid #CCC;
}

a.sort-opts-link {
	color: #999;
	padding: 7px 20px 0;
	display: block;
	height: 25px;
}

.sort-opts-selected {
    background: #FFF;
    border-bottom: none;
    border-top: 1px solid #E91E24;
}

.sort-opts-selected a.sort-opts-link {
	color: #E91E24;
	height: 26px;
}

.sort-by-container {
	height: 33px;
}

.comment-control-container {
	border-bottom: 1px solid #CCC;
}

.comment-control-buttons {
	margin: 3px 0;
	float: right;
}

.comments .comment {
	position: relative;
	padding: 20px 0 20px 61px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

.comment p {
	margin: 10px 0;
}

.comment-author-name {
	text-transform: none;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	float: left;
}


.comment-author-name a, .comment-author-name a:hover {
	color: #333;
	font-weight: bold;
	vertical-align: sub;
}

.hide-single-comment {
    margin-left: 5px;
    padding: 0 5px;
    color: #777;
}

.hide-single-comment:hover {
    cursor: pointer;
}

.comment-date {
	float: right;
}

.comment .comment-control {
    border: none;
    position: relative;
    float: right;
    list-style: none;
    margin: 0 5px;
}

.comment .comment-control-options {
    position: absolute;
    display: none;
    background-color: #ddd;
    border: 1px #ccc solid;
    padding: 10px;
}

.comment .comment-control-options li {
    display: block;
    float: none;
    position: relative;
}

.comment .avatar, .comment .photo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 0;
}

.comments .featured {
	border-right: 1px solid #ddd;
	padding-right: 20px;
	background: url("/wp-content/themes/TheBlaze/images/icons/featured-comment.png") no-repeat top right;
}

.comments .top-comment {
	border-right: 1px solid #ddd;
	padding-right: 20px;
	background: url("/wp-content/themes/TheBlaze/images/icons/top-comment.png") no-repeat top right;
}

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

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

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

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

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

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

.comments .children {
	margin-left: 0;
	margin-top: 30px;
	border-top: 1px solid #CCC;
}

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

.timedCommentControls a {
    margin: 0 8px 5px 0;
}

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

#leave-comment {
	border-top: 1px dotted #D3D3D3;
	margin-top: 20px;
	padding-top: 10px;
}

#comment-count, #reply-title, .nocmments, .logged-out {
	font-size: 34px;
	margin-bottom: 10px;
	text-transform: none;
}

#comment-policy {
  float: right;
  font-style: italic;
  margin: 0;
}

#comments {
	font-size: 14px;
}

#comments #featured-comments {
    font-size: 26px;
    text-transform: none;
    padding: 10px 0 0 0;
}

#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 li a.report {
    font-size: 11px;
}

.reportedcomment_text {
    color: #777;
}

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

.report_comment_container .button {
	float: right;
}
*/

#comments .commentReportForm .reportComment {
    font-size : 11px;
}

#comments .commentReportForm .result {
    color : #777;
}

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

#comments .commentReportForm .button {
    float : right;
}

#comments .commentReportForm .commentReportFeedback {
    clear : right;
}


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

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

#comments .vote-container {
 	margin-right: 5px;
}

#comments .vote-container a {
    margin: 0 5px 0 0;
}

#comments .quality {
    margin-right: 10px;
    color: #aaa;
}

.quality-num {
    padding: 0 1px 0 2px;
    vertical-align: -1px;
}

#com-click {
    color: #333;
}

#urlCheckInput {
    margin-bottom: 10px;
    color: #E91E24;
}

#relatedUrl {
  margin-bottom: 15px;
  padding: 10px;
  width: 594px;
}

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

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

#postComment img, #postReplyComment img {
	float: left;
	margin: 0 10px 0 0;
}

#reply_respond {
	margin-top: 20px;
}

.avatar {
	float: left;
	margin: 1px 12px 13px 0;
}

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

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

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

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

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

.comment-date .quality {
    margin-right: 8px;
}

#comment_notes, #reply_comment_notes {
	float: left;
}

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

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

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

#home-link-lower {
	border-top: 1px dotted #D3D3D3;
	margin-top: 15px;
	padding-top: 5px;
}

/* ------------- Related Content ----------------- */

.related-content {
	background: none repeat scroll 0 0 #F3F3F3;
	border: 1px solid #D3D3D3;
	padding: 10px;
}

.related-content-image {
	float: left;
}

.related-content-title, .related-content-excerpt {
	float: right;
	margin-left: 10px;
    width: 385px;
}

.related-content-title h5 {
	font-family: arial;
    font-size: 13px;
    font-weight: bold;
    text-transform: none;
}

.related-content-excerpt {
	color: #333333;
	margin-top: 5px;
}

.related-content-excerpt p {
	margin: 0
}

.dig-deeper .section-title {
	margin-top: 20px;
}

/* ------------- Share Tools ----------------- */

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

.share-tools-container.bottom {
	margin-top: 30px;
}

.share-tools-container .count {
	float: left;
	line-height: 28px;
}

.share-tools-container .count h2 {
	color: #E91E24;
	font-family: arial,helvetica,sans-serif;
	font-size: 28px;
	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 .toggle {
	display: none;
}

#content-1024 .toggle {
	display: block;
}

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

#content-1024 .share-tools-container.top, #content-1024 .share-tools-container.bottom {
	border: 0;
}

#content-1024 .share-tools-container.bottom {
	padding-top: 0;
}

/* ------------- Share Quotes ----------------- */

.tbz-shared-quote-center {
	margin: 10px 0;
	padding: 20px 0;
	border-top: 3px solid #F0F0F0;
	border-bottom: 3px solid #F0F0F0;
}

.tbz-shared-quote-center blockquote {
	text-align: center;
}

.tbz-shared-quote-right blockquote {
	text-align: right;
}

.tbz-shared-quote-left blockquote {
	text-align: left;
}

.tbz-shared-quote-left {
	border-right: 3px solid #F0F0F0;
    float: left;
    margin: 10px 20px 10px 10px;
    padding: 30px 10px;
    width: 300px;
}

.tbz-shared-quote-left span {
	font-weight: normal;
	font-size: 16px;
	float: left;
}

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

.tbz-shared-quote-right span, .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;
}

.tbz-shared-quote-right span, .tbz-shared-quote-left span, .tbz-shared-quote-center span {
	width: 75px;
}

.tbz-shared-quote-right a, .tbz-shared-quote-left a, .tbz-shared-quote-center a, #content-1024 .tbz-shared-quote-center a {
	float: right;	
}

.tbz-shared-quote-right div, .tbz-shared-quote-left div {
	margin-top: 10px;
}

#content-1024 .tbz-shared-quote-right blockquote, #content-1024 .tbz-shared-quote-left blockquote, #content-1024 .tbz-shared-quote-center blockquote {
	font-size: 26px;
}

#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 {
    line-height: 35px;
    margin: 0;
    padding: 20px 30px 0;
    text-align: center;
}

/* ------------- Share Email ----------------- */

.share-email {
	padding: 10px;
	border: 1px solid #D3D3D3;
	margin-top: 20px;
	background: #F3F3F3;
	position: relative;
	display: none;
}

.share-email .heading {
	color: #555555;
	font-family: arial;
	text-align: left;
	font-size: 18px;
	text-transform: capitalize;
	text-shadow: 0 1px 0 #FFFFFF;
	border-bottom: 0;
	margin: 0;
}

.share-email input[type=text] {
	padding: 10px;
	width: 268px;
	float: left;
	color: #999999;
	font-size: 13px;
	font-family: arial;
}

.share-email input[type=text].error, .share-email textarea.error  {
	border: 2px solid #E91E24;
	color: #E91E24;
	background: #FFFFFF;
}

.share-email textarea {
	border-radius: 0;
	width: 576px;
	margin-bottom: 0;
	padding: 10px;
	color: #999999;
}

.share-email .error-message .error {
	color: #E91E24; 
	background: none;
	margin: 15px 0;
	padding: 0;
}

.share-email .form-row {
	margin: 10px 0;
}

.share-email .form-row input:last-child {
	margin-left: 10px;
}

.share-email hr {
	border-color: #D3D3D3;
	box-shadow: 0 1px 0 #FFFFFF;
	margin: 0 -10px;
}

.share-email input[type=submit] {
	margin-top: 5px;
	float: right;
	font-size: 13px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.open .share-email .arrow {
	right: 167px;
}

.share-email .arrow {
	background:url("/wp-content/themes/TheBlaze/images/icons/share-form-arrow.png") no-repeat 0 0;
	height: 20px;
    position: absolute;
    right: 61px;
    top: -20px;
    width: 25px;
}

.share-email .success {
	margin-top: 5px;
	background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
    color: #468847;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    padding: 10px 50px;
}

#content-1024 .share-email {
	width: 598px;
	float: right;
}

#content-1024 .share-email .arrow {
	right: 114px;
}

/* ------------- Back To Top ----------------- */

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

/* ------------- Editor's / Programming Note ----------------- */

.editors-note, .programming-note {
	font-style: italic;
}

.programming-note {
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

.editors-note .title, .programming-note .title {
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-right: 10px;
}

.editors-note .divider, .programming-note .divider {
	border-bottom: 0 none;
	margin: 30px auto;
	width: 50%;
}


/* ------------- Related Topics ----------------- */

.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 .rt-left, .related-topics-header .rt-right {
    width: 50%; 
    border-bottom: 1px solid #CCC;
}

.related-topics-header .rt-center {
    display: inline-block;
	padding: 0 20px;
	position: relative;
	top: 10px;
}

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

/* ------------- Breaking Banners ----------------- */

.new-design .callouts {
	margin-top: 20px;
}

#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: 5px 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;
}

#breaking_callout.inactive, #secondary_callout.inactive {
	display:none;
}

/* ------------- Video Carousel ----------------- */

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

/* ------------- In Story Firewire ----------------- */

.instory-firewire-container {
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	padding: 10px 0;
	margin: 20px 0;
}

.instory-firewire-container .heading {
  font-weight: bold;
  margin-bottom: 5px;
}

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

/* ------------- Subscription Scroll Banner ----------------- */

.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: url("/wp-content/themes/TheBlaze/images/sub-ad-popup/arrow-sprite.png") no-repeat 60px 8px #E91E24;
	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;
	}
}

/* ----------------------------------------- /
	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 {
	background: #FFFFFF;
	color: #333333;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	padding: 21px 11px;
	position: relative;
	text-transform: uppercase;
}

.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("/wp-content/themes/TheBlaze/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;
}

.encontainer {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #D3D3D3;
    display: block;
    overflow: hidden;
    position: relative;
}

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

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

.menu-search-button {
	background: url("/wp-content/themes/TheBlaze/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("/wp-content/themes/TheBlaze/images/icons/header-icons.png") no-repeat -93px 20px #FFFFFF;
} 

.menu-login-list.logged-in .menu-login-link  {
	background: url("/wp-content/themes/TheBlaze/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("/wp-content/themes/TheBlaze/images/icons/header-icons.png") no-repeat scroll -178px -4px #FFFFFF;
    height: 15px;
    left: 23px;
    position: absolute;
    top: 5px;
    width: 15px;
}

.menu-secondary-content.category-schedule {
	margin-left: 15px;
}

.menu-radio-schedule {
	float: left;
	margin: 0 10px 0 0;
	width: 223px;
}

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

.menu-radio-schedule .time {
	font-weight: bold;
	width: 35px;
	text-align: center;
}

.menu-radio-schedule .title {
	margin-left: 5px;
	width: 183px;
}

.menu-radio-schedule li {
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 10px;
	padding-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;
	line-height: 18px;
	border-bottom: 3px solid #D3D3D3;
	background: #EFEFEF;
	color: #333;
	font-weight: bold;
}

.menu-secondary-nav .active .menu-secondary-link {
	background: url("/wp-content/themes/TheBlaze/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;
}

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

.menu-secondary-post-heading {
	margin: 10px 0 15px;
	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;
}

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

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

.section-title  {
	background: #F3F3F3;
	border: 1px solid #D3D3D3;
	padding: 10px;
	margin: 0;
}

.new-design .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;
}

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

.new-design .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 {
	margin-top: 20px;
}

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

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

/* ------------- 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 ul {
	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;
	color: #E91E24;
}

/* ------------- 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 Footer
/  ----------------------------------------- */

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

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

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

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

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

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

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

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

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

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

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

#copyright p {
	text-align: center;
}

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

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

.widget h3 {
	border-bottom: 1px solid #CCCCCC;
	color: #E91E24;
	font-size: 32px;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}

.widget ul.posts {
	overflow: hidden;
}

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

.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 .posts li:last-child {
	border-bottom: none;
	margin: 0;
}

/* ------------- Top Stories Widget ----------------- */

.widget_top-headlines-widget {
	padding: 0;
}

#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;
	line-height: 18px;
}

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

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

/* ------------- Radio Listen Widget ----------------- */

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

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

.listen {
	display: block;
	float: left;
	margin-top: 4px;
}

.sidebar-text {
	margin: 10px 0;
}

.sidebar-text input {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #777777;
	font-style: italic;
	height: 20px;
	padding: 3px;
	width: 190px;
}

.sidebar-text form {
	margin-top: 5px;
}


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

/* ------------- Inline Book Widget ----------------- */

.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 {
	border-bottom: 0 none;
	color: #333333;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 5px;
	text-align: left;
	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: 9px;
	width: 180px;
	margin: 0;
	font-weight: normal;
	text-shadow: 0 1px 0 #a71004;
}

/* ------------- Newsletter Widget ----------------- */

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

/* ----------------------------------------- /
	Ads
/  ----------------------------------------- */

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

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

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

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

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

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

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

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

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

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

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

.theblaze_yabuka_widget {
	border: none;
}

#ad-minibar {
	width: 980px;
	margin: 0 auto;
}

#sliver_980x27 {
	height: 27px;
	padding-bottom: 8px;
}

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

#sticky_300x250 {
	margin-bottom:25px;
}

#ac_538 .ac_credit:before {
    content: "by Content.ad ";
}
#right-top_300x250 {
	position:relative;
	margin-bottom: 20px;
}

.nativead {
	background-color:#EEE;
}

.nativead .str-thumbnail, .nativead .title {
	cursor: pointer;
}

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

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

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

.magazine-xlarge-ad {
	margin-bottom: 20px;
	display: block;
	text-align: center;
}

/* ----------------------------------------- /
	Pages
/  ----------------------------------------- */

/* ------------- Home Page ----------------- */

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

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

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

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

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

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

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

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

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

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

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

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

.posted-date {
	color: #777;
	text-transform: uppercase;
	margin-top: 15px;
}

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

.latest h3 {
	height: 32px;
	line-height: 36px;
	margin: 10px 10px 0;
	padding-bottom: 10px;
}

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

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

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

.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);
	z-index: 10;
	position: absolute;
	padding: 5px 0 0 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.main-carousel-container h2 {
	color: #fff;
	font-size: 50px;
	padding: 0 5px 5px 15px;
	text-transform: none;
}


.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 .slide-title {
	margin: 20px 0 0;
	padding-bottom: 10px;
}

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

.left-icon {
	float: left;
}

.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("/wp-content/themes/TheBlaze/images/slider-off.png");
	text-indent: -5000px;
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 8px;
}

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

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

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

#homeFullheader .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;
	height: auto;
	padding-bottom: 23px;
}

#textHeader .title-wrap h2,#blogHeader .title-wrap h2 {
	text-align: center;
	border-bottom: none;
	font-size: 85px;
	margin-top: 20px;
}

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

#textHeader .title-wrap p, #blogHeader .title-wrap p {
	text-align: center;
	border-bottom: none;
	font-size: 23px;
	color: #777;
	text-decoration: none;
}

/* ------------- Single Page ----------------- */

.post-title, .slideshow-title {
	font-family: Arial,Helvetica,sans-serif; 
	font-weight: bold;
	padding: 20px 0;
	font-size: 34px;
	line-height: 1;
	margin: 0;
	text-transform: none;
}

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

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

.post-meta {
	line-height: 25px;
	margin-bottom: 20px;
}

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

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

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

.postContent {
	padding-bottom: 10px;
	clear:both;
	font-size: 14px;
	line-height: 1.7;
}

.postContent h1, .postContent h2, .postContent h3, .postContent h4, .postContent h5, .postContent h6 {
	border-bottom: 1px solid #D3D3D3;
	margin: 20px 0;
	text-transform: none;
}

.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 0;
}

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

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

.postContent ol {
	margin-left: 20px;
}

.wp-caption {
	line-height: 18px;
	text-align: left;
	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;
	padding: 5px;
}

.wp-caption.aligncenter {
	margin: 20px auto;
}

.wp-caption.alignright {
	float: right;
	margin: 0 0 20px 20px;
} 

.wp-caption.alignleft {
	float: left;
	margin: 0 20px 20px 0;
} 

.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;
	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;
	line-height: 1;
	margin-left: 5px;
}

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

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

.theblaze-promotext {
	margin-bottom: 35px;
}

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

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


/* ------------- Stories Page ----------------- */

.stories-sort {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.stories-list {
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.stories-title {
	margin: 20px 0;
	text-align: center;
	text-transform: none;
}	

#theStories {
	position: relative;
	display: block;
	left: 50%;
	float: left;
}

body.ie #theStories {
	padding-bottom: 20px;
}

#theStories li {
	float: left;
	right: 50%;
	position: relative;
	margin-right: 15px;
	padding-right: 5px;
	margin-bottom: 0;
}

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

#theStories li a:hover {
	color: #555;
}

#theStories li.active a {
	color: #555;
}

#theStories li.active {
	padding-left: 24px;
}

.the-stories-drop {
	float: left;
	border: 1px solid #ccc;
	height: 60px;
	padding: 10px;
	width: 400px;
	margin: 18px 0 0 0;
	color: #D40808;
	overflow: hidden;
}

.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;
	line-height: 18px;
}

.rss {
	margin-top: 72px;
}

.the-stories-drop-down {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	display: none;
	font-family: 'LeagueGothicRegular';
	font-size: 26px;
	font-weight: normal;
	margin-left: 364px;
	margin-top: -21px;
	padding: 15px;
	position: absolute;
	text-transform: uppercase;
	width: 390px;
	z-index: 999;
}

body.ie8 .the-stories-drop-down {
	margin-top: -57px;
}

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

/* ------------- Author Pages ----------------- */

.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;
	margin-bottom: 15px;
}

.author-star-sub-title {
	border-bottom: 1px solid #D3D3D3;
	color: #333333;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	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 li {
	margin: 10px 0;
}

.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-book-content a {
	line-height: 18px;
}

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

/* ------------- Vertical Pages ----------------- */

#vertical-main {
	width: 520px;
	overflow: hidden;
	height: 230px;
}

#vertical-main img {
	width: 520px;
}

#vertical-main a {
	display: block;
}

.vertical-headline-main h5 a {
	text-transform: none;
	font-weight: normal;
	color: #333;
	font-size: 40px;
	margin-top: 10px;
	display: block;
	line-height: 40px;
}

.vertical-headline-main h5 a:hover {
	color: #555;
}

.vertical-top-area {
	margin-bottom: 15px;
}

.vertical-posts li {
	border-bottom: 1px #CCC solid;
	padding: 10px 0;
}

.vertical-posts li:first-child {
	padding: 0 0 10px 0;
}

.vertical-posts li:last-child {
	border-bottom: none;
	padding: 10px 0 0 0;
}

.vertical-posts img {
	float: left;
	margin-right: 15px;
}

.vertical-posts a {
	color: #333;
	font-weight: bold;
	text-decoration:none;
}

.vertical-posts a span {
	text-transform: none;
	font-weight: normal;
}
.verticalad {
    height: 250px;
}

.vertical-author {
	text-transform: uppercase;
}

.vertical-widget-technology {
	border-top: 4px solid #20346A;
}

.vertical-header-technology, .vertical-header-faith, .vertical-header-business {
	margin: 0 55px 20px 55px;
	padding-bottom: 12px;
	font-size: 60px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: none;
	text-align: center;
}

.vertical-header-technology {
	color: #20346A;
	border-bottom: 1px solid #20346A;
	text-shadow: 0 1px 0 #151b39;
}

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

.vertical-header-business {
	color: #268544;
	border-bottom: 1px solid #268544;
	text-shadow: 0 1px 0 #013216;
}

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

.vertical-widget-faith {
	border-top: 4px solid #F7A81B;
}

.vertical-header-faith {
	color: #FDDB3b;
	border-bottom: 1px solid #FDDB3b;
	text-shadow: 0 1px 0 #c4a308;
}

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

.vertical-header-paragraph {
	text-align: center;
}

.divider {
	display: block;
	width: 100%; 
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    margin-top: 25px;
}

/* ------------- Profile Page ----------------- */

#your-profile h1, #your-profile h2, #your-profile h3, #your-profile h4, #your-profile h5, #your-profile h6 {
	margin: 20px 0;
	border-bottom: 1px solid;
}

.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 .no-comments {
    margin-top: 25px;
}

.profile-comments ul.comments li.comment {
    position: relative;
    padding: 20px;
    border-bottom: 3px solid #ddd;
    overflow: hidden;
}

.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 p {
    margin-bottom: 15px;
}

.profile-comments p.comment-date {
    margin: 0 0 0px 15px;
}

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

.profile-comments .comment:hover {
    background: #efefef;
    cursor: pointer;
}

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

.profile-comments .comment-in-reply-to {
    border-top: 1px solid #ddd;
}

.profile-comments a:hover {
    text-decoration: underline;
}

.profile-comments .show-responses {
    color: #333;
}
.profile-comments .response-header-subcontent {
    color: #aaa;
}

.profile-comments a.page-go:hover {
    text-decoration: none;
}

.profile-comment-pages .page-numbers {
    padding: 0 5px;
}

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

.child-response h5 {
    margin: 10px 0 5px;
    float: none;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
}

.child-response .response-comment {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.child-response .response-comment:hover {
    background: #fff;
}

/* ------------- Contributors Pages ----------------- */

.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-instory-heading {
    font-family: helvetica;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 0 0;
    text-transform: none;
}	

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

/* ------------- Login Page ----------------- */

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

/* ------------- Search Page ----------------- */

body.search .post-meta {
	border:none;
}
.search_bottom_pagination a+a {
    margin-right: 10px;
}

.search-result-header {
    font-size: 50px;
    text-transform:none;
    border-bottom:1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.featuredresult {
    margin-bottom: 15px;
    clear: both;
}

.featuredresult img {
	float: left;
	margin-right: 10px;
}

.featured-result-types-details ul {
	margin-bottom: 0;
}

.search-image {
	float: left;
	margin: 2px 10px 0 0;
}

/* ------------- Tag Page ----------------- */

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

/* ------------- TV Page - Iframe ----------------- */

.tv-hero {
	text-align: center;
	height: 375px;
	border: 1px solid #333333;
	padding: 20px;
	height: 300px;
}

.tv-hero .content {
	width: 480px;
}

.tv-hero a {
	font-size: 14px;
}

.tv-hero h2, .tv-content h2 {
	font-family: arial;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	text-transform: none;
	color: #000000;
	margin-top: 40px;
}

.tv-hero h3, .tv-content h3 {
	font-family: arial;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	border: 0;
	text-transform: none;
}

.tv-hero p {
	color: #000000;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	margin-bottom:0;
}

.tv-hero p .red {
	color: #E91E24;
	font-weight: bold;
}

.tv-hero .big-btn {
	background-color: #E60000;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#E60000)); 
  	background-image: -webkit-linear-gradient(top, #FF0000, #E60000);
  	background-image:    -moz-linear-gradient(top, #FF0000, #E60000); 
  	background-image:      -o-linear-gradient(top, #FF0000, #E60000);
  	background-image:         linear-gradient(to bottom, #FF0000, #E60000); 
	border: 1px solid #333333;
	border-radius: 5px;
	box-shadow: 0 1px 0 #FF4C4C inset, 0 -1px 2px #B30000 inset;
	color: #FFFFFF;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	text-shadow: 1px 1px #5C0000;
	padding: 10px 20px;
	margin-top: 30px;
	display: block;
}

.tv-hero .big-btn:hover {
	background-color: #DB0000;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#F20000), to(#DB0000)); 
  	background-image: -webkit-linear-gradient(top, #F20000, #DB0000);
  	background-image:    -moz-linear-gradient(top, #F20000, #DB0000); 
  	background-image:      -o-linear-gradient(top, #F20000, #DB0000); 
  	background-image:         linear-gradient(to bottom, #FF0000, #DB0000); 
	box-shadow: 0 1px 0 #FF4C4C inset, 0 -1px 2px #A70000 inset;
	color: #FFFFFF;
}

.tv-hero .big-btn:active {
	background: #E60000;
	box-shadow: 0 2px 4px #660000 inset;
	color: #FFFFFF;
}

.tv-hero .fine-print, .tv-plans .monthly .fine-print {
	margin: 0;
	font-size: 10px;
}

.tv-content {
	margin-top: 20px;
	padding: 10px;
}

.tv-content h2 {
	margin: 8px 0 0 10px;
	text-align: left;
}

.tv-content h3 {
	text-align: left;
	margin-bottom: 5px;
}

.tv-content .sub-feature {
	margin-bottom: 20px;
}

.tv-content .left-col {
	width: 570px;
}

.tv-content .right-col div {
	text-align: center;
	margin: 30px 0
}

.tv-happening {
	width: 540px;
	margin: 0 auto 30px;
	text-align: center;
}

.tv-happening h4 {
	color: #000000;
	font-family: arial;
	border: 0;
	text-transform: none;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.tv-plans {
	border: 1px solid #000000;
	background: #d6d6d6;
	padding: 70px 10px 20px 10px;
	margin-bottom: 15px;
}

.tv-plans .monthly {
	border: 1px solid #000000;
	border-radius: 5px;
	background: #c6c6c6;
	color: #000000;
}

.tv-plans .monthly, .tv-plans .yearly {
	width: 330px;
	padding-right: 0;
}

.tv-plans .monthly .top {
	border-radius: 5px 5px 0 0;
	padding: 10px 20px;
	margin-top: 32px;
}

.tv-plans .monthly .bottom {
	border-top: 1px solid #000000;
	padding: 10px 20px;
	border-radius: 0 0 5px 5px;
}

.tv-plans .monthly h3 {
	color: #000000;
	font-family: arial;
	border: 0;
	text-align: center;
	text-transform: none;
	font-weight: bold;
	font-size: 21px;
	margin: 10px 0;
}

.tv-plans .monthly h2 {
	color: #000000;
	font-family: arial;
	border: 0;
	text-transform: none;
	font-weight: bold;
	font-size: 45px;
	text-align: center;
}

.tv-plans .monthly h2 sup {
	font-size: 14px;
	font-weight: bold;
}

.tv-plans .monthly ul, .tv-plans .yearly ul {
	list-style: none;
	margin: 0;
}

.tv-plans .monthly li {
	font-size: 13px;
}

.tv-plans .monthly .checkmark {
	font-weight: bold;
	font-size: 20px;
}

.tv-plans .monthly p {
	text-align: center;
	color: #000000;
	margin-bottom: 10px;
}

.tv-plans .monthly .trial {
	margin: 5px 0 0 0;
	font-weight: bold;
}

.tv-plans .monthly .big-btn {
	background-color: #46565A;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#899FA5), to(#46565A)); 
  	background-image: -webkit-linear-gradient(top, #899FA5, #46565A);
  	background-image:    -moz-linear-gradient(top, #899FA5, #46565A); 
  	background-image:      -o-linear-gradient(top, #899FA5, #46565A); 
  	background-image:         linear-gradient(to bottom, #899FA5, #46565A); 
	border: 1px solid #48585D;
	border-radius: 5px;
	box-shadow: 0 1px 0 #BEBEBE inset, 0 -1px 2px #1E2527 inset;
	color: #FFFFFF;
	font-family: arial;
	font-size: 23px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	text-shadow: 1px 1px #040A0D;
	padding: 10px;
	display: block;
	margin-top: 80px;
}

.tv-plans .monthly .big-btn:hover {
	background-color: #354E56;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#68919D), to(#354E56)); 
  	background-image: -webkit-linear-gradient(top, #68919D, #354E56);
  	background-image:    -moz-linear-gradient(top, #68919D, #354E56); 
  	background-image:      -o-linear-gradient(top, #68919D, #354E56); 
  	background-image:         linear-gradient(to bottom, #68919D, #354E56); 
	box-shadow: 0 1px 0 #AFB4B6 inset, 0 -1px 2px #151F23 inset;
	color: #FFFFFF;
}

.tv-plans .monthly .big-btn:active {
	background: #46565A;
	box-shadow: 0 2px 4px #0C1315 inset;
	color: #FFFFFF;
}

.tv-plans .yearly {
	background: #E91E24; 
	border-radius: 5px;
	color: #FFFFFF;
	margin-left: 30px;
	border: 2px solid #FFFFFF;
}

.tv-plans .yearly .top {
	border-radius: 5px 5px 0 0;
	padding: 10px 20px;
}

.tv-plans .yearly .bottom {
	border-top: 2px solid #FFFFFF;
	padding: 10px 20px 30px 20px;
	border-radius: 0 0 5px 5px;
}

.tv-plans .yearly h3 {
	color: #FFFFFF;
	font-family: arial;
	border: 0;
	text-align: center;
	text-transform: none;
	font-weight: bold;
	font-size: 21px;
	margin: 10px 0;
}

.tv-plans .yearly h2 {
	color: #FFFFFF;
	font-family: arial;
	border: 0;
	text-transform: none;
	font-weight: bold;
	font-size: 45px;
	text-align: center;
}

.tv-plans .yearly h2 sup {
	font-size: 14px;
	font-weight: bold;
}

.tv-plans .yearly li {
	font-size: 13px;
}

.tv-plans .yearly .checkmark {
	font-weight: bold;
	font-size: 20px;
}

.tv-plans .yearly p {
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.tv-plans .yearly .trial {
	margin: 5px 0 0 0;
	font-weight: bold;
}

.tv-plans .yearly .big-btn {
	background-color: #C4EAF5;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFEFF), to(#C4EAF5)); 
  	background-image: -webkit-linear-gradient(top, #FDFEFF, #C4EAF5);
  	background-image:    -moz-linear-gradient(top, #FDFEFF, #C4EAF5); 
  	background-image:      -o-linear-gradient(top, #FDFEFF, #C4EAF5); 
  	background-image:         linear-gradient(to bottom, #FDFEFF, #C4EAF5); 
	border: 1px solid #48585D;
	border-radius: 5px;
	box-shadow: 0 1px 0 #FFFFFF inset, 0 -1px 2px #9BB9C2 inset;
	color: #285C6E;
	font-family: arial;
	font-size: 23px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	text-shadow: 1px 1px #486771;
	padding: 10px;
	display: block;
	margin-top: 40px;
}

.tv-plans .yearly .big-btn:hover {
	background-color: #95D4E9;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#C0D9F2), to(#95D4E9)); 
  	background-image: -webkit-linear-gradient(top, #C0D9F2, #95D4E9);
  	background-image:    -moz-linear-gradient(top, #C0D9F2, #95D4E9); 
  	background-image:      -o-linear-gradient(top, #C0D9F2, #95D4E9); 
  	background-image:         linear-gradient(to bottom, #C0D9F2, #95D4E9); 
	box-shadow: 0 1px 0 #FFFFFF inset, 0 -1px 2px #74A5B5 inset;
	color: #285C6E;
}

.tv-plans .yearly .big-btn:active {
	background: #C4EAF5;
	box-shadow: 0 2px 4px #5E7075 inset;
	color: #285C6E;
}

.tv-plans .wrap {
	width: 696px;
	margin: 0 auto;
}

.tv-plans .gift {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-top: 20px;
}

.tv-plans .stamp {
	background: none repeat scroll 0 0 #BB0000;
	border: 4px solid;
	border-radius: 100px;
	font-weight: bold;
	height: 18px;
	line-height: 14px;
	margin: -55px auto 0;
	padding: 25px 15px 35px;
	text-align: center;
	width: 50px;
}

/* ------------- 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-live {
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.radio-live .icon {
	background: url("/wp-content/themes/TheBlaze/images/icons/radio-now-headphones.png") no-repeat 14px 16px #E91E24;
	border: 1px solid #A71004;
	display: block;
	float: left;
	height: 50px;
	width: 50px;
}

.radio-live .message {
	background: none repeat scroll 0 0 #F3F3F3;
	border-bottom: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	display: block;
	float: left;
	font-weight: bold;
	padding: 8px 15px;
	text-shadow: 0 1px 0 #FFFFFF;
	width: 70px;
}

.radio-live .message p {
	font-size: 16px;
	line-height: 17px;
	margin: 0;
	text-transform: uppercase;
}

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

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

/* ------------- Radio Syndicate ----------------- */

.radio-syndicate-header {
	margin: 10px auto;
    padding: 20px;
    width: 982px;
}

.radio-syndicate-container h3 {
	border-bottom: 1px dotted #D3D3D3;
	color: #333333;
	font-size: 24px;
	padding-bottom: 2px;
	text-align: center;
}

.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;
	margin: 20px 0 ;
	text-transform: none;
}
.radio-syndicate-schedule h4 {
	color: #333;
	font-family: arial, helvetica;
	font-size: 10px;
	text-align: left;
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 5px;
	margin-top: 20px;
}

.radio-syndicate-schedule .sunday-title {
	margin-top: 10px;
}

.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), .radio-syndicate-schedule .sunday-list li:nth-child(odd) {
	background: #F3F3F3;
}

.radio-syndicate-schedule .disclaimer {
	border-bottom: 1px solid #D3D3D3;
	clear: both;
	font-size: 10px;
	padding: 10px 0;
	text-align: center;
}

.radio-syndicate-how img {
	border: 1px solid #D3D3D3;
}

.radio-syndicate-ap h3 {
	color: #E91E24;
	margin-top: 10px;
}

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

/* ------------- Radio Philly ----------------- */

body.philly {
	background: url("/wp-content/themes/TheBlaze/images/philly/philly-home-back.jpg") no-repeat center top;
}

.philly-text-logo {
	margin: 10px 120px 0 0;
	float: right;
}

/* ------------- Books 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 ----------------- */

.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;
	line-height: 1.4;
}

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

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

/* ------------- Affiliate Page ----------------- */

#FSContact3 {
	margin-left: 10px;
}

.affiliate-form-container h1 {
	font-size: 50px;
	text-align: center;
}

.affiliate-content {
    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;
}

.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 {
	margin: 10px 0 2px 0;
}

.affiliate-form input[type=text] {
	padding: 5px; 
	width: 250px;
}

.affiliate-form textarea {
	height: 200px;
	width: 560px;
}

.affiliate-form input.error, .affiliate-form textarea.error  {
	background: #FFEBE8;
    border: 2px solid #E91E24;
    color: #333;
}

/* ------------- Furnace Blog ----------------- */

.furnace-header {
	background: url("/wp-content/themes/TheBlaze/images/furnace/thefurnace-header2.png");
	height: 250px;
}

.furnace-header h3 {
	font-family: arial;
	font-size: 19px;
	padding: 120px 0 0 290px;
	text-transform: none;
	width: 500px;
	color: #033C63;
}

.furnace-header-link {
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
}

.post-title.the-furnace, .no-backgroundsize .post-title.the-furnace {
	min-height: 80px;
	padding: 20px 150px 20px 0;
}

.post-title.the-furnace {
	background: url("/wp-content/themes/TheBlaze/images/furnace/thefurnace-single-header-2x.png") no-repeat scroll right center / 150px 100px rgba(0, 0, 0, 0);
}

.no-backgroundsize .post-title.the-furnace {
	background: url("/wp-content/themes/TheBlaze/images/furnace/thefurnace-single-header.png") no-repeat scroll right center;
}

/* ------------- User Survey ----------------- */

.survey-page-container .title {
	position: absolute;
	background: rgba(0,0,0,0.7);
	font-size: 60px;
	font-weight: bold;
	width: 100%;
	color: #FFFFFF;
	bottom: 5px;
	left: 0;
}

.survey-page-container .note {
	font-size: 18px;
	margin: 20px 0;
}

.survey-page-container .soft-button {
	font-size: 18px;
	margin: 40px auto;
}

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

/* ------------- Internship Page ----------------- */

.internship #secondary_callout, .internship #breaking_callout {
	margin-bottom: 40px;
}

#intern-header {
	margin: -20px -20px 0 -20px;
	height: 545px;
	background: url("images/internship/header.jpg");
}

#intern-header h2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 90px;
	font-weight: bold;
	line-height: 70px;
	letter-spacing: -5px;
	padding-top: 30px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 700px;
}

#intern-body {
	margin: 60px -20px 80px 0;
	font-family: helvetica, arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#intern-body h3 {
	text-transform: none;
	font-family: helvetica, arial, sans-serif;
	font-weight: 300;
	font-size: 28px;
	color: #e91e24;
	margin-bottom: 10px;
}

#intern-body h4 {
	text-transform: none;
	font-family: helvetica, arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #e91e24;
}

#intern-body p {
	font-size: 15px;
	line-height: 22px;
}

#intern-nav-wrap {
	float: left;
    padding: 3px 10px 4px;
}

#intern-nav-wrap.navFixed {
    position: fixed;
    top: 100px;
    z-index: 30;
}

#intern-nav {
	font-size: 12px;
	font-weight: 700;
	color: #999;
	line-height: 21px;
}

#intern-nav a {
	font-weight: 300;
}

#intern-content {
	float: right;
	width: 81%;
}

#intern-intro {
	width: 550px;
	margin-bottom: 50px;
}

#intern-intro p {
	font-size: 17px;
	line-height: inherit;
}

#intern-expect {
	margin-bottom: 50px;
}

#intern-expect .text {
	width: 350px;
	float: left;
}

#intern-photos-right {
	width: 400px;
	height: 532px;
	float: right;
	background: url("images/internship/office.jpg");
}

#intern-require {
	width: 550px;
}

#intern-require ul {
	width: 450px;
	list-style: disc;
	margin: 30px 0 25px 50px;
}

#intern-require li {
	margin-bottom: 15px;
}

#intern-international {
	width: 450px;
	margin-left: 50px;
}

#intern-international h6 {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: none;
}

#intern-international p {
	font-size: 13px;
	line-height: inherit;
}

#intern-photo-full {
	width: 980px;
    float: right;
    margin: 80px 0;
}

#intern-photo-full {
	width: 980px;
	height: 326px;
	background: url("images/internship/newsroom.jpg");
}

#intern-explore > p {
	width: 550px;
}

#intern-explore-list {
	margin: 60px 0 40px;
}

#intern-explore-list p {
	font-size: 14px;
	color: #333;
	font-weight: 500;
	margin-bottom: 25px;
	line-height: 20px;
}

#intern-explore-list-left div, #intern-explore-list-right div {
	font-size: 11px;
	color: #999;
	font-weight: 700;
	margin-bottom: 10px;
}

#intern-explore-list-left {
	float: left;
	width: 320px;
	padding-right: 60px;
}

#intern-explore-list-right {
	float: right;
	width: 320px;
	padding-right: 60px;
}

#intern-when {
	margin-bottom: 60px;
	width: 550px;
}

#intern-how {
	width: 550px;
}

#intern-email {
	width: 420px;
	margin: 40px 0 20px 60px;
}

#intern-email-nyc {
	float: left;
}

#intern-email-dallas {
	float: right;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { /* Only load high-res images on high ppi screens */
	#intern-header {
    	background: url("images/internship/header_2x.jpg");
    	background-size: 100%;
	}

	#intern-photos-right {
		background: url("images/internship/office_2x.jpg");
		background-size: 100%;
	}

	#intern-photo-full {
		background: url("images/internship/newsroom_2x.jpg");
		background-size: 100%;
	}
}