#episodes
{
	width: 920px;
	padding: 21px 0 14px 0;
	border-bottom: solid 0px #CCC;
}

#episodes .pageTitle img.episodeNumber
{
	margin: 5px 0 0 170px;
}

#episodes .description h3
{
	font-size: 28px;
	padding: 0;
	margin: 0;
}

#episodes .description p
{
	font-size: 16px;
	line-height: 26px;
}

#episodes .featuredLocations .title
{
	float: left;
	width: 590px;
	height: 54px;
	background: url(../img/episodes/featured-locations.gif) center center no-repeat;
	margin-top: 40px;
	border-top: solid 3px #CCC;
	border-bottom: solid 3px #CCC;
}

#episodes .featuredLocations .title h2
{
	display: none;
}

#episodes .featuredLocations .map
{
	float: left;
	width: 590px;
	height: 293px;
	padding: 0 0 18px 0;
	margin: 18px 0 25px 0;
	border-bottom: solid 1px #CCC;
	overflow: hidden;
}

#latestEpisode
{
	border-top: solid 2px #FFF;
}


#latestEpisode .episode
{
	float: left;
	width: 860px;
	color: #FFF;
	padding: 30px;
	margin: 45px 0 40px 0;
	background: transparent url(../img/common/gallery-bg.png) top left;	
}

#latestEpisode .episode .title
{
	width: 860px;
	height: 50px;
	margin: 0 0 28px 0;
	background: url(../img/episodes/latest-episode.gif) top left no-repeat;
	border-bottom: solid 2px #393939;
}

#latestEpisode .episode .title h1
{
	display: none;
}

#latestEpisode .episode .info
{
	float: left;
	width: 200px;
	height: 27px;
	margin: 0 20px 0 0;
}

#latestEpisode .episode .info p
{
	width: 190px;
	color: #CCC;
	font: italic 14px Georgia, Tahoma, Serif;
	line-height: 22px;
	padding: 0;
	margin: 0 0 18px 0;
}

#latestEpisode .episode .info h2
{
	font-size: 24px;
	padding: 0;
	margin: 25px 0 9px 0;
}

#latestEpisode .episode .info h2 a
{
	color: #FFF;
}

#latestEpisode .episode .info h2 a:hover
{
	text-decoration: underline;
}

#latestEpisode .episode .info .number
{
	width: 200px;
	height: 46px;
	background-position: top left;
	background-repeat: no-repeat;
}

#latestEpisode .episode .info .number span
{
	display: none;
}

#latestEpisode .episode .info a.watchNow
{
	display: block;
	width: 92px;
	height: 20px;
	background: url(../img/common/watch-now.gif) top left no-repeat;
}

#latestEpisode .episode .info a.watchNow:hover
{
	background-image: url(../img/common/watch-now-over.gif);
}

#latestEpisode .episode .info a.watchNow span
{
	display: none;
}

#latestEpisode .episode .preview
{
	float: left;
	width: 640px;
	height: 360px;
}

#episodes .episodeList .episode
{
	float: left;
	width: 407px;
	color: #FFF;
	padding: 20px;
	margin: 0 10px 10px 0;
	background-color: #000;
}

#episodes .episodeList .episode.last
{
	margin-right: 0;
}

#episodes .episodeList .episode .preview
{
	float: left;
	width: 410px;
	height: 230px;
	background: top left no-repeat;
	overflow: hidden;
}

#episodes .episodeList .episode .preview a
{
	display: block;
	width: 410px;
	height: 230px;
	background: transparent url(../img/common/watch-now.gif) bottom right no-repeat;
}

#episodes .episodeList .episode .preview a:hover
{
	background-image: url(../img/common/watch-now-over.gif);
}

#episodes .episodeList .episode .number
{
	float: left;
	display: block;
	width: 58px;
	height: 110px;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0;
	margin: 17px 14px 0 0;
	border-right: solid 2px #393939;
}

#episodes .episodeList .episode .number span
{
	display: none;
}

#episodes .episodeList .episode .info
{
	float: left;
	width: 333px;
	margin: 15px 0 0 0;
}

#episodes .episodeList .episode h3
{
	font-size: 18px;
	padding: 0;
	margin: 0;
}

#episodes .episodeList .episode h3 a
{
	color: #FFF;
}

#episodes .episodeList .episode h3 a:hover
{
	text-decoration: underline;
}

#episodes .episodeList .episode p
{
	color: #CCC;
	font: italic 14px Georgia, Tahoma, Serif; 
	line-height: 24px;
	padding: 0;
	margin: 7px 0 0 0;
}