
body {
background:#010101;
color:#ffffff;
text-align:center;
border:0;
padding:0;
margin:0;
font-size:130%;
font-weight:bold;
font-family:garamond;
}

a:active, a:link, a:visited, a:hover
{
	color:#f81700;
}

img
{
border:0px;
}

h1
{
color:#f81700;
font-size:40pt;
font-family:Times;
margin-bottom:0px;
}

.episode_thumb
{
	float:left;
	margin-left:5px;
}

#player1
{
	margin-top:15px;
}


h1, h2, h3
{
margin:0px;
}

.logo_image
{
margin:3px;
border:1px solid white;
}

.cast_member
{
float:left;
text-align:center;
margin:5px;
width:300px;
height:300px;
}

.cast_member img
{
	border:1px solid #ccc;
	width:288px;
	height:244px;
}

.fade {
  /*here's the CSS3 standard method. this works in everything* but IE. */
  /*It's in fractions of 1. So 1 is 100% opacity (AKA the default) and .5 is 50% opacity.*/
  opacity:.3;
  }
  
  img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	/*background: url(images/dock-bg2.gif);*/
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
	color:#fff;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	/*background: url(images/dock-bg.gif);*/
	padding-left: 20px;
}

.blackbg
{
background: url(/img/bg50.png);
}

#info1
{
width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
	text-align;center;
	height: 25px;
	margin-bottom:50px;
	background: url(/img/bg50.png);
}

a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
	color:#fff;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}


  
 
