







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

/* ==========================================================================
   TV TEMPLATE MAIN CSS
   ========================================================================== */

/* AVAILABLE FRUTIGER FAMILIES

font-family:'Open Sans';
font-family:'Open Sans';
font-family:'Open Sans';

*/

/* ==========================================================================
   GLOBAL STYLE SETTINGS
   ========================================================================== */
   
a {
	text-decoration: none;
	color: inherit;
}

.globalheader {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #000;
	overflow: hidden;	
}

.globalheader #gnwrap {
	margin: 0 auto;
}
#gn.v10 #gnav #gnsrch input#q {
	height: 25px;
	padding: 4px 7px;
	margin: 1px 0 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.globalfooter {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #000;
	overflow: hidden;	
}

.globalfooter #footer {
	margin: 0 auto;
}

.sitewrapper {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	font-size: 16px;
	font-family:'Open Sans';
}

.sitecontent {
	display: block;
	position: relative;
	width: 986px;
	height: auto;
	margin: 0 auto;
	padding: 0;
   line-height: 1.5em;
   font-family:'Open Sans';
}

h1, h2, h3 {
	font-family:'Open Sans';
}

#commentwrapper {
	font-family: 'Open Sans';
	line-height: 1.5em;
	float: left;
}

#commentwrapper cite {
	font-size: 0.75em;
	line-height: 1.5em;
}

.clear {
	clear: both;
	float: none;
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

img {
	display: block;
	position: relative;
}



/* ==========================================================================
   SITE LAYOUT SETTINGS
   ========================================================================== */
   
.siteheader {
	display: block;
	position: relative;
	width: 100%;
	height: 360px;
	background-color: #000;
	background-size: 1920px 396px;
	overflow: hidden;
	padding-bottom: 2.25em;
}

.siteheader-content {
	display: block;
	position: relative;
	width: 986px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.sitenav {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	background-color: #000;
	top: -2.25em;
}

.sitenav ul {
	display: block;
	position: relative;
	overflow: visible;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 2.25em;
	z-index: 2;
}

.sitenav ul li.nav-item {
	display: inline-block;
	position: relative;
	float: left;
	width: auto;
	height: auto;
	text-align:	center;
}
.sitenav ul li.nav-item.social-links {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	top: 6px;
	right: 0;
}
.sitenav ul li.nav-item.social-links a {
	padding: 0;
	margin: 0;
	margin-right: 7px;
	float: left;
}
.sitenav ul li.nav-item.social-links .nav-social-logo {
	display: block;
	position: relative;
	width: 25px;
	height: 25px;
}

.highlight {
	width: 0px;
	text-align: center;
	display: none;
	height: 0.6em;
	border-top: 8px solid #339900;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.highlight.selected {
	display: inline-block;
}

.sitenav ul li.nav-item a {
	display: block;
	position: relative;
	line-height: 2.25em;
	padding: 0px 15px;
	margin: 0px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	-webkit-transition-duration: 260ms;
	-moz-transition-duration: 260ms;
	-ms-transition-duration: 260ms;
	-o-transition-duration: 260ms;
	transition-duration: 260ms;
}

.sitenav ul li.nav-item.selected a, .sitenav ul li.nav-item a:hover {
	background-color: #339900;
	color: #fff;
}

.sitenav .nav-background {
	display: block;
	position: absolute;
	width: 100%;
	height: 2.25em;
	background-color: #000;
	top: 0;
	left: 0;
	z-index: 1;
}

.content {
	display: block;
	position: relative;
	width: 960px;
	height: auto;
	padding: 13px;
	background-color: #fafafa;
	overflow: hidden;
}

#maincontent {
	display: block;
	position: relative;
	float: left;
	width: 640px;
	margin-right: 20px;
	height: auto;
	overflow: hidden;
}
#maincontent.fullwidth {
	width: 960px;
	margin-right: 0px;
}

#precontent {
	display: block;
	position: relative;
	float: left;
	width: 960px;
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;	
}
.page-header {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 4px solid #339900;
	margin-bottom: 16px;
}

/*
.content-element {
	display: block;
	position: relative;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	background-color: #330;
}
.content-element.full {
	width: 640px;
}
.content-element.half {
	width: 310px;
}
.content-element.quarter {
	width: 145px;
}
*/
.cbc-avembed .avembed-description {
	display: none;
}

.cbc-avembed .avembed-message {
	display: none;
}

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


/* ==========================================================================
   LINKS AND QUALIFIERS
   ========================================================================== */

.category-link {
	color: #339900;
	font-family: 'Open Sans';
}
.category-link:hover {
	color: #000;
}

.last {
	margin-right: 0px;
}

.entry-qualifier {
	width: auto;
	text-transform: uppercase;
	font-size: 0.875em;
	color: #999;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 0;
}

.entry-qualifier.episode {
	margin-top: 0px;
}

.related-subtitle {
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 0.875em;
	line-height: 1.25em;
	color: #999;
	text-transform: uppercase;	
}
.qualifier {
	color: #999;
	font-size: 0.75em;
	line-height: 1em;
}
.channel-name {
	color: #339900;
	text-transform: uppercase;
	font-family: 'Open Sans';
}


/* ==========================================================================
   BUTTON STYLES
   ========================================================================== */
   
a.read-more {
	display: inline-block;
	position: relative;
	padding: 5px 10px;
	background-color: #339900;
	color: #fff;
	font-size: 0.75em;
	text-decoration: none;
	border-radius: 3px;
	font-family:'Open Sans';
	-webkit-transition: background-color 260ms;
	-moz-transition: background-color 260ms;
	-ms-transition: background-color 260ms;
	-o-transition: background-color 260ms;
	transition: background-color 260ms;
}
a.read-more:hover {
	background-color: #000;	
}
a.read-more.anchor-right {
	position: absolute;
	left: auto;
	right: 0;
}


/* ==========================================================================
   HOMEPAGE
   ========================================================================== */

.homepage-featuredepisode {
	display: inline-block;
	position: relative;
	width: 640px;
	height: auto;
	float: left;
	margin-bottom: 20px;
}
.homepage-featuredepisode .cbc-avembed-container {
	margin-bottom: 20px;
}
.homepage-featuredepisode p {
	font-family: 'Open Sans';
	font-size: 1em;
	line-height: 1.5em;
	margin: 10px 0;
}
.homepage-featuredepisode h2.episode-title {
	display: inline-block;
	font-size: 1.875em;
	font-family:'Open Sans';
	color: #444;
	text-transform: capitalize;
	width: auto;
	margin-top: 5px;
}

.homepage-bigbox {
	display: inline-block;
	position: relative;
	width: 300px;
	height: auto;
	margin: 0 0 20px 20px;
	vertical-align: top;
	float: left;
}

.homepage-bigbox .ad-300x250 {
	padding: 14px 0 0 0;
	margin: 0;
}

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

.homepage-feed .feed-item {
	display: block;
	width: 300px;
	height: auto;
	padding: 10px;
	color: #444;
	overflow: visible;
}
.homepage-feed .feed-item a {
	text-decoration: none;
	color: inherit;
}
.homepage-feed .feed-item figure {
	width: 300px;
	height: auto;
	display: block;
	position: relative;
}
.homepage-feed .feed-item figure img {
	width: 298px;
	height: 168px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	z-index: 1;
}
.homepage-feed .feed-item figure figcaption {
	display: block;
	position: absolute;
	width: 27px;
	height: 27px;
	z-index: 2;
	left: 10px;
	bottom: 10px;
	opacity: 0.8;
}
.homepage-feed .feed-item figure figcaption img {
	display: block;
	width: 27px;
	height: 27px;
	border: none;
}

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

.homepage-feed .feed-item .info-title h3 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.25em;
	padding: 10px 0 8px 0;
}
.homepage-feed .feed-item .info-body {
	font-size: 0.875em;
	padding: 0px 20px 10px 20px;
	background-color: #eaeaea;
	font-family: 'Open Sans';
	line-height: 1.5em;
}

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

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

.social-push {
	display: inline-block;
	position: absolute;
	right: 13px;
	top: 20px;
}
.page-header .social-push {
	top: 9px;
}

.social-push img {
	width: 24px;
	height: 24px;
	margin-right: 7px;
	vertical-align: top;
	display: inline-block;
}
.social-push a {
	line-height: 1.5em;
	font-size: 1em;
	text-decoration: none;	
}

.homepage-nextepisode {
	display: block;
	position: relative;
	float: left;
	width: 300px;
	margin: 4px 0 16px 20px;
}

#masonry {
	display: block;
	position: relative;
	float: left;
	width: 960px;
	height: auto;
	overflow: hidden;
}

.masonry-element {
	display: block;
	float: left;
	width: 300px;
	margin: 10px;
}

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 420ms;
     -moz-transition-duration: 420ms;
      -ms-transition-duration: 420ms;
       -o-transition-duration: 420ms;
          transition-duration: 420ms;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}

.moreposts-wrapper {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	text-align: center;
	margin-top: 15px;
}

#moreposts-loader {
	width: 31px;
	height: 31px;
	margin: 5px auto 4px auto;
	display: inline-block;
	position: relative;
}

#moreposts {
	width: auto;
	height: auto;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: pointer;
	-webkit-transition: opacity 260ms;
	-moz-transition: opacity 260ms;
	-ms-transition: opacity 260ms;
	-o-transition: opacity 260ms;
	transition: opacity 260ms;
}

#moreposts .highlight {
	-webkit-transition: border-top-color 260ms;
	-moz-transition: border-top-color 260ms;
	-ms-transition: border-top-color 260ms;
	-o-transition: border-top-color 260ms;
	transition: border-top-color 260ms;
}
#moreposts:hover .highlight {
	border-top-color: #000;
}
#moreposts:hover .moreposts-button {
	background-color: #000;
}
#moreposts .moreposts-button {
	color: #fff;
	background-color: #339900;
	line-height: 2em;
	display: inline-block;
	padding: 0 15px;
	border-radius: 3px;
	-webkit-transition: background-color 260ms;
	-moz-transition: background-color 260ms;
	-ms-transition: background-color 260ms;
	-o-transition: background-color 260ms;
	transition: background-color 260ms;
}

.moreposts-wrapper.done {
	margin-top: 20px;
	border-top: 0px dashed #999;
	padding-top: 20px;
}
.moreposts-wrapper.done #moreposts {
	cursor: default;
}
#moreposts .all-loaded {
	color: #999;
}

/* ==========================================================================
   TITLES AND HEADERS
   ========================================================================== */

h2.entry-title {
	display: block;
	font-size: 2.625em;
	color: #444;
	line-height: 100%;
	width: auto;
	margin: 20px 0;
	font-family:'Open Sans';
}
h2.entry-title.with-qualifier {
	margin: 0 0 20px 0;
}

h2.page-title {
	display: block;
	font-size: 2.625em;
	color: #444;
	line-height: 100%;
	width: auto;
	margin-bottom: 20px;
}

.page-title {
	display: inline-block;
	font-size: 1.5em;
	line-height: 1.75em;
	font-family:'Open Sans';
	color: #339900;
	text-transform: uppercase;
	width: auto;
}
.page-title .page-subtitle {
	font-size: 0.75em;
	color: #999;
}

.related-title {
	display: inline-block;
	font-size: 1.5em;
	font-family:'Open Sans';
	color: #444;
	text-transform: uppercase;
	width: auto;
	line-height: 1.5em;
}

.homepage-feed .related-title {
	margin-top: 10px;
	margin-bottom: 10px;
}

.related-header {
	display: block;
	position: relative;
	height: auto;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

/* ==========================================================================
   RIGHT RAIL
   ========================================================================== */

.rightrail {
	display: block;
	position: relative;
	float: right;
	width: 300px;
	height: auto;
	overflow: hidden;
}

.rightrail-element {
	display: block;
	position: relative;
	float: left;
	width: 300px;
	margin-bottom: 20px !important;
	border-top: 0px dashed #999;
	padding-top: 10px !important;
}
.rightrail-element.noborder {
	border-top: none;
	padding-top: 0;
}

.rightrail-element .ad-300x250 {
	padding: 14px 0px 0px 0px;
	margin: 0px;
}

.rightrail-title {
	text-transform: uppercase;
	color: #444;
	padding: 0;
	margin: 5px 0 12px 0;
	font-size: 1.25em;
	font-family:'Open Sans';
	font-weight: normal;	
}

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

.rotator-slides {
	display: block;
	position: relative;
	width: 986px;
	height: 360px;
	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: 360px;
	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:'Open Sans';
}
.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: #339900;
	color: #fff;
	font-size: .875em;
	padding: 10px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: background-color 260ms;
	-moz-transition: background-color 260ms;
	-ms-transition: background-color 260ms;
	-o-transition: background-color 260ms;
	transition: background-color 260ms;
}

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

.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 260ms;
	-moz-transition: background-color 260ms;
	-ms-transition: background-color 260ms;
	-o-transition: background-color 260ms;
	transition: background-color 260ms;
}
.rotator-indicator.highlighted .rotator-indicator-dot, .rotator-indicator:hover .rotator-indicator-dot {
	background-color: #339900;
}
.rotator-indicator.highlighted:hover .rotator-indicator-dot {
	background-color: #000;
}
#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: #339900;
	font-family:'Open Sans';
	cursor: pointer;
}
#rotator-continue.showme {
	display: block;
}

.show-logo {
	position: absolute;
	display: block;
	top: 20px;
	left: 20px;
	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: #339900;
	text-align: center;
	cursor: pointer;
	margin: 1px;
}
.rotator-button:hover {
	background-color: #000;
}
.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;
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */

.pagination {
	clear: both;
	margin: 10px 0;
	padding: 0;
	display: block;
	position: relative;
	overflow: hidden;
}

.pagination-arrow {
	display: block;
	position: relative;
	font-size: 1em;
	line-height: 1.5em;
	color: #339900;
	margin: 0px 10px;
	float: left;
}
.pagination-arrow.left {
	margin-left: 0px;
}
.pagination-arrow.right {
	margin-right: 0px;
}
.pagination-number {
	display: block;
	position: relative;
	font-size: 1em;
	line-height: 1.5em;
	color: #339900;
	margin: 0px 1px 0 0;
	padding: 0px 7px;
	float: left;
	-webkit-transition: background-color 260ms;
	-moz-transition: background-color 260ms;
	-ms-transition: background-color 260ms;
	-o-transition: background-color 260ms;
	transition: background-color 260ms;
}
.pagination-number.selected, .pagination-number:hover {
	border-radius: 2px;
	background-color: #339900;
	color: #fff;
}
.pagination-number.selected:hover {
	background-colour: #000;
}


/* ==========================================================================
   RELATED ENTRIES
   ========================================================================== */

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

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

.related-people .related-title,
.related-entries .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: 0px 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;
}

/* ==========================================================================
   BLOG
   ========================================================================== */

.blog-item figure {
	margin-bottom: 10px;
}
.blog-item figure img {
	width: 100%;
	height: auto;
}

.tags-wrapper {
	
}
.tags-wrapper .tags-title {
	color: #999;
	font-size: 0.875em;
	text-transform: uppercase;
}
.tags-wrapper .tag-link {
	color: #339900;
	font-family:'Open Sans';
}
.tags-wrapper .tag-link:hover {
	color: #000;
}

/* ==========================================================================
   RECIPES
   ========================================================================== */

.entry-index-item {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	clear: both;
	float: left;
	position: relative;
}

/*.entry-index-item {
	width: 96%;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	clear: both;
	float: none;
	position: relative;
}
*/
.no-thumb .entry-index-thumb {
	display: none;
}
.entry-index-item .entry-index-thumb {
	width: 245px;
	height: 137px;
	margin: 0 12px 0 0;
	padding: 0;
	float: left;
	position: relative;
	border: 1px solid #999;
}
.entry-index-item .entry-index-right {
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
	width: auto;
	max-width: 380px;
}
.entry-meta {
	color: #999;
	margin-top: 1px;
	margin-bottom: 5px;
	padding-top: 0;
	font-size: 0.75em;
	line-height: 1em;
}
.entry-meta-categories a {
	color: #339900;
	font-family:'Open Sans';
}
.entry-meta .entry-meta-categories a:hover {
	color: #000;
}
.entry-meta .entry-meta-date,
.entry-meta .entry-meta-author,
.entry-meta .entry-meta-categories {
	text-transform: uppercase;
}
.entry-index-item h3 {
	margin: 2px 0;
	padding: 0;
}
.entry-index-item h3 a {
	font-weight: bold;
}
.entry-index-item .entry-excerpt {
	margin: 0 0 3px 0;
	padding: 0;
	/*max-height: 54px;
	overflow: hidden;*/ /*Took out the Max height and overflow to make excerpts look more natural*/
	line-height: 1.25em;
}
.entry-more,
.blog-categories a,
.recipes-categories a {
	display: inline-block;
	width: 66px;
	font-family: 'Open Sans';
	text-align: center;
	background-color: #339900;
	border-radius: 4px 4px 4px 4px;
	color: white !important;
	padding: 6px;
	margin: 5px 0 2px 0;
	text-decoration: none;
	font-size: .875em;
	line-height: 1em;
	-webkit-transition: background-color 260ms;
	-moz-transition: background-color 260ms;
	-ms-transition: background-color 260ms;
	-o-transition: background-color 260ms;
	transition: background-color 260ms;
}
.blog-categories a,
.recipes-categories a  {
	width: auto;
	margin: 0 2px 2px 0;
	padding: 6px 8px 8px 8px;
	overflow: hidden;
}
.entry-more:hover,
.blog-categories a:hover,
.recipes-categories a:hover {
	background-color: #000;
}
.rightrail .related-entry {
	width: 100%;
	clear: both;
	float: none;
	margin: 10px 0 10px 0;
	padding: 0;
}
.rightrail .related-entry  img {
	display: inline-block;
	float: left;
	width: 105px;
	height: 105px;
	border: 1px solid #999;
	margin: 0 10px 0 0;
	vertical-align: top;
}
.nutritional-information {
	width: 96%;
	max-width: 200px;
	padding: 10px 2%;
	background-color: #eaeaea;
	border-radius: 4px 4px 4px 4px;
	font-size: 80%;
	line-height: 80%;
}
.nutritional-information p {
	width: 100%;
	margin: 4px 0;
	padding: 4px 0;
	border-bottom: 1px solid #999;
	font-size: 80%;
	color: black;
}
.nutritional-information p .label,
.nutritional-information p .value {
	display: inline-block;
	font-weight: bold;
	width: 30%;
	text-align: left;
}
.nutritional-information p .value {
	font-weight: normal;
	width: 70%;
}
.nutritional-information h4 {
	margin-top: 15px;
}


/* ==========================================================================
   PERSON
   ========================================================================== */

.person-list {
	display: block;
	position: relative;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;	
}

.rightrail-element .person-list {
	padding: 28px 28px 8px 28px;
	background-color: #eaeaea;
}

.rightrail-element .person-list.grid {
	padding: 8px 28px;
}

.person-item {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0 20px 20px 0px;
	padding: 0;
	float: left;
}
.person-item:hover {
	background-color: #fafafa;
}

.person-list.verbose .person-item,
.person-item.last {
	margin-right: 0px;
}

.person-item .person-body {
	font-family: 'Open Sans';
	line-height: 1.5em;
}

.person-thumb {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;	
	height: 110px;
	width: 110px;
	border: 1px solid #999;
	float: left;
}

.person-item figure {
	display: block;
	position: relative;
}

.person-thumb img {
	display: block;
	position: relative;
	height: 110px;
	width: 110px;
}

.person-thumb figcaption {
	position: absolute;
	display: block;
	line-height: 1.5em;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	font-size: 0.75em;
	bottom: -25px;	
	transition: bottom 260ms;
	-webkit-transition: bottom 260ms;
	-moz-transition: bottom 260ms;
	-ms-transition: bottom 260ms;
	-o-transition: bottom 260ms;
}

.person-thumb.norollover:hover figcaption {
	bottom: -25px;	
}

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

.person-blurb {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 0 0 20px;
	padding: 0;	
	height: auto;
	width: 500px;
	float: left;
	color: #444;
}

.person-blurb h2 {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 1.5em;
	font-weight: bold;
	display: inline;
}

.person-blurb p {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-family: 'Open Sans';
	line-height:1.25em;
}

.person-subtitle {
	display: inline;
	color: #999;
	font-size: 0.75em;
	line-height: 150%;
	text-transform: uppercase;
}
.person-social-link {
	display: inline-block;
	position: relative;
	height: 1.5em;
	line-height: 1.5em;
	font-size: 1em;
}
.person-social-link .person-social-icon {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	height: 24px;
	width: auto;
	margin-right: 10px;
}

.related-people {
	display: block;
	position: relative;
	/* float: left; */
	width: 100%
}

ul.featuring-list {
	display: block;
	position: relative;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;	
}

li.featuring-item {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0;	
}

.featuring-thumb {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;	
	height: 80px;
	width: 80px;
	margin-right: 20px;
	float: left;
}

.featuring-thumb figure, .featuring-thumb figure img {
	display: block;
	position: relative;
	height: 80px;
	overflow: hidden;
}

.featuring-thumb figure figcaption {
	position: absolute;
	display: block;
	line-height: 1.5em;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	font-size: 0.75em;
	bottom: -25px;	
	transition: bottom 260ms;
	-webkit-transition: bottom 260ms;
	-moz-transition: bottom 260ms;
	-o-transition: bottom 260ms;
	-ms-transition: bottom 260ms;
}

.featuring-thumb figure:hover figcaption {
	bottom: 0px;	
}

.featuring-blurb {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;	
	height: auto;
	width: 540px;
	float: left;
}

.featuring-blurb h4 {
	margin: 0 0 0.5em 0;
	padding: 0;	
}


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

#seasonnav {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

#seasonnav li {
	display: inline-block;
	position: relative;
}

.season-nav-item {
	display: inline-block;
	position: relative;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #999;
	color: #fff;
	margin-right: 5px;
	cursor: pointer;
	text-decoration: none;
	border-radius: 5px;
  	-webkit-transition: background-color 260ms;
    -moz-transition: background-color 260ms;
    -ms-transition: background-color 260ms;
    -o-transition: background-color 260ms;
    transition: background-color 260ms;
}

.season-nav-item:hover, .season-nav-item.selected {
	background-color: #339900;
	color: #fff;
}
.season-nav-item.selected:hover {
	background-color: #000;
}

.season-nav-title {
	text-transform: uppercase;
	color: #999;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 1em;
}

.season-nav-subtitle {
	text-transform: uppercase;
	color: #999;
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 0.875em;
}

.episode-featuring-thumb {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

.episode-featuring-thumb img {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
}

.entry-aside {
	display: block;
	position: relative;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 0px dashed #999;
}

.season-episodes {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.episode-push a {
	color: inherit;
}

.episode-push img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.episode-push figcaption {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	padding: 5%;
	background-color: #000;
	color: #fff;
}

.episode-push .episode-number {
	display: block;
	position: relative;
	font-size: 0.75em;
	width: 100%;
	color: #999;
	text-decoration: none;
	line-height: 1em;
}

.episode-push .episode-title {
	display: block;
	position: relative;
	font-size: 1em;
	width: 100%;
	text-decoration: none;
	font-family:'Open Sans';
	line-height: 1.25em;
}

.episode-push.small img {
	display: inline-block;
	position: relative;
	width: 33%;
	height: auto;
	margin-bottom: 0px;
}

.episode-push.small {
	/*margin-bottom: 20px;*/
}

.episode-push.small figcaption {
	display: inline-block;
	position: relative;
	width: 60%;
	padding: 0;
	background-color: inherit;
	color: #444;
	padding-left: 2%;
	vertical-align: top;
}

.episode-push.small .episode-number {
	display: block;
	position: relative;
	font-size: 0.625em;
	color: #999;
	text-decoration: none;
	width: 100%;
	text-transform: uppercase;
	line-height: 1em;
}

.episode-push.small .episode-title {
	display: block;
	position: relative;
	font-size: 0.875em;
	width: 100%;
	color: #444;
	text-decoration: none;
	font-family:'Open Sans';
}

.episode-body {
	font-family: 'Open Sans';
	line-height: 1.5em;
}

.season-listing {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.season-listing a {
	text-decoration: none;
	color: inherit;
}

.season-listing-title {
	display: inline-block;
	position: relative;
	font-size: 1.5em;
	line-height: 1.75em;
	color: #999;
	text-transform: uppercase;
	font-family: 'Open Sans';
	margin-bottom: 10px;
}

.listing-header {
	display: block;
	position: relative;
	border-top: 0px dashed #999;
	padding-top: 10px;
}

.listing-header .more-button {
	display: inline-block;
	position: absolute;
	top: 17px;
	right: 0;
	background-color: #339900;
	border-radius: 3px;
	line-height: 2em;
	padding: 0 15px;
	color: #fff;
	-webkit-transition: background-color 260ms;
	-moz-transition: background-color 260ms;
	-ms-transition: background-color 260ms;
	-o-transition: background-color 260ms;
	transition: background-color 260ms;
}

.listing-header .more-button:hover {
	background-color: #000;
}


/* ==========================================================================
   ENTRIES
   ========================================================================== */

.entry-item figure {
	display: block;
	position: relative;
	cursor: pointer;
}

.entry-item figure img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.interactive-window {
	display: block;
	position: relative;
	width: 640px;
	height: 360px;
	overflow: hidden;
}

.interactive-overlay {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -72px 0 0 -72px;
}

/* ==========================================================================
   INTERACTIVES
   ========================================================================== */
   
.interactive-element {
	display: block;
	position: relative;
	overflow: hidden;
}
   

/* ==========================================================================
   PAGES
   ========================================================================== */


/* ==========================================================================
   VIDEO
   ========================================================================== */

.video-holder {
	width: 640px;
	height: 360px;
	display: block;
	position: relative;
	overflow: hidden;
}

.video-image {
	width: 640px;
	height: 360px;
	display: block;
	position: relative;
}

.video-overlay {
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0px 0px -50px;
	color: #fff;
}

.video-listing-item {
	display: block;
	position: relative;
	height: auto;
	width: 310px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	float: left;
}
.video-listing-item a {
	color: inherit;
	text-decoration: none;
}

.video-listing-item img {
	height: auto;
	width: 100%;
}

.video-listing-item.first {
	margin-right: 10px;
}

.video-listing-item.second {
	margin-left: 10px;
}
.video-listing-item.first figcaption, .video-listing-item.second figcaption {
	position: relative;
	padding: 10px;
	background-color: #000;
	width: 290px;
	color: #fff;
}

.video-listing-item figure {
	display: inline-block;
	position: relative;
}
.video-listing-item.compact {
	height: auto;
	width: 640px;
	margin: 0 0 20px 0;
}
.video-listing-item.compact:hover {
	background-color: #eaeaea;
}
.video-listing-item.compact figure {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.video-listing-item.compact figure img {
	display: block;
	position: relative;
	width: 30%;
	height: auto;
	float: left;
}
.video-listing-item.compact figcaption {
	display: block;
	position: relative;
	width: 65%;
	background-color: transparent;
	padding: 0 10px;
	float: left;
	color: #444;
}

.video-listing-item.small {
	height: 82px;
	margin-top: 20px;
}
.video-listing-item.small figure {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.video-listing-item.small figure img {
	display: block;
	position: relative;
	width: 145px;
	height: auto;
	float: left;
}
.video-listing-item.small figcaption {
	display: block;
	position: relative;
	width: 145px;
	height: 72px;
	padding: 5px 10px;
	float: left;
	background-color: #eaeaea;
	color: #444;
}

.video-listing-episode-number {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.75em;
	color: #999;
	line-height: 1em;
}

.video-listing-episode-title {
	text-decoration: none;
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	font-family:'Open Sans';
}

.video-listing-episode-excerpt {
	text-decoration: none;
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans';
	line-height: 1.25em;
}

#commentwrapper .viafoura {
	background-color:inherit !important;
}

.series-listing {
	list-style: none;
	padding: 0;
	margin: 0;
}

.series-nav-item {
	display: inline-block;
	position: relative;
	width: auto;
	line-height: 40px;
	text-align: center;
	clear: left;
	padding: 0px 10px;
	background-color: #999;
	color: #fff;
	margin-bottom: 10px;
	cursor: pointer;
	text-decoration: none;
	border-radius: 5px;
  	-webkit-transition: background-color 260ms;
    -moz-transition: background-color 260ms;
    -ms-transition: background-color 260ms;
    -o-transition: background-color 260ms;
    transition: background-color 260ms;
}

.series-nav-item:hover, .series-nav-item.selected {
	background-color: #339900;
	color: #fff;
}
.series-nav-item.selected:hover {
	background-color: #000;
}