@charset "utf-8";
/* CSS Document */
/* Menu */
img{
	border:none;
}
a{
	text-decoration:none;
	color:#FC0;
}
a:hover{
	text-decoration:underline;
}
body{
	background-image:url(../images/headerbk.jpg);
	background-repeat:repeat-x;
	margin:0px auto;
	width:860px;
	color:#FFF;
	background-color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1{
	font-size:24px;
}
h2{
	font-size:22px;
}
h3{
	margin:5px 10px;
	font-size:17px;
}
h4{
	font-size:15px;
}
p{
	margin:10px;
	font-size:11px;
}
.clearit{
	clear:both;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.vidthumb{
	text-align:center; 
	width:90px;
	margin:5px; 
	float:left; 
	/*border:solid; 
	border-color:#CCC; 
	border-width:1px;*/
	font-size:10px;
}
.error{
	background-color:#999;
	padding:3px;
	font-weight:bold;
	width:400px;
}
/* Video Player stuff*/
#ufo1{
	width:320px;
	background-color:#777;
}
/* End Video Player stuff */
#Bios{
	clear:both;
	margin:10px;
}
#EpHead{
	color:#777;
	padding:3px;
	background-color:#EEE;
	font-size:11px;
	font-weight:bold;
}
#EpTitle{
	padding:5px;
	font-size:10px;
	font-weight:bold;
}
#Episode{
	width:350px;
	margin:0px 10px;
	/*height:430px;*/
}
#Footer{
	font-size:12px;
	margin:10px 0px;
	padding:10px;
	background-color:#555;
	color:#CCC;
}
#Footer a{
	text-decoration:none;
	color:#FC0;
}
#BtmBox{
	width:373px;
	border-right:dotted;
	border-right-width:1px;
	border-right-color:#CCC;
	border-left:dotted;
	border-left-width:1px;
	border-left-color:#CCC;
	float:left;
	height:125px;
	background-color:#333;
	padding:10px;
	margin:5px;
	color:#CCC;
}
#Cast{
	background-image:url(../images/midpic.jpg);
	background-repeat:no-repeat;
	padding:25px 0px 0px 300px;
}
#Credit{
	width:450px;
}
#Credit td{
	font-size:12px;
	padding:3px 10px;
}
#Header{
	height:100px;
}
#menu {
	float: left;
	width: 800px;
	height: 50px;
	background: url(../images/img03.gif) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 20px 12px 15px 12px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover { 
	background: #000000 url(../images/img04.gif) repeat-x;
	color: #000000;
}

#menu .current_page_item a {
	background: #000000 url(../images/img04.gif) repeat-x;
	color: #000000;
}

#accentbox{
	width:400px;
	border:1px solid #999;
	padding:10px;
	margin:5px;
	font-size:14px;
	color:#FF0;
}