@charset "utf-8";
/* CSS Document */
/*Episode Panel*/
.episode { 
	width: 				950px;
	background: 		url('../images/episode_01_middle.png');
}
.episode_top { 
	width: 				950px;
	height: 			25px;
	background: 		url('../images/episode_01_top.png');
}
.episode_middle { 
	width: 				900px;
/*	min-height:			500px;*/
	height:				auto;
	margin:				0 auto;
	padding-left:	    3px;
}
.episode_bottom {  
	width: 				950px;
	height: 			25px;
	background: 		url('../images/episode_01_bottom.png');
}
.episode_content { 
	width:				900px;
	height:				auto;
	clear:				both;
}
.episode_content img { 
	border: 			1px solid #666;
}
.episode_content a:hover img { 
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: .9;
}
.episode_images_large_horz { 
	float:				right;
	width: 				600px;
	height: 			400px;
}
.episode_images_large_vert { 
	float:				left;
	width: 				300px;
	height: 			400px;
}
.episode_images_medium { 
	float:				left;
	width: 				300px;
	height: 			200px;
}
.episode_description { 
	float:				left;
	width: 				585px;
	padding:			5px;
	font-family: 		Arial, Century Gothic, Tahoma;
	font-size: 			12px;
	font-weight: 		normal;
	background-color:	#eee;
	border:				#ccc solid 1px;
	color: 				#202020;
}
#content .episode_description h2 { 
	text-decoration:	none;
	font-size: 			16px;
}
.episode_description h2 a:hover { 
	text-decoration:	none;
}
.episode_description a { 
	text-decoration:	none;
	color: #000;
}
.episode_description a:hover { 
	text-decoration:	none;
	color: #990000;
}
.episode_links { 
	margin-top:			5px;
	font-size:			12px;
	font-weight:		bold;
}
.episode_links ul {
	margin-left:		0;
	padding-left:		0;
	display:			inline;
} 
.episode_links ul li {
	margin-left:		0;
	padding-right:		5px;
	list-style:			none;
	display:			inline;
}
.episode_links li a {
	color:				#990000;
	text-decoration:	none;
}
.episode_links li a:hover {
	text-decoration:	underline;
}
.episode_links li first {
	padding-right:		1px;
}
.episode_buttons { 
	float:				right;
	width: 				300px;
	height: 			80px;
	padding-top: 		10px;
	padding-bottom:     5px;
	text-align:			center;
}
.episode_buttons img { 
	border:				0px;
	width: 				295px;
	height: 			50px;
}
.episode_button { 
	
}
#content .episode_buttons .sceneLink  {
	width: 	295px;
	height: auto;
/*	padding-top: 3px;
	padding-bottom: 3px;*/
	display: block;
	text-align: center;
}
.episode_buttons .sceneLink a  {
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 22px;
}
.episode_buttons .sceneLink a:hover  {
	color: #999;
}
.episode_buttons p  {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	line-height: 11px;
	padding-bottom: 14px;
}
.episode_interlude {
	margin-top:			15px;
	margin-bottom:		15px;
}
.episode_interlude p  {
	width: 800px;
	margin: 0px auto 0px auto;
	font-size: 16px;
	text-align: center;
}
.episode_interlude a {
	color:				#003399;
	text-decoration:	none;
	font-weight:		bold;
}

.episode_interlude a:hover {
	text-decoration:	underline;
}


