/* ----------------------------------------------------------
    **Pam Saturday** CSS
	
---------------------------------------------------------- */

/* 01 =GLOBAL BROWSER RESET
---------------------------------------------------------- */
/* YUI Reset version: 2.7.0 */

html { color: #000; background: #FFF; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var,optgroup { font-style: inherit; font-weight: inherit; }
del,ins { text-decoration: none; }
li { list-style: none; }
caption, th { text-align: left; }
h1,h2,h3,h4,h5,h6 {	font-size: 100%; font-weight: normal; }
q:before, q:after {	content: ''; }
abbr,acronym { border: 0; font-variant: normal; }
sup { vertical-align: baseline; }
sub { vertical-align: baseline; }
/*because legend doesn't inherit in IE */
legend { color: #000; }
input,button,textarea,select,optgroup,option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select { *font-size: 100%; }



/* 02 =COMMON STYLE 
---------------------------------------------------------- */

body {  }

.base h1 {  }

h2 {
	font-size: 42px;/*
	font-weight: 100;*/
	margin-top: 40px;
	margin-bottom: 5px;
}

h3 {
	color: #333;
	font-size: 14px;/*
	font-weight: 200;*/
	margin: 20px 0 5px 0;
}
.base h4 {  }

p { margin-bottom: 20px;  }

a { color: #6abad7; text-decoration: none; }
a:hover { color: #444;  }

blockquote {  }

ul, ol { 
	margin: 0 0 20px 0;
}
.base ul {  }
.base ol {  }
.base ul li, .base ol li {  }
.base li ol {  }
.base li ul {  }

li {
	padding: 5px 0;
}

table {
	margin: 10px 0;
}

td {
	border-top: 1px solid #eee;
	padding: 5px 0;
	vertical-align: top;
}

strong { font-weight: bold; }

/* 03 =LAYOUT
---------------------------------------------------------- */
#container {
	color: #aaa;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#header {
	overflow: hidden;
	width: 960px;
	padding: 20px 0 0 0;
	
}

#header h1 {
	display: inline;
	float: left;
	font-size: 18px;/*
	font-weight: bold;*/
	margin: 10px 20px;/*
	text-transform: uppercase;*/
}

#header h1 a {
	color: #222;
}

#header #site-nav {
	float: left;
	display: inline;
	font-size: 14px;
	margin: 12px 20px 10px;
}

#site-nav li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}

#main {
	margin: 20px 0 0 0;
	overflow: hidden;
	width: 960px;
}

#footer {
	font-size: 12px;
	line-height: 16px;
	margin: 70px 0 0 0;
	padding: 10px 20px 40px;
}


/* 05=PAGE SPECIFIC STYLES
---------------------------------------------------------- */
/*=HOME PAGE*/
#blurb {
	color: #000;
	font-size: 42px;
	font-weight: 100;
	line-height: 44px;
	margin: 20px 20px;
	position: absolute;
	width: 768px;
	z-index: 30;
}


/*=WORK*/
#work-list {
	float: left;
	width: 360px;
	margin: 0 0 0 20px;
}

#work-preview {
	float: left;
	width: 460px;
	margin: 0 0 0 20px;
}

#work-preview img {
	margin-bottom: 4px;
}

.work-container { 
	background: url(images/hatch4x4.gif); text-align: center;
	height: 608px;
	padding: 1px 0;
}


.work-container h2 {
	margin-top: 275px;
}

.previous, .next {
	font-size: 18px; 
	margin: 280px 20px 0;
}

.previous {
	float: left;
}

.previous a {
	background: url(images/previous-arrow.gif) left top no-repeat;
	display: block;
	width: 70px;
	height: 30px;
	text-indent: -9999px;
}

.previous a:hover {
	background: url(images/previous-arrow.gif) left -30px no-repeat;
}

.next {
	float: right;
}

.next a {
	background: url(images/next-arrow.gif) left top no-repeat;
	display: block;
	width: 50px;
	height: 30px;
	text-indent: -9999px;
}

.next a:hover {
	background: url(images/next-arrow.gif) left -30px no-repeat;
}

.desc {
	margin: 5px 20px;
}

.desc h2, .desc p {
	float: left;
	font-size: 12px;
	margin: 10px 0 40px;
}

.desc h2 {
	color: #444;
	font-weight: normal;
	width: 192px;
}

/*
#recent-work h2 {
	font-size: 54px;
	font-weight: bold;
	letter-spacing: -1px;
}

#past-work h2 {
	font-size: 42px;
	font-weight: bold;
	letter-spacing: -1px;
}*/

/*=STATEMENT*/
#statement {
	color: #999;
	font-size: 28px;
	font-weight: 100;
	line-height: 33px;
	margin: 20px 192px 0 20px;
}


/*=LINKS*/
#links #container {
	background: url(images/work/2009/large-drawings/quest-for-truth.jpg) 600px 80px no-repeat fixed;
}

#links #content {
	width: 380px;
	margin: 0px 192px 0 20px;
	overflow: hidden;
}

#links .column {
	float: left;
	margin: 0 20px 0 0;
	width: 170px;
}

#exhibitions, #cv {
	float: left;
	display: inline;
}

#exhibitions {
	width: 450px;
	margin: 0 10px 0 20px;
}

#cv {
	width: 450px;
	margin: 0 20px 0 10px;
}

#exhibitions-cv h2 {
	margin-left: 20px;
}

/*=CONTACT*/
#contact-info {
	margin: 20px 0 0 20px;
}

#contact-info table {
	border-bottom: 1px solid #eee;
}

.formLabel {
	padding-right: 20px;	
}

#submit-bt {
	background: #6abad7;
	border: none;
	padding: 5px 7px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

td input {
	background: #eee;
	border: none;
	font-size: 14px;
	padding: 2px;
	width: 280px;
}

/*=404*/
#oops #content {
	margin: 0 0 0 20px;
	width: 460px;
}