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

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


/* CAFFEINE PLAYER FIXES - MIKE EVANS, DEC. 4, 2014 */

.cbc-caffeine-player .cbc-caffeine-container, .cbc-caffeine-player .cbc-caffeine-container .thumbnail-container {
	height: auto !important;
}

/* 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: #68899E;
}
#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: #68899E;
}
.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: #68899E;
}

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


.related-entries-item {
	display: block;
	position: relative;
	overflow: hidden;
	width: 145px;
	min-height: 170px;
	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: #444;
	overflow: visible;
}
.promo-feed .feed-item a {
	text-decoration: none;
	font-weight:bold;
	color: inherit;
}














.promo-feed .feed-item a:hover {
	text-decoration: underline;
}

.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: #68899E;
	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: #68899E;
	text-decoration: none;
}

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

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

/* ==========================================================================
   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: 30px;
	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: #68899E;
	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: #6289cc;	
}

.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: #68899E;
}
.rotator-indicator.highlighted:hover .rotator-indicator-dot {
	background-color: #6289cc;
}
#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: #68899E;
	font-family:'FrutigerLTW01-45Light';
	cursor: pointer;
}
#rotator-continue.showme {
	display: block;
}

.show-logo {
	position: absolute;
	display: none;
	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: #68899E;
	text-align: center;
	cursor: pointer;
	margin: 1px;
}
.rotator-button:hover {
	background-color: #6289cc;
}
.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;
}

.pquote {
	float: right;
	width: 8em;
	background: #ececec;
	padding: 1em;
	margin: 0 0.5em 0.5em 1.5em;
	width:200px;
	border:1px solid #666;
	border-radius:10px;
	font-size:11px;
	line-height:13px
	
}

.episode-body a{

	text-decoration:underline!important;
	font-eight:bold;
		
}

/* #maincontent figcaption {
	font-size:11px;
	text-transform:uppercase;
	float:right;	
}

.blog-item figure {
	margin-bottom: 15px;
} */

.cbc-avembed .avembed-playButton {
	left: 50%;
	top: 50%;
	width: 70px;
	height: 70px;
	border-right: 0px;
	margin: -35px 0 0 -35px;
	padding: 0;
}

.related-subtitle {padding-bottom:10px;}

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

.cbc-caffeine-player .cbc-caffeine-container, .cbc-caffeine-player .cbc-caffeine-container .thumbnail-container {
height: auto !important;
}
/*
     FILE ARCHIVED ON 01:23:39 Nov 10, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:32:30 Oct 25, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 139.498
  exclusion.robots: 0.153
  exclusion.robots.policy: 0.122
  RedisCDXSource: 4.99
  esindex: 0.004
  LoadShardBlock: 87.537 (3)
  PetaboxLoader3.datanode: 102.376 (5)
  CDXLines.iter: 25.449 (3)
  load_resource: 331.008 (2)
  PetaboxLoader3.resolve: 275.751 (2)
*/