/* @override 
	http://localhost:8888/css/style.css */

body {
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: 0 #fff;
	min-width: 960px;
}

body, a, td, div, p, h1, h2 {
	
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

a img {
	border: none;
	padding: 0;
	margin: 0;
}

a img:hover {
	border: none;
	padding: 0;
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

.col {
	float: left;
}

.row {
	clear: both;
	position: ;
}

.nolist, .nolist ul, #main .nolist {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.nolist li {
    display: block;
    margin: 0;
    padding: 0;
}

.container {
	min-width: 900px;
	text-align: left;
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	margin: 0;
	background: transparent;
}

.center {
	text-align: center;
}

#backToTop a {
	position: fixed;
	top: 50%;
	left: 30px;
	z-index: 51;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	margin-top: -10px;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0 0 .6em;
	line-height: 1em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 30px;
}

h2 {
	color: #fff;
	font-size: 80px;
	margin-bottom: .4em;
	text-align: center;
	text-shadow: 0 1px 2px black;
}

h3 {
	font-size: 40px;
}

.shadow {
	-moz-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
}

p {
	margin: 0;
	padding: 0 0 .8em;
	line-height: 1.2em;
}

/* @group header */

#header {
	position: fixed;
	height: 0px;
	width: 900px;
	min-width: 900px;
	top: 0;
	left: 50%;
	margin-left: -450px;
	text-align: left;
	z-index: 50;
}

h1#logo {
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 51;
	left: -10px;
	top: 20px;
	background: url(/images/logo.png) no-repeat;
	width: 397px;
	height: 155px;
	font-size: 1px;
	overflow: hidden;
	text-indent: -1000px;
}

ul#scrollNav {
	position: absolute;
	right: 0px;
	top: 200px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 10px 10px 0 100px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 5px;
}

ul#scrollNav li {
	display: block;
	padding-bottom: 10px;
}

ul#scrollNav li a {
	display: block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 10px;
	background-color: #ccc;
	color: #fff;
	text-align: right;
	position: relative;
	border: 1px solid #fff;
	position: relative;
}

ul#scrollNav li.inview a {
	background-color: #FEC300;
	color: #000;
}

ul#scrollNav li a span {
	display: block;
	text-align: right;
	white-space: nowrap;
	position: absolute;
	right: 25px;
	font-size: 14px;
	font-weight: bold;
}

/* @end */

.centeredWrapper .section {
	position: relative;
	padding: 20px 0;
	text-align: center;
}

.section .interior {
	display: block;
	width: 900px;
	min-height: 200px;
	margin: 0 auto;
	position: relative;
}

.section .shadowTop,
.section .shadowBottom {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: url(/images/shadow_light.png) repeat-x 0 0;
}

.section .shadowBottom {
	top: auto;
	bottom: 0;
	background-position: 0 -20px;
}

.section {
	display: block;
	position: static;
	left: auto;
	top: auto;
	width: auto;
}

.section.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}

#intro {
	background: url('/images/bg.jpg') no-repeat center top #c7b19a;
	height: 900px;
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
}

#synopsis {
	margin-top: 580px;
	text-align: left;
	padding: 40px 0 0;
}

#synopsis .interior {
	min-height: 0;
	width: 650px;
}

#synopsis .interior p {
	font-size: 14px;
	text-align: justify;
}

#trailer {
	background: url(/images/bg_pinboard.jpg) repeat center center #c7a185;
	height: auto;
}

#cast {
	background: #FEC300;
}

#media {
	background: url(/images/bg_pinboard.jpg) repeat center center #c7a185;
	height: auto;
}

#media img {
	display: block;
	margin: 0 auto;
}


#trailer .interior {
	position: relative;
}

#trailer .trailer {
	display: block;
	margin: 0 auto;
	width: 650px;
	height: 400px;
	background-color: #000;
}