* { margin: 0; padding: 0; border: 0; outline: 0; }
:focus { outline: 0; }
body { margin: 16px 16px 0 36px; }
h1 { padding-top: 6px; }
p, ul { margin-top: 12px; }
li ul { margin: 0 0 8px 0; }
li ul li {
	margin-left: 16px;
	font-size: .75em;
	}
a img, img { border: none; }
img { display: block; }

#header,
#nav {
	position: fixed;
	float: left;
	margin: 16px;
	padding: 6px 12px;
	border-left: 1px solid;
	}
#header { margin-left: -12px; }
#nav { left: 240px; }
#nav ul { margin: 8px 0 16px 0; }

#header { border-left: none; }
#header p {
	line-height: 1em;
	margin-top: .5em;
	}

#new {
	float: left;
	width: 480px;
	margin: 16px;
	margin-left: 430px;
	padding: 6px 12px;
	border-left: 1px solid;
	}
#new h3 {
	margin-top: 1em;
	padding-top: .33em;
	}
#new p { margin: .66em 0; }
#new ul { 
	margin-left: 1.1em; 
	margin-top: .1em;
	margin-bottom: 1em;
	}
#new li { list-style-type: disc; }
#new a:hover:before { content: ""; }

#portrait { margin-top: .66em; }

#new.filmdescription h3 {
	border: 0 none;
	margin-top: .33em;
	}
#new.filmdescription ul,
#new.filmdescription ol { margin-left: 1em; }

#new.filmdescription .photos { 
	margin: 6px 12px 3px 0; 
	float: left;
	}
#new.filmdescription .photos img { margin-bottom: 6px; }


/* typography * * * * * * * * * * * * * * */
body {
	line-height: 1;
	font: .875em/1.4em "Helevetica Neue", Helvetica, Verdana, sans-serif;
	}
h1,h2,h3 { letter-spacing: 1px; }
h2 {
	font-size: 1em;
	line-height: 2em;
	}
h4 {
	text-transform: uppercase;
	font-size: .75em;
	letter-spacing: 1px;
	}
blockquote { 
	display: block;
	float: none;
	margin: 1em;
	width: 100%;
	font-family: Georgia,serif;
	letter-spacing: .3px;
	font-style: italic;
	}
blockquote i,
blockquote em {
	font-style: normal;
	}

p, ol, ul, li { 
	line-height: 1.25em;
	list-style-type: none; 
	}
#nav ol, 
#nav ul,
#nav li { 
	line-height: 1.33em; 
	}
#new h1, #new h2 { font-size: 1em; }
#new h3 {
	font-weight: bold;
	font-size: 1em;
	}
#new p { 
	font-size: .925em; 
	line-height: 1.5em;
	}
#new blockquote p { 
	font-size: .925em; 
	line-height: 1.25em;
	}
#new ul { font-size: .875em; }
#new.filmdescription {  }
#new.filmdescription h3 { font-size: .875em; }


/* colors * * * * * * * * * * * * * * */
body { 
	background-color: #99979c; 
	}
h1,h2,h3 { color: #fefefe; }
h4 { color: #ccc; }
#header h1, #header h2 { background-color: #99979c; }
.feature,
#header, #nav, #new { border-color: #bbb; }
#new h3 { color: #123; }
#portrait { 
	border: 1px solid #777579; 
	outline: 3px solid #99979c;
	}
hr {
	border: 0 none;
	border-bottom: 1px solid #bbb;
	}



/* links and hover states * * * * * * * * * * * * * * */
a { 
	text-decoration: none; 
	color: #10108b; 
	}
a:hover { color: #fefefe; }
#nav a:hover:before {
	content: "►";
	color: #bbb;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	}
#new.filmdescription a:hover { text-decoration: underline; }
#new.filmdescription .photos img:hover { outline: 3px solid #cccace; }



/* bug ---------------------------------------- */
#attrib {
	position: fixed;
	z-index:999;
	left:0;
	bottom:3em;
	height:11px;
	width:11px;
	display:block;
	}
#attrib a:hover img { 
	background-color: #666; 
	outline: 1px solid #666;
	}

