/*
--------------------------------------------------------------------------------
	CSS Reset
	http://meyerweb.com/eric/tools/css/reset/
--------------------------------------------------------------------------------
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
--------------------------------------------------------------------------------
	HTML5 Tags
--------------------------------------------------------------------------------
*/

header, section, footer, aside, nav, article, figure {
	display: block;
	float: left;
} 

/*
--------------------------------------------------------------------------------
	Common Items
--------------------------------------------------------------------------------
*/

body {
	background: #0c0c0c url(/images/block.png) repeat scroll center top;
	color: #404040;
	font-size: 62.5%;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

body.debug {
	background: #0c0c0c url(/images/block-debug.png) repeat scroll center top;
}

div {
	float: left;
}

a {
	color: #4d4d4d;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {

}

p, q {
	line-height: 2.0em;
	color: #b3b3b3;
	font-size: 1.5em;
	padding-bottom: 1.0em;
}

q {
	color: #666666;
	padding: 50px;
	display: block;
	text-align: center;
}

.byline {
}

.error {
	width: 1000px;
	background-color: red;
	height: 280px;
}

/*
--------------------------------------------------------------------------------
	Layouts
--------------------------------------------------------------------------------
*/

#global {
	float: none;
}

#container {
	width: 1000px;
	margin: 0 auto 0 auto;
	float: none;
}

#top {
	height: 280px;
	width: 1000px;
}

#nav-top {
	height: 30px;
	width: 1000px;
	text-indent: 0;
}

#nav-top li {
	float: left;
	width: 250px;
}

#logo {
	height: 250px;
	width: 1000px;
}

#home {
	height: 450px;
	width: 1000px;
}

#home .photo {
	background-image: url(/images/photos/home.jpg);
	height: 420px;
	width: 1000px;
}

#reel {
	height: 220px;
	width: 1000px;
	padding-bottom: 60px;
}

.all #reel {
	padding-bottom: 0;
}

#reel a {
	height: 250px;
	width: 1000px;
	display: block;
}

#portfolio {
	padding-bottom: -140px;
}

.all #portfolio {
	padding-bottom: 220px;
}

#portfolio .photo {
	background-image: url(/images/photos/portfolio.jpg);
	height: 560px;
	width: 1000px;
}

#narrative {
	width: 1000px;
}


#commercials {
	width: 1000px;
}

#music {
	width: 1000px;
}

#other {
	width: 1000px;
}

#biography {
	width: 1000px;
	height: 1060px;
}

.all #biography {
	height: 1680px;
}

#biography .photo {
	background-image: url(/images/photos/biography.jpg);
	height: 560px;
	width: 1000px;
}

#contact {
	height: 1290px;
	width: 1000px;
}

#contact .photo {
	background-image: url(/images/photos/contact.jpg);
	height: 420px;
	width: 500px;
	float: left;
}

#information {
	width: 500px;
	float: left;
}

#information li {
	width: 250px;
	height: 140px;
	float: left;
}

#information h3 {
	font-size: 2.8em;
	padding: 25px 0 5px 40px;
	font-weight: bold;
	color: #4d4d4d;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}

#information span {
	font-size: 1.9em;
	padding-left: 40px;
	color: #808080
}

#information a {
	color: #808080;
}

#information a:hover {
	color: #999999;
}

#information img.icon {
	position: relative;
	top: 3px;
}

#form {
	
}

#bottom {
	height: 70px;
	width: 1000px;
	float: left;
	font-size: 1.2em;
	border-top: solid 1px #1a1a1a;
	position: relative;
	top: -1px;
	padding-top: 20px;
}

#copyright {
	text-align: center;
	width: 1000px;
}

/*
--------------------------------------------------------------------------------
	Navigation
--------------------------------------------------------------------------------
*/

.nav {}

.nav a {
	width: 240px;
	background-color: #151515;
	display: block;
	color: #333333;
	text-transform: uppercase;
	font-size: 1.4em;
	background-image: url(/images/nav.png);
	background-repeat: no-repeat;
}

.nav a:hover {
	color: #404040;
	text-decoration: none;
	background-color: #202020;
}

.nav a:active {
	color: #4d4d4d;
	background-color: #303030;
}

.nav a.down {
	height: 22px;
	padding: 7px 0 0 10px;
	border-bottom: solid 1px #202020;
	background-position: 220px 0;
}

.nav a.down:hover {
	border-bottom: solid 1px #303030;
	background-position: 220px -30px;
}

.nav a.down:active{
	border-bottom: solid 1px #404040;
	background-position: 220px -60px;
}

.nav a.up {
	height: 23px;
	padding: 6px 0 0 10px;
	border-top: solid 1px #202020;
	background-position: 220px -90px;
}

.nav a.up:hover {
	border-top: solid 1px #303030;
	background-position: 220px -120px;
}

.nav a.up:active{
	border-top: solid 1px #404040;
	background-position: 220px -150px;
}

.nav-up {
	padding-right: 750px;
}

.nav-down {
	padding-left: 750px;
}

/*
--------------------------------------------------------------------------------
	Forms
--------------------------------------------------------------------------------
*/

input, textarea {
	background-color: #1a1a1a;
	border: 0;
	border-top: solid 1px #333333;
	color: #999999;
	font-size: 1.5em;
	line-height: 2.0em;
	position: relative;
	top: -1px;
}

input[type="text"] {
	height: 29px;
	padding: 10px 10px 0 10px;
}

input[type="submit"] {
	color: #666666;
	padding: 9px 15px 9px 15px;
	cursor: pointer;
	font-family: Verdana, Geneva, Arial, sans-serif; /* Chrome bug, need font-family! */
	text-transform: uppercase;
}

input[type="submit"]:hover {
	background-color: #262626;
	border-top: solid 1px #404040;
	color: #808080;
}

input[type="submit"]:active {
	background-color: #333333;
	border-top: solid 1px #4d4d4d;
	color: #999999;
}

textarea {
	font-size: 15px; /* FF font size hack! */
	padding: 10px 10px 10px 10px;
	margin: 0;
	width: 480px;
	height: 260px;
	font-family: Verdana, Geneva, Arial, sans-serif; /* Chrome bug, need font-family! */
}

form ol li {
	padding-bottom: 30px;
}

/*
--------------------------------------------------------------------------------
	Blocks
--------------------------------------------------------------------------------
*/

.block {
	height: 140px;
	width: 250px;
	background-image: url(/images/thumbnail.jpg);
}

.block a[rel="colorbox"], .block a.coming-soon {
	height: 140px;
	width: 250px;
	display: block;
	text-indent: -9999px;
}

.block a[rel="colorbox"]:hover {
	background-image: url(/images/play.png);
}

.block a[rel="colorbox"]:active {
	background-image: url(/images/play.png);
	background-position: 0 -140px;
}


.block a.coming-soon:hover {
	background-image: url(/images/coming-soon.png);
}

.block a.coming-soon:active {
	background-image: url(/images/coming-soon.png);
	background-position: 0 0;
}

.block-1 {
	background-position: 0 0;
}

.block-2 {
	background-position: -250px 0;
}

.block-3 {
	background-position: -500px 0;
}

.block-4 {
	background-position: -750px 0;
}

.block-5 {
	background-position: 0 -140px;
}

.block-6 {
	background-position: -250px -140px;
}

.block-7 {
	background-position: -500px -140px;
}

.block-8 {
	background-position: -750px -140px;
}

.block-9 {
	background-position: 0 -280px;
}

.block-10 {
	background-position: -250px -280px;
}

.block-11 {
	background-position: -500px -280px;
}

.block-12 {
	background-position: -750px -280px;
}

.block-13 {
	background-position: 0 -420px;
}

.block-14 {
	background-position: -250px -420px;
}

.block-15 {
	background-position: -500px -420px;
}

.block-16 {
	background-position: -750px -420px;
}

.block-17 {
	background-position: 0 -560px;
}

.block-18 {
	background-position: -250px -560px;
}

.block-19 {
	background-position: -500px -560px;
}

.block-20 {
	background-position: -750px -560px;
}

.block-21 {
	background-position: 0 -700px;
}

.block-22 {
	background-position: -250px -700px;
}

.block-23 {
	background-position: -500px -700px;
}

.block-24 {
	background-position: -750px -700px;
}

.tidbit {
	display: none;
	position: relative;
	width: 230px;
	height: 132px;
	padding: 7px 10px 0 10px;
	line-height: 1.5em;
	color: #b3b3b3;
	font-size: 1.0em;
	background-color: #151515;
	border-bottom: 1px solid #202020;
}

.tidbit.tall {
	height: 272px;
}

.tidbit a {
	color: #b3b3b3;
}

.tidbit em {
	color: #4d4d4d;
	font-style: normal;
}

.tidbit h4 {
	font-weight: normal;
}

/*
--------------------------------------------------------------------------------
	Headers
--------------------------------------------------------------------------------
*/

header {
	background-image: url(/images/header.png);
	height: 220px;
	width: 1000px;
	text-indent: -9999px;
}

.header-1 {
	background-position: 0 0;
}

.header-2 {
	background-position: 0 -310px;
}
.header-2:hover {
	background-position: 1000px -310px;
}

.header-3 {
	background-position: 0 -590px;
}

.header-4 {
	background-position: 0 -870px;
}

.header-5 {
	background-position: 0 -1150px;
}

.header-6 {
	background-position: 0 -1430px;
}

.header-7 {
	background-position: 0 -1710px;
	padding-bottom: 30px;
}

.header-8 {
	background-position: 0 -1960px;
	padding-bottom: 30px;
	padding-top: 30px;
}

/*
--------------------------------------------------------------------------------
	Clear Floats
	http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/
--------------------------------------------------------------------------------
*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
	content: "\0020";
	display: block;
	font-size: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}