/* SITE COLOUR CHANGES CAN BE MADE HERE */





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

/* CHANGE THE BACKGROUND COLOUR OF THE CONTENT AREA HERE */

a {
	text-decoration: none;
	color: #bc6a26;
}

a:hover {
	color: #f5de83;
}

.content {
	background-color: #fff;	
}

.sitewrapper {
	background: #000;
}

/* CHANGE THE SITE BACKGROUND IMAGE AND COLOUR HERE */
.siteheader {
	background: #000;
	height: 555px;
}

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


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

.highlight {
	border-top-color: #bc6a26;
}
#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,
.season-listing .more-button {
	background-color: #bc6a26;
}
.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: #bc6a26;
}

.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: #f5de83;
}
#moreposts:hover .highlight {
	border-top-color: #f5de83;
}
#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: #f5de83;	
}

.rotator-slides {
	height: 555px;
}

.homepage-feed .feed-item figure img {
	width: 300px;
	border: none;
}

.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: #000000;
	color: #fafafa;
}

.show-logo {
	display: none;
}

.about-series {
	margin-left: 15px;
	width: 940px;
	height: auto;
	float: left;
	border-top: 1px dashed #999;
	padding-top: 15px;
	display: block;
}

.person-thumb figcaption {
	bottom: 0px;
}

.person-list.verbose figcaption {
	bottom: -40px;
}

.page-header {
	border-bottom: 1px solid #bc6a26;
}

.cbc-caffeine-player .cbc-caffeine-container .icons .play-button {
	background-size: 50% auto !important;
	/*opacity: .50 !important;*/
}

/*.cbc-caffeine-player .cbc-caffeine-container .icons .play-button:hover {
	background-size: 45% auto !important;
}*/

.related-subtitle {
	margin-top: 15px;
}

a.companion-site {
	display: block;
	width: 620px;
	height: 348px;
	overflow: hidden;
}

.companion-site img {
	width: 620px;
	height: 348px;
	-webkit-transition: all 1s ease;
     -moz-transition: all .25s ease;
       -o-transition: all .25s ease;
      -ms-transition: all .25s ease;
          transition: all .25s ease;
	vertical-align: middle;
}

.companion-site img:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.sponsor-logo {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 200;
	width: 169px;
	height: 50px;
}

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

.video-listing-item.compact:hover {
	background-color: #fff;
}