








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

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


/* ==========================================================================
   GLOBAL STYLE SETTINGS
   ========================================================================== */

body {
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bold-condensed {
	/*font-family:'HelveticaNeueW01-77BdCn 692722';*/
	font-family: 'open_sans_condensedbold';
	letter-spacing: 0em;
}

a {
	text-decoration: none;
	color: inherit;
	transition: color 420ms;
	-o-transition: color 420ms;
	-ms-transition: color 420ms;
	-moz-transition: color 420ms;
	-webkit-transition: color 420ms;
}
a:hover {
	color: #FD8B10;
}

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

.globalheader-content {
	display: block;
	position: relative;
	width: 986px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.globalheader #gnwrap {
}

#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: 14px;
	font-family: arial, helvetica, sans-serif;
    margin-bottom: 25px;
}

.sitecontent {
	display: block;
	position: relative;
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
    line-height: 1.5em;
    z-index: 2;
}

h1, h2, h3 {
	/*font-family:'HelveticaNeueW01-77BdCn 692722';*/
	font-family: 'open_sans_condensedbold';
	font-weight: normal;
	
}

#punchbar {
	display: none;
}

#commentwrapper {
	line-height: 1.5em;
	float: left;
}

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

#sharecount {
	line-height: 100%;
	width: auto;
	display: inline-block;
	position: relative;
	vertical-align: top;
}

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

img {
	display: block;
	position: relative;
}

.rotate-90deg {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate-180deg {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}


/* ==========================================================================
   SITE LAYOUT SETTINGS
   ========================================================================== */
   
.siteheader {
	display: block;
	position: relative;
	width: 1200px;
	height: 118px;
	background-color: #fff;
	overflow: hidden;
	margin: 0 auto;
}

.siteheader-content {
	display: block;
	position: relative;
	width: 1200px;
	height: auto;
	margin: 0;
	padding: 0;
}
.header-background {
	display: block;
	position: absolute;
	width: 1200px;
	height: 118px;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1;
	color: #ffdb3b;
}
.header-background-left {
	display: inline-block;
	position: relative;
	width: 0;
	height: 0;
	border-bottom: 105px solid #eee;
	border-left: 107px solid transparent;
}
.header-background-middle {
	display: inline-block;
	position: relative;
	width: 986px;
	height: 105px;
	background-color: #eee;
}
.header-background-right {
	display: inline-block;
	position: relative;
	width: 0;
	height: 0;
	border-bottom: 105px solid #eee;
	border-right: 107px solid transparent;
}
.header-background-bottom {
	display: block;
	position: absolute;
	width: 1200px;
	height: 10px;
	background-color: #eee;
	bottom: 0px;
	left: 0px;
}
.sitenav {
	display: block;
	position: relative;
	width: 100%;
    margin: 0 auto;
	height: auto;
	background-color: #000;
	/*font-family:'HelveticaNeueW01-57Cn';*/
	font-family: 'open_sanscondensed_light';
}

.sitenav ul {
	display: block;
	position: relative;
	overflow: hidden;
	list-style: none;
	width: 1160px;
	margin: 0 auto;
	padding: 0px;
	height: 46px;
	background-color: #000;
	z-index: 2;
	font-size: .95em;
	border-left: 1px dashed #818181;
}

.sitenav ul li.nav-item {
	display: inline-block;
	position: relative;
	float: left;
	width: auto;
	height: auto;
	text-align:	center;
	text-transform: uppercase;
	border-right: 1px dashed #818181;
}
.sitenav ul li.nav-item.social-links {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	margin-top: 7px;
	float: right;
	background-color: transparent !important;
}
.sitenav ul li.nav-item.social-links a {
	padding: 0;
	margin: 0;
	margin-right: 7px;
	float: left;
	background-color: transparent !important;
	transition: opacity 420ms;
	-o-transition: opacity 420ms;
	-ms-transition: opacity 420ms;
	-moz-transition: opacity 420ms;
	-webkit-transition: opacity 420ms;
}

.sitenav ul li.nav-item.social-links a:hover {
        opacity: .75;
}

.sitenav ul li.nav-item.social-links .nav-social-logo {
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
}

.nav-search {
	display: block;
	position: relative;
	width: auto;
	height: 32px;
	float: right;
	overflow: hidden;
	margin-top: 7px;
	margin-left: 20px;
}
input[type="text"].nav-search-input {
	display: block;
	position:relative;
	width: 240px;
	height: 24px;
	float: left;
	margin: 0px;
	padding: 4px 10px;
	font-size: 16px;
	line-height: 24px;
	border: none;
	color: #999;
	text-transform: uppercase;
	text-align: center;
	border-radius: 0px;
	background-color: #fff;
}
.nav-search-submit {
	display: block;
	position:relative;
	width: 52px;
	height: 32px;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
}

.highlight {
	width: 0px;
	text-align: center;
	display: none;
	height: 0.6em;
	border-top: 8px solid #ec222a;
	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: 46px;
	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;
	font-weight: normal;
}

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

.sitenav .nav-background {
	display: block;
	position: absolute;
	width: 100%;
	height: 2.25em;
	background-color: #000;
	top: 0;
	left: 0;
	z-index: 1;
}
.sitenav .shading-left, .sitenav .shading-right {
	display: inline-block;
	width: 20px;
	height: 59px;
	vertical-align: top;
	margin-top: -10px;
}
.sitenav .shading-left .shading-middle, .sitenav .shading-right .shading-middle {
	display: block;position:relative;width:20px;height:36px;background-color: #525252;
}
.sitenav .shading-left .shading-top {
	display: block;
	position: relative;
	width: 0px;
	height: 0px;
	border-left: 20px solid #525252;
	border-top: 10px solid transparent;
}
.sitenav .shading-left .shading-bottom {
	display: block;
	position:relative;
	width:0px;
	height:0px;
	border-top: 10px solid #525252;
	border-left: 20px solid transparent;
}
.sitenav .shading-right .shading-top {
	display: block;
	position:relative;
	width:0px;
	height:0px;
	border-right: 20px solid #525252;
	border-top: 10px solid transparent;
}
.sitenav .shading-right .shading-bottom {
	display: block;
	position:relative;
	width:0px;
	height:0px;
	border-top: 10px solid #525252;
	border-right: 20px solid transparent;
}

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

#maincontent {
	display: block;
	position: relative;
	float: left;
	width: 840px;
	margin-left: 20px;
	margin-top: 20px;
	height: auto;
	overflow: hidden;
}
#maincontent.fullwidth {
	width: 1160px;
}

#secondarycontent {
	display: block;
	position: relative;
	float: left;
	width: 840px;
	height: auto;
	margin-left: 20px;
	margin-top: 20px;
	overflow: hidden;
}
#secondarycontent.fullwidth {
	width: 1160px;
}

#precontent {
	display: block;
	position: relative;
	float: left;
	width: 1160px;
	margin-top: 20px;
	height: auto;
	overflow: hidden;	
}
.page-header {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.home-link {
	display: block;
	position: relative;
	z-index: 3;
	margin: 15px 0 5px 0;
	width: 400px;
}
.home-link img {
	width: 100%;
	height: auto;
}

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

#random-punch {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 3;
}
.random-punch-header {
	display: block;
	position: relative;
	width: 60px;
	height: 40px;
	padding: 15px 0 5px 0;
	text-align: center;
	color: #fff;
	line-height: 1em;
	background: rgba(174,146,63,0.8);
	float: left;
	font-size: 0.675em;
}
.random-punch-header-big {
	padding: 0;
	margin: 0;
	font-size: 2.25em;
	line-height: 1em;
}
.random-punch-content {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	color: #363636;
	/*font-family: 'HelveticaNeueW01-77BdCn 692722';*/
	font-family: 'open_sans_condensedbold';
	margin-left: 40px;
	font-size: 1.125em;

}
.random-punch-reload {
	display: block;
	position: relative;
	width: 36px;
	height: 36px;
	padding: 12px;
	text-align: center;
	color: #fff;
	line-height: 1em;
	background: rgba(248,216,95,0.8);
	float: left;
	cursor: pointer;
}


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

.category-link {
	color: #ec222a;
	font-weight: bold;
	transition: color 420ms;
	-o-transition: color 420ms;
	-ms-transition: color 420ms;
	-moz-transition: color 420ms;
	-webkit-transition: color 420ms;
}
.category-link:hover {
	color: #FD8B10;
}

.last {
	margin-right: 0px;
}

.entry-qualifier {
	display: inline-block;
	position: relative;
	width: auto;
	text-transform: uppercase;
	font-size: 0.725em;
	color: #999;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 13px 0 0 0;
	float: left;
}

.entry-qualifier.episode {
	margin-top: 0px;
}
.entry-qualifier .category-tag { 
	display: inline-block;
	position: relative;
	bottom: auto;
	width: auto;
	height: 50px;
	z-index: 3;
	margin-right: 10px;
	float: left;
	font-size: 1.5em;
	margin-top: -13px;
}

.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: #ec222a;
	text-transform: uppercase;
	/*font-family: 'HelveticaNeueW01-75Bold';*/
    font-weight: bold;
}


/* ==========================================================================
   BUTTON STYLES
   ========================================================================== */
   
a.read-more {
	display: inline-block;
	position: relative;
	padding: 5px 10px;
	background-color: #ec222a;
	color: #fff;
	font-size: 0.75em;
	text-decoration: none;
	border-radius: 3px;
    font-weight: bold;
	-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: #FD8B10;	
}
a.read-more.anchor-right {
	position: absolute;
	left: auto;
	right: 0;
}


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

.homepage-features {
	display: inline-block;
	position: relative;
	width: 860px;
	height: auto;
	float: left;
	margin-right: 0px;
	margin-bottom: 20px;
}
.homepage-features .feature {
	display: block;
	position: relative;
	margin-right: 2px;
	margin-bottom: 2px;
	float: left;
}
.homepage-features .feature figure {
	display: block;
	position: relative;
	z-index: 1;
}
.homepage-features .feature figure img {
	width: 100%;
	height: auto;
	z-index: 1;
}
.homepage-features .feature.large {
	width: 419px;
	height: 419px;	
}


.homepage-features .feature.medium {
	width: 418px;
	height: 225px;	
}
.homepage-features .feature.small {
	width: 209px;
	height: 225px;	
}
.homepage-features .feature figure figcaption {
	display: block;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    color: #FFFFFF;
    width: 100%;
    height: auto;
    bottom: 0px;
    z-index: 2;
    text-shadow: 1px 1px #000;
    padding-bottom: 10px;
}

.homepage-features .feature.large figure figcaption {
	bottom: 0px;
	height: auto;
	background-color: rgba(0,0,0,0.7);
}
.homepage-features .feature figure figcaption h2 {
	display: block;
	position: relative;
	padding: 10px 20px 5px 20px;
	font-size: 1.5em;
	line-height: 100%;
	border-bottom: none;
}
.homepage-features .feature figure figcaption p {
	display: block;
	position: relative;
	padding: 0px 20px 20px 20px;
	margin: 0;
	font-size: 1em;
	line-height: 130%;
}
.homepage-features .feature .tags-wrapper {
	display: block;
	font-size: 0.875em;
	padding: 0px 20px 10px 20px;
	margin-top: 0px;
}

.homepage-features .feature.full {
	width: 840px;
	height: auto;	
}

.category-tag {
	display: block;
	position: absolute;
	bottom: -10px;
	width: auto;
	height: 40px;
	z-index: 3;
}

.category-tag .shading {
	display:inline-block;width:10px;height: 40px;vertical-align:top;
}
.category-tag .shading .shading-top {
	display: block;position:relative;width:0px;height:0px;border-left: 10px solid #666; border-top: 10px solid transparent;
}
.category-tag .shading .shading-middle {
	display: block;position:relative;width:10px;height:20px;background-color: #666;
}
.category-tag .shading .shading-bottom {
	display: block;position:relative;width:0px;height:0px;border-top: 10px solid #666; border-left: 10px solid transparent;
}
.category-tag .category-label {
	display:inline-block;width:auto;height: 30px;line-height:30px;vertical-align:top;font-size: 0.875em;text-transform: uppercase;background-color:#ccc;color:#fff;margin-top:10px;padding: 0 10px;
}

.homepage-featuredepisode .cbc-avembed-container {
	margin-bottom: 20px;
}
.homepage-featuredepisode p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 10px 0;
}
.homepage-featuredepisode h2.episode-title {
	display: inline-block;
	font-size: 1.875em;
	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 0px;
	vertical-align: top;
	float: left;
}

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

.homepage-lists {
	display: block;
	position: relative;
	width: 195px;
	height: auto;
	overflow: hidden;
	min-height: 200px;
}

.homepage-feed {
	display: block;
	position: relative;
	width: 625px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}


.homepage-feed #feedcontainer {
	height: auto;
	overflow: hidden;
	display: block;	
}

.homepage-feed .recent-item figure {
	width: 215px;
	margin-right: 10px;
}

.homepage-feed .feed-item {
	display: block;
	width: 195px;
	height: 240px;
	margin: 0 20px 20px 0;
	color: #444;
	overflow: hidden;
	float: left;
}
.homepage-feed .feed-item.fullwidth {
	display: block;
	width: 625px;
	height: auto;
	padding-bottom: 4px;
}

/* CATEGORY TAGS COMMENTED OUT IN THIS SECTION TO EQUIALIZE SIZING WITH HOME PAGE CATEGORY TAGS */

/* .homepage-feed .feed-item .category-tag, .article-item .category-tag {
	bottom: -4px;
	height: 20px;
}
.homepage-feed .feed-item .category-tag .shading, .article-item .category-tag .shading {
	width:4px;height: 20px;
}
.homepage-feed .feed-item .category-tag .shading .shading-top, .article-item .category-tag .shading .shading-top {
	border-left-width: 4px; border-top-width: 4px;
}
.homepage-feed .feed-item .category-tag .shading .shading-middle, .article-item .category-tag .shading .shading-middle {width:4px;height:12px;}
.homepage-feed .feed-item .category-tag .shading .shading-bottom, .article-item .category-tag .shading .shading-bottom {
	border-top-width: 4px; border-left-width: 4px;
}
.homepage-feed .feed-item .category-tag .category-label, .article-item .category-tag .category-label {
	/*height: 16px; line-height:16px; font-size: 0.625em; margin-top:4px; padding: 0 6px;*/
} */

.homepage-feed .feed-item h3 {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	font-size: 1.25em;
	text-transform: uppercase;
	color: #000;
	line-height: 100%;
	padding-top: 10px;
}
.homepage-feed .feed-item.fullwidth h3 {
	width: 195px;
	float: left;
	vertical-align: top;
	padding-top: 0;
}

.homepage-feed .feed-item a {
	text-decoration: none;
	color: inherit;
}
.homepage-feed .feed-item figure {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.homepage-feed .feed-item.fullwidth figure {
	width: 410px;
	float: left;
	margin-right: 20px;
}
.homepage-feed .feed-item figure img {
	width: 100%;
	height: auto;
	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 {
	display: none;
	font-size: 0.875em;
	padding: 0px 20px 10px 20px;
	background-color: #eaeaea;
	line-height: 1.5em;
}
.homepage-feed .feed-item.fullwidth .info-body {
	display: block;
	width: 195px;
	float: left;
	padding: 0;
	background: none;
	margin-top: 20px;
}
.homepage-feed .feed-item.fullwidth .info-body.right {
	display: block;
	font-size: 0.875em;
	padding: 0px;
	margin: 0 0 0 20px;
	width: auto;
	height: auto;
	float: left;
	background-color: #eaeaea;
	line-height: 1.5em;
}

.homepage-feed .feed-item .info-body a {
	color: #ec222a;	
}

.homepage-feed .feed-item .info-cta {
	display: block;
	position: relative;
	width: 260px;
	height: auto;
	border-top: 1px dashed #999;
	padding: 15px 20px;
	background-color: #eaeaea;
	color: #ec222a;
	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: #ec222a;
	text-decoration: none;
}

.section-title {
	text-transform: uppercase;
}

.homepage-feed h3.section-title {
    text-transform: uppercase;
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 20px;
}

.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;	
}
.punchline-social {
	text-align: center;
	padding-bottom: 19px;
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
}
.punchline-social p {
	padding-top: 19px;
	border-top: 1px solid #666;
	margin-top: 20px;
}
.social-list {
	display: block;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
    margin-bottom: 30px;
}
.social-list li {
	display: inline-block;
	position: relative;
	margin: 5px;
	width: 50px;
	height: auto;
}
.social-list li img {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.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: #FD8B10;
}
#moreposts:hover .moreposts-button {
	background-color: #FD8B10;
}
#moreposts .moreposts-button {
	color: #fff;
	background-color: #ec222a;
	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: 1px dashed #999;
	padding-top: 20px;
}
.moreposts-wrapper.done #moreposts {
	cursor: default;
}
#moreposts .all-loaded {
	color: #999;
}

.comedy-on-cbc {
	display: inline-block;
	position: relative;
	height: auto;
	width: 300px;
}

.comedy-on-cbc ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.comedy-on-cbc ul li {
	display: block;
	position: relative;
	width: 145px;
	height: 107px;
	padding: 0;
	margin: 0px 2px 10px 2px;
	float: left;
}
.comedy-on-cbc ul li img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.comedy-on-cbc ul li.last {
	border-bottom: none;	
}
.comedy-on-cbc .show-name {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	height: auto;
	color: #666;
	font-size: 0.875em;
	line-height: 1.125em;
        margin-top: 3px;
}
.comedy-on-cbc .show-time {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	height: auto;
	color: #ff504b;
	font-size: 0.875em;
}

.comedy-on-cbc .show-airtime {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	height: auto;
	color: #000;
	font-size: 0.875em;
}

.list-feed {
	display: block;
	position: relative;
	float: left;
	width: 195px;
	height: auto;
	padding: 20px 0px 0px 0px;
	min-height: 200px;
	margin: 0 0px 20px 0;
	color: #fff;
	background: #000;
}
.list-feed ul {
	display: block;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0 25px;	
}
.list-feed ul li {
	display: block;
	position: relative;
	width: 145px;
	height: auto;
	margin-bottom: 20px;
	border-top: 1px dashed #555555;
	padding-top: 20px;
}
.list-feed ul li figure, .list-feed ul li figure img {
	width: 100%;
	height: auto;
}

.list-feed ul li figure:hover {
        opacity: 0.8;
}

.list-feed ul li figure figcaption {
	text-align: center;
	display: block;
	position: relative;
	width: 100%;
	margin: 10px 0;
	line-height: 1em;
}

.list-feed .more-box {
	width: 195px;      
}

.list-feed .more-box-link {
	border-top: none;
}

.secondary-right {
	display: block;
	position: relative;
	float: left;
	width: 300px;
	height: auto;
	padding: 0px;
	min-height: 200px;
}

#punchbowl {
	display: block;
	position: relative;
	float: left;
	width: 840px;
	height: 103px;
	margin: 0px 0px 20px 0px;
	padding-top: 25px;
}

#punchbowl .punchbowl-content {
	display: block;
	position: relative;
	width: 100%;
	height: 103px;
	background-color: #ffdb3b;
	z-index: 1;
}
#punchbowl .shading-left, #punchbowl .shading-right {
	display: inline-block;
	width: 20px;
	height: 114px;
	vertical-align: top;
}
#punchbowl .shading-left .shading-middle, #punchbowl .shading-right .shading-middle {
	display: block;position:relative;width:20px;height:92px;background-color: #ad9434;
}
#punchbowl .shading-left .shading-top {
	display: block;
	position: relative;
	width: 0px;
	height: 0px;
	border-left: 20px solid #ad9434;
	border-top: 11px solid transparent;
}
#punchbowl .shading-left .shading-bottom {
	display: block;
	position:relative;
	width:0px;
	height:0px;
	border-top: 11px solid #ad9434;
	border-left: 20px solid transparent;
}
#punchbowl .shading-right .shading-top {
	display: block;
	position:relative;
	width:0px;
	height:0px;
	border-right: 20px solid #ad9434;
	border-top: 11px solid transparent;
}
#punchbowl .shading-right .shading-bottom {
	display: block;
	position:relative;
	width:0px;
	height:0px;
	border-top: 11px solid #ad9434;
	border-right: 20px solid transparent;
}

#punchbowl-dropdown {
	display: block;
	position: absolute;
	top: 30px;
	right: 20px;
	width: auto;
	height: 40px;
	z-index: 7;
	overflow: visible;
}

#punchbowl-dropdown a {
        color: #000;
}

.punchbowl-dropdown-button {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	top: 0;
	right: 0;
	z-index: 3;
	overflow: hidden;
	border-radius: 0;
}
.punchbowl-dropdown-button img {
	border-radius: 0;
	width: 100%;
	height: 100%;
}
.punchbowl-dropdown-list {
	display: block;
	position: relative;
	width: auto;
	height: 40px;
	padding: 0;
	margin: 0;
	list-style: none;
	border-radius: 0;
	overflow: hidden;
	background-color: #fff6c7;
}
.punchbowl-dropdown-list.showme {
	height: auto;
}
.punchbowl-dropdown-list li {
	display: block;
	position: relative;
	width: auto;
	height: 40px;
	text-align: left;
	padding: 0 80px 0 20px;
	color: #000;
	font-size: 1.5em;
	line-height: 40px;
	text-transform: uppercase;
	transition: background-color 420ms;
	-o-transition: background-color 420ms;
	-ms-transition: background-color 420ms;
	-moz-transition: background-color 420ms;
	-webkit-transition: background-color 420ms;
}

.punchbowl-dropdown-list li:hover {
        background-color: #ff504b;
}

.punchbowl-dropdown-list li a.category-link {
	display: block;
	position: relative;
	height: auto;
	width: inherit;
	vertical-align: top;
}
#punchbowl-image {
	display: block;
	position: absolute;
	width: 160px;
	height: 128px;
	top: -25px;
	left: 40px;
	text-align: center;
}
.punchbowl-label {
	display: block;
	position: absolute;
	width: 245px;
	height: 83px;
	left: 220px;
	top: 10px;
	font-size: 2em;
	line-height: 0.875em;
	text-transform: uppercase;
	/*font-family: 'HelveticaNeueW01-77BdCn 692722';*/
	font-family: 'open_sans_condensedbold';
	letter-spacing: 0em;
}

.punchline-recommends {
    display: block;
    position: relative;
    width: 300px;
    height: auto;
    overflow: hidden;
    background: transparent;
    text-align: left;
    margin-bottom: 20px;
    padding-top: 0;
	margin-top: 0px;
	/*font-family: 'HelveticaNeueW01-77BdCn 692722';*/
	font-family: 'open_sans_condensedbold';
}

.punchline-recommends-header {
    display: block;
    position: relative;
    line-height: 40px;
    font-size: 2.45em;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    /*font-family: 'HelveticaNeueW01-77BdCn 692722';*/
	font-family: 'open_sans_condensedbold';
    border-bottom: 4px solid #fff;
    padding: 15px 0px;
}

.punchline-recommends ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	position: relative;
	border: none;
	background: none;
	margin-top: 15px;    
}
.punchline-recommends li {
	display: block;
	position: relative;
	line-height: 100%;
	border: none;
	overflow: hidden;
	padding: 0px;
	margin-bottom: 2px;
}

.punchline-recommends li figure {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	height: auto;
}
.punchline-recommends li figure img {
	display: block;
	position: relative;
	width: 110px;
	height: auto;
	float: left;
}
.punchline-recommends li figure figcaption {
	display: block;
	position: relative;
	width: 180px;
	height: auto;
	float: left;
	margin-left: 10px;
	text-size: 1.1em;
}
.punchline-recommends li figure .airdate {
	display: block;
	position: relative;
	width: 180px;
	height: auto;
	float: left;
	margin-left: 10px;
	color: #999;
	text-transform: uppercase;
	font-size: 0.875em;
	margin-top: 2px;
}

.punchline-recommends li:hover {
	background-color: inherit;
	color: #000;
}


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

h2.entry-title,
h1.entry-title {
	display: block;
	font-size: 3em;
	color: #444;
	line-height: 100%;
	width: auto;
	margin: 0;
	/*font-family:'HelveticaNeueW01-77BdCn 692722';*/
	font-family: 'open_sans_condensedbold';
	text-transform: uppercase;
}
h2.entry-title.with-qualifier {
	margin: 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;
	color: #ec222a;
	text-transform: uppercase;
	width: auto;
}
h1.page-title {
	display: inline-block;
    font-size: 3em;
    line-height: 75%;
    color: #C2C2C2;
    text-transform: uppercase;
    width: auto;
    letter-spacing: 0em;
	margin-bottom: 15px;
}
.page-title .page-subtitle {
	font-size: 0.75em;
	color: #999;
}

.related-title {
	display: inline-block;
	font-size: 1.5em;
	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;
}

.more-box {
	position: relative;
	display: block;
	height: auto;
	width: 300px;
	overflow: hidden;
}

.more-box-bubble {
	display: block;
	position: absolute;
	border-top: 12px solid #ff504b;
	border-radius: 12px;
	width: 24px;
	height: 0px;
	border-bottom: 24px solid transparent;
	top: -8px;
	left: 50%;
	margin-left: -12px;
}

.more-box-link {
	display: block;
	position: relative;
	text-align: center;
	font-size: 1em;
	background-color: #ec222a;
	padding: 3px 5px;
	margin-top: 0px;
	/*font-family: 'HelveticaNeueW01-77BdCn 692722';*/
	font-family: 'open_sans_condensedbold';
	color: #fff;
	transition: background-color 420ms;
	-o-transition: background-color 420ms;
	-ms-transition: background-color 420ms;
	-moz-transition: background-color 420ms;
	-webkit-transition: background-color 420ms;
}

.more-box-link:hover {
	background-color: #cc0000 !important;
	color: #fff;
}

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

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

.rightrail-element {
	display: block;
	position: relative;
	float: left;
	width: 300px;
	margin-bottom: 20px !important;
	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 15px 0;
	font-size: 1.25em;
	font-weight: normal;	
}

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

.pagination {
	clear: both;
	margin: 0;
	padding: 5px 10px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-top: 1px dashed #b6b6b6;
	border-bottom: 1px dashed #b6b6b6;
	float: left;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.pagination-holder {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 10px 0;
}
.pagination-arrow {
	display: block;
	position: relative;
	font-size: 1em;
	line-height: 1.5em;
	color: #ec222a;
	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: #ec222a;
	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: 0px;
	background-color: #ec222a;
	color: #fff;
}
.pagination-number.selected:hover {
	background-color: #FD8B10;
}

.pagination-links-wrapper {
	width: 200px;
	margin: 0 auto;
}


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

.related-entries-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;
	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: 5px;
}
.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: 1px dashed #999;
}

.related-entries h3 {
        font-size: 2em;
}

.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
   ========================================================================== */

.article-item {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	overflow: hidden;
	border-top: 1px dashed #b6b6b6;
	padding-top: 20px;
}
.article-item figure {
	display: block;
	position: relative;
	float: left;
	width: 265px;
	height: auto;
	margin-right: 20px;
}
.article-item h3 {
	font-size: 2em;
	line-height: 100%;
}
.article-item .info-body {
	display: block;
	position: relative;
	float: left;
	width: 555px;
}
.article-item .info-body p {
	display: block;
	position: relative;
	width: 100%;
	clear: left;
	padding: 0;
	margin: 0;
}
.article-item.large {
	width: 100%;
	float: left;
	padding-top: 0px;
	height: 450px;
}
.article-item.large.right {
	margin-left: 2%;
}
.article-item.large.left {
	margin-right: 2%;
}
.article-item.large figure {
	width: 100%;
	margin-right: 0px;
}
.article-item.large .info-body {
	display: block;
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	width: 800px;
	height: auto;
	bottom: 0px;
	z-index: 2;
	padding: 20px 20px 10px 20px;
}
.article-item.large .category-tag {
	left: 0px;
	bottom: 15px;
	height: 50px;
}
.article-item.large .category-tag .category-label {
	height: 30px;
	line-height: 30px;
	font-size: 0.875em;
	margin-top: 10px;
	padding: 0 10px;
}
.article-item.large .category-tag .shading {
	width: 10px;
	height: 50px;
}
.article-item.large .category-tag .shading .shading-top, .article-item.large .category-tag .shading .shading-bottom {
	border-left-width: 10px;
	border-top-width: 10px;
}
.article-item.large .category-tag .shading .shading-middle {
	width: 10px;
	height: 20px;
}

.article-item .entry-qualifier {
	padding: 0;
	color: #bebebe;
}

.blog-header {
	padding-bottom: 15px;
	display: block;
	position: relative;
	overflow: hidden;
	border-bottom: 1px dashed #b6b6b6;
}

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

.blog-entry-info {
	display: block;
	position: relative;
	float: left;
	width: 640px;
	height: auto;
	overflow: hidden;
}
.blog-entry-info p {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

/* ================ */
/* ===== TAGS ===== */
/* ================ */

.tags-wrapper {
	display: block;
	position: relative;
	margin-top: 5px;
	font-size: 0.875em;
	line-height: 110%;
}
.tags-title {
	color: #999;
	text-transform: uppercase;
}
.tags-wrapper.entry {
	padding-bottom: 20px;
    border-bottom: 1px dashed #b6b6b6;
}

.tags-wrapper.entry .tags-title {
	font-size: 1.5em;
	margin-left: 10px;
}

a.tag-link {
	display: inline-block;
	color: #292929 !important;
	background: #ffb00a;
	padding: 0px 6px;
	font-size: .8em;
	margin: 0 2px 2px 0;
	float: left;
	line-height: 2em;
	transition: background-color 420ms;
	-o-transition: background-color 420ms;
	-ms-transition: background-color 420ms;
	-moz-transition: background-color 420ms;
	-webkit-transition: background-color 420ms;
}

a.tag-link:hover {
	background-color: #FD8B10;
}

.tags-wrapper.entry a.tag-link {
	background-color: #ec222a;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	margin: 0 5px 5px 0;
	display: inline-block;
}
.tags-wrapper.entry a.tag-link:hover {
	color: #fff;
	background-color: #FD8B10;
}

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

.entry-index-item {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	clear: both;
	float: left;
	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-flavour {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	color: #000;	
	font-size: 0.875em;
	line-height: 1em;
	overflow: hidden;
	padding: 7px 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.entry-flavour-shading {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	top: 0;
	left: 0;
	z-index: 1;	
}
.entry-flavour a {
	display: block;
	position: relative;
	z-index: 2;
}

.entry-info {
	display: block;
	position: relative;
	float: left;
	width: 500px;
	height: auto;
}
.entry-ratings {
	display: block;
	position: relative;
	float: right;
	width: auto;
	height: auto;	
}
.entry-meta-categories a {
	color: #ec222a;
	font-weight: bold;
}
.entry-meta .entry-meta-categories a:hover {
	color: #FD8B10;
}
.entry-meta .entry-meta-date,
.entry-meta .entry-meta-author,
.entry-meta .entry-meta-categories {
	text-transform: uppercase;
}
a.entry-meta-author {
	color: #FD8B10;
}
a.entry-meta-author:hover {
	color: #CA0008;
}
.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;
	line-height: 1.25em;
}
.entry-more,
.blog-categories a,
.recipes-categories a {
	display: inline-block;
	width: 66px;
	text-align: center;
	background-color: #ec222a;
	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: #FD8B10;
}
.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
   ========================================================================== */

.entry-aside img.social-icon-small {
	display: inline-block;
	position: relative;
	width: 30px;
	height: auto;
	vertical-align: top;
	margin-right: 5px;
}

.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 {
	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;
	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: 24px;
	line-height: 24px;
	font-size: 1em;
	margin: 3px 0;
}
.person-social-link .person-social-icon {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	height: 24px;
	width: auto;
	margin-right: 2px;
}

.person-social-link .person-social-icon:hover {
	opacity: 0.7;
}

.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;	
}


/* VIDEOS */

.play-icon {
	display: block;
	position:absolute;
	width: 30px;
	height: 30px;
	bottom: 10px;
	left: 10px;
}
.play-icon img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.video-list-item {
	display: block;
	position:relative;
	width: 265px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
    margin-top: 15px;
	overflow: hidden;
	float: left;
	min-height: 310px;
}
.video-list-item.last {
	margin-right: 0px;
}
.video-list-item figure {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.video-list-item figure img {
	width: 100%;
	height: auto;
}
.video-list-item h3 {
	font-size: 1.25em;
	line-height: 100%;
	text-transform: uppercase;
}
.video-list-item .info-body {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
.video-list-item .tags-wrapper {
	font-size: 0.875em;
    margin-top:15px;
}
.video-list-item.large {
	width: 48%;
	float: left;
}
.video-list-item.large.right {
	margin-left: 2%;
	margin-right: 0px;
}
.video-list-item.large.left {
	margin-right: 2%;
}
.video-list-item.large figure {
	width: 100%;
	margin-bottom: 0px;
}
.video-list-item.large .info-body {
	display: block;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	color: #e6e6e6;
	width: 100%;
	height: auto;
	bottom: 0px;
	z-index: 2;
	padding: 20px 0;
}
.video-list-item.large .info-body h3 {
	padding: 0 20px;
}
.video-list-item.large .info-body .tags-wrapper {
	padding: 0 20px;
}
.video-list-item.large .play-icon {
	width: 40px;
	height: 40px;
	bottom: auto;
	top: -50px;
	
}

h1.page-title .prefix {
	/*font-family:'HelveticaNeueW01-57Cn';*/
	font-family: 'open_sanscondensed_light';	
}

.tag-label {
	font-size: 1em;	
}
/* ==========================================================================
   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: #ec222a;
	color: #fff;
}
.season-nav-item.selected:hover {
	background-color: #FD8B10;
}

.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: 1px 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-weight: bold;
	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;
}

.episode-body {
	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;
	margin-bottom: 10px;
}

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

.listing-header .more-button {
	display: inline-block;
	position: absolute;
	top: 17px;
	right: 0;
	background-color: #ec222a;
	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: #FD8B10;
}


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

.entry-body a {
	text-decoration: none;
	color: #FD8B10;
}
.entry-body a:hover {
	color: #CA0008;
}

.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-weight: bold;
}

.video-listing-episode-excerpt {
	text-decoration: none;
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	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: #ec222a;
	color: #fff;
}
.series-nav-item.selected:hover {
	background-color: #FD8B10;
}


/* LISTS */

.ordered-list {
	margin: 0px;
	padding-left: 0px;
	font-size: 2.5em;
}

.ordered-list .list-number {
  display: inline;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5rem;
  width: 3rem;
  height: 3rem;
  float: left;
}
.ordered-list h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.ordered-list .list-body {
  padding-left: 3rem;
}
.ordered-list.override .list-number {
  width: 6rem;
  padding-right: 1rem;
  text-align: right;
}
.ordered-list.override .list-body {
  padding-left: 7rem;
}

.ordered-list.tiled {
	margin-bottom: 30px;
	overflow: hidden;
	width: 44%;
	margin: 0 3% 3% 3%;
	min-height: 300px;
	float: left;
}
.ordered-list.tiled .list-number {
  width: auto;
  height: auto;
  display: inline;
  padding-right: 1rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  vertical-align: top;
}
.ordered-list.tiled h3 {
	display: inline;
  font-size: 1.5rem;
  line-height: 1.5rem;
  vertical-align: top;
}
.ordered-list.tiled .list-body {
  padding-left: 0;
}

/*
.ordered-list h3 {
	font-size: 1em;
	line-height: 100%;
}

.ordered-list .list-body {
	font-size: 1rem;
}

.ordered-list li {
	list-style-position: inside;
	margin-bottom: 50px;
	overflow: hidden;
}
.ordered-list li:last-child {
	margin-bottom: 0px;
}
.ordered-list li.tiled {
	list-style-position: inside;
	margin-bottom: 30px;
	overflow: hidden;
	width: 44%;
	margin: 0 3% 3% 3%;
	min-height: 300px;
	float: left;
}
*/

/* WHA OR HUH */

ol.whaorhuh-list {
	display: block;
	position: relative;
	padding: 0 0 0 0px;
	margin: 0;
	list-style-position: inside;
	z-index: 100;
}
ol.whaorhuh-list li {
	width: 840px;
	margin-bottom: 20px;
	font-size: 1.5em;
	background: #D8D8D8;
	list-style: none;
	padding: 0px;
	position:relative;
	float: left;
}
.whaorhuh-question {
	display: table-cell;
	position: relative;
	color: #000;
	/* float: left; */
	margin: 0;
	font-size: 1.5em;
	line-height: 1em;
	/*font-family: 'HelveticaNeueW01-77BdCn 692722';*/
	font-family: 'open_sans_condensedbold';
	padding: 10px;
	vertical-align: top;
	width: 100%;
}

.whaorhuh-image {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.whaorhuh-reveal {
	display: block;
	position: relative;
	height: 0px;
	overflow: hidden;
	float: left;
}
.whaorhuh-reveal.showme {
	height: auto !important;
}

.whaorhuh-reveal .whaorhuh-correct, .whaorhuh-reveal .whaorhuh-wrong {
	display: none;
	position: relative;
	height: auto;
	width: 90%;
	padding: 20px 5%;
	font-size: 0.75em;
	line-height: 100%;
}
.whaorhuh-reveal .whaorhuh-correct.showme, .whaorhuh-reveal .whaorhuh-wrong.showme {
	display: block;
}
.whaorhuh-reveal .whaorhuh-correct {
	background-color: rgba(0,255,64,0.4);
}
.whaorhuh-reveal .whaorhuh-wrong {
	background-color: rgba(204,0,0,0.4);
}
.whaorhuh-choice {
	display: inline-block;
	position: relative;
	padding: 0px 20px;
	color: #fff;
	background-color: #020202;
	text-decoration: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 260ms;
	-o-transition: background-color 260ms;
	-moz-transition: background-color 260ms;
	-ms-transition: background-color 260ms;
	-webkit-transition: background-color 260ms;
	font-size: .875em;
	float: left;
	margin: 0 5px;
	white-space: nowrap;
}
.whaorhuh-choice:hover {
	background-color: #999;
}
.whaorhuh-choice.left {
	float: left;
}

.whaorhuh-choice.right {
	float: right;
}
.whaorhuh-choice.disabled {
	cursor: default;
	background-color: #999;
}

.whaorhuh-choice-qualifier {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 0.75em;
}

.whaorhuh-choices {
	display: table-cell;
	text-align: center; 
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: top;
	padding: 10px;
}

/* SHOWS */

.shows-list {
	display: block;
	position: relative;
	width: 800px;
	height: 490px;
	padding: 20px;
	margin: 0;
	list-style: none;
	background: #e3e3e3;
	color: #000;
}

.shows-list .shows-list-header {
	text-transform: uppercase;
	/*font-family: 'HelveticaNeueW01-77BdCn 692722';*/
	font-family: 'open_sans_condensedbold';
	margin-bottom: 15px;
	font-size: 1.25em;
}

.shows-list .shows-list-item {
	display: block;
	position: relative;
	width: 155px;
	height: 150px;
	margin-right: 4px;
	float: left;
	overflow: hidden;
}
.shows-list .shows-list-item.last {
	margin-right: 0px;
}
.shows-list figure {
	display: block;
	position: relative;
	width: 150px;
	height: 78px;
	overflow: hidden;
}
.shows-list figure img {
	display: block;
	position: relative;
	width: 150px;
	height: auto;
}
.shows-list .show-name {
	display: block;
	position: relative;
	margin: 5px 0;
	width: 100%;
	height: auto;
	font-size: 0.875em;
	line-height: 100%;
	padding-right: 15px;
}
.shows-list .show-airtime {
	font-size: 0.875em;
	line-height: 100%;
	padding-right: 15px;
}

/* GENERATORS */

a.generator-button {
	display: inline-block;
	position: relative;
	margin: 20px 0;
	width: auto;
	height: auto;
	padding: 10px 20px;
	text-align: center;
	background-color: #ccc;
	border-radius: 10px;
	cursor: pointer;
	background-color: #ec222a;
	color: #fff;
	transition: background-color 260ms;
	-webkit-transition: background-color 260ms;
	-o-transition: background-color 260ms;
	-ms-transition: background-color 260ms;
	-moz-transition: background-color 260ms;
	-webkit-transition: background-color 260ms;
}
a.generator-button:hover {
	color: #fff;
	background-color: #999;
}

.generator-result {
	display: block;
	position: relative;
	margin: 30px 0;
	width: 100%;
	height: auto;
	font-size: 2em;
	line-height: 100%;
	text-align: center;
	border: none;
}


.list-item-image {
	display: block;
	position: relative;
	margin-top: 20px;
	width: 820px;
	height: auto;
}

.current-flavours-list {
	display: block;
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.current-flavours-list li {
	margin: 0 5px 5px 0;
	float: left;
}

.channel-label {
	display: block;
	position: absolute;
	width: auto;
	height: 1em;
	line-height: 1em;
	/*font-family: 'HelveticaNeueW01-77BdCn 692722';*/
	font-family: 'open_sans_condensedbold';
	text-align: center;
	text-transform: uppercase;
	padding: 0.5em 1em 0.5em 1.5em;
	overflow: hidden;
	bottom: 0;
	left: 0;
}
.channel-label-name {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.channel-label-highlight {
	position: absolute;
	display: block;
	background-color: rgba(0, 0, 0, 0.20);
	width: 10px;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	-moz-transition: width 420ms;
	-webkit-transition: width 420ms;
	-ms-transition: width 420ms;
	-o-transition: width 420ms;
	transition: width 420ms;
}
a.channel-label:hover .channel-label-highlight {
	width: 100%;
}

.tag-cloud {
	display: block;
	position: relative;
	margin: 0;
}
.tag-cloud-title,
.channel-list-header,
.comedy-on-cbc h3 {
    text-transform: uppercase;
	margin-bottom: 10px;
	/*background-color: #ffdb3b;*/
	padding: 10px;
	font-size: 1.675em;
	border-bottom: 1px dashed #c9c9c9;
	text-align: center;
}
.tag-cloud a {
	transition: opacity 260ms;
	-o-transition: opacity 260ms;
	-ms-transition: opacity 260ms;
	-moz-transition: opacity 260ms;
	-webkit-transition: opacity 260ms;
}
.tag-cloud a:hover {
         opacity: .5;
}

section.list-list {
	margin-top: 0px;
}

section.list-list footer {
	margin-top: 10px;
	border-bottom: 1px dashed #b6b6b6;
	padding: 0px 0px 10px 10px;
	color: #ec222a;
	/*font-family: 'HelveticaNeueW01-77BdCn 692722';*/
	font-family: 'open_sans_condensedbold';
}

section.list-list footer a:hover {
	color: #FD8B10;
}

.related-entries.post-article {
	margin-top: 20px;
	width: 810px;
	padding: 0 15px;
	background: #000;
}

.related-entries.post-article .recent-item {
	display: block;
	position: relative;
	width: 157px;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	font-size: 1em;
	line-height: 1em;
	/*font-family: 'HelveticaNeueW01-77BdCn 692722';*/
	font-family: 'open_sans_condensedbold';
	color: #fff;
}

.related-entries.post-article h3 {
	margin-bottom: 20px;
	margin-top: 20px;
	color: #fff;
}
.related-entries.post-article h4 a {
	color: #fff;
}
.related-entries.post-article .recent-item figure {width:160px;}

.studio-list {
	display: block;
	position: relative;
	float: left;
	width: 1160px;
	margin-top: 20px;
	height: auto;
	overflow: hidden;
	background: #E4E4E4;
	padding-left: 20px;
	padding-top: 20px;
	border-bottom: 1px dashed #c6c6c6;
	margin-bottom: 20px;
	background: url('/punchline/content/images/showcase_bg.png') #222;
}

.showcase-about {
	margin-top: 0px;
	line-height: 1.675em;
}

.studio-about {
	border-bottom: 1px dashed #b6b6b6;
	margin-top: 0px;
	padding-bottom: 20px;
	line-height: 1.675em;
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #e6e6e6;
	float: left;
	margin-left: 20px;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	float: left;
	margin-left: 20px;
	bottom: 0px;
}

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

.holder .label {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	vertical-align: text-top;
	line-height: 100%;
	margin-right: 10px;
	color: #999;
	float: left;
}
.holder.tags .label {
	display: inline-block;
	color: #fff !important;
	line-height: 1.5em;
	background: #000;
	padding: 3px 6px;
	font-size: .8em;
	margin: 0 2px 2px 0;
	float: left;
}

.holder.metadata {
	width: 144px;
	display: inline-block;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.more-button {
	display: block;
	width: 94%;
	padding: 0 3%;
	background-color: #ec222a;
	color: #fff;
	font-size: 1em;
	line-height: 200%;
	text-align: right;
	margin-bottom: 20px;
	transition: background-color 420ms;
	-o-transition: background-color 420ms;
	-ms-transition: background-color 420ms;
	-moz-transition: background-color 420ms;
	-webkit-transition: background-color 420ms;
}
.more-button:hover {
	color: #fff;
	background-color: #a12c20;	
}

/* ***************************************** */
/*                  QUIZZES                  */
/* ***************************************** */

.quiz-window {
	display: block;
	position: relative;
	width: 840px;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
#quiz-info {
	display: block;
	position: relative;
	width: 830px;
	height: 30px;
	padding: 5px;
	background-color: #eaeaea;
}
#quiz-holder {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: left 420ms;
	-o-transition: left 420ms;
	-ms-transition: left 420ms;
	-webkit-transition: left 420ms;
	-moz-transition: left 420ms;
}
.quiz-page {
	display: block;
	position: relative;
	width: 840px;
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
}
.quiz-page-nav {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px 0;
}
.quiz-next-button,
.quiz-previous-button,
.quiz-tryagain-button,
.quiz-submit-button {
	display: block;
	position: relative;
	padding: 10px 20px;
	background-color: #ec222a;
	color: #fff;
	/*font-family: 'HelveticaNeueW01-77BdCn 692722';*/
	font-family: 'open_sans_condensedbold';
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 20px;
	font-size: 1.25em;
}
.quiz-next-button, .quiz-submit-button {
	float: right;
	margin-right: 20px;
}
.quiz-previous-button,
.quiz-tryagain-button {
	float: left;
	margin-left: 20px;
}

.quiz-question {
	font-size: 1.5em;
	line-height: 125%;	
	margin: 10px;
	display: block;
	position: relative;
}
.quiz-image {
	display: block;
	position: relative;
	width: 170px;
	height: 170px;
	margin: 0px 0 0 10px;
	float: left;
}
ul.quiz-answers {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.quiz-answers.withimage {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 640px;
}
ul.quiz-answers li {
	display: block;
	padding: 5px;
	line-height: 30px;
	font-size: 1em;
	position: relative;
	margin-bottom: 10px;
}
ul.quiz-answers li .checkbox {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	background: url('/punchline/content/images/quiz_checkmarks.png') top left no-repeat;
	cursor: pointer;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	transition: background-position 170ms;
	-o-transition: background-position 170ms;
	-ms-transition: background-position 170ms;
	-moz-transition: background-position 170ms;
	-webkit-transition: background-position 170ms;
}
ul.quiz-answers li .checkbox:hover, ul.quiz-answers li .checkbox.selected {
	background-position: 0px -30px;
}
ul.quiz-answers li .answer {
	display: block;
	position: relative;
	margin-left: 50px;
	line-height: 150%;
}
#quiz-results {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #eaeaea;
	z-index: 10;
}
#quiz-results.hideme {
	display: none;
}
.quiz-result {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #eaeaea;
	overflow: hidden;
}

.quiz-result.hideme {
	display: none;
}
.quiz-result figure {
	display: block;
	position: relative;
	width: 200px;
	height: auto;
	margin: 20px;
	float: left;
}
.quiz-result-body {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	padding: 20px;
	margin: 0;
	vertical-align: top;
}

.quiz-result-title {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	line-height: 100%;
	font-size: 1.5em;
	margin-bottom: 5px;
}
.quiz-result-title .qualifier {
	font-size: 0.75em;
	color: rgba(0,0,0,0.6);
	text-transform: uppercase;
	margin-right: 10px;
}
.quiz-result-buttons {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.quiz-result-buttons #generateshares {
	padding: 0;
	margin: 0;
	line-height: 50px;
	background-color: #d0d0d0;
}
.quiz-title {
	color: #444;
	/*font-family: 'HelveticaNeueW01-77BdCn 692722';*/
	font-family: 'open_sans_condensedbold';
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 150%;
	height: 1.5em;
	margin-left: 10px;
	float: left;
}
.page-indicator {
	display: block;
	position: relative;
	float: right;
	line-height: 150%;
	font-size: 1.25em;
	margin-right: 10px;
	height: 1.5em;
}
#quiz-twitter-button, #quiz-facebook-button {
	line-height: 100%;
	cursor: pointer;
}

#quiz-unfinished {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,0.8);
	z-index: 10;
	cursor: pointer;
}
#quiz-unfinished.hideme {
	display: none;
}
#quiz-unfinished .unfinished-message {
	display: block;
	position: absolute;
	width: 520px;
	height: 100px;
	padding: 50px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -310px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
	font-size: 1.5em;
	line-height: 150%;
}

.contribute-section {
	display: block; position: relative; width: 100%; height: auto; overflow: hidden;margin-bottom: 20px; border-bottom: 1px solid #eee;
}
h2.contribute-header {
	margin-bottom: 20px;
	font-size: 2em;
	line-height: 100%;
}
.contribute-section p {
	margin-top: 0px;
}
.contribute-section img {
	display: block;
	position: relative;
	width: 180px;
	height: auto;
	float: left;
	margin: 0 20px 1px 0;
}


.pullquote {
  display: inline-block;
  position: relative;
  font-size: 1.75rem;
  border-top: 6px double #c0c0c0;
  border-bottom: 6px double #c0c0c0;
  padding: 13px 0;
  margin: 7px 0px 5px 0px;
  font-style: italic;
  width: 30%;
  height: auto;
  color: #666;
  font-family: "Times New Roman",Times,serif;
  line-height: 100%;
}
.pullquote.left {
  float: left;
  margin-right: 10px;
}
.pullquote.right {
  float: right;
  margin-left: 10px;
}