/*

	Courage in Red

*/

/* =General
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: #000000 url('../images/wrapper/body-bg.jpg') top center repeat-x;
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 13px;
	color: #333;
}

table tr td {
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 13px;
	vertical-align: top;
}

img, a img {
	border: 0;
}

.clearit:after { 
    content: "."; 
    display: block; 
    clear: both; 
    height: 0; 
    visibility: hidden; 
}

.clearit { 
    min-height: 0; 
    height: 0; 
}

html>body .clearit { 
    height: auto; 
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	font-size: 1px;
}


/* =Main navigation
---------------------------------------------------------------------------------------------------- */
#main-nav {
	height: 46px;
	margin: 5px 0 40px 0;
}

#main-nav ul.main-nav-left {
	float: left;
	padding-left: 43px;
}

#main-nav ul.main-nav-left li {
	padding-right: 83px;
}

#main-nav ul.main-nav-right {
	float: right;
	padding-right: 34px;
}

#main-nav ul.main-nav-right li {
	padding-left: 43px;
}

#main-nav ul li {
	float: left;
	height: 12px;
	padding: 18px 0 0 0;
}

#main-nav ul li img {
	display: block;
}

/* =Branding
--------------------------------------------------------------------------------------------------- */
#branding {
	display: block;
	margin: 22px 0 0 19px;
}

#branding img {
	display: block;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	width: 980px;
	margin: 0 auto;
}

#main-feature-episode{
	background: url('../images/episodes.jpg') no-repeat;
	height: 262px;
}

#sub-content-top {
	margin-top: 25px;
	width: 980px;
	background: white url('../images/wrapper/sub-content-top.jpg') top left no-repeat;
	min-height: 511px;
	height: auto !important;
	height: 511px;
}

#sub-content-top-full {
	margin-top: 25px;
	width: 980px;
	background: white url('../images/wrapper/sub-content-top-full.jpg') top left no-repeat;
	min-height: 511px;
	height: auto !important;
	height: 511px;
}

#sub-content-bottom {
	width: 980px;
	background: url('../images/wrapper/sub-content-bottom.jpg') bottom left no-repeat;
	min-height: 511px;
	height: auto !important;
	height: 511px;
}

#main-content {
	float: left;
	padding: 30px;
	width: 659px;
}

#main-content-full {
	float: left;
	padding: 30px;
	width: 910px;
}

#sidebar {
	float: left;
	width: 228px;
	padding: 0 16px 16px 16px;
}

#ribbon {
	position:fixed;
	top:0;
	right:0;
	z-index:10;
}

/* = Home Layout
---------------------------------------------------------------------------------------------------- */
#content-columns {
	background: url('../images/wrapper/home-content-mid.jpg') top left repeat-y;
	min-height: 325px;
	height: auto !important;
	height: 325px;
	margin: 25px 0 0 -11px;
}

#home-content-top {
	background: url('../images/wrapper/home-content-top.jpg') top left no-repeat;
	min-height: 325px;
	height: auto !important;
	height: 325px;
}

#home-content-bottom {
	background: url('../images/wrapper/home-content-bottom.jpg') bottom left no-repeat;
	min-height: 325px;
	height: auto !important;
	height: 325px;
	padding: 0 0 8px 0;
}

#content-left-column {
	float: left;
	display: block;
	padding: 30px 0 0 37px;
	width: 288px;
}

.facebook{
	padding: 0 0 0 0;
}

#content-middle-column {
	float: left;
	display: block;
	padding: 30px 0 0 37px;
	width: 288px;
}

#content-right-column {
	float: left;
	display: block;
	padding: 19px 0 0 5px;
}

#meet-cast {
	background: url('../images/meet-cast-bg.jpg') top left no-repeat;
}

#meet-crew {
	background: url('../images/meet-crew-bg.jpg') top left no-repeat;
	display: none;
}

#meet-cast, #meet-crew {
	width: 282px;
	overflow: hidden;
	height: 289px;
	padding: 0 20px 0 26px;
}

#meet-cast h2, #meet-crew h2 {
	color: #c20600;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#meet-cast img, #meet-crew img {
	float: left;
	width: 122px;
	height: 135px;
}

.cast {
	width: 154px;
	height: 44px;
	margin: 0 164px 23px -22px;
	display: block;
}

.crew {
	margin: 0 0 23px 128px;
	width: 162px;
	height: 44px;
	display: block;
}

.buttons {
	clear: left;
	position: absolute;
	margin-top: 250px;
	height: 20px;
	display: block;
}

a.bio {
	float: left;
	width: 98px;
	height: 20px;
	margin-left: 65px;
	display: block;
}

a.more {
	float: left;
	width: 111px;
	height: 20px;
	margin-left: 10px;
	display: block;
}

/* IE is evil */
#meet-cast .buttons { #margin-left: -130px; }
#meet-crew .buttons { #margin-left: 20px; }


/* =Links
---------------------------------------------------------------------------------------------------- */
a, a:link, span.link {
	outline: none;
	color: #ce0202;
}

a:focus {
	outline: none;
	color: #ce0202;
}

a:hover {
	outline: none;
	color: #750000;
}


/* =Dividers
--------------------------------------------------------------------------------------------------- */
div.hr {
	height: 10px;
	background: #fff url('../images/wrapper/hr.jpg') no-repeat top left;
	margin-bottom: 1em;
	clear: both;
}

div.hr hr {
	display: none;
}


/* =Typography
---------------------------------------------------------------------------------------------------- */
#main-content p {
	line-height: 16px;
	margin: 0 0 18px 0
}

#main-content h1 {
	color: #497c33;
	font-size: 22px;
	margin: 0 0 16px 0;
}

#main-content-full h1 {
	color: #497c33;
	font-size: 22px;
	margin: 0 0 16px 0;
}

#main-content h2 {
	color: #d42323;
	font-size: 16px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

#main-content-full h2 {
	color: #d42323;
	font-size: 16px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

#main-content h3 {
	color: #434343;
	font-size: 13px;
	margin: 0 0 15px 0;
	weight: bold;
}

#main-content-full h3 {
	color: #434343;
	font-size: 13px;
	margin: 0 0 15px 0;
	weight: bold;
}

#main-content .opening-text {
	color: #be5500;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 18px 0;
}

#content-left-column  p.first {
	padding: 30px 0 0 0;
}

#content-middle-column  p.first {
	padding: 30px 0 0 0;
}

h5 {
	color: #ce0202;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	line-height: 22px;
	padding: 0 0 8px;
}


/* =Page Elements
---------------------------------------------------------------------------------------------------- */
.inline-right {
	float: right;
	margin: 0 3px 10px 10px;
}

.photo {
	float: left;
	margin-bottom: 20px;
	padding-left: 15px;
	width: 135px;
}

.bio {
	float: left;
	margin-bottom: 10px;
	width: 500px;
}

.role {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #D42323;
}

.airdate {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #4f4f4f;
}

h4 {
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #ce0202;
}

.name {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.episode-thumb {
	float: left;
	margin: 0 14px 20px 10px;
}

.episode-thumb img {
	display: block;
}

.episode-description {
	float: left;
	width: 550px;
}

h3.episode {
	color: black;
	margin-bottom: 8px !important;
	font-size: 16px !important;
}

h3.episode span {
	color: #d42323;
}


/* =Sidebar
---------------------------------------------------------------------------------------------------- */

#sidebar h2 {
	background: url(../images/wrapper/sidebar-ribbon.gif) top left no-repeat;
	color: white;
	font-size: 14px;
	width: 256px;
	line-height: 44px;
	padding: 0 0 11px 38px;
	margin: 24px 0 3px -38px;
	text-transform: uppercase;
}

#sidebar ul, #sidebar ol {
	padding: 0 0 1em 40px;
}

#sidebar p {
	margin-bottom: 1em;
}

#sidebar ol li {
	list-style: decimal;
}

#sidebar ul li {
	list-style: disc;
}

.silhouette {
	float: right;
	margin:-140px 20px 0 0;
}

/* =Ad Space
---------------------------------------------------------------------------------------------------- */
#ads {
	margin: 22px 0 0 0;
}


/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	position: absolute;
	background: url(../images/wrapper/footer-bg.jpg) top center no-repeat;
	width: 100%;
	height: 88px;
	margin: 22px 0 0 0;
	padding-bottom: 22px;
}


/* =Lightbox
---------------------------------------------------------------------------------------------------- */
body#lightbox {
	background: #fff url(../images/lightbox-bg.gif) top left repeat-x;
}

.grey-box {
	margin-top: 15px;
	background: #ededed url(../images/grey-box-top.gif) top left no-repeat;
	width: 560px;
}

.grey-box div {
	background: url(../images/grey-box-bottom.gif) bottom left no-repeat;
	width: 530px;
	padding: 18px 15px;
}

.full {
	margin-top: 15px;
	margin-right: 5px;
	float: right;
}


/* =Episode Browser
---------------------------------------------------------------------------------------------------- */
#episode-selection {
	float: left;
	background: url(../images/episodes/bg.jpg) top left no-repeat;
	width: 594px;
	height: 262px;
}

#episode-browser {
	width: 379px;
	float: left;
	overflow: hidden;
	height: 230px;
	margin-top: 15px;
}

#episode-browser ul {
	padding: 0 7px 0 0;
}

#episode-browser li {
	width: 361px;
	height: 61px;
	padding: 9px;
}

#episode-browser li.active {
	background: url(../images/episode-active.gif) top left no-repeat;
}

#episode-browser img {
	float: left;
	margin-right: 10px;
}

#episode-browser h2, .grey-box h2 {
	color: black;
	font-weight: normal;
	font-size: 17px;
}

#episode-browser h2 span, .grey-box h2 span {
	color: #c20600;
	font-weight: bold;
}

#episode-browser p {
	font-size: 12px;
}

#episode-fader-top {
	background: url(../images/episode-fader-top.png) top left no-repeat;
	margin: 15px 0 0 595px;
	#margin-left: -375px;
	width: 375px;
	height: 70px;
	position: absolute;
	cursor: pointer;
}

#episode-fader-top:hover {
	background-image: url(../images/episode-fader-top-on.png);
}

#episode-fader-bottom {
	background: url(../images/episode-fader-bottom.png) bottom left no-repeat;
	margin: 180px 0 0 595px;
	#margin-left: -375px;
	width: 375px;
	height: 70px;
	position: absolute;
	cursor: pointer;
}

#episode-fader-bottom:hover {
	background-image: url(../images/episode-fader-bottom-on.png);
}

#episode-loader {
	display: none;
}

/* =sIFR
---------------------------------------------------------------------------------------------------- */

/* Do not alter this CSS */
.sIFR-flash {
visibility: visible !important;
margin: 0;
}
.sIFR-replaced {
visibility: visible !important;
}
span.sIFR-alternate {
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
display: block;
overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
display: none !important;
}    

