@charset "utf-8";
html{
	margin:0;
	padding:0;
	}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	margin:0;
	padding:0;
}
#container {
	width:100%;
	background: url(images/temp-top-bg.jpg) top center no-repeat;
	margin:0;
}
#container-wrapper {
	width:940px;
	margin:0 auto;
	padding:0;
}
#header {
	height:114px;
	margin-bottom:15px;
}
.logo {
	margin:0;
	padding:15px 0 0 0;
	float:left;
	width:384px;
	}
#menu {
	float:left;
	width:550px;
	margin-top:45px;
}
#menu ul {
margin:0;
padding:0;
}
#menu ul li {
	display:inline;
	text-shadow: 1px 1px 1px #006;
	}
#menu ul li a {
	color:#fff;
	font-size:16px;
		padding:6px 15px;
		text-decoration:none;
}
#menu ul li a:hover {
	color:#fff;
	text-decoration:none;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background:#06C;
	width:auto;
}
.page {

}
#episodeTable {
	width:700px;
	}
#footer {
	-moz-border-radius: 15px;
	border-radius: 15px;
	background:#09F;
	color:#fff;
	margin:30px 0 10px 0;
	padding:20px 10px 0 10px;
	text-align:center;
	height:40px;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: none ;
}
a:link {
	color: #06C;
	text-decoration: dotted;
}
a:visited {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	font-weight:normal;
	color:#f60;
	margin-top:20px;
}
h2 {
	font-size: 18px;
	font-weight:normal;
	letter-spacing:0.05em;
	color:#06C;
}
h3 {
	font-size: 14px;
	font-weight:normal;
	color:#f60;
	margin-top:0;
}
.NewsSection ul li strong {
	color:#09F;
}
#ep_imgs  tr td {
	height: 300px;
}
.preview {
	width: 330px;
	margin-top: 10px;
}
.previewbutton {
	text-align: center;
}
.NewsSection {
	background:#EEE;
	padding: 0 5px 0 10px;
	margin-left:20px;
	border:solid #06C 1px;
	width:350px;
	float:left;
	clear:none;
	}
.NewsSection ul li {
	list-style:none;
	margin-left:-10px;
	text-indent:0;	
}

.contentSection {

	width:550px;
	float:left;
	clear:none;
	}
	
.homebox {
	border:solid #FF8000 1px;
	padding-left:15px;
	padding-bottom:10px;
	margin-bottom:15px;
	background-color:#FFE0C1;
	
	}	
.box-cast {
	background: #FFE0C1 url(images/home-cast-box.jpg) top right no-repeat;
}
.box-gallery {
	background: #FFE0C1 url(images/home-galleryt-box.jpg) top right no-repeat;
}
.box-episode {
	background: #FFE0C1 url(images/home-episode-box.jpg) bottom right no-repeat;
}
	a img {
	border: none;
	padding: 2px;
	margin: 10px 10px 10px 0;
	vertical-align: top;
	outline:none;
}
.clear {
	clear:both;
	}
	
#listOrder ul li {
	list-style:none;
	float:left;
	width:210px;
	padding-top:10px;
	}
/*CSS3 tricks*/	
#boxtest {
	width:200px;
	height:150px;
	background-color:#f60;
	background: -moz-linear-gradient(010% 100% 90deg, #934900, #F60);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#934900), to(#F60));
	margin:50px;
	padding:10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}
#boxtest p {
	font-size:20px;
	color:#fff;
	text-shadow: 1px 2px 2px #006;
	}

