@charset "UTF-8";
/* CSS Document */

html {
	background-color: #000000;	
}

/* Tell the browser to render HTML 5 elements as block */  
header, footer, aside, nav, article {  
    display: block;  
} 

body {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family: Futura, TW Cen MT;
	font-size: 12px;
}

p {
	
}

h1 {
	margin: 0px;	
}




h2 {
	margin: 0px;	
}

a:link { text-decoration: none; 
	color: #ff6600;
}
a:visited{ 
	color: #ff6600; 
	text-decoration: none;	
}
a:hover { 
	color: #fff ;
	text-decoration: none;
}
a:active { 
	color: #ff6600; 
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
}

header {
	height: 536px;
	/*background-image: url(../imgs/key_art.jpg);*/
	background:url("http://returntozerothemovie.com/imgs/sub_pages/key_art.png");
}

article {
	margin-top: 15px;	
}

#left {
	width: 50%;
	height: 536px;
	position: absolute;
	background-color: #fcfbf9;
	z-index: -10;	
}


section {
	margin-top: -300px;	
	width: 345px;
	float: left;
		
}

aside {
	width: 600px;
	float: right;
	margin-top: -530px;
}

#summary {
	margin-left: 20px;	
}

#content {
	width: 540px;	
}

#content p {
	line-height: 140%;
	font-size: 16px;	
}

#mission {
	margin-left: -6px;	
}

#grouped {
	position: absolute;
	top: 670px;
	width: 600px;
}


/* Nav */

nav {	
	width: 280px;
	/*margin: 0 auto;	
	float: right;*/
	display: inline-block;
	
	
}

nav ul, ul {
	width: 280px;
	margin-left: 0;
	padding-left: 0;
} 

nav ul li:first, ul li:first {
	margin-left: 0px;	
}

ul li {
	margin: 2px;
	margin-left: 0px;
	list-style: none;	
}

nav ul li {
	/*margin: 3px 15px;*/
	margin: 2px;
	margin-left: 4px;
	list-style: none;
}
	
		
/*nav ul li.first {
	margin-left: 0;
	list-style: none;
}*/


#social {
	margin-left: 14px;
	display: inline-block;
	width: 210px;
}	

#twitter {
	width:50px;
	display: inline-block;	
}

#facebook {
	width: 50px;
	display: inline-block;	
}

#fb {
	display: inline-block;
	margin-top: 12px;
	float: right;	
}	

#return {
	margin-top: -30px;
	float: right;	
	
}

#update {
	width: 280px;
	height: 259px;
	float: right;
	margin: 0px;
	margin-top: 20px;
	background-color: #fff;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing 
	*/
	
}

#header {
	width: 130px;
	margin: 0 auto;
	margin-top: 4px;	
}

img {
	border: none;	
}

#mailing_list {
	width: 280px;
}

#subscribe {
	width: 90px;
	margin: 10px auto;
}


form {
	border: none;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;	
}


input {
	font-size: 14px;
	height: 26px;
	background-color: #151515;
	color: #FFF;
	border: none;
}

#fname { 
	width: 130px;
	margin-top: 5px;
	margin-left: 4px;
	margin-right: 0px;
}

#lname { 
	width: 134px;
	margin-top: 5px;
}

#email { 
	width: 270px;
	margin: 0 auto;  
	margin-top: 5px;
	margin-left: 4px;
}

button {
	height: 26px;
	font-weight: bold;
	width: 100px;
	background-color: #ff6600;
	color: #000;
	border: none;
	margin: 0 auto;
}

legend {
	font-weight: bold;
	border:none;
	color: #111;
	text-transform: uppercase;
	font-size: 14px;
}
	
.btn {border:0; padding:0; width:105px; margin-bottom:-.9em;}

#response {
	text-align: center;
	color:#ff6600; 
	font-size:inherit; 
	padding:.4em;
}
#no-spam {
	color:#fff; 
	color: #000000;
	font-size: 14px;
	width: 265px;
	margin: 0 auto;
	line-height: 100%;
	text-align: center;
}
#description {
	font-size: 14px;
	width: 250px;
	margin: 0 auto;
	color: #333333;
	text-align: center;
}

.floatimgleft {
	float:left;
	margin-top:5px;
	margin-right:15px;
	margin-bottom:10px;
}

/*