body
{
	background: #000000;
	font-family: arial;
	font-size: 12px;
}

.home_ep_list
{
	color: #ffffff;
}

.home_ep_list a
{
	color: #ffffff;
	text-decoration: none;
}

.home_ep_list b
{
	color: #ffcc00;
}

.dark_ep
{
	background: #373737;
}

.copyright
{
	font-size: 10px;
	color: #827b60;
}

.home_callouts
{
	color: #ffffff;
}

.home_callouts a
{
	text-decoration: none;
}

.home_feature img
{
	margin-right:5px;
}

h1 a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/**********************************************************
Top Nav Rollovers
**********************************************************/

/*** About ***/
.nav_about a
{
	display: block;
	background: url(../images/nav/nav_about.jpg) no-repeat 0 0;
	width: 189px;
	height: 17px;
	outline: none;
	text-indent: -99999px;
}

.nav_about a:hover
{
	background-position: -189px 0;
}

.nav_about_active a
{
	display: block;
	background: url(../images/nav/nav_about.jpg) no-repeat -189px 0;
	width: 189px;
	height: 17px;
	outline: none;
	text-indent: -99999px;
}

/*** Videos ***/
.nav_videos a
{
	display: block;
	background: url(../images/nav/nav_videos.jpg) no-repeat 0 0;
	width: 123px;
	height: 17px;
	outline: none;
	text-indent: -99999px;
}

.nav_videos a:hover
{
	background-position: -123px 0;
}

.nav_videos_active a
{
	display: block;
	background: url(../images/nav/nav_videos.jpg) no-repeat -123px 0;
	width: 123px;
	height: 17px;
	outline: none;
	text-indent: -99999px;
}

/*** Image Gallery ***/
.nav_gallery a
{
	display: block;
	background: url(../images/nav/nav_gallery.jpg) no-repeat 0 0;
	width: 176px;
	height: 17px;
	outline: none;
	text-indent: -99999px;
}

.nav_gallery a:hover
{
	background-position: -176px 0;
}

.nav_gallery_active a
{
	display: block;
	background: url(../images/nav/nav_gallery.jpg) no-repeat -176px 0;
	width: 176px;
	height: 17px;
	outline: none;
	text-indent: -99999px;
}

/*** News ***/
.nav_news a
{
	display: block;
	background: url(../images/nav/nav_news.jpg) no-repeat 0 0;
	width: 161px;
	height: 17px;
	outline: none;
	text-indent: -99999px;
}

.nav_news a:hover
{
	background-position: -161px 0;
}

.nav_news_active a
{
	display: block;
	background: url(../images/nav/nav_news.jpg) no-repeat -161px 0;
	width: 161px;
	height: 17px;
	outline: none;
	text-indent: -99999px;
}

/*** Episode Guide ***/
.nav_episode_guide a
{
	display: block;
	background: url(../images/nav/nav_episodes_guide.jpg) no-repeat 0 0;
	width: 150px;
	height: 17px;
	outline: none;
	text-indent: -99999px;
}

.nav_episode_guide a:hover
{
	background-position: -150px 0;
}

.nav_episode_guide_active a
{
	display: block;
	background: url(../images/nav/nav_episodes_guide.jpg) no-repeat -150px 0;
	width: 150px;
	height: 17px;
	outline: none;
	text-indent: -99999px;
}

/*** Full Episode ***/
.nav_full_episodes a
{
	display: block;
	background: url(../images/nav/nav_full_episodes.jpg) no-repeat 0 0;
	width: 151px;
	height: 17px;
	outline: none;
	text-indent: -99999px;
}

.nav_full_episodes a:hover
{
	background-position: -151px 0;
}

.nav_full_episodes_active a
{
	display: block;
	background: url(../images/nav/nav_full_episodes.jpg) no-repeat -151px 0;
	width: 151px;
	height: 17px;
	outline: none;
	text-indent: -99999px;
}

