

/* =======================================================================================================================
	FLOAT CLEARING IN MOZILLA
======================================================================================================================= */

#mainContent:after,
.recentEpisode .inner:after,
#bottomFeatures:after,
.collapsedChapter li:after,
#videoFormat:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html #mainContent,
* html .recentEpisode .inner,
* html #bottomFeatures,
* html .collapsedChapter li,
* html #videoFormat {
	height: 1%;
}

/* =======================================================================================================================
	GENERAL PAGE FORMATTING
======================================================================================================================= */


body {
padding: 0;
margin: 0;
font:x-small zurich,verdana,helvetica,sans-serif;
}

.left {
float: left;
margin: 0 5px 0 0;
}



.centered {
text-align: center;
}

img {
margin: 0;
}

a img {
border: 0;
}

#wrapper { 
width: 764px; 
background: #660200;
color: #fff;
}

#pano {
height: auto;
padding: 0;
margin: 0;
}

#pano img {
padding: 0;
margin: 0;
display: block; /* eliminates bottom margin */
}

#mainContent {
border-width: 0 0 3px 1px; 
border-style: solid;
border-color: #b07b44;
}

#chapterSelection {
float: left;
}

#chapterSelectionTop {
margin-right: 9px;
}

#chapterSelection ul {
margin: 0;
padding: 0;
}

#chapterSelection ul li {
margin-right: 9px;
list-style-type: none;
border-bottom: 1px solid #320100;
}

#chapterSelection ul li img {
position: relative;
vertical-align: middle;
}

#chapterSelection ul li a {
color: #d0a559;
font-weight: bold;
text-decoration: none;
}

#chapterSelection ul li a:hover {
text-decoration: underline;
}

#synopsis {
padding: 15px 8px;
}

.titleBar {
padding: 12px 0 7px 12px;
}

#bottomFeatures {
}

* html #bottomFeatures img {
height: auto;
display: block;
}

/* left off here */

.bottomFeature {
float: left;
border-right: 3px solid #b07b44;
}

.bottomFeature .content {
height: 246px;
}

.bottomFeature .description {
padding: 6px 10px;
}

#bottomFeatureLeft {
width: 247px;
background: #e8e2c8;
}

#bottomFeatureLeft .content {
background: url('../images/watch_later_bg.jpg') top left no-repeat;
color: #660200;
}

#bottomFeatureLeft .description {
height: 68px;
}

* html #bottomFeatureLeft .description {
height: 64px;
}

#videoFormat {
height: 166px;
background: url('../images/ipod.gif') bottom right no-repeat;
}

#videoFormat a {
color: #660200;
font-weight: bold;
}

.mediaFormat {
float: left;
clear: left;
text-align: center;
padding: 10px;
width: 65px;
}

#bottomFeatureMiddle {
width: 261px;
}

#bottomFeatures .moreEpisodes {
padding: 0 8px -8px 0;
position: absolute;
bottom: 0;
right: 0;
}

.moreEpisodeslive01 img {
padding: 0 8px -8px 0;
position: absolute;
bottom: 0;
right: 0;
}

#bottomFeatureMiddle a {
display: block;
color: #d0a559;
font-weight: bold;
text-decoration: none;
margin-bottom: 10px;
}

#bottomFeatureMiddle a:hover {
text-decoration: underline;
}

#bottomFeatureRight {
width: 247px;
background: #9b0117;
}

#bottomFeatureRight .content {
/*height: 231px;*/
padding: 0px 0 0 6px;
}

#bottomFeatureRight .option {
margin-bottom: 0px;
}


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
a.footer {
	color: #FFC674;

}
a.footer:visited {
    color: #FFC674;

}
