/* CSS Document */

/* =============== GENERAL RULES =================== */

* { 
	padding: 0; margin: 0;
	}

html, body { 
	padding: 0; 
	margin: 0;
	border: 0;
	background: #ebe9da;
	}
	
h1, h2, h3, h4, h5, h6, pre {
	margin: 0; padding: 0; 
	}

img {
	border: 0;
}	

a img {
	border: 0;
}
/* =============== TYPOGRAPHY AND LINKS =================== */

body {
	margin-left: 50%;
	font-family: Century School Book, Georgia, Serif;
	font-size: 12px;
	line-height: 150%;
	color: #252525;
}

p {
	margin: 0 0 12px 0;
}

p, pre {
	font-family: Century School Book, Georgia, Serif;
	font-size: 12px;
	padding: 2px 0 0 0;
	line-height: 150%;
	color: #707070;
}

pre {
	white-space: pre-wrap;       /* css-3 */
 	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 	white-space: -pre-wrap;      /* Opera 4-6 */
 	white-space: -o-pre-wrap;    /* Opera 7 */
 	word-wrap: break-word;       /* Internet Explorer 5.5+ */
 	_white-space: pre;
}

h1 {
	font-size: 13px;
	letter-spacing: 1px;
	color: #252525;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #707070;
}

h3 {
	font-family: Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 11px;
	color: #2d0c57;
}

h4 {
	color: #707070;
	font-size: 14px;
}

h5 {
	color: #2d0c57;
	font-size: 13px;
}

a {
	color: #f17406;
	text-decoration: none;
}

a:hover {
	color: #2a0b59;
}

a:visited {
	color: #f17406;
	text-decoration: none;
}

#pressItem a {
	color: #555555;
}

#pressItem a:hover {
	color: #f17406;
}

#press-image #nav a {
	color: #f17406;
	text-decoration: none;
}

#press-image #nav a:hover {
	color: #707070;
	text-decoration: none;
}

	
/* =============== GENERAL LAYOUT =================== */

#container {
	width: 720px;
	position: absolute;
	margin-left: -360px;
	border: 0;
	background: #ebe9da;
}

#logo {
	height: 30px;
	padding-top: 61px;
}

#nav {
	width: 100%;
	height: 16px;
	padding: 4px 0 7px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#content {
	min-height: 400px;
}

#footer {
	font-family: Arial, sans-serif;
	color: #999999;
	padding: 7px 0 40px 0;
	font-size: 9px;
	clear: both;
}


/* =============== PAGE SPECIFIC LAYOUTS =================== */


	/* REEL */

#reel #content {
	width: 720px;
	padding: 56px 0 0 0;
}

#navReel {
	width: 120px;
	float: left;
	margin: 0 50px 0 0;
}

#reelQT-480 {
	float: left;
	width: 480px;
}

#reelQT-360 {
	float: left;
	width: 360px;
}

#reelQT-320 {
	float: left;
	width: 320px;
}

#QTdescription {
	padding: 7px 0 0 0;
	float: left;
	font-family: Arial, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 9px;
	color: #707070;
	text-transform: uppercase;
}

#QTclient {
	padding: 7px 0 0 0;
	float: right;
	font-family: Arial, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 9px;
	color: #707070;
	text-transform: uppercase;
}

#QTtext {
	float: left;
}

#reelLegal {
	float: left;
	font-family: Arial, sans-serif;
	color: #999999;
	padding: 7px 0 40px 0;
	font-size: 9px;
}

#reel #footer {
	color: #ebe9da;
}
	
	/* BIO */

#bio #content {
	margin: 17px 0 0 0;
	padding: 35px 144px 20px 44px;
	background: #ebe9da url(/imgs/bg_tile.gif) top left repeat;
}

#bio #content img {
	float: right;
	padding: 7px 0 15px 15px;
}


	/* PRESS */

#press #content {
	margin: 17px 0 0 0;
	background: #ebe9da url(/imgs/bg_tile.gif) top left repeat;
	padding: 35px 150px 20px 44px;
}

	
.pressItem {
	padding: 0 0 13px 0;
}


	/* PRESS POP UP*/

#press-image #content {
	margin: 17px 0 0 0;
	padding: 0 0 20px 0;
}

	
	/* CONTACT */

#contact #content {
	margin: 17px 0 0 0;
	padding: 35px 144px 20px 44px;
	background: #ebe9da url(/imgs/bg_tile.gif) top left repeat;
}

#contactLeft {
	float: left;
	width: 227px;
}

#contactLeft div {
	padding: 0 0 20px 0;
}

#contactRight div {
	padding: 0 0 20px 0;
}

	/* LINKS */

#links #content {
	margin: 17px 0 0 0;
	background: #ebe9da url(/imgs/bg_tile.gif) top left repeat;
	padding: 35px 44px 20px 44px;
}

#linksOne, #linksTwo, #linksThree {
	padding: 0 40px 0 0;
	float: left;
}

#links #content ul {
	list-style: none;
	font-family: Arial, Sans-serif;
	font-weight: bold;
	font-size: 9;
}

#links #content ul li {
	padding: 0 0 1px 0;
}

#links #content ul li a {
	color: #707070;
}

#links #content ul li a:hover {
	color: #f17406;
}

#linksHeadline {
	width: 300px;
	padding: 0 0 15px 0;
} 


/* =============== MAIN NAVIGATION =================== */


#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #707070;
}

#nav li {
	float: left;
	padding: 0 15px 0 0;
	margin: 0;
}

#nav a {
	font-size: 10px;
	font-weight: bold;
	color: #707070;
	letter-spacing: 1px;
	text-decoration: none;
}

#nav a:hover {
	color: #f17406;
}


/* =============== MAIN NAVIGATION ON STATES =================== */

#reel #navOne a {
	color: #f17406;
}

#press #navTwo a {
	color: #f17406;
}

#bio #navThree a {
	color: #f17406;
}

#sketch #navFour a {
	color: #f17406;
}

#contact #navFive a {
	color: #f17406;
}

#links #navSix a {
	color: #f17406;
}



/* =============== REEL MENU =================== */

#navReel ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 120%;
}

#navReel li {
	width: 100%;
	border-top: 1px solid #999999;
	padding: 5px 0 5px 0;
	margin: 0;
	}
	
#navReel a {
	color: #707070;
}


#navReel a:hover {
	color: #f17406;
}


/* =============== REEL MENU ON STATES =================== */


#reelNavTwo a {
	color: #f17406;
}

















