@import url('reset.css');
body {
/*	background: url('../images/960_grid_bg.jpg') no-repeat top center;*/
	background:#1c1c1a url('../images/container_bg_new.jpg') no-repeat top center;
	/*width:1500px;*/	
	font-family: "helvetica", arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.5em;
}
hr{
	margin-bottom: 20px;
}
.clear {
	clear: both;
}
.hightlight_yellow {
	color: #f2b90a;
}
#container {
	width:1120px;
	min-height: 642px;
	margin: 0 auto;
	position: relative;
}
#header {
	position: relative;
	height: 170px;
}
#logo {
	position: absolute;
	width:350px;
	height:85px;
	left:305px;
	top:14px;
	text-indent:-1000em;
}
/*#mainnav {
	position: absolute;
	top:125px;
	left:0;
	height: 43px;
	padding:0 0 0 40px;
	width: 950px;
}*/
#mainnav {
	position: relative;
	top:125px;
	margin-left:132px;
	height: 43px;
	width: 1120px;
}
#mainnav_list {
	display: block;
	height: 43px;
	width: 950px;
	float: left;
}
#mainnav li a {
	float: left;
	display: inline-block;
	font-size: 15px;
	color: #f1ce0b;
	text-decoration: none;
	margin: 19px 11px  0;
	width: auto;
	min-width: 50px;
	height: 43px;	
}
#mainnav li a:hover {
	color: #fff;
}
#mainContent {
	position: relative;
}
#trailer{
	width: 532px;
	height: 299px;
	/*border:5px solid #fff;*/
	margin-top: 22px;
}
#btn_buy_dvd{
	display:block;
	width:189px;
	height:299px;
	background: url('../images/btn_buy_dvd_sprite.png') no-repeat 0 0;
	z-index:500;
	position:relative;
	left:620px;
	top:20px;
}
#btn_buy_dvd:hover{
	background-position:0 -299px;
}
.social_media {
	position: relative;
	width: 489px;
	height: 29px;
	background: url('../images/social_media_bg.jpg') no-repeat;
	margin-top: 8px;
	
}
.social_media a{
	position: absolute;
	display: block;
	width: 21px;
	height: 28px;
	top: 0;
/*	text-indent:-1000em;
*/}
#facebook{
	left:144px;
	top: 5px!important;
}
#twitter{
	left:167px;
}
#su{
	position: absolute;
	left:193px;
	width: 21px;
	height: 28px;
	top: 6px;
}
#contact_form {
}

#contact_form input {
}
#email {
	width: 136px;
	height: 16px;
	line-height: 16px;
	font-size:12px;
	color:#000;
	font-weight:bold;
	position: absolute;
	top: 5px;
	left: 247px;
	border: none;
	padding:1px;
	background:none;
}
#send_btn {
	background: #000;
	width: 42px;
	height: 21px;
	position: absolute;
	top: 3px;
	left: 390px;
	cursor:pointer;
	border: none;
	background:none;
}
#footer {
	margin-top: 28px;
	text-align: center !important;
	font-size: 1em;
	color: #fff;
}
#footer p a {
	color: #fff;
}
/*photos page*/
#photos {
	width: 806px;
	margin-top: 10px;	
}
#photos_thumbs {
	display: block;
	height: 68px;
}
#photos_thumbs_container {
	position: relative;
	margin-top: 10px;
}
#photos_thumbs li{
	display: block;
	width: 104px;
	height: 62px;
	float: left;
	margin-right: 10px;
	border: 3px solid #fff;
	background: url('../images/tralider_thumb_bg.jpg') no-repeat; /*place holder purpose only*/
}
#photos_thumbs li:last-child {
	margin-right: 0;
}
#photos_thumbs_container a {
	display: block;
	width: 14px;
	height: 25px;
	position: absolute;	
}
#arrow_left{
	background: url('../images/arrow_left.gif') no-repeat;
	top: 20px;
	left: -25px;
}
#arrow_right{
	background: url('../images/arrow_right.gif') no-repeat;	
	top: 20px;
	right: -25px;
}
/*cast page*/
#cast {
	width:730px;
}

#cast li{
	display:block;
	float:left;
	background: url('../images/cast_member_bg.png') no-repeat scroll top left;
	width: 230px;
	height: 72px;
	margin:10px 0 0 10px;
	
}

#cast li a{
	position:relative;
	display:block;
	float:left;
	width: 230px;
	height: 71px;
	text-decoration:none;
}

.cast_name{
	display:block;
	position:absolute;
	left:77px;
	top:32px;
	width:120px;
	line-height:12px;
	height:25px;
	font-size:12px;
	color:#fff;
}

.cast_name span{
	font-size:12px;
	color:#f2b909;
}
#cast_name {
	height: 60px;
	margin: 20px 0 0 90px;
}
#cast_name p {
	font-size: 1.2em;
	line-height: 1em;
}

.page {
	width: 610px;
	background: url('../images/cast_member_bg.png') repeat;
	margin-top: 10px;
	padding:10px;	
}

.page p:first-child{
	padding:0 0 0 0!important;
}
.page p{
	font-size:14px;
	color:#fff;
	padding:0 0 20px 0;
}

.page a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding:3px 0;
	line-height:22px;
	border-bottom:1px dotted #f2b909;
}

.page h2{
	font-size:14px;
	color:#f2b909;
	font-weight:normal;
	padding:0 0 10px 0;
}

.page h3{
	font-size:14px;
	color:#f2b909;
	padding:0 0 20px 0;
}

.page ul li{
	display:block;
	float:left;
}

#reservation{
	position: absolute;
	width: 214px;
	top:255px;
	right:0;
}
#book_screening {
	position: absolute;
	display:block;
	background: url('../images/book_screening.png') no-repeat scroll top left;
	width: 214px;
	height: 42px;
	top:0;
	right:0;
	text-indent:-1000em;
	cursor:pointer;
	z-index:100;
}
.form_field{
	width:233px;
	margin:0;
	padding:0;
}

.wpcf7-submit {
    background: none repeat scroll 0 0 #366C1A;
    border: medium none;
    bottom: 66px;
    color: #FFFFFF;
    font-size: 14px;
    height: 30px;
    position: absolute;
    right: 74px;
    width: 100px;
}
/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
/*img.alignnone {margin:0 0.5em 0 0;}*/
img.alignnone {margin: 20px 20px 0 0;}

/*#winner_laurel{
	width: 100%;
	height: 82px;
	margin: 60px 0 20px 0;
	background: url('../images/winner_laurel.png') no-repeat center top;
}*/
#footer ul {
    background: url("../images/winner_laurel.png") no-repeat scroll center top transparent;
    float: left;
    height: 91px;
    margin: 0 0 30px 0;
    position: relative;
    width: 1120px;
	/*padding-left: 10px;*/
}
#footer ul li{
	display: block;
	width: 124px;
	height: 87px;
	float: left;
}
#footer ul li a{
	display: block;
	/*width: 123px;*/
	height: 87px;
	text-indent: -9999px;
}
/*store styles*/
.products{
	width: 100%;
	height: 299px;
	height: auto;
	float: left;
}
.product_pic{
	background: url("../images/product_poster.jpg") no-repeat scroll center top transparent;
	width: 200px;
	height: 299px;
	float: left;
}
.product_paypal{background: #000;
	width: 285px;
	height: 299px;
	float: left;
	margin-left: 15px;
}
.product_paypal h2{
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
}
.product_posters{
	margin: 20px 0 20px 50px;
}
.product_posters p{
	margin-bottom: 5px;
}
