/*
Name: LadyboyPassword
Date: 
Coder: Ace_luffy
Author URI: http://www.creationcrew.com/
*/
/******************* Body *******************/
@font-face
{
font-family: coolvetica;
src: url('fonts/coolvetica.eot') format('truetype'); /* IE9 */
src: url('fonts/coolvetica.eot?#iefix') format('embedded-opentype'),
     url('fonts/coolvetica.woff') format('woff'),
     url('fonts/coolvetica.ttf') format('truetype'),
	 url('fonts/coolvetica.svg#Ccoolvetica') format('svg'); 
	 font-style: normal;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
.clear
{
	clear:both;
}
ul {
	list-style: none;
}

* {
	margin: 0;
	padding: 0;
}
img {	border:0px none;
	overflow:hidden;
	filter:progid:DXImageTransform} 


body {
	background: #000 url('images/bg_out.jpg') top center repeat-y;
	color: #000;
	font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	position: relative;
}

#container {
    margin-left:auto;
    margin-right:auto;    
	margin:0 auto;
	width:1000px;
	min-height:100%;
	height:1000px;
}

.space { height:20px; width:100%;}
.space1 { height:20px; width:989px;}
.center { margin-left:auto; margin-right:auto;}
.clear {clear:both;}


/********header********/
#header_base{width:1000; height:510px; position:relative; overflow:hidden; background-image:url(images/header2.jpg)}
#header{width:100%; height:510px; position:absolute; z-index:1; top:0; left:0; }
#header .logo { position:absolute; top:26px; left:365px; width:518px; height:205px;}

/**/
#menu{ width:1000px; height:105px; position:absolute; top:390px; left:85px;}
#menu ul li{ float:left; }
.member{padding-top:33px; padding-right:20px;}
/**/

/********content********/
#slider_base{width:1000px; height:420px; position:relative; overflow:hidden; }
#slider_base .slider { position:absolute; top:136px; left:435px; width:618px; height:205px;}
#slider_base .clickhere { position:absolute; top:325px; left:397px; }

#episode_base {width:989px;margin:0 auto; }
#episode_base .headerpix{width:989px; height:109px;margin:0 auto; background-image:url(images/episodeheader.jpg) }
#episode_base .headerpix .titlesite { float:right; width:760px; height:30px;font: 44px 'coolvetica'; text-shadow:2px 2px 0px #000; padding-top:22px; text-align:center; color:#fff; }
#episode_content {width:983px; background-image:url(images/bg_episode.jpg); overflow:hidden; padding:3px; height:100%;   }
#episode_content .thumbset{width:989px; float:left; }
#episode_content .thumbs{float:left; padding-left:5px;}
#episode_content .text{float:right; width:480px; ; color: #7d290; padding-left:4px; font-family: }
#episode_content .boxpix{float:left; width:450px; padding-left:4px; }
#episode_content .boxbase { width:973px  }
#footer {font: 14px 'coolvetica' ; color: #333333}