#loading_screen {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	color: #fff;
	width: 986px;
	height: 626px;
	text-align: center;
	z-index: 17;
}
#loading_screen.still-loading {
	display: block;
}

.content.wildcanada-app {
	display: block;
	position: relative;
	width: 986px;
	height: 626px;
	background-color: #000;
	padding: 0;
	margin: 0 0 20px 0;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
.content.wildcanada-page {
	display: block;
	position: relative;
	width: 960px;
	height: auto;
	overflow: hidden;
	padding: 13px;
	background-color: #000;
        color: #e6e6e6;
}

.wildcanada-header {
	position: relative;
	width: 986px;
	height: 40px;
	overflow: hidden;
	margin: 10px auto;
	color: #fff;
}
.wildcanada-header img {
	display: block;
	position: relative;
	width: auto;
	height: 40px;
}
.wildcanada-header .main-logo, .wildcanada-header .airtime {
	float: left;
}
.wildcanada-header .tnot-logo {
	float: right;
}
.wildcanada-header .airtime {
	display: block;
	position: relative;
	margin-top: 24px;
	line-height: 16px;
	font-size: 16px;
	margin-left: 20px;
        color: rgba(255,255,255); /* Fallback for IE8 */
	color: rgba(255,255,255,0.8);
}
.wildcanada-header.mobile {
	width: 320px;
	height: 20px;
	margin: 5px auto;
}
.wildcanada-header.mobile img {
	height: 20px;
}
.wildcanada-header.mobile .main-logo {
	height: 16px;
	margin: 2px;
}
.wildcanada-header.mobile .airtime {
	margin-top: 8px;
	line-height: 12px;
	font-size: 12px;
	margin-left: 10px;
}
#chapter_indicator {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: auto;
	line-height: 20px;
	height: 20px;
	font-size: 0.875em;
        color: rgba(255,255,255); /* Fallback for IE8 */
	color: rgba(255,255,255,0.8);
	-webkit-transition: color 730ms;
	transition: color 730ms;
	z-index: 10;
	font-style: italic;
	padding-right: 5px;
}
.dark #chapter_indicator {
        color: rgba(0,0,0); /* Fallback for IE8 */
	color: rgba(0,0,0,0.8);
}

#main_nav {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	overflow: visible;
	-webkit-transition: left 730ms;
	transition: left 730ms;
}
#main_nav.exposed {
	left: 180px;
}

.nav-selector {
	display: block; position: absolute; width: 42px; height: 42px; top:10px; left: 0; background-color: rgba(255,255,255); /* Fallback for IE8 */ background-color: rgba(255,255,255,0.2); cursor: pointer;
	-webkit-transition: background-color 730ms;
	transition: background-color 730ms;
}
.nav-selector-line {
	display: block; position: absolute; width: 22px; height: 3px; left: 10px; background-color: #fff;
	-webkit-transition: background-color 730ms;
	transition: background-color 730ms;
}
.dark .nav-selector {
        background-color: rgba(0,0,0); /* IE8 Fallback */
	background-color: rgba(0,0,0,0.3);
}
.dark .nav-selector-line {
	background-color: #666;
}

.nav-selector-line.top {
	top: 14px;
}
.nav-selector-line.middle {
	top: 20px;
}
.nav-selector-line.bottom {
	top: 26px;
}

.nav-pages {
	display: block;
	position: relative;
	width: 140px;
	height: auto;
	list-style: none;
	background-color: rgba(0,0,0,0.8);
	margin: 0;
	padding: 0;
	z-index: 10;
	-webkit-transition: background-color 730ms;
	transition: background-color 730ms;
	overflow: hidden;
}
.nav-pages a {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
        color: rgba(255,255,255);
	color: rgba(255,255,255,0.6);
	line-height: 42px;
	font-size: 0.75em;
	cursor: pointer;
	-webkit-transition: color 420ms;
	transition: color 420ms;
}
.nav-pages a:hover, .nav-pages a.selected {
        color: rgba(255,255,255);
	color: rgba(255,255,255,1);
}

.up-arrow {
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 60px;
	z-index: 10;
	cursor: pointer;
	overflow: hidden;
}
.up-arrow .left {
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-right: 40px solid rgba(255,255,255,0.6);
	border-top: 30px solid transparent;
	top: 0;
	left: 0;
	-webkit-transition: border-right-color 730ms;
	transition: border-right-color 730ms;
}
.up-arrow .right {
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 40px solid rgba(255,255,255,0.6);
	border-top: 30px solid transparent;
	top: 0;
	right: 0;		
	-webkit-transition: border-left-color 730ms;
	transition: border-left-color 730ms;
}
.up-arrow .shaft {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	bottom: 0;
	left: 20px;
	background-color: rgba(255,255,255,0.6);
	-webkit-transition: background-color 730ms;
	transition: background-color 730ms;
}
.up-arrow.noshaft {
	height: 30px;
}
.up-arrow.noshaft .shaft {
	display: none;
}
.dark .up-arrow .left {
	border-right-color: rgba(0,0,0,0.6);
}
.dark .up-arrow .right {
	border-left-color: rgba(0,0,0,0.6);
}
.dark .up-arrow .shaft {
	background-color: rgba(0,0,0,0.6);
}

.down-arrow {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 60px;
	z-index: 10;
	cursor: pointer;
	overflow: hidden;
}
.down-arrow .left {
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-right: 40px solid rgba(255,255,255,0.6);
	border-bottom: 30px solid transparent;
	bottom: 0;
	left: 0;
	-webkit-transition: border-right-color 730ms;
	transition: border-right-color 730ms;
}
.down-arrow .right {
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 40px solid rgba(255,255,255,0.6);
	border-bottom: 30px solid transparent;
	bottom: 0;
	right: 0;		
	-webkit-transition: border-left-color 730ms;
	transition: border-left-color 730ms;
}
.down-arrow .shaft {
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	top: 0;
	left: 20px;
	background-color: rgba(255,255,255,0.6);
	-webkit-transition: background-color 730ms;
	transition: background-color 730ms;
}
.down-arrow.noshaft {
	height: 30px;
}
.down-arrow.noshaft .shaft {
	display: none;
}
.down-arrow.withmessage {
	bottom: 40px;
}
.dark .down-arrow .left {
	border-right-color: rgba(0,0,0,0.6);
}
.dark .down-arrow .right {
	border-left-color: rgba(0,0,0,0.6);
}
.dark .down-arrow .shaft {
	background-color: rgba(0,0,0,0.6);
}
.down-arrow-message {
	display: block;
	position: absolute;
	width: 200px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-style:italic;
	bottom: 10px;
	left: 50%;
	margin-left: -100px;
	z-index: 10;
	color: rgba(255,255,255,0.8);
	cursor: pointer;
	-webkit-transition: color 730ms;
	transition: color 730ms;
}
.dark .down-arrow-message {
	color: rgba(0,0,0,0.6);
}

.left-arrow {
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	width: 30px;
	z-index: 10;
	cursor: pointer;
	overflow: hidden;
}
.left-arrow .top {
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-right: 30px solid rgba(255,255,255,0.6);
	border-top: 20px solid transparent;
	top: 0;
	left: 0;		
	-webkit-transition: border-right-color 730ms;
	transition: border-right-color 730ms;
}
.left-arrow .bottom {
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-right: 30px solid rgba(255,255,255,0.6);
	border-bottom: 20px solid transparent;
	bottom: 0;
	left: 0;		
	-webkit-transition: border-right-color 730ms;
	transition: border-right-color 730ms;
}
.left-arrow:hover .top, .left-arrow:hover .bottom {
	border-right-color: rgba(255,255,255,0.8);
}
.left-arrow.dark .top, .left-arrow.dark .bottom {
	border-right-color: rgba(0,0,0,0.6);
}
.left-arrow.dark:hover .top, .left-arrow.dark:hover .bottom {
	border-right-color: rgba(0,0,0,0.8);
}

.right-arrow {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	width: 30px;
	z-index: 10;
	cursor: pointer;
	overflow: hidden;
}
.right-arrow .bottom {
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 30px solid rgba(255,255,255,0.6);
	border-bottom: 20px solid transparent;
	bottom: 0;
	right: 0;		
	-webkit-transition: border-left-color 730ms;
	transition: border-right-color 730ms;
}
.right-arrow .top {
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 30px solid rgba(255,255,255,0.6);
	border-top: 20px solid transparent;
	top: 0;
	right: 0;		
	-webkit-transition: border-left-color 730ms;
	transition: border-left-color 730ms;
}
.right-arrow:hover .top, .right-arrow:hover .bottom {
	border-left-color: rgba(255,255,255,0.8);
}
.right-arrow.dark .top, .right-arrow.dark .bottom {
	border-left-color: rgba(0,0,0,0.6);
}
.right-arrow.dark:hover .top, .right-arrow.dark:hover .bottom {
	border-left-color: rgba(0,0,0,0.8);
}


.page-window {
	display: block;
	position: absolute;
	width: 986px;
	height: 626px;
	overflow: hidden;			
}
#pages {
	display: block;
	position: absolute;
	width: 986px;
	height: auto;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.index-page {
	display: block;
	position: relative;
	width: 986px;
	height: 626px;
	overflow: hidden;
	float: left;
}
.page {
	display: block;
	position: relative;
	width: 986px;
	height: 626px;
	overflow: hidden;
	float: left;
}

#page_indicator {
	display: block;
	position: absolute;
	width: 140px;
	height: auto;
	overflow: hidden;
	top: 10px;
	left: 42px;
	z-index: 10;
}
.current-page {
	display: block;
	position: relative;
	height: 42px;
	line-height: 42px;
	width: 140px;
	text-align: center;
	color: rgba(255,255,255,0.8);
	font-size: 0.75em;
	-webkit-transition: color 730ms;
	transition: color 730ms;
	overflow: hidden;
	cursor: pointer;
}
.dark .current-page {
	color: rgba(0,0,0,0.5);
}

.background-image {
	display: block;
	position: absolute;
	width: 986px;
	height: 626px;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 1;
	z-index: 1;
}

.background-image img {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

.text-section {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 5;
}
.halftext .text-section {
	padding: 80px 80px 80px 220px;
	width: 280px;
	height: 466px;
}
.text-section.nobg {
	background-color: transparent;	
}
.text-section.light {
	color: rgba(255,255,255,0.8);
}

.photo-gallery {
	display: block;
	position: relative;
	width: 1878px;
	height: 626px;
	overflow: hidden;
	z-index: 1;
}
.photo-gallery .gallery-image {
	display: block;
	position: relative;
	width: 986px;
	height: 626px;
	overflow: hidden;
	float: left;
}
.photo-gallery .gallery-image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}
.halftext .photo-gallery {
	left: 430px;
}

.photo-gallery-nav {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 36px;
	color: rgba(255,255,255,0.4);
	cursor: pointer;
	z-index: 10;
	-webkit-transition: color 730ms;
	transition: color 730ms;
}
.photo-gallery-nav:hover {
	color: rgba(255,255,255,0.8);			
}
.photo-gallery-nav.dark {
	color: rgba(0,0,0,0.4);			
}
.photo-gallery-nav.dark:hover {
	color: rgba(0,0,0,0.8);			
}

.photo-gallery-indicators {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 30px;
	z-index: 10;
	left: 0;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.gallery-indicator {
	display: inline-block;
	position: relative;
	overflow:hidden;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	margin: 0px 15px;
	-webkit-transition: background-color 730ms;
	transition: background-color 730ms;
	cursor: pointer;
}
.gallery-indicator.light {
	background-color: rgba(255,255,255,0.4);
}
.gallery-indicator.light.selected, .gallery-indicator.light:hover {
	background-color: rgba(255,255,255,0.8);
}
.gallery-indicator.dark {
	background-color: rgba(0,0,0,0.4);
}
.gallery-indicator.dark.selected, .gallery-indicator.dark:hover {
	background-color: rgba(0,0,0,0.8);
}

.launch-gallery, .launch-video {
	cursor: pointer;
	display: block;
	position: relative;
	overflow: hidden;
}

.site-nav {
	display: block;
	position: absolute;
	top: 0;
	left: -180px;
	width: 180px;
	height: 626px;
	background-color: #000;
	list-style: none;
	padding: 0;
	margin: 0;
        font-size: 0.75em;
}
.site-nav .single-line, .site-nav .double-line, .site-nav .social, .site-nav .itunes {
	display: block;
	position: relative;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	border-top: 1px dotted rgba(255,255,255,0.6);
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 100%;
	text-align: center;
	color: rgba(255,255,255,0.6);
}
.site-nav a {
	-webkit-transition: color 420ms;
	transition: color 420ms;
	color: rgba(255,255,255,0.75);
}
.site-nav a:hover, .site-nav li.selected a {
	color: rgba(255,255,255,1);
}
.site-nav .subtitle {
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
	font-size: 0.625em;
	line-height: 100%
}
.site-nav .sub-airdate {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	font-size: 0.5em;
	line-height: 200%
}

.site-nav .double-line {
	line-height: 100%;
}

.video-display {
	display: block;
	position: absolute;
	width: 986px;
	height: 626px;
	top: 0;
	left: 986px;
	background: rgba(0,0,0,0.7);
	overflow: hidden;
	z-index: 7;
}

.video-nav {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 36px;
	color: rgba(255,255,255,0.4);
	cursor: pointer;
	z-index: 10;
	-webkit-transition: color 730ms;
	transition: color 730ms;
}
.video-nav:hover {
	color: rgba(255,255,255,0.8);			
}
.video-nav.dark {
	color: rgba(0,0,0,0.4);			
}
.video-nav.dark:hover {
	color: rgba(0,0,0,0.8);			
}

.fade-images {
	display: block;
	position: absolute;
	width: 986px;
	height: 626px;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
}
.fade-text {
	display: block;
	position: absolute;
	width: 250px;
	height: auto;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 2;
}
.page-text {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1em;
}
.page-text.fixed {
	position: absolute;
	top: 0;
	left: 0;
}

.popup-text-box {
	display: block;
	position: absolute;
	min-width: 200px;
	min-height: 60px;
	overflow: hidden;
	z-index: 5;
	-webkit-transition: opacity 420ms;
	transition: opacity 420ms;
}
.popup-text-box.right {
	background: url('/wildcanada/content/images/__common/popup_arrow_right.png') center right no-repeat;
}
.popup-text-box.right .popup-content {
	margin-right: 20px;
}
.popup-text-box.left {
	background: url('/wildcanada/content/images/__common/popup_arrow_left.png') center left no-repeat;
}
.popup-text-box.left .popup-content {
	margin-left: 20px;
}

.popup-content {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
}
.popup-background {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	top: 0;
	left: 0;
	z-index: 1;
}

.popup-text {
	display: block;
	position: relative;
	margin: 20px;
	z-index: 2;
}


.info-icon {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	overflow: hidden;
	opacity: 0.6;
	z-index: 5;
	cursor: pointer;
	-webkit-transition: opacity 420ms;
	transition: opacity 420ms;
}
.info-icon:hover {
	opacity: 1 !important;
}
.info-icon img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.photo-credit {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	font-size: 0.875em;
	line-height: 100%;
	color: rgba(255,255,255,0.8);
	bottom: 10px;
	right: 20px;
	z-index: 2;
}
.dark.photo-credit {
	color: rgba(0,0,0,0.7);
}

.video-player {
	display: block;
	position: relative;
	margin: 80px auto 0 auto;
	width: 840px;
	height: auto;
	overflow: hidden;
}


.play-arrow {
	display: inline-block;
	position: relative;
	height: 20px;
	width: 10px;
	z-index: 10;
	cursor: pointer;
	overflow: hidden;
	vertical-align: text-bottom;
	margin-right: 10px;
}
.play-arrow .bottom {
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 10px solid rgba(0,0,0,0.8);
	border-bottom: 10px solid transparent;
	bottom: 0;
	right: 0;		
	-webkit-transition: border-left-color 730ms;
	transition: border-right-color 730ms;
}
.play-arrow .top {
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 10px solid rgba(0,0,0,0.8);
	border-top: 10px solid transparent;
	top: 0;
	right: 0;		
	-webkit-transition: border-left-color 730ms;
	transition: border-left-color 730ms;
}
.play-arrow.light .bottom, .play-arrow.light .top {
	border-left-color: rgba(255,255,255,0.8);
}

.entry-aside.episode-comments {
	width: 640px;
	float: left;
}

.video-tout {
	display: block;
	position: absolute;
	width: 240px;
	height: auto;
	overlay: hidden;
	cursor: pointer;
	border: 2px solid rgba(255,255,255,0.7);
}
.video-tout img {
	display: inline-block;
	position: relative;
	width: 240px;
	height: 135px;
	z-index: 1;
	transition: border-color 420ms;
	-webkit-transition: border-color 420ms;
}
.video-tout-overlay {
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 2;
	background-color: rgba(0,0,0,0.7);
	padding: 0;
	margin: 0;
	height: 1.5em;
	line-height: 1.5em;
	font-size: 1em;
	width: 100%;
	overlay: hidden;
	color: rgba(255,255,255,0.7);
	text-align: center;
	transition: color 420ms;
	-o-transition: color 420ms;
	-ms-transition: color 420ms;
	-moz-transition: color 420ms;
	-webkit-transition: color 420ms;
}
.video-tout:hover img {
	border-color: rgba(255,255,255,1);

}
.video-tout:hover .video-tout-overlay {
	color: rgba(255,255,255,1);
}

.home-link {
	display: block;
	position: relative;
	margin: 20px auto;
	width: 90%;
}
.home-link img {
	width: 100%;
	height: auto;
}

.hideme {
	display: none;
}

.layer1 {
	z-index: 4;
}
.layer2 {
	z-index: 3;
}
.layer3 {
	z-index: 2;
}

.entry-aside {
        border-top: none;
        margin: 0;
}

.related-title {
        color: #e6e6e6 !important;
}

.rightrail-title,
.rightrail .figcaption,
.episode-push.small .episode-title,
.episode-push.small figcaption {
        color: #e6e6e6 !important;
}

.content {
      background-color: #000;
      color: #e6e6e6;
}

.page-title {
      color: #e6e6e6;
}

.page-header {
        border-bottom: 4px solid #e6e6e6;
}

h2.entry-title.with-qualifier {
        color: #e6e6e6 !important;
}



       