/*  From responsive-base */ 
/*	Hearst Responsive Style
*/

/* ========================= FIXES ============================= */
.body-mobile .widget table {
	width: 100%;
}

#searchform input {
	height: inherit !important;
}

#sidebar #search-div {
	margin-right: auto;
	margin-left: auto;
}

.in-post-widgets-area {
	display: none;
}

.ad_position {
	margin-bottom: 0;
	max-width:100% !important;
}

.hst-adhesion-container {
  display: block;
  width: 100%;
  height: 50px;
  float: left; 
}

#hst-adhesion {
	background: #EEEEEE;
	bottom: 0;
	left: 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 10000;
}

.blog-footer-widget-area .ad_position {
    margin: 10px 126px;
}

.catHolder {
	clear: none;
}

/* Don't let iframes etc. widen our content */
#page-wrap iframe, #page-wrap object, #page-wrap embed {
max-width: 100%;
}

.body-desktop #hst-richmedia {
	display: none;
}

#main img {
	max-width: 100%;
}

#pagecontent .wp-polls-ul .ui-icon {
	background: none;
	width: auto;
	height: auto;
}

/* 
 * Fix bizarre shenanigans with JQM. 
 * jQuery Mobile for some reason assumes that the font-size for the #menuPanel is 16px
 * and bizarrely it translates with em instead of pixels. Fixing it here.
 */
#menuPanel {
	font-size: 16px;
}

.body-mobile .ui-panel-animate.ui-panel-position-right.ui-panel-display-overlay, .ui-panel-animate.ui-panel-position-right.ui-panel-display-push {
	right: 0;
	-webkit-transform: translate3d(272px,0,0);
	-moz-transform: translate3d(272px,0,0);
	transform: translate3d(272px,0,0);
}

.body-mobile .ui-panel-animate.ui-panel-content-wrap-position-right.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push {
	left: 0;
	right: 0;
	-webkit-transform: translate3d(-272px,0,0);
	-moz-transform: translate3d(-272px,0,0);
	transform: translate3d(-272px,0,0);
}

.ui-panel-dismiss-position-right.ui-panel-dismiss-open {
	left: -272px;
	right: 272px;
}

#hst-mediumrectangle2 {
	display: none;
}

.body-mobile #weatherPanel {
	background-color: rgba(0,0,0,.9) !important;
	background-image: none !important;
}

/* Comments "clipping" fix */
.body-mobile .hdn-comments {
	padding: 12px 12px;
	margin-top: 12px;
	margin-left: 8px;
	margin-right: 8px;
	background-color: #fff;
}

/* Images huge like xbox on mobile */
.body-mobile #main #blogarticle .post .wp-caption, .body-mobile #main #blogarticle .post .postimageleft, .body-mobile #main #blogarticle .post .postimageright {
	width: auto !important;
}

/* Swimming on iOS */
.body-mobile  #page-wrap { width:auto !important; }
.body-mobile  #page-wrap:after{ display:none; }

/* Fix for WP comment area */
.body-mobile #commentform input {
    min-width: 95%;
}

.body-mobile .group .comments-group{
	width: 95% !important;
}

#comment {
	width: 95% !important;
}

/* Mobile running into the footer */
.body-mobile #pagecontent {
	padding-bottom: 10px;
}

/* ========================= PAGE STRUCTURE ===================== */
/* 	DEFAULT (MOBILE) COLUMN STYLES */
body {
	min-width: 0px;
}

#main { 
	margin: 0;
}

#branding {
	margin: 0 0 8px 0;
}

#branding .two_img_header-text 
,#branding .two_img_header-text-nopic 
,#branding .extrawide_two_img_header-text
,#branding .extrawide_two_img_header-text-nopic {
    width: 100% !important;
}

#sidebar { 
	display: block;
	float: left;
	width: 100%;
	margin: 0;
}

#content-wrap {
	padding-right: 0;
	background-position: -1000px 0px;
	margin: 0;
	width: 100%;
}

#outer-wrap {
	width: 100%;
	margin: 0 auto;
}

#nav-border {
	width: 100%;
}

#external-header, #external-footer {
	width: 100%;
	display: block;
}

#page-wrap {
	width: 100%;
}

#extrawide-twoimage-header-wrap {
	width: 100%;
	margin: 0 0 10px 0;
	overflow-x: hidden;
}

.pagecontent {
	margin: 0 !important;
}

/* 	TABLET-PORTRAIT COLUMN STYLES */
/*@media ( min-width: 768px ) {	*/
	.body-desktop #sidebar {
		width: 300px;
		margin-right: -316px;
		float: right;
		clear: right;
	}
	
	.body-desktop #content-wrap {
		background-position: 644px 0px;
		padding-right: 332px;
		margin: 0;
	    padding-left: 16px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		*behavior: url(/wp-content/themes/responsive-base/js/boxsizing.htc);
		/*	If you need support for IE7 and lower make 
			sure the boxsizing.htc file is linked properly.
			More info here:  https://github.com/Schepp/box-sizing-polyfill */
	}
	
	.body-desktop .hdn-ad-position {
		/*
		margin-left: 0px !important;
		*/
	}
	
	.body-desktop #outer-wrap {
		width: auto;
	}
	
	.body-desktop #page-wrap {
		width: 978px;
		max-width: 978px;
	}
/*}*/

.body-mobile #sidebar .disclaimer {
	display: none;
}

.body-mobile .disclaimer-message {
	margin: 0 12px;
}

.body-mobile .main-singular .disclaimer-message {
	margin: 0 8px;
}

.body-desktop #main .disclaimer {
	display: none;
}

#pagecontent #sidebar {
	padding: 0;
}

/* ========================= POST ===================== */

#main .wp-caption img {
	margin: 0;
}

#main .wp-caption {
	padding: 10px;
}

#main .wp-caption.aligncenter {
	padding: 10px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#main .wp-caption.aligncenter img { 
	width: 100% !important;
	height: auto !important;
	max-width: 640px;
	margin: 0px;
}

#main .wp-caption.aligncenter .wp-caption-text {
	margin: 5px 0 0 0 !important;
	
}

#main .wp-caption.aligncenter, #main .wp-caption.aligncenter * { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/wp-content/themes/responsive-base/js/boxsizing.htc);
	/*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */
}

.blogtitle {
	margin-top: 0;
}

/*@media (min-width: 768px ) {
	.main-singular .post {
		margin-left: 16.5%;
	}
	
	.main-singular .post .entry {
		margin-right: 16.5%;
	}
}*/

.body-mobile .main-singular .post .blogtitle {
	margin-bottom: 16px;
	font-size: 21px;
	line-height: 23px;
}

.body-mobile .main-singular .post .meta {
	font-size: 12px;
}

.body-mobile .main-singular .post .entry > * {
	margin-top: 16px;
}

.body-mobile .main-singular .post .entry > *:first-child {
	margin-top: 0;
}

.main-singular .blogtitle, .main-singular .meta, .main-singular .catsandtags, .main-singular .entry, .main-singular .edit-post-link {
	margin-left: 8px;
	margin-right: 8px;
}

.main-singular .meta {
	margin-bottom: 16px;
}


.body-desktop #pagecontent #blogcontent .meta {
	margin-top: 13px;
}

#main .show-more-link
, .body-desktop #main .show-more-posts {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	font-weight: bold !important;
	color: #000 !important;
	cursor: pointer;
	position: relative;
	width:220px;
	height:40px;
	margin-top:12px;
}

#main .show-more-link-default
, .body-desktop #main .show-more-posts-default {
	background-image: url('../images/show-more.png');
	background-position: right;
	background-repeat: no-repeat;
}

#main .show-more-link > div
, .body-desktop #main .show-more-posts > div {
	/*
	position:absolute;
	*/
	padding-right: 40px;
	line-height: 40px;
	width: 180px;
	height: 40px;
}

.body-desktop #main .show-more-posts > div img {
	position: absolute;
	right: 12px;
	top: 14px;
}

.show-more-posts .show-more-posts-loading
, .show-more-posts.ajax-loading .show-more-posts-default {
	display:none;
}

.show-more-posts.ajax-loading .show-more-posts-loading {
	display:inline-block;
}

.body-mobile .show-more-posts:before {
    content: '';
    display: block;
    width: auto;
    position: relative;
    top: 50%;
    z-index: 0;
    height: 1px;
    background-color: #ccc;
}
.body-mobile .show-more-posts {
    height: 40px;
    background-color: #fff;
    line-height: 40px;
    text-align: center;
    padding: 0px 8px;
    border-top: 1px solid #eee;
}
.body-mobile .show-more-posts-loading
, .body-mobile .show-more-posts-default {
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 10;
    width: auto;
    padding: 0 4px;
    top: -1px;
}

.body-mobile .show-more-posts-default:after {
    content:'';
    display:block;
    width:10px;
    height:10px;
    position:absolute;
    top:15px;
    right:4px;
    background-image: url('../images/arrow-down.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.body-mobile .show-more-posts-default {
    padding-right: 18px;
}

.body-mobile .show-more-posts-loading img {
    padding-left: 4px;
}

.show-more-posts .show-more-posts-loading
, .show-more-posts.ajax-loading .show-more-posts-default {
	display:none;
}

.show-more-posts.ajax-loading .show-more-posts-loading {
	display:inline-block;
}

#main {
	margin-bottom: 12px;
}
/* ========================= GALLERY ===================== */
#main .gallery img {
	border: 0px;
}

/* In desktop view, we push the post to the right one column */
/*
@media ( min-width: 1280px ) {
	.main-singular .post {
		margin-left: 158px;	
	}
	
	.main-singular .post .entry {
		margin-right: 158px;
	}
}*/

/* ======================== POST META =================== */
.post-author {
	padding: 0;
}

.body-desktop .meta {
	margin-bottom: 1em;
}

.meta {
	font-size: 13px;
	line-height: 16px;
}

#blogcontent .meta span {
	display: block;
}

#blogcontent .meta .post-on {
	display: none;
}

.main-singular .post .meta .post-on {
	margin: 0 .5em;
}

.meta .post-date {
	font-style: italic;
}

/* ====================== LIST &C ===================== */
#blogcontent .blogtitle {
	font-size: 23px;
	font-weight: bold;
}

#blogcontent .post-promo-photo {
	float: left;
	margin: 0 16px 16px 0;
	width: 236px;	
}

#blogcontent .post-promo-photo img {
	width: 100%;
	height: auto;
	margin: 0;
}

.body-mobile #blogcontent .post {
	margin-top: 12px;
	margin-bottom: 0;
	border: 0;
	padding: 12px 0 0 0;
}

.body-mobile #blogcontent .post-loop-content:first-child {
	width: auto;
	margin-top:4px;
	float:left;
	margin-left: 12px;
}

.body-mobile #blogcontent .post-loop-content {
	margin: 0px 10px 16px 0;
	float:right;
	width:45%;
}

.body-desktop #blogcontent .post-loop-content {
	float:right;
	width: 378px;
}

.body-desktop #blogcontent .post-loop-content:first-child {
	float:left;
	width: auto;
}

.body-desktop #blogcontent .sharedaddy {
	float: left;
	clear: left;
}

.body-desktop #blogcontent .catsandtags {
	float: left;
	clear: left;
}

.body-mobile #blogcontent .blogtitle {
	padding-bottom: .1em;
	margin-bottom: 8px;
}

.body-mobile #blogcontent .catsandtags {
	display: none;
}

.body-mobile #blogcontent .blogentrytext > * {
	display: none;
}

.body-mobile #blogcontent .post-promo-photo {
	margin: 0 3% 12px 10px;
	width: 45%;
	height: auto;
}

.body-desktop .index-after-second-post-ad {
	border-bottom: 0 !important;
	padding: 16px 0;
	margin: 0;
}

.body-mobile .index-after-second-post-ad {
	border: 0 !important;
	margin-top: 12px;
	margin-bottom: 0;
}

.body-desktop #main .post {
	margin: 0;
	padding: 16px 0px;
}

.body-desktop #main .post:first-child {
	border: 0;
	padding-top: 20px;
}

.body-mobile #blogcontent .post {
	cursor: pointer;
}

/*=========================== SHAREDADDY ====================== */

.sharedaddy.sd-sharing-enabled {
	border: 0;
	padding: 0;
	border-bottom: 0 !important;
}

.body-mobile .sharedaddy {
	border-top: 1px solid #EEE;
}

.main-singular .sharedaddy.sd-sharing-enabled {
	border-top: 0;
	margin-bottom: 16px;
}

.sharedaddy .sd-sharing.sd-social-hdnicon {
	border: 0;
	padding: 0 0 0 4px;
}

.sharedaddy .sd-sharing.sd-social-hdnicon .sd-content {
	margin: 0;	
}

#main .sharedaddy .sd-sharing.sd-social-hdnicon {
	width: auto !important;
}

#main .sharedaddy.sd-sharing-enabled {
	margin-bottom: 0;
}

.body-desktop #blogcontent .sharedaddy.sd-sharing-enabled .sd-sharing.sd-social-hdnicon {
	margin-left: -8px;	
}

.sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li a {
	padding: 4px;
	height: 32px;
	width: 32px;
	display: block;
	position: relative;
}

.sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li a span {
	height: 32px;
	width: 32px;
	display: block;
	margin: 0;
}

.sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li a span:first-child {
	background-size: cover !important;
	-ms-behavior: url(/wp-content/themes/responsive-base/js/backgroundsize.htc);
}

.sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li a span + span {
	position: absolute;
	top: 25px;
	font-size: 11px;
	line-height: 11px;
	width: 32px;
	height: 11px;
	text-align: left;
	display: block;
	text-transform: uppercase;
	left: 4px;
	background: none;
	text-indent: 0px;
	text-align: center;
}

.sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li.share-more a span:first-child {
	height: 17px;
	width: 22px;
	display: block;
	margin: 0;
	position: absolute;
	left: 11px;
	top: 6px;
	background-position: -5px -1px;
	background-size: 32px 32px !important;
}

#pagecontent .sd-social-hdnicon .sd-content > ul li {
	margin: 0 !important;
}

.body-desktop #pagecontent .sharedaddy .sd-sharing.sd-social-hdnicon .sd-content > ul li.share-print {
	position: relative;
	margin: 0 0 0 6px !important;
}

.body-desktop .sharedaddy .sd-sharing.sd-social-hdnicon .sd-content > ul li.share-print:before {
	content: "";
	display: block;
	width: 1px;
	height: 24px;
	position: absolute;
	top: 7px;
	left: -3px;
	background-color: #eee;
}

.body-mobile #pagecontent #blogcontent .sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li.share-hdn-comment {
	border-left: 1px solid #eee;
	width: 48px;
}

.body-mobile #pagecontent .sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li.share-hdn-comment a {
	margin-left: auto;
	margin-right: auto;
}

.body-mobile #pagecontent #blogarticle .sharedaddy .sd-sharing.sd-social-hdnicon .sd-content > ul li.share-hdn-comment {
	position: relative;
	margin: 0 0 0 4px !important;
	width: 55px;
	float: right;
}

.body-mobile #blogarticle .sharedaddy .sd-sharing.sd-social-hdnicon .sd-content > ul li.share-hdn-comment:before {
	content: "";
	display: block;
	height: 32px;
	width: 1px;
	position: absolute;
	top: 8px;
	background-color: #eee;
}

.sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li.share-hdn-comment a span:first-child {
	height: 15px;
	width: 15px;
	display: block;
	margin: 0;
	position: absolute;
	left: 12.5px;
	top: 7px;
}

.sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li.share-print a span:first-child {
	height: 13px;
	width: 16px;
	display: block;
	margin: 0;
	position: absolute;
	left: 12px;
	top: 8px;
}

.sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li.share-end {
	border-left: 1px solid #eee;
}

.sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li.share-end a {
	width: 24px;
	top: 0px;
}

.sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li.share-end a span
{
	width: 10px;
	height: 10px;
	position: absolute;
	top: 14px;
	left: 8px;
}

#main #blogarticle .post .sharedaddy {
	margin-bottom: 16px;
}

.body-mobile div.sharedaddy .sd-content li.share-print {
	display: none;
}

#pagecontent a.sd-button > span,
#pagecontent a.sd-button:hover > span {
	opacity: 1;
}

.body-desktop .sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li a {
	padding: 3px;
	height: 24px;
	width: 24px;
}

.body-desktop .sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li a span {
	height: 24px;
	width: 24px;
}

.body-desktop .sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li a span + span {
	top: 18px;
	font-size: 8px;
	line-height: 8px;
	width: 24px;
	height: 8px;
	left: 3px;
}

.body-desktop .sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li.share-more a span:first-child {
	height: 13px;
	width: 16px;
	left: 10px;
	top: 4px;
	background-position: -5px -1px;
	background-size: 24px 24px !important;
}

.body-desktop .sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li.share-hdn-comment a span:first-child {
	height: 12px;
	width: 12px;
	left: 9px;
	top: 4px;
}

.body-desktop .sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li.share-print a span:first-child {
	height: 10px;
	width: 12px;
	left: 9px;
	top: 6px;
}

.body-desktop .sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li.share-end
{
	width: 24px;
}

.body-desktop .sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li.share-end {
	border-left: 0;
}

.body-desktop .sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li.share-end a {
	width: 24px;
	height: 24px;
}

.body-desktop .sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li.share-end a span
{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 3px;
	left: 3px;
	background-color: #bbb;
	background-size: 10px !important;
	background-position: 7px 7px;
	border-left: 1px solid #eee;
}

#blogarticle .share-end {
	display: none;
}

/*==========================  TSN  ==========================*/
#content-wrap .mobile_sports_widget{
	margin: 20px;
	width: 300px;
	float: left;
}
#content-wrap #sidebar .mobile_sports_widget{
	width: 100%;
	float: none;
	margin: 0px;
}
#content-wrap .mobile_sports_widget img{
	max-width: none;
}
#content-wrap #sidebar .mobile_sports_widget{
	width: 100%;
	float: none;
	margin: 0px;
}

#content-wrap .mobile_sports_widget{
	font-family: 'Helvetica Neue', Helvetica, Arial, Tahoma, sans-serif;
	font-weight:bold;
	padding-left: 0px;
}
#content-wrap .mobile_sports_widget_wrapper {
	background-color: #fff;	
}
#content-wrap .mobile_sports_widget_header {
	font-size: 16px; 
	color:#000; 
	font-family: 'Helvetica Neue', Helvetica, Arial, Tahoma, sans-serif;
}

#content-wrap .mobile_sports_widget_header span  {
	color:#000; 
}
#content-wrap .mobile_sports_widget th{
	background: #000;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
#content-wrap .mobile_sports_widget td.TSN1{
	font-size:10px;
	font-weight:bold;
}
#content-wrap td.TSN1d,
#content-wrap td.TSN6{
	background: #000;
	color:#fff;
	font-size:13px;
}
#content-wrap .TSN2{
	background:#000;
	color: #fff;
}
#content-wrap .TSN5{
	background:#fff;	
}
#content-wrap .TSN1{
	background:#ddd;	
}


/* Scoreboard */
#content-wrap .tsn_scoreboard table{
	font-size:11px;
}
#content-wrap .tsn_scoreboard table tr{
	border-bottom: 1px solid #999;
}
#content-wrap .tsn_scoreboard table tr:first-child,
#content-wrap .tsn_scoreboard table tr:last-child{
	border-bottom: 0;
}

/* Standings */

/* Draft */
#content-wrap .tsn_draft table{
	background: transparent;
}
#content-wrap .tsn_draft .TSN1{
	background: transparent;	
}
#content-wrap .tsn_draft tr{
	border-bottom: 1px solid #999;
}
#content-wrap .tsn_draft td.TSNDRAFT2:first-child{
	color:#000;
}
#content-wrap .tsn_draft td.TSNDRAFT1:first-child{
	color:#fff;
}
#content-wrap .mobile_sports_widget .TSNDRAFT1{	
	background: #000;
	color:#fff;
	font-size:13px;
}
#content-wrap .mobile_sports_widget .TSNDRAFT2{
	font-size:13px;
}

/* Player */
#content-wrap table.BIOTABLE{
	border-top:2px solid #000;
}
#content-wrap .tsn_player td{
	border-bottom: 1px solid #999;
}
#content-wrap .tsn_player tr:nth-child(odd){
	background: #ddd;
}
#content-wrap .tsn_player tr:nth-child(even){
	background: #fff;
}
#content-wrap .BIOCAT,
#content-wrap .tsn_player .BIOCAT{
	background: #000;
	color:#fff;
	font-size:13px;
}
#content-wrap table.BIOTABLE tr,
#content-wrap table.BIOTABLE tr:nth-child(odd){
	background:#fff;
}
#content-wrap td.BIONAME{
	font-size:17px;
}
#content-wrap span.BIOINFO{
	font-size:11px;
}

/*========================== END TSN ==========================*/

/*========================== CATEGORIES ==========================*/
.widget_categories li {
	display: inline;
	padding-right: 16px;
	padding-left: 16px;
	border-left: 1px solid #ccc;	
}

.widget_categories li:first-child {
	border-left: 0;
	padding-left: 0;
}

#page-body #pagecontent .widget_categories {
	display: none;
	min-height: 22px;
	padding-bottom: 0;
}

#page-body #pagecontent .widget_categories ul {
	padding-bottom: 8px;
}

#page-body #pagecontent .widget_categories ul.children {
	display: inline;
	padding: 0;
	margin: 0;
}

#page-body #pagecontent .widget_categories ul.children li:first-child {
	padding-left: 16px;
	border-left: 1px solid #ccc;
}

.widget_categories h2{
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
}

.body-mobile #pagecontent .widget_categories h2.cats-closed:first-child {
	border-bottom: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
}

h2.cats-open{
}

.show-all-widget {
	position: absolute;
	display: block;
	right: 16px;
	top: 2px;
	line-height: 20px;
	font-size: 12px;
	background-image: url('../images/arrow-down.png');
	background-repeat: no-repeat;
	background-position: right center;
	width: 55px;
	height: 17px;
	text-align: right;
	padding-right: 16px;
}

.show-all-widget.show-all-widget-open {
	background-image: url('../images/arrow-up.png');
}

.show-all-widget .show-all-open {
	display: none;
}

.show-all-widget.show-all-widget-open .show-all-open {
	display: block;
}

.show-all-widget.show-all-widget-open .show-all-closed {
	display: none;
}

#page-body.body-desktop #pagecontent .widget_categories ul li {
	padding-left: 8px;
	padding-right: 8px;
}

#page-body.body-desktop #pagecontent .widget_categories ul li:first-child {
	padding-left: 0;
}

#page-body.body-desktop #pagecontent .widget_categories ul.children li:first-child {
	padding-left: 8px;
}

/*========================== MOST WIDGET ==========================*/


#pagecontent .widget.HDN_WCM_Most_Popular {
	background: inherit;
	padding: 0px 0px;
	line-height: 0px;
}

.body-mobile #pagecontent .widget.HDN_WCM_Most_Popular {
	margin-left: 8px;
	margin-right: 8px;
	margin-top:12px;
}

#pagecontent div.hst-mostpopular.tab-set {
	width: 100%;
	margin: 0;
	background: none;
}

#pagecontent .widget.HDN_WCM_Most_Popular .edge2,
#pagecontent .widget.HDN_WCM_Most_Popular .edge3,
#pagecontent .widget.HDN_WCM_Most_Popular .edge4 {
	background: none;
	padding: 0;
	margin: 0;
}

#pagecontent div.hst-mostpopular.tab-set div {
	width: 100%;
}

#pagecontent .hst-mostpopular .content-tab ol {
	width: inherit;
	margin: 0;
}

#pagecontent .hst-mostpopular li a {
	display: block;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
	color: #000;
}

.hst-mostpopular .nav-tabs li a {
	padding: 5px 8px 0px 8px;
}

.hst-mostpopular .nav-tabs {
	margin-left: 0;
}


#pagecontent .hst-mostpopular li a:hover,
#pagecontent .hst-mostpopular li a:visited,
#pagecontent .hst-mostpopular li a:active,
#pagecontent .hst-mostpopular li a:link {
	text-decoration: none;
	color: #000;
}

#pagecontent .hst-mostpopular .nav-tabs li {
	float: left;
	display: block;
	margin-right: 8px;
}

#pagecontent .hst-mostpopular .nav-tabs li a {
	line-height: 40px;
	height: 40px;
	background: linear-gradient( 0deg, #EEE, #FFF );
	border-style: solid;
	border-top-width: 1px;
	border-top-color: #CCC;
	border-left-width: 1px;
	border-left-color: #CCC;
	border-right-width: 1px;
	border-right-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	position: relative;
	z-index: 10;
	text-transform: uppercase;
}

#pagecontent .hst-mostpopular .nav-tabs li a.selected {
	background: #FFF;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
}

#pagecontent .hst-mostpopular .nav-tabs li.lim {
	float: left;
	width: 8px;	
	display: none;
}

#pagecontent .hst-mostpopular .content-tab li:first-child {
	border-top: 1px;
	border-left: 1px;
	border-right: 0px;
	border-bottom: 1px;
	border-color: #CCC;
	border-style: solid;
}

#pagecontent .hst-mostpopular .content-tab {
	position: relative;
	top: -1px;
	padding: 0;
	width: 100%;
	border-width: 0px;
}

#pagecontent .hst-mostpopular .content-tab li {
	height: 48px;
	list-style-type: none !important;
	background: #FFF;
	background-image: url('../images/most-arrow.png');
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 40px;
	padding-left: 8px;
	clear: left;
	border-top: 0px;
	border-left: 1px;
	border-right: 0px;
	border-bottom: 1px;
	border-color: #CCC;
	border-style: solid;
	margin: 0px 0px;
	line-height: 48px;
	padding-bottom: 0;
}

#pagecontent .hst-mostpopular .content-tab li:hover {
	background-color: #EEE;
}

#pagecontent .hst-mostpopular .nav-tabs {
	border-left-width: 0px;
}

#pagecontent .widget.HDN_WCM_Most_Popular {
	width: auto;
	margin: 10px 0 0 0;
}

/*========================== WIDGETS GENERAL ==========================*/
.widget-title-remainder {
	color: rgb(234, 74, 18);
}

.body-desktop .widget {
	mar#pagecontent ;
}

#page-wrap #sidebar *:first-child {
	margin-top: 0;
}

/*========================= SHADOWS & DESIGN ==========================*/
body {
	background-color: #EEE;
}

body.body-mobile {
	width: 100%;
}

.body-mobile #pagecontent {
	width: 100%;
	overflow: hidden;
}

html {
	width: 100%;
}


.body-mobile #main,
.body-mobile #sidebar {
	width: 100%;	
}

.body-mobile .post, 
.body-mobile .widget, 
.body-mobile .hdn-ad-position,
.body-mobile .widget.HDN_WCM_Most_Popular .content-tab,
.body-mobile #branding,
.body-mobile .archive-header-wrap,
.body-mobile .navigation-slider,
.body-mobile .show-more-posts, 
.body-mobile .footer-top {
	background-color: #FFF;
	-webkit-box-shadow: 0 1px 6px #CCCCCC;
	-moz-box-shadow:    0 1px 6px #CCCCCC;
	box-shadow:         0 1px 6px #CCCCCC;	
}

.body-desktop #branding,
.body-desktop .branding-wide-extrawide-links-bloglogo,
.body-desktop .navigation-slider {
	background-color: #FFF;
	-webkit-box-shadow: 0px 4px 8px rgba(133, 133, 133, .45);
	-moz-box-shadow:    0px 4px 8px rgba(133, 133, 133, .45);
	box-shadow:         0px 4px 8px rgba(133, 133, 133, .45);	
}

.body-desktop #branding.branding-no-drop-shadow {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;		
}

.body-mobile .widget,
.body-mobile .footer-top {
	padding: 12px 12px;
	margin-top: 12px;
	margin-left: 8px;
	margin-right: 8px;
}

.body-mobile #pagecontent .widget h2:first-child,
.body-mobile .footer-top h2:first-child {
	-webkit-box-shadow: 0 4px 8px -4px #CCCCCC;
	-moz-box-shadow: 0 4px 8px -4px #CCCCCC;
  	box-shadow: 0 4px 8px -4px #CCCCCC;
  	margin: 0 -12px 16px -12px;
  	padding: 0 8px;
  	line-height: 18px;
  	height: 32px;
}

.body-desktop .widget,
.body-desktop .footer-top {
	margin-top: 10px;
}

.body-desktop .widget:first-child,
.body-desktop .footer-top:first-child {
	margin-top: 0;
}

.body-mobile #main {

}

.body-mobile .widget.ad_position[class*=widget-ad-position-],
.body-desktop #branding.branding-wide-extrawide-links,
.body-mobile .widget.HDN_WCM_Most_Popular {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	background:			none;
}

.body-mobile .widget.ad_position[class*=widget-ad-position-],
.body-mobile .widget.HDN_WCM_Most_Popular {
	padding: 0;
}

.body-mobile.old-ie .widget.ad_position[class*=widget-ad-position-],
.body-desktop.old-ie #branding.branding-wide-extrawide-links,
.body-mobile.old-ie .widget.HDN_WCM_Most_Popular {
	margin-left: inherit;
	margin-top: inherit;
	filter: none;
}

.body-mobile .hdn-ad-position {
	background-color: #ccc;
}

.body-mobile .widget.ad_position {
	margin-left: 0;
	margin-right: 0;
}

.body-mobile #main .hdn-ad-position {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.body-mobile #main .widget.ad_position {
	margin-left: 0;
	margin-right: 0;
}

.body-mobile #main #blogarticle .post .widget.ad_position .hdn-ad-position {
	margin-left: -8px;
	margin-right: -8px;
}

.body-mobile .juice-ad-position {
	background-color: #ccc;
	padding: 8px 0;
}

.body-mobile iframe, .body-mobile img, .body-mobile embed, .body-mobile object {
	max-width: 100% !important;
}

.body-mobile #main #blogarticle .post img{
	height: auto !important;
}

.body-mobile #A300_ad_container iframe,
.body-mobile #B300_ad_container iframe,
.body-mobile #S300_ad_container iframe {
  height: inherit !important;
}

.body-mobile #main #blogarticle .post .wp-caption,
.body-mobile #main #blogarticle .post .postimageleft,
.body-mobile #main #blogarticle .post .postimageright {
	float: none;
	max-width: 100%;
	display:block;
	margin:16px auto 0 auto !important;
}

.body-mobile .group {
	background: none;
}

.body-mobile .group.comments-group {
	margin-left: 8px;
	margin-right: 8px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #FFF;
}

.body-mobile .commentlist {
	margin: 0;
}

.body-mobile .blog-header-top-border, .body-mobile .blog-header-bottom-border {
	display:none;
}

.body-mobile #branding {
	background:none !important;
}

.body-mobile #page-wrap {
	margin-left: auto;
	margin-right: auto;
}

/*=================== BRANDING ====================*/

.body-mobile #header_icon {
	display: none;
}

#branding {
	width: 100%;
}

#pagecontent #branding a:hover {
	text-decoration: underline;
}

/* Standard and Full */
.body-desktop #branding {
	height: 80px;
}

.body-mobile #branding {
	background-image: none !important;
	height: auto !important;
	width: auto !important;
	background-color: #FFF;
	margin-bottom: 8px;
}

.body-mobile #branding #header_icon {
	display: none;
}

.body-desktop .branding-hidetext {
	text-indent: -9999px;
	cursor: pointer;
}

.body-mobile .blogname span {
	color: inherit !important;
}

.body-mobile .blogdescription {
	color: inherit !important;	
}

/* Extra Wide + Links */
.body-desktop .branding-wide-extrawide-links-container {
	padding: 8px 10px 0 10px;
	margin-left: -6px;
}

.branding-wide-extrawide-links-bloglogo {
	float:left;
	width:382px;
	height:131px;
	cursor: pointer;
	margin-left: 6px;
}
	
.branding-wide-extrawide-links-blogdescription {
	float:left;
	width:405px;
	margin-left:7px;
    margin-top: 5px;
}

.branding-wide-extrawide-links-no-links .branding-wide-extrawide-links-blogdescription {
	width: 561px;
}

.branding-wide-extrawide-links-bloglinks {
	margin-left:7px;
	margin-left:10px;
	float:left;
	width:136px;
}

.branding-wide-extrawide-links-bloglinks a {
	color:#333;
}

.branding-wide-extrawide-links-blogdescription p {
	padding-top:4px;
	line-height:1.5em;
	text-align:left;
	margin:0px 10px 10px 10px;
	font-size:13px;
}

.branding-wide-extrawide-links-bloglinks ul {
    list-style: none outside none;
    margin-top: 10px;
}

.branding-wide-extrawide-links-bloglinks li {
    background: url("../images/bluesquare.gif") no-repeat scroll left top transparent;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
    padding-left: 14px;
}

.body-desktop .branding-wide-extrawide-links .blogname {
	text-indent: -9999px;
}

.body-mobile .branding-wide-extrawide-links .blogdescription p {
	font-size: inherit;
	color: inherit;
	text-align: center;
}

.body-mobile .branding-wide-extrawide-links-blogdescription {
	float: none;
	width: auto;
	margin: 0;
}

.body-mobile .branding-wide-extrawide-links-bloglinks {
	display: none;
}

.body-mobile .branding-wide-extrawide-links-bloglogo {
	background: none !important;
	width: auto !important;
	height: auto !important;
	float: none;
	text-align: center;
}

/* Extra Wide */
.body-desktop .branding-wide-extrawide-container {
	padding: 8px 10px 0 10px;
}

.branding-wide-extrawide-container #branding {
	position: relative;
}

.branding-wide-extrawide-bloglinks {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.branding-wide-extrawide-blogdescription { 
	margin-left:10px;
	margin-right:10px;
}

.branding-wide-extrawide .blogname {
	margin-left:10px;
	margin-right:10px;
}

.body-mobile .branding-wide-extrawide-blogdescription {
	float: none;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	color: inherit !important;
}

.body-mobile .branding-wide-extrawide-blogdescription p {
	color: inherit !important;
	text-align: center;
	font-size: inherit;
}

.body-mobile .branding-wide-extrawide-bloglinks {
	display: none;
}

.body-mobile .branding-wide-extrawide .blogname {
	background: none !important;
	width: auto !important;
	height: auto !important;
	float: none;
	text-align: center;
}

/* Standard Links */
.body-desktop #branding.branding-standard-full-links .header-text {
	text-align: left;
	display: block;
	padding-left: 15px;
	
}

.body-desktop #branding.branding-standard-full-links .header-text.header-text-has-inset {
	margin: 0px auto 0 auto;
	position: relative;
	top: 2px;
	padding-left: 102px;
}

.body-desktop #branding.branding-standard-full-links .branding-standard-full-links-bloglinks {
	position: static;
}

.body-mobile .branding-standard-full-links-bloglinks {
	display: none;
}

/*=================== SEARCH ===============*/

.search-container .search-inputs {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/wp-content/themes/responsive-base/js/boxsizing.htc);
}

.search-container .search-description {
	margin: 8px 0 16px 0;
}

.search-container .search-keywords {
	padding: 8px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/wp-content/themes/responsive-base/js/boxsizing.htc);
}

.search-container .search-submit {
	padding: 8px;
	width: 64px;
	text-align: center;
	cursor: pointer;
	margin-top: 16px;
}

/* ==================== ARCHIVES WIDGET ======================================== */
.widget_archive {
	display: none;
}

.body-mobile .hidden-archive-widget-container {
	margin-bottom: 12px;
}

.body-desktop .hidden-archive-widget-container {
	margin-top: 16px;
}
.body-desktop .hidden-archive-widget-container .widget {
	margin-top: 0;
}

.archive-dropdown-item {
	line-height: 28px;
	font-size: 12px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #DDD;
	padding: 0 8px;
	height: 28px;
	position: relative;
}

.archive-dropdown-header {
	border-width: 1px 1px 1px 1px;
	cursor: pointer;
	text-transform: uppercase;
}

.archive-dropdown-header-sprite {
	background-image: url('../images/arrow-down.png');
	width: 10px;
	height: 10px;
	position: absolute;
	right: 8px;
	top: 9px
}

.archive-dropdown-header-open .archive-dropdown-header-sprite {
	background-image: url('../images/arrow-up.png');	
}

.archive-dropdown {
	margin-top: 16px;
}

.archive-dropdown-more {
	cursor: pointer;
}

.archive-dropdown-more span {
	display: block;
	width: 108px;
	background-image: url('../images/arrow-down.png');
	background-repeat: no-repeat;
	background-position: right center;
	margin-left: auto;
	margin-right: auto;
	height: 24px;
	text-transform: uppercase;
}

.archive-description {
	margin-top: 16px;
}

.body-mobile .archive-dropdown-link {
	cursor: pointer;
}

/*========================== SEARCH/ARCHIVES ========================= */
.body-mobile #main .archive-header-wrap {
	background-color: #fff;
	margin-bottom: 8px;
	padding: 8px 0;
}

#main .archive-header {
	background-color: #DDD;
	padding: 8px;
}

#main .archive-header {
	margin: 0 8px 1px 8px;
}

#main .archive-header + .widget {
	margin: -1px 8px 0px 8px;
	padding: 8px;
	border-top: 1px solid #fff;
	border-bottom: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;	
}

#main .archive-header + .widget_search,
#main .archive-header + .widget_archive,
#main .archive-header + .widget_categories {
	background-color: #eee;
}

#pagecontent #main .archive-header + .widget_search h2:first-child,
#pagecontent #main .archive-header + .widget_archive h2:first-child {
	display: none;
}

#main .archive-header + .widget_archive .archive-dropdown-item {
	background-color: #fff;
}

#pagecontent #main .archive-header + .widget h2:first-child {
	margin: -8px -8px 8px -8px;
	padding: 8px;
	font-size: inherit;
	background-color: #eee;
	height: auto;
}

#main .archive-header + .widget h2 .show-all-widget {
	top:8px;
}

.body-desktop #main .archive-header,
.body-desktop #main .archive-header + .widget {
	margin-left: 0;
	margin-right: 0;
}

#main .archive-header + .widget_archive .archive-description {
	margin-top: 8px;
}

#main .archive-header + .widget_categories ul {
	padding-bottom: 8px;
}

#main .archive-header + .widget_categories {
	padding-bottom: 0;
}

/*========================== SUBNAVIGATION ================================== */
.navigation-slider li {
    display: inline-block;
    margin-left: 1em;
    height: 40px;
    line-height: 40px;
}

.navigation-slider li:first-child {

}

.navigation-slider ul {
    position: relative;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
}

.navigation-slider {
    overflow: hidden;
    height: 40px;
    white-space: nowrap;
    position: relative;
    display: none;
    cursor: move;
    margin-top: -8px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100%;
}

#main .navigation-slider,
.body-mobile .navigation-slider {
	margin-left: 0;
	margin-right: 0;
}

.navigation-slider-left
,.navigation-slider-right {
	height: 60px;
	width: 60px;
	position: absolute;
	top: -10px;
	cursor: pointer;
	background-size: 20px;
	background-repeat: no-repeat;
	-ms-behavior: url(/wp-content/themes/responsive-base/js/backgroundsize.htc);
	display: none !important;
}

.navigation-slider-left {
	left: 0px;
	background-image: url(../images/arrow-left-black.png);
	background-position: 5px 20px;
}

.navigation-slider-right {
	right: 0px;
	background-image: url(../images/arrow-right-black.png);
	background-position: 35px 20px;
}

/*=========================== HIDERS =====================*/
.body-mobile .only-desktop,
.body-desktop .only-mobile {
	display: none !important;
}

.body-desktop .only-desktop,
.body-mobile .only-mobile {
	display: inline-block !important;
}

.body-desktop .only-desktop,
.body-mobile .only-mobile {
	width: 100%;
}

/*=========================== AUTHOR MODULE ===================*/
#blogauthor {
	background-color: #DDD;
	padding-top: 8px;
	padding-bottom: 4px;
	margin-top: 16px;
	border-top: 1px #ccc;
}

.blogauthor-meta {
	border-bottom: 1px solid #000;
	margin: 0 8px 4px 8px;
	padding: 0 0 4px 0;
}

#main #blogarticle #blogauthor .blogauthor-social {
	margin-bottom: 0;
}


.body-mobile #blogarticle .post {
	padding-bottom: 0;
}



/*
	SPOTLIGHT CSS
*/

#spotlight-area-wrapper {
    width: 100%;
}

.body-desktop #spotlight-area-wrapper .meta,
.body-desktop #spotlight-area-wrapper .catsandtags{
	display: none;
}

.body-desktop .spotlight-col-1{
	width: 400px;
	padding-right: 22px;
	float: left;
}

.body-desktop .spotlight-col-1.single{
	width: 100%;
	padding-right: 0;
}

.body-mobile .spotlight-col-1{
	min-width: 100%;
	float: left;
	padding-right: 0px;
}



.body-desktop .spotlight-col-2{
	width: 210px;
	float: left;
}

.body-desktop .spotlight-col-2-top .post-promo-photo{
	margin: 0 !important;
    width:210px !important;
}

.body-mobile #spotlight-area-wrapper {
    width: 100%;
    margin: 0 auto;
}

.body-mobile .spotlight-col-2{
	min-width: 100%;
	float: left;
}

.body-mobile .spotlight-feature .post-promo-photo-wrapper {
  	display: block;
	height: auto;
	width: auto;
	margin: auto 8px;
}

.body-mobile .spotlight-feature .post-promo-photo,
.body-desktop .spotlight-feature .post-promo-photo {
	height: auto;
	min-width: 100%;
	margin: 0 !important;
}

.body-mobile #blogcontent .spotlight-feature  .blogentrytext > *{
	display: block;
	width: auto;
	margin: auto 8px;
}

.body-mobile #blogcontent .spotlight-feature  .edit-post-link > *{
	width: auto;
	margin: auto 8px;
}

.body-mobile #blogcontent .spotlight-feature .post-loop-content {
   float: left;
   margin-left: 12px;
   margin-top: 4px;
   width: auto;
}

.spotlight-col-2-top{

}

.spotlight-col-2-bottom{
	padding-bottom: 12px;
	margin-top: 5px
}

.body-mobile .spotlight-col-2-bottom{
	padding-bottom: 0;
}

.spotlight-col-2-bottom .post{
	padding: 5px 0 !important;
	border-top: none !important;
}

.post_excerpt_format_display {
	display: block;
}

.post_excerpt_format_hidden {
	display: none;
}

.post_full_format_display {
	display: block;
}

.post_full_format_hidden {
	display: none;
}


/*HDN Respnsive Youtube Video*/

.hdn-youtube-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.hdn-youtube-video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Tutorial Overlay*/
.overlayInner {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  color: #fff;
  opacity: 0;
  position: absolute;
  z-index: 2000;
}

.overlay {
	height:100%;
	position:fixed;
	width:100%;
	z-index:2000;
}

.overlayInner {
	background:#000;
	background:rgba(0,0,0,0.7);
	position:absolute;
	z-index:2000;
	color:#fff;
	opacity:0;
}

.cutout {
	background:none;
	background:rgba(0,0,0,0);
	-webkit-box-shadow:inset 2px 2px 3px 0 rgba(0,0,0,0.7);
	-moz-box-shadow:inset 2px 2px 3px 0 rgba(0,0,0,0.7);
	box-shadow:inset 2px 2px 3px 0 rgba(0,0,0,0.7);
}

.description {
	background:#448ABF;
	box-shadow:2px 2px 5px #000;
	position:fixed;
	width:290px;
	opacity:0;
	z-index:3000;
}

.description .close .icon {
	background:#172E40;
	color:#fff;
	font-family:"Arial";
	font-size:12px;
	font-weight:700;
	line-height:30px;
	position:absolute;
	right:5px;
	text-align:center;
	top:5px;
	width:30px;
}

.description .close .icon:hover {
	background:#5BB8FF;
}

.description h1 {
	background:#2E5C7F;
	color:#fff;
	font-family:"Arial",sans-serif;
	font-size:16px;
	font-weight:700;
	text-align:center;
	line-height:60px;
	text-transform:uppercase;
}

.description p {
	color:#fff;
	font-family:"Arial",sans-serif;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	padding:20px;
	text-transform:uppercase;
}

.description.top .arrow {
	height:20px;
	left:125px;
	position:absolute;
	top:-15px;
	width:40px;
}

.description .arrow .icon {
	background:url(/img/utils/tutorial/descriptionArrow.png);
	display:block;
}

.description.top .arrow .icon {
	background-position:0 0;
	height:20px;
	width:40px;
}

.description.right .arrow {
	height:40px;
	left:285px;
	position:absolute;
	top:10px;
	width:20px;
}

.description.right .arrow .icon {
	background-position:-20px 0;
	height:40px;
	width:20px;
}

.description.left .arrow {
	height:40px;
	left:-15px;
	position:absolute;
	top:10px;
	width:20px;
}

.description.left .arrow .icon {
	background-position:0 0;
	height:40px;
	width:20px;
}

.description .button {
	background:#172E40;
	color:#fff;
	float:left;
	font-family:"Arial",sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:36px;
	margin:0 0 15px;
	padding:0 24px;
	position:relative;
	text-transform:uppercase;
}

.description .button.next {
	display:none;
	left:102px;
}

.description .button.close {
	display:none;
	left:97px;
}

.description .button.yes {
	display:none;
	left:102px;
}

.description .button:hover {
	background:#5BB8FF;
}

/* End of from responsive-base */

/* From responsive-chron */

/* For outbrain and maybe some scumbag stuff in the WCM. */
@font-face {
    font-family: 'helvetica neue';
    src: url('../fonts/helveticaneue/helveticaneue-roman-webfont.eot');
    src: url('../fonts/helveticaneue/helveticaneue-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue/helveticaneue-roman-webfont.woff') format('woff'),
         url('../fonts/helveticaneue/helveticaneue-roman-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue/helveticaneue-roman-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helveticaneue/helveticaneue-roman-webfont.eot');
    src: url('../fonts/helveticaneue/helveticaneue-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue/helveticaneue-roman-webfont.woff') format('woff'),
         url('../fonts/helveticaneue/helveticaneue-roman-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue/helveticaneue-roman-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Decent-browser-friendly styles */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helveticaneue/helveticaneue-bold-webfont.eot');
    src: url('../fonts/helveticaneue/helveticaneue-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue/helveticaneue-bold-webfont.woff') format('woff'),
         url('../fonts/helveticaneue/helveticaneue-bold-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue/helveticaneue-bold-webfont.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helveticaneue/helveticaneue-italic-webfont.eot');
    src: url('../fonts/helveticaneue/helveticaneue-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue/helveticaneue-italic-webfont.woff') format('woff'),
         url('../fonts/helveticaneue/helveticaneue-italic-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue/helveticaneue-italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helveticaneue/helveticaneue-bolditalic-webfont.eot');
    src: url('../fonts/helveticaneue/helveticaneue-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue/helveticaneue-bolditalic-webfont.woff') format('woff'),
         url('../fonts/helveticaneue/helveticaneue-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue/helveticaneue-bolditalic-webfont.svg') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Adelle Basic';
    src: url('../fonts/adellebasic/23396f_0_0.eot');
    src: url('../fonts/adellebasic/23396f_0_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/adellebasic/23396f_0_0.woff') format('woff'),
         url('../fonts/adellebasic/23396f_0_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adelle Basic';
    src: url('../fonts/adellebasic/adellebasic_bold.eot');
    src: url('../fonts/adellebasic/adellebasic_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/adellebasic/adellebasic_bold.woff') format('woff'),
         url('../fonts/adellebasic/adellebasic_bold.ttf') format('truetype'),
         url('../fonts/adellebasic/adellebasic_bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Adelle Basic';
    src: url('../fonts/adellebasic/adellebasic_bolditalic.eot');
    src: url('../fonts/adellebasic/adellebasic_bolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/adellebasic/adellebasic_bolditalic.woff') format('woff'),
         url('../fonts/adellebasic/adellebasic_bolditalic.ttf') format('truetype'),
         url('../fonts/adellebasic/adellebasic_bolditalic.svg') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-regular-webfont.eot');
    src: url('../fonts/roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-italic-webfont.eot');
    src: url('../fonts/roboto/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-italic-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-italic-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-bold-webfont.eot');
    src: url('../fonts/roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-bold-webfont.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-bolditalic-webfont.eot');
    src: url('../fonts/roboto/roboto-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-bolditalic-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-bolditalic-webfont.svg') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Black';
    src: url('../fonts/roboto/roboto-black-webfont.eot');
    src: url('../fonts/roboto/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-black-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-black-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-black-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBlack';
    src: url('../fonts/roboto/roboto-black-webfont.eot');
    src: url('../fonts/roboto/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-black-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-black-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-black-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Crappy browser fonts */
@font-face {
    font-family: 'Helvetica Neue Italic';
    src: url('../fonts/helveticaneue/helveticaneue-italic-webfont.eot');
    src: url('../fonts/helveticaneue/helveticaneue-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue/helveticaneue-italic-webfont.woff') format('woff'),
         url('../fonts/helveticaneue/helveticaneue-italic-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue/helveticaneue-italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('../fonts/helveticaneue/helveticaneue-bold-webfont.eot');
    src: url('../fonts/helveticaneue/helveticaneue-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue/helveticaneue-bold-webfont.woff') format('woff'),
         url('../fonts/helveticaneue/helveticaneue-bold-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue/helveticaneue-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Bold Italic';
    src: url('../fonts/helveticaneue/helveticaneue-bolditalic-webfont.eot');
    src: url('../fonts/helveticaneue/helveticaneue-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue/helveticaneue-bolditalic-webfont.woff') format('woff'),
         url('../fonts/helveticaneue/helveticaneue-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue/helveticaneue-bolditalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adelle Basic Bold';
    src: url('../fonts/adellebasic/adellebasic_bold.eot');
    src: url('../fonts/adellebasic/adellebasic_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/adellebasic/adellebasic_bold.woff') format('woff'),
         url('../fonts/adellebasic/adellebasic_bold.ttf') format('truetype'),
         url('../fonts/adellebasic/adellebasic_bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adelle Basic Bold Italic';
    src: url('../fonts/adellebasic/adellebasic_bolditalic.eot');
    src: url('../fonts/adellebasic/adellebasic_bolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/adellebasic/adellebasic_bolditalic.woff') format('woff'),
         url('../fonts/adellebasic/adellebasic_bolditalic.ttf') format('truetype'),
         url('../fonts/adellebasic/adellebasic_bolditalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Italic';
    src: url('../fonts/roboto/roboto-italic-webfont.eot');
    src: url('../fonts/roboto/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-italic-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-italic-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoItalic';
    src: url('../fonts/roboto/roboto-italic-webfont.eot');
    src: url('../fonts/roboto/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-italic-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-italic-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('../fonts/roboto/roboto-bold-webfont.eot');
    src: url('../fonts/roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/roboto/roboto-bold-webfont.eot');
    src: url('../fonts/roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Bold Italic';
    src: url('../fonts/roboto/roboto-bolditalic-webfont.eot');
    src: url('../fonts/roboto/roboto-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-bolditalic-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-bolditalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBoldItalic';
    src: url('../fonts/roboto/roboto-bolditalic-webfont.eot');
    src: url('../fonts/roboto/roboto-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-bolditalic-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-bolditalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Rules */

.body-desktop #page-wrap {
	width: 980px;
	max-width: 980px;
}

.body-desktop #main {
	width: 640px;
}

#pagecontent {
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	line-height: 18px;
	color: #000;
}

#pagecontent a {
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#pagecontent a:link {
	color: #ea4a12;
	text-decoration: none;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#pagecontent a:visited {
	color: #ea4a12;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#pagecontent a:hover {
	color: #ea4a12;
	text-decoration: underline;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#pagecontent .blogname a, #pagecontent .blogname span {
	color: #ea4a12;
	font-family: 'Adelle Basic Bold', Helvetica, sans-serif !important;
	font-weight: normal !important;
	font-style: normal;
}

.body-mobile #pagecontent .blogname a, .body-mobile #pagecontent .blogname span {
	color: #ea4a12 !important;
	font-size: 20px;
	line-height: 22px;
}

.body-mobile .branding-wide-extrawide-links .blogdescription p,
.body-mobile .branding-wide-extrawide-links .blogdescription,
.body-mobile .blogdescription p,
.body-mobile .blogdescription {
	font-family: 'Roboto Bold', Helvetica, sans-serif;	
	font-size: 13px;
	line-height: 16px;
	color: #000 !important;
}

.body-desktop .blogname {
	font-size: 30px;
	font-family: 'Adelle Basic Bold', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 4px;
	line-height: 34px;
}

.body-desktop .blogdescription {
	font-size: 14px;
	font-family: 'Roboto Bold', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}


.body-mobile #branding {
	background-color: #fff !important;
}

.body-mobile .blogname span {
	color: #ea4a12 !important;
}

.search-keywords {
	color: #ea4a12;
	text-transform: uppercase;
	font-family: 'Roboto Bold', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	line-height: 16px;
	height: 32px;
}

.search-submit {
	color: #FFF;
	text-transform: uppercase;
	font-family: 'Roboto Bold', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	line-height: 16px;
	background-color: #ea4a12;
}

#main .show-more-link-default
, .body-desktop #main .show-more-posts-default {
	
}

.body-mobile .show-more-posts-default:after {
	background-image: url('../images/chron_23.png')
}

.body-mobile .show-more-posts {
	font-family: 'Roboto Black', Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #ea4a12;
	font-size: 13px;
}

#pagecontent .hst-mostpopular .content-tab li {
	
}

.archive-dropdown-header, .archive-dropdown-more {
	color: #ea4a12;
	font-family: 'Roboto Bold', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.archive-dropdown-header-sprite {
	background-image: url('../images/chron_23.png');
	background-size: 10px;
	-ms-behavior: url(/wp-content/themes/responsive-base/js/backgroundsize.htc);	
}

.archive-dropdown-header-open .archive-dropdown-header-sprite {
	background-image: url('../images/chron_22.png');
	background-size: 10px;
	-ms-behavior: url(/wp-content/themes/responsive-base/js/backgroundsize.htc);	
}

.archive-dropdown-more span {
	background-image: url('../images/chron_23.png');
	background-size: 10px;
	-ms-behavior: url(/wp-content/themes/responsive-base/js/backgroundsize.htc);	
}

.show-all-widget {
	color: #ea4a12;
	background-image: url('../images/chron_23.png');
	background-size: 10px;
	-ms-behavior: url(/wp-content/themes/responsive-base/js/backgroundsize.htc);	
}

.show-all-widget.show-all-widget-open {
	background-image: url('../images/chron_22.png');
	background-size: 10px;
	-ms-behavior: url(/wp-content/themes/responsive-base/js/backgroundsize.htc);		
}

#main .archive-header + .widget h2 {
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#main .archive-header + .widget h2 .show-all-widget {
	font-family: 'Roboto Bold', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.archive-header {
	font-family: 'Roboto Bold', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#pagecontent .blogentrytext {
	line-height: 19px;
}

#pagecontent .blogtitle,
#pagecontent .blogtitle a {
	font-family: 'Adelle Basic Bold', Helvetica, sans-serif !important;
	font-weight: normal !important;
	font-style: normal;
	font-size: 21px;
	line-height: 23px;
	color: #000 !important;
}

#pagecontent #blogcontent .blogtitle,
#pagecontent #blogcontent .blogtitle a {
	font-size: 16px;
	line-height: 18px;	
}

.body-mobile #pagecontent #blogcontent #spotlight-area-wrapper .blogtitle,
.body-mobile #pagecontent #blogcontent #spotlight-area-wrapper .blogtitle a {
	font-size: 21px;
	line-height: 23px;	
}

#pagecontent .widget h2,
.footer-top h2 {
	font-family: 'Roboto Bold', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

#pagecontent .widget h2 .widget-title-remainder,
.footer-top h2 .widget-title-remainder {
	color: #ea4a12;
}

#pagecontent .post-author,
#pagecontent .post-author a {
	font-family: 'Roboto Bold', Helvetica, sans-serif !important;
	font-weight: normal !important;
	font-style: normal;
	font-size: 13px;
	color: #000 !important;
	line-height: 16px;
}

#pagecontent .post-date {
	font-family: 'Roboto Italic', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #000;
	line-height: 16px;
}

#pagecontent .show-more-link {
	font-family: 'Roboto Bold', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
}

.body-mobile #pagecontent #main #blogarticle .post .entry {
	font-size: 16px;
	line-height: 22px;
}

.sharedaddy .sd-sharing.sd-social-hdnicon li a:link,
.sharedaddy .sd-sharing.sd-social-hdnicon li a:visited,
.sharedaddy .sd-sharing.sd-social-hdnicon li a:hover,
.sharedaddy .sd-sharing.sd-social-hdnicon li a:active {
	color: #ea4a12 !important;
}

.body-desktop .sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li.share-end a span
{
	border-left: 1px solid #ea4a12;
}

.sharedaddy .sd-sharing.sd-social-hdnicon .sd-content li a span + span {
	font-family: 'Helvetica Neue Bold', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.sharedaddy .sd-sharing.sd-social-hdnicon li.share-hdn-comment a span:first-child {
	background-image: url(../images/d_comment.png);
}

.sharedaddy .sd-sharing.sd-social-hdnicon li.share-print a span:first-child {
	background-image: url(../images/d_print.png);
}

.sharedaddy .sd-sharing.sd-social-hdnicon li.share-more a span:first-child {
	background-image: url(../images/d_more_share.png);
}

.sharedaddy .sd-sharing.sd-social-hdnicon li.share-end a span:first-child {
	background-image: url(../images/d_less_share.png);
}

/*
#main .galleria-info-description {
	font-family: 'Roboto Italic', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #222;
}

#main .galleria-info-title {
	font-family: 'Roboto Bold Italic', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #222;
}

#main .galleria-info-credit {
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #666;
}
*/
#pagecontent .blogentrytext,
#pagecontent .entry {
	font-family: 'Helvetica Neue';
}

#pagecontent .widget {
	font-family: 'Helvetica Neue';
}

#pagecontent .widget a {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#pagecontent .widget a:link {
	color: #ea4a12;
	text-decoration: none;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#pagecontent .widget a:visited {
	color: #ea4a12;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#pagecontent .widget a:hover {
	color: #ea4a12;
	text-decoration: underline;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.body-mobile #pagecontent .widget h2,
.body-mobile .footer-top h2 {
	border-bottom: 0;
}

.body-mobile #pagecontent .widget h2:first-child,
.body-mobile .footer-top h2:first-child {
	line-height: 23px;
}

.show-more-link {
	background-color: #fff;
}

.navigation-slider {
	background-color: #ea4a12 !important;
	font-family: 'Roboto Bold', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.navigation-slider .navigation-selected,
.navigation-slider li:hover,
#pagecontent .navigation-slider:hover li.navigation-selected:hover {
	background-image: url(../images/chron_34.png);
	background-position: center 13px;
	background-repeat: no-repeat;
}
.navigation-slider:hover .navigation-selected {
	background-image:none;
}

#pagecontent .navigation-slider a,
#pagecontent .navigation-slider:hover li.navigation-selected a {
	font-family: 'Roboto Bold', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #f7b7a0;
}

#pagecontent .navigation-slider a:link {
	color: #f7b7a0;
	text-decoration: none;
	font-family: 'Roboto Bold', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#pagecontent .navigation-slider a:visited {
	color: #f7b7a0;
	font-family: 'Roboto Bold', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#pagecontent .navigation-slider a:hover {
	color: #fff;
	text-decoration: underline;
	font-family: 'Roboto Bold', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#pagecontent .navigation-slider .navigation-selected a,
#pagecontent .navigation-slider li:hover a,
#pagecontent .navigation-slider:hover li.navigation-selected:hover a {
	color: #fff;
}

.navigation-slider-left {
	background-image: url(../images/chron_32.png);
}

.navigation-slider-right {
	background-image: url(../images/chron_33.png);
}

#pagecontent .hst-mostpopular .nav-tabs li a {
	font-family: 'Roboto Bold', Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #999;
}

#pagecontent .hst-mostpopular .nav-tabs li a.selected {
	color: #ea4a12;
}

#pagecontent .hst-mostpopular .content-tab li a {
	font-family: 'Roboto Bold', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
}

#pagecontent .AR_3 .rec-link {
	color: #000!important;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	font-family: RobotoBold;
}

#pagecontent .AR_3 .rec-src-link {
	color: #666!important;
	font-family: RobotoRegular;
	font-size: 12px;
}

#pagecontent .AR_3 .ob_what a {
	color: #999;
	font-size: 10px;
	font-family: arial;
	text-decoration: none;
}

#pagecontent .AR_5 .ob_source {
	color: #999!important;
}

/* Go back to desktop fonts for dekstop?
.body-desktop #pagecontent {
font-family: inherit !important;
}

.body-desktop #pagecontent .blogtitle,
.body-desktop #pagecontent .blogtitle a {
font-family: inherit !important;
font-weight: bold !important;
}

.body-desktop #pagecontent .post-author,
.body-desktop #pagecontent .post-author a {
font-family: inherit !important;
font-weight: bold !important;
}

.body-desktop #pagecontent .post-date {
font-family: inherit !important;
font-style: italic !important;
}
 */
 
 .blogauthor-meta {
	font-size: 12px;
	font-family: 'Roboto Bold';
	font-weight: normal;
	line-height: 18px;
}

.blogauthor-meta-title {
	font-family: 'Roboto';
}

/* End of from responsive-chron */

/* Responsive Base Niche follows*/
/* Niche Logo + Leaderboard */

/*** leaderboard sections - above logo and to the right of logo ***/
.body-desktop .branding-wide-nichelogo-container {
	padding: 9px 12px 15px;	
}
.body-desktop .branding-wide-nichelogo-container-belownav {
	padding: 10px 12px 10px;
}
.body-desktop .branding-wide-nichelogo-container #branding {
	height: 90px;
}
.branding-wide-nichelogo-container .sitelogo, .sitelogo img, .leaderboard { 
	float:left; 
}
.branding-wide-nichelogo-container .sitelogo { 
	margin-right: 50px; 
}
/* for mobile, center site logo */
.body-mobile .branding-wide-nichelogo-container .sitelogo {
  float: none;
}
.body-mobile .sitelogo img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
}

/* footer styles */
.body-desktop .footer-top { padding: 20px; margin: auto; }

.footer-bottom { padding: 10px 20px 40px; }
.parent-site-link { float: left; padding-right: 5px; }
.footer-menu, a.parent-site-link { float:left; }
.footer-menu li, .parent-site-link li, .footer-bottom .menu li { padding-top: 3px; list-style-type: none; display: inline; }
.footer-hearst { float: right; }
.footer-hearst img { vertical-align: middle; }


/* voices and contributer styling */
.body-mobile #pagecontent #featured-voices .bpl-item,
.body-mobile #pagecontent #featured-contributors .bpl-item{
	background:none repeat scroll 0 0 #FFFFFF;
	clear:both;
	display:block;
	float:left;
	margin:0 0 1px;
	width:100%
}

.body-mobile #pagecontent #featured-voices .bpl-item.first,
.body-mobile #pagecontent #featured-contributors .bpl-item.first{
	margin-top:-8px
}

.body-mobile #pagecontent #featured-voices .bpl-item.last,
.body-mobile #pagecontent #featured-contributors .bpl-item.last{
	margin-bottom:0
}

.body-mobile #pagecontent #featured-voices .bpl-item.more,
.body-mobile #pagecontent #featured-contributors .bpl-item.more{
	display:none
}

.body-mobile #pagecontent #featured-voices img,
.body-mobile #pagecontent #featured-contributors img{
	float:left;
	height:76px;
	margin:0 8px 0 0;
	width:76px
}

.body-mobile #pagecontent #featured-voices .bpl-text,
.body-mobile #pagecontent #featured-contributors .bpl-text{
	float:left;
	width:55%;
}

.body-mobile #pagecontent #featured-voices .bpl-text h3,
.body-mobile #pagecontent #featured-contributors .bpl-text h3{
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	margin:12px 0 2px
}

.body-mobile #pagecontent #featured-voices .bpl-text h4,
.body-mobile #pagecontent #featured-contributors .bpl-text h4{
	font-size:13px;
	font-weight:normal;
	line-height:17px;
	margin:0
}

.body-mobile #pagecontent #featured-voices .bpl-item .exit,
.body-mobile #pagecontent #featured-contributors .bpl-item .exit{
	display:block;
	float:right;
	height:76px;
	width:32px
}

.body-mobile #pagecontent #featured-voices .bpl-item .exit .exitArrow,
.body-mobile #pagecontent #featured-contributors .bpl-item .exit .exitArrow{
	background-image:url("../images/chron_33.png");
	background-size:cover;
	background-color:rgba(0, 0, 0, 0);
	display:block;
	height:14px;
	margin:31px 9px;
	width:14px
}

.body-mobile #pagecontent #featured-voices .show_more,
.body-mobile #pagecontent #featured-contributors .show_more{
	background:#FFFFFF;
	clear:both;
	display:block;
	text-align:center;
	width:100%
}

.body-mobile #pagecontent #featured-voices .show_more a,
.body-mobile #pagecontent #featured-contributors .show_more a{
	line-height:48px;
	padding:0 4px;
	text-transform:uppercase
}

.body-mobile #pagecontent #featured-voices .show_more .icon,
.body-mobile #pagecontent #featured-contributors .show_more .icon{
	background:url('../images/chron_23.png');
	background-size:cover;
	display:inline-block;
	height:12px;
	margin:0 0 0 4px;
	width:12px
}

.body-mobile #pagecontent #featured-voices .show_more .less,
.body-mobile #pagecontent #featured-contributors .show_more .less{
	display:none
}

.body-mobile #pagecontent #featured-voices .show_more .more .icon,
.body-mobile #pagecontent #featured-contributors .show_more .more .icon{
	background:url('../images/chron_23.png');
	background-size:cover;
}

.body-mobile #pagecontent #featured-voices .show_more .less .icon,
.body-mobile #pagecontent #featured-contributors .show_more .less .icon{
	background:url('../images/chron_22.png');
	background-size:cover;
}
.body-mobile #pagecontent #featured-voices .header h2, .body-mobile #pagecontent #featured-contributors .header h2{color:#EA4A12;font-family:'Roboto Bold',sans-serif}
.body-mobile #pagecontent #featured-voices h2 a, .body-mobile #pagecontent #featured-contributors h2 a{color:#EA4A12}
.body-mobile #pagecontent #featured-voices .bpl-text h3, .body-mobile #pagecontent #featured-contributors .bpl-text h3{font-family:'Adelle Basic Bold',sans-serif; font-weight:bold}
.body-mobile #pagecontent #featured-voices .bpl-text h3 a, .body-mobile #pagecontent #featured-contributors .bpl-text h3 a{color:#EA4A12}
.body-mobile #pagecontent #featured-voices .bpl-text h4, .body-mobile #pagecontent #featured-contributors .bpl-text h4{font-family:'Roboto Bold',sans-serif}
.body-mobile #pagecontent #featured-voices .bpl-text h4 a, .body-mobile #pagecontent #featured-contributors .bpl-text h4 a{color:#000000}
.body-mobile #pagecontent #featured-voices .bpl-item .exit, .body-mobile #pagecontent #featured-contributors .bpl-item .exit{background:#EA4A12}

.body-mobile #pagecontent #featured-voices .rule,
.body-mobile #pagecontent #featured-contributors .rule {
    border-top: 1px solid #999;
    height: 1px;
    margin: 0px;
    position: relative;
    top: 22px;
    width: 27%;
}


#pagecontent #featured-voices a,
#pagecontent #featured-contributors a {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
}

#pagecontent #featured-voices a:link,
#pagecontent #featured-contributors a:link {
	color: inherit;
	text-decoration: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
}

#pagecontent #featured-voices a:visited,
#pagecontent #featured-contributors a:visited {
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
}

#pagecontent #featured-voices a:hover,
#pagecontent #featured-contributors a:hover {
	color: inherit;
	text-decoration: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
}

.body-mobile #pagecontent #featured-voices .show_more a,
.body-mobile #pagecontent #featured-contributors .show_more a{font-family:'Roboto Black', sans-serif;font-size:13px;text-transform:uppercase;color:#ea4a12}

.body-desktop #pagecontent #featured-voices ul li h3,
.body-desktop #pagecontent #featured-contributors ul li h3{
	color:#ea4a12;
	font-family:'Adelle Basic Bold', serif;
	font-weight:normal;
	line-height:16px;
	font-size: 13px;
}

.body-desktop #pagecontent #featured-voices ul li h3 a{
	font-size: 11px;
}

.body-desktop #pagecontent #featured-voices ul li h4,
.body-desktop #pagecontent #featured-contributors ul li h4{
	color:#000;
	font-family:'Roboto Bold', arial, sans-serif;
	font-weight:normal
}

.body-desktop #pagecontent #featured-voices,
.body-desktop #pagecontent #featured-contributors {
	width:100%;
	margin:0 0 30px 0;
	padding:0;
	float:left
}

.body-desktop #pagecontent #featured-voices ul,
.body-desktop #pagecontent #featured-contributors ul{
	width:100%;
	float:left
}

.body-desktop #pagecontent #featured-voices ul li{
	width:47%;
	height:64px;
	margin:10px 3% 0 0;
	padding:0;
	float:left
}


.body-desktop #pagecontent #featured-contributors ul li{
	width:47%;
	height:140px;
	margin:10px 3% 0 0;
	padding:0;
	float:left
}

.body-desktop #pagecontent #featured-voices ul li img{
	width:54px;
	height:54px;
	margin:0 5px 10px 0;
	padding:0;
	float:left;
	overflow:hidden;
	background:#9e8e7e
}

.body-desktop #pagecontent #featured-voices ul li img{
	width:54px;
	height:54px;
	margin:0 5px 10px 0;
	padding:0;
	float:left;
	overflow:hidden;
	background:#9e8e7e
}

.body-desktop #pagecontent #featured-voices ul li .bpl-text h4, .body-desktop #pagecontent #featured-voices ul li a.exit, .body-desktop #pagecontent #featured-voices .show_more,
.body-desktop #pagecontent #featured-contributors ul li a.exit, .body-desktop #pagecontent #featured-contributors .show_more{
	display:none;
}

.body-mobile #pagecontent #featured-contributors .contrib_desc{
	padding: 0px 0px 10px 0px;
}

#contrib-container {
	text-align: left;
	display: inline;
	float: left;
	width: 280px;
	margin: 10px;
	height: 125px;
}
#contrib-container a {
font-weight: bold !important;
margin-left: 20px !important;
}

.contributors-p {
	vertical-align: top;
	text-align: left;
	padding-left: 80px;
}

/*desktop spotlight adjustments*/
#pagecontent #blogcontent .spotlight-col-1 .blogtitle,
#pagecontent #blogcontent .spotlight-col-1 .blogtitle a {
	font-size: 24px;
	line-height: 28px;	
}
#pagecontent #blogcontent .spotlight-col-2-bottom h3 {
	font-family: 'Roboto Italic', Helvetica, sans-serif;
	font-size: 13px;
	color:#ea4a12;
	margin-bottom: 0px;
}
#pagecontent #blogcontent .spotlight-col-2-bottom a {
	font-family: 'Roboto Bold', Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color:#000;
}
#pagecontent #blogcontent .spotlight-col-2-bottom ul {
	list-style: none;
}
.body-desktop #pagecontent #blogcontent .spotlight-col-1 .post:first-child,
.body-desktop #pagecontent #blogcontent .spotlight-col-2-top .post:first-child  {    
	padding: 0px;
	margin-top: 0px;
}
.body-desktop #pagecontent #blogcontent .spotlight-col-2-top .post:first-child {
	border-bottom: 1px solid #CCC;
}
.body-desktop #pagecontent #blogcontent #spotlight-area-wrapper {
	padding-bottom: 16px;
	border-bottom: 1px solid #CCC;
	float:left;
}
.body-desktop #pagecontent #blogcontent #spotlight-area-wrapper .post-promo-photo {
	width: 100%;
}

