/* - - - - - - - - - - general - - - - - - - - - -  */

html {
	background: #fff;
	}
	
body {
	padding-top: 60px;
	width: 100%;
	}
	
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 760px;
}

#title h1 {
	height: 60px;
	min-width: 200px;
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#title h1 span {
	display: none;
}

#work h1 { background-image: url(../images/work/title.gif); }

#max h1 { background-image: url(../images/max/title.gif); }

#bio h1 { background-image: url(../images/bio/title.gif); }

#contact h1 { background-image: url(../images/contact/title.gif); }
	
	
	
	
/* - - - - - - - - - - header - - - - - - - - - -  */
	
#logo {
	position: absolute;
	top: -2px;
	left: 15px;
	z-index: 110;
}

#title {
	position: absolute;
	top: 40px;
	left: 432px;
}

#title p {
	margin: 0;
	padding: 0;
}
	
	
	
	
/* - - - - - - - - - - primary content - - - - - - - - - -  */
	
#content_wrapper {
	margin: 0;
	padding: 0;
	min-height: 450px;
}

#home #content_wrapper { background: #bdb5d6; }

#work #content_wrapper { background: #b1d35a; }

#max #content_wrapper { background: #f48d2a; }

#bio #content_wrapper { background: #e98895; }

#contact #content_wrapper { background: #a3cfd0; }

#primary_content {
	width: 760px;
	margin: 0;
	padding: 10px;
	background: ;
}





/* - - - - - - - - - - home - - - - - - - - - -  */

#home #illustration {
	position: absolute;
	top: -23px;
	left: 14px;
}

#home div#ambient {
	position: absolute;
	bottom: 40px;
	right: 10px;
	width: 20px;
	height: 20px;
}

#home div#steam {
	position: absolute;
	top: 188px;
	left: 245px;
	width: 32px;
	height: 50px;
}

#home div#couldthisbelove {
	position: absolute;
	top: 150px;
	left: 425px;
	width: 300px;
	height: 150px;
}

#home div#error {
	position: absolute;
	bottom: 60px;
	right: 60px;
	width: 200px;
}




/* - - - - - - - - - - work - - - - - - - - - -  */

#work div#primary_content {
	padding: 160px 0 18px 0;
	margin: 0 0 0 18px;
	width: 740px; 
}

#work #primary_content img {	
	margin: 0 15px 15px 0;
	border: 4px solid #cde688;
}

#work #primary_content img:hover {
	border: 4px solid #fff;
}




/* - - - - - - - - - - max - - - - - - - - - -  */

#max #max_movie {
	width: 360px;
	height: 300px;
	margin: 140px 0 0 190px;
	padding: 22px 0 0 20px;
	background: url(../images/max/frame.gif) no-repeat;
}




/* - - - - - - - - - - bio - - - - - - - - - -  */

#bio #illustration {
	position: absolute;
	top: 0;
	left: 150px;
}

#bio #bio_info {
	position: absolute;
	top: 140px;
	right: 75px;
	width: 375px;
}

#bio #bio_clients {
	position: absolute;
	top: 340px;
	right: 75px;
	width: 245px;
}

#bio #bio_caption {
	position: absolute;
	top: 180px;
	left: 40px;
	width: 150px;
}




/* - - - - - - - - - - contact - - - - - - - - - -  */

#contact #illustration {
	position: absolute;
	top: -15px;
	left: 30px;
}

#contact #contact_info {
	position: absolute;
	top: 145px;
	left: 432px;
}

#contact #contact_caption {
	position: absolute;
	top: 160px;
	left: 10px;
	width: 140px;
}

#contact #contact_cookie {
	position: absolute;
	top: 270px;
	left: 15px;
	width: 85px;
}

#contact #contact_recipe {
	position: absolute;
	bottom: 35px;
	left: 432px;
	width: 320px;
}

#contact #contact_recipe p {
	clear: left;
}

#contact #contact_recipe ul {
	list-style-type: none;
	margin: 0 10px 10px 0;
	padding: 0;
	width: 130px;
	float: left;
}

#contact #contact_recipe ul li {
	margin: 0;
	padding: 0;
}
	
	
	
/* - - - - - - - - - - footer - - - - - - - - - -  */	

#footer {
	margin: 0;
	padding: 10px;
	background: #fff;
}
	
	
	
	
/* - - - - - - - - - - primary navigation - - - - - - - - - -  */
	
#nav {
	position: absolute;
	top: -50px;
	right: 75px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 50;
}

#nav li {
	float: left;
	margin: 0;
	padding: 50px 0 0 0;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#nav li a {
	display: block;
	padding: 8px 16px;
}

#work_tab:hover { background-image: url(../images/work/nav.gif); }
#work_tab a { background: #b1d35a; }

#max_tab:hover { background-image: url(../images/max/nav.gif); }
#max_tab a { background: #f18e2f; }

#bio_tab:hover { background-image: url(../images/bio/nav.gif); }
#bio_tab a { background: #e78995; }

#contact_tab:hover { background-image: url(../images/contact/nav.gif); }
#contact_tab a { background: #a4cecf; }

#nav .Current:hover { background-image: none !important; }

#nav li a:hover, #nav li:hover a {
	background: #fff;
}

#nav li.Current a:hover, #nav li.Current:hover a {
	background: none;
}	




/* - - - - - - - - - - general typography - - - - - - - - - -  */
	
body {
	font-size: 11px;
	color: #333;
	font-family: "Trebuchet MS", Trebuchet, arial, sans-serif;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover { color: #000; }

a:active { color: #000 }

body * {
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 20px 0;
	}

h1 { font-size: 26px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 8px; }	
	
	
	
	
/* - - - - - - - - - - primary content typography - - - - - - - - - -  */

#title p {
	font-size: 10px;
	font-style: italic;
}

#work, #max, #bio, #contact {
	color: #000;
}

/* tinted colors

#work {
	color: #546624;
}

#max {
	color: #674424;
}

#bio {
	color: #65252e;
}

#contact {
	color: #236566;
}

*/



/* - - - - - - - - - - bio typography - - - - - - - - - -  */

#bio #bio_info, #bio #bio_clients  {
	text-align: right;
	line-height: 22px;
}

#bio #bio_info strong, #bio #bio_clients strong {
	font-weight: bold;
	text-transform: uppercase;
}

#bio #bio_caption, #contact #contact_caption {
	font-size: 10px;
	line-height: 14px;
	text-align: right;
	font-style: italic;
}





/* - - - - - - - - - - contact typography - - - - - - - - - -  */

#contact #contact_info em {
	font-size: 10px;
	font-style: italic;
}

#contact #contact_info a:link, #contact #contact_info a:visited {
	color: #000;
}

#contact #contact_info a:hover {
	color: #236566;
}

/* tinted text
#contact #contact_info a:link, #contact #contact_info a:visited {
	color: #236566;
}

#contact #contact_info a:hover {
	color: #000;
}
*/

#contact #contact_cookie {
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	font-style: italic;
}

#contact #contact_cookie em {
	font-size: 9px;
}

#contact #contact_recipe {
	font-size: 9px;
	line-height: 12px;
}

#contact #contact_recipe strong {
	font-weight: bold;
	font-style: italic;
}




/* - - - - - - - - - - footer typography - - - - - - - - - -  */
	
#footer {
	font-size: 9px;
	text-align: center;
	color: #666;
}

#footer sup {
	line-height: 0;
	font-size: 3px;
	color: #999;
}




/* - - - - - - - - - - navigation typography - - - - - - - - - -  */
	
#nav li {
}

#nav li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

#nav li:hover a, #nav li.current a {
	color: #fff;
}

#nav li ul li a, #nav li:hover ul li a, #nav li.current ul li a {
	color: #999;
}

#nav li ul li:hover a, #nav li.current ul li.current a {
	color: #fff;
}

#nav li.Current a:hover, #nav li.Current:hover a {
	color: #fff !important;
}

#nav #work_tab a:hover, #nav #work_tab:hover a { color: #b1d35a; }
     
#nav #max_tab a:hover, #nav #max_tab:hover a { color: #f18e2f; }
     
#nav #bio_tab a:hover, #nav #bio_tab:hover a { color: #e78995; }
     
#nav #contact_tab a:hover, #nav #contact_tab:hover a { color: #a4cecf; }