* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
}

html{
	background:url(../images/bg.jpg) center top #000 no-repeat;
}

body{
	color: #fff;
	font-family: "Helvetica Nueu", Helvetica, Tahoma, Verdana, Arial, _sans;
	position: relative;
}

h1{
	font-size: 30px;
	font-weight: 200;
	color: #6e150e;
	padding:10px 0 5px 0;
}

h2{
	font-size: 24px;
	font-weight: 100;
	color: #ccc;
	padding:5px 0 2px 0;
	
}

p{
	font-size: 14px;
	line-height: 20px;
	color: #999;
	padding: 5px 0;
}

a:link {
		color: #ffffff;
		text-decoration: none;
	}

a:active {
		color: #ffffff;
		text-decoration: none;
	}
	
a:visited {
		color: #ffffff;
		text-decoration: none;
	}

a:hover {
		color: #666666;
		background: #ffffff;
	}
	
img{
	border: none;
}

.gal_page a{
	background: none;
}

#wrap{
	width: 100%;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px;
    position: relative;
}

#content{
	width: 1000px;
	margin: auto;
	position: relative;
}

#main_wrap{
	padding:15px;
	background: #333;
	position: relative;
}

#main{
	width: 970px;
	background: #000;
	position: relative;
}

#social_buttons{
	float: left;
}

#mailing_list{
	float: right;
	text-align: right;
	margin-right: 10px;
	}
	
#mailing_list div{
	padding-top: 10px;
}
	
#terms{
	background:url(../images/skyline.png) bottom center no-repeat;
	width: 1000px;
	margin: auto;
	height: 200px;
	text-align: center;
	font-size: 12px;
}

#terms div{
	padding-top:110px;
}

#nav{
	text-align: right;
	padding: 0 5px 10px 0;
}

#nav a{
	padding:5px;
}

#gallery{
	position: absolute;
	z-index: 10;
}

#gallery_scroll{
	position: absolute;
	z-index: 20;
	padding-top: 30px;
}

#crew{
	background: url(../images/old_brick_wall.jpg) no-repeat center top;
}

#crew p{
	color: #fff;
}

#blog{
	min-height: 500px;
	background: url(../images/old_brick_wall.jpg);
}
#player{
	width: 601px;
	float: left;
	padding-bottom: 10px;
}

#episode_desc{
	width: 320px;
	float: right;
}

#player_wrap{
	padding:10px;
}

.social{
	padding: 10px 20px 10px 0;
}

.clearing{
	clear: both;
}

.img_mid{
	vertical-align: middle;
}

.label{
	display: inline-block;
	width: 100px;
	padding: 15px 10px;
}

.emailform{
	padding:7px;
	outline: none;
	border: none;
	font-size: 14px;
	color: #666;
}

.push {
	height: 300px;
}

.main_pad{
	background: url(../images/train.jpg) bottom center no-repeat;
	padding:10px;
}

.cred_left{
	display: inline-block;
	width: 465px;
	text-align: right;
	padding-right: 20px;
	color: #ccc;
}

.hs{
	float: left;
	margin: 15px 10px 10px 10px;
	border: solid 5px #666;
	
}

.cast{
	float: left;
	width: 600px;
}

.gal_page{
	width: 850px;
	margin: auto;
	text-align: center;
	float: left;
	position: relative;
}

.gal_page img{
	margin: 10px 17px;
	border: 7px solid #666;
}

.stretch{
	position: relative;
	height: 630px;
	z-index: 3000;
}





div.scrollable { 
    position:relative; 
    overflow:hidden; 
    width: 850px; 
    height:600px; 

} 
 

div.scrollable div.items { 

    width:20000em; 
    position:absolute; 
} 
 
 


.scrollable {
	float:left;
	width: 900px;
}


a.browse {
	display:block;
	width:50px;
	height:150px;
	overflow: hidden;
	float:left;
	margin-top: 200px;
	background: none;
}

a.right 		{ margin-right: 10px;}
a.left			{ margin-left: 10px; } 


