@import "reset.css";
@import "wp.css";

body {
	background: #bdbdbd url(../m/headBkgd.jpg) top center no-repeat;
	text-align: center;
	font-size: 1em;
	font-family: "Helvetica Neue", "HelveticaNeue", helvetica, tahoma, verdana, sans-serif;
	}

div#contain {
	width: 960px;
	margin: 0 auto;
	}

div#head {
	position: relative;
	width: 960px;
	height: 170px;
	}

div#head h1 a {
	position: absolute;
	display: block;
	left: 250px;
	top: 50px;
	width: 265px;
	height: 120px;
	/*background: transparent url(../m/head.png) 0 0 no-repeat;*/
	/*border: 1px solid #fff;*/
	text-indent: -9000px;
	}

div#head li {
	position: absolute;
	}

div#head li a {
	display: block;
	height: 28px;
	background-image: url(../m/nav.png);
	background-repeat: no-repeat;
	text-indent: -9000px;
	}
	
li#docNav {
	left: 585px;
	top: 89px;
	}

li#blogNav {
	left: 734px;
	top: 89px;
	}

li#pressNav {
	left: 816px;
	top: 91px;
	}

li#linkNav {
	left: 582px;
	top: 116px;
	}

li#kitNav {
	left: 649px;
	top: 116px;
	}

li#supportNav {
	left: 725px;
	top: 145px;
	}

li#contactNav {
	left: 733px;
	top: 116px;
	}

li#homeNav {
	left: 820px;
	top: 116px;
	}

li#docNav a {
	width: 127px;
	background-position: 0 0;
	}

body#doc li#docNav a {
	background-position: 0 -28px;
	}

li#blogNav a {
	width: 59px;
	background-position: -126px 0;
	}

body#blog li#blogNav a {
	background-position: -126px -28px;
	}

li#pressNav a {
	width: 49px;
	background-position: -185px 0;
	}

body#press li#pressNav a {
	background-position: -185px -28px;
	}
	
li#linkNav a {
	width: 46px;
	background-position: -234px 0;
	}

body#link li#linkNav a {
	background-position: -234px -28px;
	}

li#kitNav a {
	width: 75px;
	background-position: -280px 0;
	}

body#kit li#kitNav a {
	background-position: -280px -28px;
	}
	
div#head li#supportNav a {
	width: 233px;
	height: 28px;
	background-image: none;
	background-position: 0 0;
	/*border: 1px solid #fff;*/
	}
	
li#contactNav a {
	width: 65px;
	background-position: -353px 0;
	}

body#contact li#contactNav a {
	background-position: -353px -28px;
	}
	
li#homeNav a {
	width: 41px;
	background-position: -418px 0;
	}

body#home li#homeNav a {
	background-position: -418px -28px;
	}
	
div#content {
	float: left;
	margin-top: 70px;
	text-align: left;
	}

div.section {
	float: left;
	clear: both;
	width: 960px;
	margin-bottom: 2em;
	}

div.section + div.section {
	margin-top: 1.5em;
	}

div.leftCol {
	float: left;
	width: 550px;
	margin: 0 20px 0 10px;
	}

div.rightCol {
	float: left;
	width: 380px;
	}

div.pad {
	padding-top: 5.5em;
	}

div.rightCol img {
	clear: both;
	display: block;
	line-height: 0;
	}

div.rightCol img + img {
	margin-top: 1em;
	}

div#foot {
	position: relative;
	clear: both;
	height: 200px;
	background: transparent url(../m/foot.jpg) bottom center no-repeat;
	}

div#foot form {
	position: absolute;
	top: 87px;
	left: 10px;
	}

div#foot legend {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.8;
	color: #620;
	}

div#foot input#email {
	padding: 2px;
	border: 1px solid #888;
	font-size: 1.2em;
	}

div#foot input#button {
	background: #410;
	border: 0;
	color: #fff;
	}

h1 {
	font-size: 2.8em;
	font-size: 1.4em;
	font-weight: bold;
	color: #633;
	}

h2 {
	margin: .75em 0 .25em 0;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3;
	}

h3 {
	margin: .75em 0 .25em 0;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3;
	}

p {
	margin-bottom: 1.5em;
	font-size: 1em;
	line-height: 1.4;
	}

p.credit {
	font-size. .8em;
	text-align: right;
	color: #ddd;
	}

div#foot p.credit {
	position: absolute;
	top: 170px;
	left: 10px;
	color: #444;
	}

div#content ul {
	list-style: disc;
	margin: 0 1.5em 1.5em 1.5em;
	font-size: 1.1em;
	line-height: 1.4;
	}

div#content li {
	margin-bottom: .5em;
	}

blockquote {
	margin: 1em 0;
	padding: 0 1em;
	font-size: 1.75em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.4;
	color: #666;
	}

div#content a {
	font-weight: bold;
	text-decoration: none;
	color: #720;
	}

div#content a:hover {
	color: #fff;
	}

div.logos img {
	display: block;
	float: left;
	margin-right: 150px;
	}
	
/**** Documentary Page ****/

div#content ul.subnav {
	width: 380px;
	float: right;
	margin: 1em 0 1em 0;
	border-top: 1px dotted #620;
	border-bottom: 1px dotted #620;
	text-align: center;
	font-size: 1em;
	}

div#content div#stills ul.subnav,
div#content div#crew ul.subnav {
	margin-top: 1em;
	}

div#content ul.subnav li {
	display: inline;
	margin: 0 .75em;
	}

div#content ul.subnav a {
	font-size: 1em;
	line-height: 2;
	font-weight: bold;
	text-decoration: none;
	color: #620;
	}

div#content ul.subnav a:hover {
	color: #fff;
	}

dl#crewList dt {
	clear: both;
	font-size: 2em;
	line-height: 1.4;
	}

dl#crewList dd.photo {
	float: right;
	margin-right: 164px;
	}

dl#crewList dd.bio {
	margin-right: 410px;
	}
	
/**** Support Page ****/

body#support div.rightCol {
	width: 378px;
	border: 1px solid #888;
	}

body#support div.rightCol h1 {
	margin-bottom: .5em;
	padding: 0 .25em;
	background: #888 url(../m/grayCrinkle.jpg) 20% 50% no-repeat;
	font-weight: normal;
	color: #ededed;
	}

body#support div.rightCol p {
	margin: 0 .5em .5em .5em;
	font-size: 1em;
	}
	
dl#donate dt {
	float: left;
	margin-bottom: .5em;
	padding-left: .5em;
	font-size: 1.4em;
	font-weight: bold;
	}

dl#donate dd.level {
	float: right;
	margin-bottom: .5em;
	padding-right: .5em;
	font-size: 1.4em;
	}

dl#donate dd.swag {
	clear: both;
	margin-bottom: 1.5em;
	padding: 0 .5em 1em .5em	;
	border-bottom: 1px solid #888;
	font-size: 1.3em;
	font-style: italic;
	color: #666;
	}

div#content a.donate {
	display: block;
	width: 435px;
	height: 190px;
	margin-bottom: 1.5em;
	background: transparent url(../m/donate.jpg) 0 0 no-repeat;
	text-indent: -9000px;
	}

/**** Press Page ****/

div.clip h2 {
	color: #500;
	}

div.clip p {
	font-family: "American Typewriter", "courier new", courier, monospace;
	}

div.clip div.rightCol {
	padding-top: 2em;
	}

div.clip div.rightCol a {
	display: block;
	font-size: 1.3em;
	line-height: 1.6;
	text-align: center;
	}

div.clip div.rightCol a img {
	display: block;
	margin-bottom: 5px;
	}
	
	.widget widget_recent_entries{
	
	font-size: .8em;
	
	}