/*   
Theme Name: Doug Aitken
Theme URI: http://www.dougaitkenworkshop.com/
Description: Doug Aitken Theme by Haoyan of America.
Author: Haoyan of America
Author URI: http://haoyanofamerica.com/
Version: 1.0
License: General Public License (GPL)
*/

/* 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;background:transparent;}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {display:block;}
/* remember to define focus styles! */
:focus {outline:0;}
body {line-height:1;}
ol, ul {list-style:none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
.clear {clear:both;}
strong {font-weight:bold;}
em {font-style:italic;}

h1,h2,h3,h4,h5,h6 {margin:0 0 15px 0;font:14px/14px arial, "helvetica", sans-serif;color:#666;}
h1 {text-transform:lowercase;letter-spacing:1px;}
p {margin:0 0 10px 0;}
ol {list-style-type:decimal;list-style-position:inside;}

body {
	color:#fff;
	background:#000;
	font:12px/18px arial, "helvetica", sans-serif;
	letter-spacing:0;
	text-align:left;
}

a {color:#fff;text-decoration:none;}
a:hover {color:#555;}

header {
	width:940px;
	margin:30px 0 20px 40px;
}
#wrap {
	width:100%;
}

nav {
	margin:0 0 0 40px;
	text-transform:lowercase;
	font:10px/14px arial, "helvetica", sans-serif;
	letter-spacing:1px;
}
nav#primary li {
	font:14px/14px arial, "helvetica", sans-serif;
	margin:0 0 7px 0;
}
nav#secondary li {
	font:11px/11px arial, "helvetica", sans-serif;
	margin:0 0 7px 0;
}

nav#primary {
	float:left;
	width:120px;
}

nav#secondary {
	float:left;
	width:160px;
}
section a {color:#ff9;}

#showcase {
	position:absolute;
	left:380px;
	width:70%;
	min-width:590px;
}

section#page {
	position:absolute;
	left:200px;
	width:400px;
}
.placeholder {
	clear:both;
	margin:0 0 20px 40px;
}

section#galleries {
	position:absolute;
	left:200px;
	min-width:800px;
	width:75%;
}

.heading-books {
	margin:0 0 15px 200px;
}
.heading-work {
	margin:0 0 15px 380px;
}

#books {
	position:absolute;
	left:200px;
	min-width:800px;
	width:80%;
}
.book {
	display:none;
	float:left;
	width:170px;
	margin:0 10px 10px 0;
}
.reference {
	clear:both;
	width:350px;
}

.gallery {
	float:left;
	margin:0 40px 20px 0;
}
.gallery h2 {
	font:12px/18px arial, "helvetica", sans-serif;
	color:#fff;
	margin:0;
}
#showcase p {margin:0 0 5px 0;}
.image {
	display:none;
	float:left;
	margin:0 0 10px 0;
}

a:hover .thumb {background:#333;}

footer {
	clear:both;
	bottom:0;
	padding:20px 0;
	margin:0 0 0 200px;
	color:#333;
	font:11px/14px arial, "helvetica", sans-serif;
}