#mainEpisode {
	float: left;
	width: 494px;
	margin-right: 10px;
	border-top: 8px solid black;
	margin-top: 26px;
}

#mainEpComments {	
	float: left;
	width: 224px;
	border-top: 8px solid black;
	margin-top: 26px;
}

#mainEpisode h2 {
	color: black;
	font-weight: bold;
	font-size: 2em;
	border-bottom: 1px dotted black;
	padding: .1em 0 .5em 0;
	margin: 0 0 .625em 0;
}

#mainEpisode .movieBox {
	position: relative;
	width: 494px; height: 308px;
}

#mainEpisode .movieBox .movie {
	display: none;
	position: absolute;
	width: 100%; height: 100%;
}

#mainEpisode .movieBox a.stillImage {
	display: block;
	position: absolute;
	width: 474px; height: 258px;
	border: 10px solid black;
}


#mainEpisode .movieBox a.stillImage img {
	position:absolute;
	border: 10px solid white;
	width: 454px; height: 238px;
}

#mainEpisode .movieBox a.stillImage span {
	display: block;
	color: white;
	font-weight: bold;
	position: absolute;
	right: 25px; bottom: 25px;
}

#mainEpisode .movieBox a:hover.stillImage, #mainEpisode .movieBox a:hover.stillImage img{
	border-color: #556fa5;
}

#mainEpisode .movieTitle {
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px dotted black;
	margin: .5em 0;
}

#mainEpisode .movieDesc {
	font-size: .875em;
	padding: 0 0 .5em 0;
}

#mainEpisode a.sponsorLink {
	display: block;
	float: right;
	height: 98px; width: 127px; /*actual 118x147*/
	border: 6px solid #B8B8B8;
	color: #78A22E;
	font-size: .75em;
	font-weight: bold;
	padding: 10px;
	margin: 0 0 1em 1em;
}

#mainEpisode a:hover.sponsorLink {
	color: #d17f48;
	border-color: #d17f48;
}

#mainEpisode .actionBar {
	float: left;
	width: 100%;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}

#mainEpisode .actionBar a {
	display: block;
	margin: 1px 2em 1px 0;
	font-weight: bold;
	padding: 3px;
	text-decoration: underline;
	float: left;
	position: relative;
}

#mainEpisode .actionBar a.downloadAction, #mainEpisode .actionBar a.embedAction, #mainEpisode .actionBar a.moreEpLink {
	color: #36c;
}

#mainEpisode .actionBar a.moreEpLink {
	width: 488px;
	margin-right: 0;
}

#mainEpisode .actionBar a.rateAction {
	color: #dc6a0d;
}
#mainEpisode .actionBar a.downloadAction:hover, #mainEpisode .actionBar a.embedAction:hover, #mainEpisode .actionBar a.rateAction:hover, #mainEpisode .actionBar a.moreEpLink:hover {
	background-color: #556fa5;
	color: white;
}

#mainEpisode .relatedContent {
	float: left;
	width: 100%;
}

#mainEpisode .relatedContent h2 {
	margin-top: 1.25em;
	border-top: 8px solid black;
}

#mainEpisode .relatedEp {
	margin-left: 10px;
	width: 158px;
	float: left;
}

#mainEpisode .relatedContent .first {
	margin-left: 0;
	clear: left;
}

#mainEpisode .relatedEp a {
	display: block;
	border: 10px solid black;
	height: 69px; width: 138px;
}

#mainEpisode .relatedEp a:hover {
	border-color: #556fa5;
}

#mainEpisode .relatedEp a img {
	display: block;
}

#mainEpisode .relatedEp h3 {
	font-size: .875em;
	font-weight: bold;
	margin: 0 0 .5em 0;
}
#mainEpComments h3 {
	font-size: 1.125em;
	font-weight: bold;
}

#mainEpComments h3 a {
	display: block;
	padding: .5em 2px;
	color: black;
}

#mainEpComments a#postNew {
	display: block;
	color: black;
	font-weight: bold;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	padding: .625em 2px;
	font-size: .875em;
	
}

#mainEpComments a#postNew:hover, #mainEpComments h3 a:hover  {
	color: white;
	background-color: #D07F48;
	text-decoration: underline;
}

#mainEpComments > p {
	font-size: .75em;
	padding: .75em 2px;
	border-bottom: 1px dotted black;
}

#mainEpComments .rndComment {
	font-size: .75em;
	border-bottom: 1px dotted black;
	padding: 1em 0 3em 0;
}

#mainEpComments .rndComment > a {
	float: right;
	color: #D07F48;	
}

#mainEpComments .rndComment > a:hover {
	text-decoration: underline;
}

#mainEpComments .rndComment h4 {
	font-weight: bold;
}