* {
	margin: 0;
	padding: 0;
}
body {
	background: url(/to-the-contrary/site_images/bg_body_repeated.jpg) center 155px repeat;
	font: 13px/1.4em Arial, sans-serif;
}
p, address, ul, ol, li, dt, dd, td, th, div, blockquote {
	color: #000;
}
#section-index p, #section-index address, #section-index ul, #section-index ol, #section-index li, #section-index dt, #section-index dd, #section-index td, #section-index th, #section-index blockquote {
	color: #fff;
}
.two-a .column.second p, .two-a .column.second address, .two-a .column.second ul, .two-a .column.second ol, .two-a .column.second li, .two-a .column.second dt, .two-a .column.second dd, .two-a .column.second td, .two-a .column.second th, .two-a .column.second div, .two-a .column.second blockquote {
	color: #000;
}
th, b, strong {
	font-weight: bold;
}
i, em, cite {
	font-style: italic;
}
sup, sub {
	font-size: 50%;
	line-height: 12px;
}
/* Links */
a {
	text-decoration: none;
	color: #574285;
	outline: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Paragraphs */
p {
	margin: 0 0 16px;
	font-weight: normal;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

/* Images */
a img {
	border-style: none;
}
.image-wrap {
	position: relative;
}
img.left, .image-wrap.left {
	float: left;
	margin: 0 15px 15px 0;
}
img.right, .image-wrap.right {
	float: right;
	margin: 0 0 15px 15px;
}
.mainpageimage {
	margin: 0 0 15px;
}
/* Lists */
ul, ol {
	margin: 0 0 10px 30px;
}
li {
	margin: 3px 0;
}
ul.punch li {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}
p + ul {
	margin-top: -11px;
}
/* Headings */
h1, h2, h3, h4, h5 {
	color: #464086;
	font-weight: 400;
	font-family: 'Lato', arial, sans-serif;
}
h1 {
	font-size: 32px;
	line-height: 36px;
	text-transform: uppercase;
}
#section-index h1 {
	display: none;
}
h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
#hero h2 {
	color: #ccccfb;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
}
.special h2 {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}
.special h2 span {
	color: #ccccfb;
}
h3 {
	font-size: 20px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	line-height: 24px;
}
h3.sliderbox {
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin: 0;
}
h3.sliderbox a {
	color: #fff;
}
h4 {
	font-size: 16px;
	margin: 0 0 5px;
	padding: 0 0 5px;
	line-height: 19px;
}
h5 {
	font-size: 15px;
	margin: 0;
	padding: 0;
	color:#666;
}
hr.fadeline {
	margin: 10px 0;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
#masthead {
	background: url(/to-the-contrary/site_images/bg_masthead_gradient.png) center top repeat-x;
	margin: 0 0 15px 0;
}
#section-episodes #masthead, #section-watch #masthead, #section-shorts #masthead, #section-previews #masthead {
	margin: 0;
}
#masthead-inner {
	position: relative;
}
#logo {
	display: block;
	padding: 15px 0 0 0;
}
.addthis_toolbox {
	position: absolute;
	top: 20px;
	right: 0;
	width: 365px;
}
#masthead-inner, #primary-menu, #footer-inner {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#menu-wrap {
	height: 42px;
	background: url(/to-the-contrary/site_images/bg_nav.png) left top repeat-x;
}
#primary-menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#primary-menu a {
	display: block;
	padding: 12px 26px;
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	border-left: 1px solid #ccc;
	text-decoration: none;
}
#primary-menu li.last a {
	border-right: 1px solid #ccc;
}
#primary-menu a:hover, #primary-menu a.active {
	background: url(/to-the-contrary/site_images/bg_nav_hover.gif) left bottom repeat-x;
	color: #725dae;
}
.sub-menu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 42px;
	left: auto;
	background: white;
	width: 180px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: 2px 2px 3px 0px #444;
	box-shadow: 2px 2px 3px 0px #444;
	display: none;
	z-index: 20;
}
#primary-menu .sub-menu li {
	float: none;
}
#primary-menu .sub-menu a {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 16px;
	border-left: none;
}
#primary-menu .sub-menu a:hover {
	background: #725dae;
	color: #fff;
}

#primary-menu .sub-menu li.last a {
	border-right: none;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.ss-nav {
	position: absolute;
	bottom: -42px;
	right: 265px;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	padding: 12px 9px;
	color: #464086;
	text-transform: uppercase;
	font-weight: bold;
}
#searchform {
	position: absolute;
	bottom: -33px;
	right: 0;
}
#searchform label {
	display: none;
}
#keywords {
	padding: 6px;
	background: #9c9c9c;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 170px;
	border-bottom: 1px solid #888686;
	border-right: 1px solid #888686;
	color: #eaeaea;
}
#searchsubmit {
	background: #888686;
	color: #eaeaea;
	border: none;
	padding: 6px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
}
#secondary-menu {
	margin: 0 0 15px 0;
	padding: 10px 0;
	background: #252534;
	-webkit-box-shadow: 2px 2px 3px 0px #444;
	box-shadow: 2px 2px 3px 0px #444;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	list-style: none;
	width: 300px;
}
#secondary-menu li {
	margin: 0;
}
#secondary-menu a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	display: block;
	padding: 7px 14px;
	border-top: 1px solid #55557c;
}
#secondary-menu a.last {
	border-bottom: 1px solid #55557c;
}
#secondary-menu a:hover, #secondary-menu a.active {
	background: #55557c;
	text-decoration: none;
	border-top: 1px solid #252534;
}
#secondary-menu a.last:hover, #secondary-menu a.last.active {
	border-bottom: 1px solid #252534;
}
#crown { 
	background: url(/to-the-contrary/site_images/bg_body_gradient.png) center top repeat-x;
	padding-top: 14px;
	margin-top: -14px;
}
#container {
	width: 950px;
	margin: 15px auto 20px auto;
}
#section-episodes #container, #section-watch #container, #section-shorts #container, #section-previews #container {
	margin: 0 auto 20px;
}
.columns {
	clear: both;
}
.columns:after {/* Clear after floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.column {
	float: left;
}
.one .column {
	width: 930px;
	margin: 0;
	padding: 10px;
	background: white;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
.two-a .column.first {
	width: 605px;
	margin: 0 20px 0 0;
	padding: 10px;
	background: white;
	-webkit-box-shadow: 2px 2px 3px 0px #444;
	box-shadow: 2px 2px 3px 0px #444;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height: 550px;
}
#section-index .two-a .column.first {
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}
.two-a .column.second {
	width: 300px;
	padding: 0 0 12px;
	margin: 0;
}
.two .column {
	width: 48%;
}
.two .column.one {
	margin: 0 4% 0 0;
}
#hero {
	background: black;
	-webkit-box-shadow: -2px 2px 3px 0px #333;
	box-shadow: -2px 2px 3px 0px #333;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin: 0 0 20px;
	margin-top:-10px;
}
.slide-details {
	padding: 5px 10px;
	background: url(/to-the-contrary/site_images/alpha.png) 0 0 repeat;
	position: absolute;
	bottom: 31px;
	width: 565px;
}
.slide-details h2 {
	font-weight: 600;
	margin: 0;
}
.slide-details h2 a {
	color: #fff;
}
.slide-details .watchvid {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 8px 5px 5px 25px;
	background: url(/to-the-contrary/site_images/icon_camera.png) left center no-repeat;
	color: #fff;
	font-weight: 600;
}
.slide-details p {
	margin: 0;
}
.special {
	-webkit-box-shadow: -2px 2px 3px 0px #333;
	box-shadow: -2px 2px 3px 0px #333;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin: 0 0 20px;
	background: #252535;
}
.news-entry h2 {
	margin: 0;
}
.video {
	width: 140px;
	float: left;
	margin: 0 17px 17px 0;
}
.video.last {
	margin: 0 0 15px;
}
.video.first {
	clear: both;
}
.video h4 {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 13px;
	line-height: 17px;
}
.video p {
	font-size: 11px;
	line-height: 15px;
	font-family: "Lucida Grande", Arial, sans-serif;
	margin: 0;
}
.showmorevids {
	display: block;
	background: #eaeaea;
	color: #333;
	padding: 3px 6px;
	clear: both;
	margin: 10px 0 25px;
	cursor: pointer;
}
.showmorevids:hover {
	text-decoration: none;
	background: #ccc;
}
.hidethesevids {
	display: none;
}
.panelist {
	width: 188px;
	height: 185px;
	margin: 0 20px 20px 0;
	float: left;
}
.panelist.last {
	margin: 0 0 20px;
}
.panelist img {
	margin: 0 0 3px;
}
.panelist h2 {
	font-size: 15px;
	line-height: 19px;
	font-weight: 700;
	text-align: center;
}
.pp-years {
	margin: 0 0 0 50px;
}
.pp, .lp {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid #E2E2E2; 
}
/* Modules */
.module.round {
	-webkit-box-shadow: -2px 2px 3px 0px #333;
	box-shadow: -2px 2px 3px 0px #333;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0 0 12px;
	background: white;
}
.column.second .module.round {
	-webkit-box-shadow: 2px 2px 3px 0px #333;
	box-shadow: 2px 2px 3px 0px #333;
}
.module {
	margin: 0 0 20px;
}
.module.twitter {
	
}
.module.ads {
	float: left;
}
#carousel .module.ads {
	position: absolute;
	top: 30px;
	right: 30px;
	float: none;
}
.vidthumbs .module.ads {
	position: absolute;
	top: 10px;
	right: 10px;
	float: none;
}
.module .item {
	border-bottom: 1px solid #e2e2e2;
	margin: 0 0 15px;
}
.module h3 {
	color: #4a4282;
	background: #e4e4e4;
	padding: 10px;
	margin: 0;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	text-transform: uppercase;
	border-bottom: 1px solid silver;
}
.module h4 {
	color: #333;
}
.module h4.itemmodule {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
}
.modulecontent {
	padding: 15px 10px 15px;
	background: white;
}
#content .module .modulecontent p {
	color: #000;
}
.module .more {
	text-align: right;
	font-weight: bold;
}
.module.film-strip {
	width: 936px;
	-webkit-box-shadow: 2px 2px 3px 0px #444;
	box-shadow: 2px 2px 3px 0px #444;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: white;
	margin: 0 auto;
	padding: 7px 2px 2px 7px;
	height: 80px;
	z-index: 3;
	overflow: hidden;
}
.module.film-strip .bucket {
	margin: 0 2px 0 0;
	display: inline-block;
	width: 111px;
	z-index: 3;
}
.module.film-strip .bucket a {
	top: -12px !important;
	z-index: 3;
}
.module.film-strip .bucket.last {
	margin: 0;
}
#footer {
	background: #252536/* url(/to-the-contrary/site_images/bg_footer.png) 0 0 repeat-x*/;
	padding: 15px;
	min-height: 290px;
}
#footer .column {
	margin: 0 25px 0 0;
	padding: 5px 25px 5px 15px;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: 130px;
}
#footer .column.first, #footer .column.second, #footer .column.third {
	border-right: 1px solid #929299;
}
#footer .column.fourth, #footer .column.second, #footer .column.third {
	width: 100px;
}
#footer .column.fifth {
	margin: 0;
	width: 150px;
}
#footer a {
	color: #eaeaea;
}
#footer h4 {
	margin: 0 0 3px;
	padding: 0;
	color: #fff;
}
#footer ul {
	margin: 0;
	list-style: none;
}
#footer p, #footer li {
	font-size: 11px;
	line-height: 15px;
	color: #eaeaea;
}
#footer li {
	margin: 0 0 5px;
}

/* Misc */
.clearfix {
	clear: both;
}
.date, .caption, .more, .back {
	display: block;
	font-size: 11px;
	line-height: 15px;
	font-family: "Lucida Grande", arial, sans-serif;
	font-weight: bold;
	margin: 0 0 15px;
}
.caption {
	color: #999;
}
.more {
	text-align: right;
}
.error {
	padding: 5px;
	color: white;
	background: #990000;
}
/* Forms */
.form-line {
	margin: 20px 0;
	clear: both;
}
input.text, textarea, select {
	padding: 5px;
	color: #777;
	background: #fff;
	font-family: Arial, sans-serif;
	border: 1px solid #ccc;
}
input.text {
	width: 200px;
}
textarea {
	width: 325px;
}
option {
	padding: 0 5px 0 0;
}
textarea {
	height: 150px;
}
label {
	display: block;
	float: left;
	margin: 5px 5px 0 0;
	color: #444;
	width: 155px;
	font-size: 13px;
}
#quizform label {
	display: block;
	width: auto;
	float: none;
	margin: 0 0 10px;
}
#quizform input.radiobutton {
	margin: 5px;
}
#customform-feedback select {
	width: 212px;
}
#customform-contact label.checkbox {
	width: auto;
	display: inline;
	float: none;
}
#customform-contact input.text, #customform-contact textarea {
	width: 332px;
}
#customform-contact input.radio, #customform-contact input.checkbox {
	width: auto;
	border: none;
	background: transparent;
}
#customform-contact #Label9 {
	margin: 0 5px 0 0;
}
#customform-feedback #submit {
	width: 200px;
	margin: 0 0 0 160px;
}
.button {
	font-size: 16px;
	border: none;
	margin: 0;
	padding: 6px 12px;
	width: 245px;
	background: #5f20b6;
	color: #fff;
	cursor: pointer;
	font-family: "Lato";
	font-weight: 100;
	text-transform: uppercase;
}

/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
  width:100%;
  background: url(/to-the-contrary/site_images/bg_carousel2.png) left bottom repeat-x;
  -webkit-box-shadow: 0px 2px 3px 0px #444;
	box-shadow: 0px 2px 3px 0px #444;
	height: 336px;
}
#carousel {
  height:420px;
  width:950px;
  position:relative;
  margin:0 auto 25px;
  font-size:12px;
  font-family: Arial;
  padding-top:13px;
}
.carousel-image {
  border:0;
  display:block;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  border:2px solid #5d5d5d;
  cursor:pointer;
  overflow: hidden;
}
.carousel-feature .carousel-caption {
  position:absolute;
  bottom:0;
  width:100%;
  background-color:#000;
}
.carousel-feature .carousel-caption p {
  margin:0;
  padding:5px;
  font-weight:bold;
  font-size:12px;
  color:white;
}
.tracker-summation-container {
  position:absolute;
  color:white;
  right:48px;
  top:230px;
  padding:3px;
  margin:3px;
  background-color:#000;
}
.tracker-individual-container {
  position:absolute;
  color:white;
  right:48px;
  top:210px;
  padding:0;
  margin:0;
}
.tracker-individual-container li {
  list-style:none;
}
.tracker-individual-container .tracker-individual-blip {
  margin:0 3px;
  padding:0 3px;
  color:white;
  text-align:center;
  background-color:#DDD;
}
.tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background-color:#000;
}
#carousel-left {
  position:absolute;
  bottom:33px;
  left:220px;
  cursor:pointer;
}
#carousel-right {
  position:absolute;
  bottom:33px;
  right:220px;
  cursor:pointer;
}
.frontcenter {
	margin-top:20px;
	width: 512px;
	margin: 2px auto 0 auto;
	padding: 0;
	background: #000000;
	position: relative;
	z-index: 10;
	-webkit-box-shadow: 0px 0px 4px 2px #888;
	box-shadow: 0px 0px 4px 2px #888;
}
.frontcenter.detail {
	margin: 2px 0 0 30px;
}
.frontcenter a {
	text-align: right;
	display: block;
	margin: 0 10px 0 0;
	color:#FFF;
}
.leftcenter, .rightcenter {
	position: absolute;
	top: 70px;
	opacity: .7;
	width: 300px;
	z-index: 5;
}
.leftcenter:hover, .rightcenter:hover {
	opacity: 1;
}
.leftcenter {
	left: 0;
}
.rightcenter {
	right: 0;
}
.leftcenter p, .rightcenter p, .leftcenter a, .rightcenter a {
	color: #eaeaea;
}
.rightcenter p {
	text-align: right;
}
#pager {
	text-align: right;
	margin: 20px 0;
}
#pager a {
	padding: 3px;
	font-weight: bold;
}
#pager a.active {
	color: #fff;
	background: #574285;
}
.podcast.item { 
	padding-top:10px;
	padding-left:20px; 
	padding-right:20px;
	padding-bottom:10px;
}
.podcast.item h3 { 
	font-size:16px;
	margin:0;
	line-height:auto !important;
}	
.podcast.item .date {
	margin:0 0 1px;
}
.podcast.item p { 
	padding-left:54px;
	font-size:12px;
	line-height:auto;
}

.resultspager { 
	text-align:center;
	min-height:38px;
}
.resultspager .pages { 
	display:none
}
.resultspager a, .resultspager strong { 
	border:1px solid #eaeaea;
	display:block;
	padding:5px !important;
	display:inline-block;
	width:40px; 
	margin:0;
	border-right:none;
	margin-right:-4px;
	font-size:14px;
}
.resultspager strong { 
	background:#efefef;
	color:#999;
	font-weight:normal;
	
}
.resultspager a:hover { 
	background:#efefef;
	text-decoration:none;
	color:#33193B;
}
.resultspager .prev strong, .resultspager .next strong { 
	font-weight:normal !important;
}
.resultspager .prev strong, .resultspager .prev a { 
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-right:none;
}
.resultspager .next strong, .resultspager .next a { 
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-right:1px solid #eee
}

.newslettersignup form { 
	margin:0; padding:0;
}

.newslettersignup .form-line { 
	margin-top:0 !important;
	margin-bottom:3px !important;
}
.newslettersignup label { 
	display:inline-block;
	width:120px;
	font-size:10px;
	font-weight:bold;
	text-transform: uppercase;
}
.newslettersignup .firstnameline {
	width: 110px;
	padding: 3px;
	border: 1px solid silver;
	background: #F9F9F9;
}
.newslettersignup .lastnameline {
	width: 112px;
	padding: 3px;
	border: 1px solid silver;
	background: #F9F9F9;}
.newslettersignup .emailline {
	display:block; clear:both;
	width: 235px;
	padding: 3px;
	border: 1px solid silver;
	background: #F9F9F9;
}
.anythingslider {
}
.hide {
	display: none;
}