/* SITE COLOUR CHANGES CAN BE MADE HERE */





@charset "UTF-8";
/* CSS Document */

/* CHANGE THE BACKGROUND COLOUR OF THE CONTENT AREA HERE */
.content {
	background-color: #fafafa;	
}

/* CHANGE THE SITE BACKGROUND IMAGE AND COLOUR HERE */
.siteheader {
	background: #000000 url('/marketplace/content/images/sitebanner.jpg') top center no-repeat;
}

/* CHANGE THE NAVIGATION BACKGROUND AND DEFAULT TEXT COLOUR HERE */
.sitenav,
.sitenav .nav-background,
.sitenav ul li.nav_item a {
	background-color: #000000;
}
.sitenav ul li.nav_item a {
	color: #d91bf0;
}


/* UNIVERSAL COLOURED ELEMENTS - USE THE PRELOAD VARIABLES AT THE TOP OF THE PAGE TO CHANGE THESE */

.related-entries-title,
.entry-qualifier,
h2.entry-title,
h2.page-title,
.rightrail-title,
.person-blurb,
.episode-push.small figcaption,
.episode-push.small .episode-title,
.video-listing-item.compact figcaption,
.video-listing-item.small figcaption,
.related-title {
	color: #000000;
}

.highlight {
	border-top-color: #000000;
}
#moreposts .moreposts-button,
.sitenav ul li.nav_item.selected a,
.sitenav ul li.nav_item a:hover,
.read-more,
.season-nav-item:hover,
.season-nav-item.selected,
.pagination-number.selected,
.pagination-number:hover,
.listing-header .more-button {-color: #000000;
}
.channel-name,
.homepage-feed .feed-item .info-cta,
.homepage-feed .feed-item .info-cta a,
.homepage-feed .feed-item .info-cta a:visited,
.entry-meta .entry-meta-categories,
.pagination-arrow,
.pagination-number ,
.tags-wrapper .tag-link {
	color: #000000;
}

.related-entries-title,
.related-entries-item figure img,
.related-people .related-title,
.person-thumb,
.entry-aside,
.moreposts-wrapper.done,
.listing-header,
.entry-index-item .entry-index-thumb,
.rightrail-element,
.homepage-feed .feed-item .info-cta {
	border-color: #999;
}
.season-nav-item,
.rotator-slide .rotator-slide-links li a,
#rotator-continue {
	background-color: #999;
}
.episode-push .episode-number,
.episode-push.small .episode-number,
.season-listing-title,
.season-nav-title,
.season-nav-subtitle,
.entry-meta,
.entry-qualifier,
.person-subtitle,
.tags-wrapper .tags-title,
.related-people .related-title,
#moreposts .all-loaded,
.page-title .page-subtitle,
.video-listing-episode-number {
	color: #999;
}

.homepage-feed .feed-item figure img {
	border-color: #f0f0f0;
}
.nutritional-information,
.video-listing-item.small figcaption,
.video-listing-item.compact:hover,
.homepage-feed .feed-item .info-body,
.homepage-feed .feed-item .info-cta,
.homepage-feed .feed-item .info-title {
	background-color: #f0f0f0;
}

.tags-wrapper .tag-link:hover,
.entry-meta .entry-meta-categories a:hover,
.category-link:hover {
	color: #be0000;
}
#moreposts:hover .highlight {
	border-top-color: #be0000;
}
#moreposts:hover .moreposts-button,
.blog-categories a:hover,
.recipes-categories a:hover,
.pagination-number.selected:hover,
.entry-more:hover,
.season-nav-item.selected:hover,
.rotator-slide .rotator-slide-links li a:hover {
    background-color: #be0000;	
}


.related-entries-item {
	display: block;
	position: relative;
	overflow: hidden;
	width: 145px;
	min-height: 140px;
	float: left;
	margin-right: 20px;
}

/* custom promo box stuff */

.promo-feed {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px dashed #999;
	padding-top: 10px;
	margin: 0;
}

.promo-feed .feed-item {
	display: block;
	width: 300px;
	height: auto;
	color: #000000;
	overflow: visible;
}
.promo-feed .feed-item a {
	text-decoration: none;
	color:#be0000;
}



.promo-feed .feed-item a:hover {
	text-decoration: none;
	color:#7b1405;
}

.promo-feed .feed-item figure {
	width: 300px;
	height: auto;
	display: block;
	position: relative;
}
.promo-feed .feed-item figure img {
	width: 298px;
	height: auto;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	z-index: 1;
}
.promo-feed .feed-item figure figcaption {
	display: block;
	position: absolute;
	width: 27px;
	height: 27px;
	z-index: 2;
	left: 10px;
	bottom: 10px;
	opacity: 0.8;
}
.promo-feed .feed-item figure figcaption img {
	display: block;
	width: 27px;
	height: 27px;
	border: none;
}

.promo-feed .feed-item .info-title {
	padding: 20px 20px 0px 20px;
	background-color: #f0f0f0;
}

.promo-feed .feed-item .info-title h3 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.25em;
	padding: 10px 0 8px 0;
}
.promo-feed .feed-item .info-body {
	font-size: 0.875em;
	padding: 10px 20px 10px 20px;
	background-color: #f0f0f0;
	font-family: 'FrutigerLTW01-45Light';
	line-height: 1.5em;
}

.promo-feed .feed-item .info-cta {
	display: block;
	position: relative;
	width: 260px;
	height: auto;
	border-top: 1px dashed #999;
	padding: 15px 20px;
	background-color: #f0f0f0;
	color: #000000;
	font-size: 0.875em;
	border-bottom: 4px solid #999;
}

.promo-feed .feed-item .info-cta a, .homepage-feed .feed-item .info-cta a:visited {
	color: #000000;
	text-decoration: none;
}

.entry-body a {
	color:#be0000;
	font-weight:bold;	
}

.entry-body a:hover {
	text-decoration:underline;color: #be0000	
}

/* ==========================================================================
   ROTATOR
   ========================================================================== */

.rotator-slides {
	display: block;
	position: relative;
	width: 986px;
	height: 222px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.rotator-slides.solo img {
	width: 100%;
	height: auto;
}

#slideholder {
	display: block;
	position: absolute;
	overflow: visible;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 1;
}

.rotator-slide {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 986px;
	height: 222px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.rotator-slide-content {
	display: block;
	position: absolute;
	top: 135px;
	left: 30px;
	z-index: 2;
	width: 400px;
	height: 150px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.rotator-slide-airtime {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	font-size: 1.75em;
	line-height: 100%;
}
.rotator-slide img {
	width: 986px;
	height: auto;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.rotator-slide-body {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	font-family:'FrutigerLTW01-45Light';
}
.rotator-slide .rotator-slide-body p {
	margin-top: 0px;	
}

.rotator-slide .rotator-slide-links {
	width: 926px;
	height: auto;
	overflow: visible;
	padding: 0;
	margin: 0 30px;
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 2;	
}
.rotator-slide .rotator-slide-links li {
	display: inline-block;
	position: relative;
	float: left;
	width: auto;
	height: auto;
	margin-right: 20px;
	margin-top: 5px;	
	
}
.rotator-slide .rotator-slide-links li a {
	line-height: 2.25em;
	text-decoration: none;
	background-color: #000000;
	color: #fff;
	font-size: .875em;
	padding: 10px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: background-color {transition_speed_fast};
	-moz-transition: background-color {transition_speed_fast};
	-ms-transition: background-color {transition_speed_fast};
	-o-transition: background-color {transition_speed_fast};
	transition: background-color {transition_speed_fast};
}

.rotator-slide .rotator-slide-links li a:hover {
    background-color: #be0000;	
}

.topslide {
	z-index: 17;
}

.bottomslide {
	z-index: 7;
}

#rotator-indicators {
	display: none;
	position: absolute;
	width: auto;
	height: auto;
	overflow: hidden;
	top: 15px;
	right: 10px;
	z-index: 26;
}
#rotator-indicators.showme {
	display: block;
}

.rotator-indicator {
	display: inline-block;
	position: relative;
	float: left;
	height: 34px;
	width: 34px;
	/*border: 1px solid #fff;*/
	background-color: rgba(255,255,255,0.5);
	margin: 1px 10px 0px 0px;
	border-radius: 17px;
	border: 1px solid rgba(0,0,0,0.26);
}
.rotator-indicator-dot {
	display: block;
	position: relative;
	height: 34px;
	width: 34px;
	/*border: 1px solid #fff;*/
	/*background-color: #999;*/
	border-radius: 17px;
	margin: 0px;
	cursor: pointer;
	-webkit-transition: background-color {transition_speed_fast};
	-moz-transition: background-color {transition_speed_fast};
	-ms-transition: background-color {transition_speed_fast};
	-o-transition: background-color {transition_speed_fast};
	transition: background-color {transition_speed_fast};
}
.rotator-indicator.highlighted .rotator-indicator-dot, .rotator-indicator:hover .rotator-indicator-dot {
	background-color: #000000;
}
.rotator-indicator.highlighted:hover .rotator-indicator-dot {
	background-color: #be0000;
}
#rotator-continue {
	display: none;
	position: absolute;
	width: auto;
	height: auto;
	overflow: hidden;
	top: 10px;
	right: 10px;
	z-index: 26;
	padding: 10px 10px;
	border-radius: 5px;
	color: #fff;
	background-color: #000000;
	font-family:'FrutigerLTW01-45Light';
	cursor: pointer;
}
#rotator-continue.showme {
	display: block;
}

.show-logo {
	position: absolute;
	display: block;
	top: 20;
	left: 20;
	z-index: 99;
}

.rotator-indicator.image {
	display: inline-block;
	position: relative;
	width: 70px;
	height: 36px;
	border: 1px solid #999;
	margin: 1px 10px 1px 1px;
	border-radius: 0px;
	cursor: pointer;
	overflow: hidden;
}
.rotator-indicator.image.highlighted {
	border: 2px solid #ffcc00;
	margin: 0px 9px 0px 0px;
}
.rotator-indicator.image img {
	display: block;
	position: absolute;
	width: auto;
	height: 42px;
	top: 0px;
	right: 0px;
}
.rotator-button {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	padding: 3px;
	border-radius: 3px;
	background-color: #000000;
	text-align: center;
	cursor: pointer;
	margin: 1px;
}
.rotator-button:hover {
	background-color: #be0000;
}
.rotator-button.nofloat {
	float: none;
}
.rotator-button-play {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid #fff;
	font-size: 1px;
	position: relative;
	margin-top: 4px;
}
.rotator-button-pause {
	width: 4px;
	height: 16px;
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
	margin-top: 6px;
	display: inline-block;
	position: relative;
}


/* ==========================================================================
   AIRTIMES TABS
   ========================================================================== */

.tab_container ul, ol, dl { 
	padding: 0;
	margin: 0;
}
.tab_container h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 0px;
	padding-left: 0px; 
	}

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

.tab_container a img { 
	border: none;
}

.tab_container a:link {
	color: #42413C;
	}
    

.tab_container a:hover {
	color: #7b1405;
}

, a:active, a:focus { 
	text-decoration: none;
}

.tab_container {
	width: 300px;
	background-color: #fafafa;
	margin: 0; 
}

.tab_content {

	padding: 0px 0;
}

.TabbedPanelsTab {color:#fff;}

/* ==========================================================================
   RELATED EPISODES
   ========================================================================== */

.related-episodes-title {
	padding: 20px 0 0 0;
	margin: 20px 0 20px 0;
	border-top: 1px dashed #999;
	display: block;
	position: relative;
	overflow:hidden;
	width: 100%;
	height: auto;
	font-size: 1.5em;
	font-family:'FrutigerLTW01-45Light';
	color: #000000;
	text-transform: uppercase;
}
.related-episodes {
	display: block;
	position: relative;
	overflow:hidden;
	width: 100%;
	height: auto;
}
.related-episodes-item {
	display: block;
	position: relative;
	overflow: hidden;
	width: 300px;
	height: auto;
	float: left;
	margin-right: 20px;
}
.related-episodes-item h3 {
	font-size: 0.875em;
	line-height: 1.125em;
	margin: 0.25em 0 0 0;
	font-weight: normal;
}

.related-episodes-item .info-cta {
	font-size: 0.75em;
	text-align: left;
}
.related-episodes-item.last {
	margin-right: 0;
}
.rightrail-element.related-episodes .related-episodes-item {
	margin-right: 5px;
	margin-bottom: 20px;
}
.rightrail-element.related-episodes .related-episodes-item.last, .rightrail-element.related-episodes .related-episodes-item.second {
	margin-right: 0px;
	margin-left: 5px;
}
.related-episodes a {
	text-decoration: none;
	color: inherit;
}
.related-episodes figure {
	width: 300px;
	height: auto;
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.related-episodes-item figure img {
	width: 298px;
	border: 1px solid #999;
	height: auto;
	z-index: 1;
}
.related-episodes-item figure figcaption {
	display: block;
	position: absolute;
	width: 27px;
	height: 27px;
	z-index: 2;
	left: 4px;
	bottom: 4px;
	opacity: 0.8;
}
.related-episodes-item figure figcaption img {
	display: block;
	width: 27px;
	height: 27px;
	border: none;
}

.related-people .related-title,
.related-episodes .related-title {
	display: block;
	position: relative;
	font-size: 1em;
	line-height: 1.5em;
	color: #999;
	text-transform: uppercase;
	padding-top: 5px;
	margin: 5px 0px;
	border-top: 1px dashed #999;
}
.related-episode-list {
	display: block;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
.related-episode-list .episode-push.small {
	width: 320px;
	float: left;
}