* {
	margin: 0;
	padding: 0;
}

img { border: 0; }

a {
	color: #fff;
}

a:hover {
	text-decoration: none;
}

body {
	background: #080808;
	color: #fff;
	font-family: Helvetica, sans-serif;
}

body #page {
	border-top: 8px solid #0a244d;
	background: #080808 url('/images/background-gradient.gif') repeat-x;
	width: 850px;
	margin: 0 auto;
	padding: 0 25px;
}

/* PAGE HEADER */
body #page #header {
	padding: 26px 0 27px;
}

body #page #header h1 a,
body #page #header h2 a {
	text-indent: -9000px;
	color: #fff;
}

body #page #header h1 a{
	background: url('/images/logo-worldwide.gif') no-repeat;
	width: 272px;
	height: 44px;
	float: left;
}

body #page #header h2 a {
	background: url('/images/logo-notmylife.gif') no-repeat;
	width: 252px;
	height: 57px;
	float: right;
}

/* Main Navigation Bar */

body #page #navigation {
	background: #292626;
	display: block;
	height: 30px;
}

body #page #navigation ul {
	list-style: none;
}

body #page #navigation ul li {
	float: left;
}

body #page #navigation ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 0 15px;
	text-decoration: none;
	line-height: 30px;
}

body #page #navigation ul li a:hover {
background: #211e1f;
}


body#home #page #navigation ul li a#page_home,
body#about_film_pg #page #navigation ul li a#page_film,
body#about_director_pg #page #navigation ul li a#page_director,
body#press_pg #page #navigation ul li a#page_press, 
body#help_pg #page #navigation ul li a#page_learnmore, 
body#contact #page #navigation ul li a#page_contact {
	background: #191617;
}


/* Home Page Styles */

body#home #page #film-content {
	background: #000;
}

body#home #page #film-content #player {
	float: left;
	width: 546px;
	height: 301px;
}

body#home #page #film-content #about-film {
	float: right;
	width: 255px;
	padding: 0 25px 0 5px;
}

body#home #page #film-content #about-film h3 {
	font-size: 21px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 20px 0 3px;
}

body#home #page #film-content #about-film p {
	font-size: 14px;
	line-height: 20px;
}

body#home #page #list-content #film-list {
	width: 530px;
	float: left;
	padding: 7px 7px 4px 9px;
	background: #0c0b0b;
}

body#home #page #list-content #film-list p {
	text-align: center;
	font-size: 13px;
	color: #656668;
	margin: 4px 0 2px;
}

body#home #page #list-content #film-list p img.arrow-left {
	margin-right: 3px;
}

body#home #page #list-content #film-list p img.arrow-right {
	margin-left: 3px;
}

body#home #page #list-content #film-list a img,
body#home #page #list-content #film-list img {
	padding: 2px;
}

body#home #page #list-content #blog-posts {
	float: right;
	width: 304px;
	
}

body#home #page #list-content #blog-posts h4 {
	background: #292626;
	padding: 9px 20px 9px 25px;
	text-transform: uppercase;
	margin-bottom: 3px;
}

body#home #page #list-content #blog-posts ul {
	list-style: none;
	margin-left: 23px;
}

body#home #page #list-content #blog-posts ul li {
	border-bottom: 1px dashed #b0b0b0;
}

body#home #page #list-content #blog-posts ul li a {
	text-decoration: none;
	display: block;
	color: #cdcdcd;
	font-size: 14px;
	padding: 10px 25px 10px 0;
}

body#home #page #list-content #more_info {
	width: 304px;
	float: right;
	padding-top: 3px;
}

body#home #page #list-content #more_info #about_director,
body#home #page #list-content #more_info #learnmore {

	margin: 10px;
	padding: 10px 12px;
}

body#home #page #list-content #more_info #about_director h4,
body#home #page #list-content #more_info #learnmore h4  {
	font-size: 18px;
	font-weight:normal;
	letter-spacing: -1px;
	margin-bottom: 4px;
}

body#home #page #list-content #more_info #about_director p,
body#home #page #list-content #more_info #learnmore p {
	font-size: 12px;
	line-height: 15px;
}

body#home #page #list-content #more_info #about_director {
	background: #1e1e1e;
	
}

body#home #page #list-content #more_info #learnmore {
	background: #141414;
}


/* Sub-Section Styles */

h2.pagetitle {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: -4px 0 8px 0;
	padding: 13px 10px 10px 20px;
	background-color: #090909;
}

h1.subtitle {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
}

body.subpage #page #photo-column {
	float: left;
	width: 200px;
}

body.subpage #page #photo-column ul {
	list-style: none;
}

body.subpage #page #photo-column ul li {
	margin-bottom: 6px;
}

body.subpage #page #content-column {
	width: 630px;
	float: right;
	margin-top: 10px;
}

body.subpage #page #content-column p {
	font-size: 14px;
	margin: 15px 0;
	line-height: 20px;
}

body.subpage #page #content-column #bio-photo {
	padding: 0 0 10px 10px;
	float: right;
}

body.subpage #page #content-column ul {
	font-size: 14px;
	margin: 0 0 0 25px;
	
}

body.subpage #page #content-column ul li {
	line-height: 20px;
}

/* Footer Styles */

body #footer {
	background: #0b111e;
	width: 850px;
	margin: 20px auto 0;
	padding: 10px 25px;
}

body #footer #footer-left {
	float: left;
}

body #footer ul {
	list-style: none;
}

body #footer ul li {
	float: left;
	margin-right: 10px;
}

body #footer ul li a {
	font-size: 11px;
	text-decoration: none;
}

body #footer p {
	font-size: 11px;
	color: #7e7e7e;
	padding-top: 2px;
	clear: both;
}

body #footer #ww_logo_footer {
	float: right;
}


/* ======== FORMS ======== */

table.contact { margin-left: 20px }

table.contact td {
	padding: 8px 0px;
	border-bottom: 1px #333 solid }

table.contact td.labels{ width: 125px }

table.contact textarea{ padding: 8px ; }

table.contact td.inputs,
table.contact td.inputs input#subject{ width: 300px ; }

table.contact td.inputs input#subject{ margin-bottom: 10px }

table.contact input, 
table.contact textarea{
	border: 1px solid #666 ;
	background: #333 ;
	color: #FFF ;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 14px ;
	padding:4px;
}

table.contact input:focus,
table.contact textarea:focus{ border: 1px solid #a9b3cb ; }

input.button{
			border: 1px solid #333 ;
			background: #666 ;
			font-family: Arial, Helvetica, sans-serif ;
			font-weight: bold ;
			color: #fff ;
			padding: 3px;
			margin: 10px 20px;
			}


/* Clear fix*/
/* Also add clear fixes to the Internet Explorer Style Sheet*/
body #page #header:after,
body #page #navigation:after,
body#home #page #film-content:after,
body#home #page #list-content:after,
body #footer:after,
body.subpage #page #content:after
 {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
