/****** Start Eric Meyers' CSS Reset - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ ******/

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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/****** End Eric Meyers' CSS Reset ******/




/****** Start Custom CSS ******/

/*** Utility Styles ***/

div.clear {
	clear: both;
	line-height: 0;
	height: 0px;
	font-size: 0px;
	}
/*** Global Styles ***/

html { height: 100%; }
body {
	width: 100%;
	height: 100%;
	background: #f4f2e6 url("../img/ui/bg_l.jpg") repeat-y top left;
	font: 0.9em "Georgia", serif;
	color: #a9a189;
	}

a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #a9a189;
	}
a:hover {
	color: #7e7566;
	text-decoration: underline;
	}	
body.bio a:link,
body.bio a:active,
body.bio a:visited,
body.contact a:link,
body.contact a:active,
body.contact a:visited {
	text-decoration: underline;
	color: #a9a189;
	}
body.contact a:hover,
body.bio a:hover {
	color: #7e7566;
	}


p {
	font-size: 0.9em;
	line-height: 1.84em;
	margin: 0 0 2em 0;
	}
/* paper texture background */
div.bg_l {
	position: absolute;
	left: 0px;
	width: 128px;
	height: 100%;
	background: url("../img/ui/bg_l.jpg") repeat-y top left;
	}
div.bg_r {
	position: absolute;
	right: 0px;
	width: 128px;
	height: 100%;
	background: url("../img/ui/bg_r.jpg") repeat-y top right; 
	}
div.bg_b {
	position: absolute;
	bottom: 0;
	background: url("../img/ui/bg_b.jpg") repeat-x bottom left;
	width: 100%;
	height: 256px;
	}
	div.bg_bl {
		position: absolute;
		left: 0;
		background: url("../img/ui/bg_bl.jpg") no-repeat bottom left;
		width: 256px;
		height: 256px;
		}	
	div.bg_br {
		position: absolute;
		right: 0;
		background: url("../img/ui/bg_br.jpg") no-repeat bottom right;
		width: 256px;
		height: 256px;
		}
div.bg_t {
	position: absolute;
	top: 0;
	background: url("../img/ui/bg_t.jpg") repeat-x top left;
	width: 100%;
	height: 256px;
	}	
	div.bg_tl {
		position: absolute;
		left: 0;
		background: url("../img/ui/bg_tl.jpg") no-repeat top left;
		width: 256px;
		height: 256px;
		}	
	div.bg_tr {
		position: absolute;
		right: 0;
		background: url("../img/ui/bg_tr.jpg") no-repeat top right;
		width: 256px;
		height: 256px;
		}					

/* page wrapper */

div#container {
	position: relative;
	min-height: 100%;
	min-width: 960px;
	background: url("../img/ui/bg_r.jpg") repeat-y top right;	
	}

div#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	}
	
div#page {
	position: relative;
	width: 960px;
	margin: 0 auto;
	}
	
/* header */

div#header {
	padding-top: 15px;
	height: 73px;
	position: relative;
	padding-left: 40px;
	}
	
h2.logo a{
	background: url("../img/ui/logo.gif") no-repeat top left;
	width: 147px;
	height: 73px;
	float: left;
	display: block;
	}
	h2.logo a span {
		position: absolute;
		left: -50000px;
		}

ul#nav {
	float: left;
	height: 48px;

	padding: 20px 0 0 30px;
	}
	ul#nav li {
		float: left;
		padding: 0 24px 0 20px;
		background: url("../img/ui/nav_diamond.gif") no-repeat right 27px;
		}
		ul#nav li h1 {
			margin: 0;
			padding: 0;
			}
		ul#nav li a {
			height: 24px;
			display: block;
			margin-top: 19px;
			}
			ul#nav li a span {
				position: absolute;
				left: -50000px;
				}
		body.illustrations ul#nav li.illustrations a,
		body.sketches ul#nav li.sketches a,
		body.contact ul#nav li.contact a,
		body.blog ul#nav li.blog a {
			margin-top: 0px;
			padding-top: 20px;
			background-position: 0px 43px;
			}
		body.bio ul#nav li.bio a {
			margin: 0px -8px;
			padding: 20px 8px 0 8px;
			background-position: 0px 43px;			
			}
		ul#nav li.contact {
			background: none;
			}			

			ul#nav li.on a:hover {
				background-position: 0px 43px;
				}
				

		ul#nav li.illustrations a {
			width: 115px;
			background-image: url("../img/ui/nav_illustrations.gif");
			}
		ul#nav li.sketches a {
			width: 80px;
			background-image: url("../img/ui/nav_sketches.gif");
			}
		ul#nav li.blog a {
			width: 53px;
			background-image: url("../img/ui/nav_blog.gif");
			}			
		ul#nav li.bio a {
			width: 37px;
			background-image: url("../img/ui/nav_bio.gif");
			background-position: -8px 0;
			}			
		ul#nav li.contact a {
			background-image: url("../img/ui/nav_contact.gif");
			width: 78px;
			}
			ul#nav li.bio a:hover {
				background-position: -8px 24px;
				}						
			ul#nav li a:hover {
				background-position: 0px 24px;
				}			

/* Illustrations / Sketches */
div#body {
	position: relative;
	z-index: 100;
	height: 100%;
	padding-left: 40px;
	}

ul#thumbnails {
	float: left;
	width: 168px;
	padding-left: 25px;
	}
	ul#thumbnails li{
		float: left;
		margin: 0 3px 3px 0;
		width: 52px;
		height: 52px;
		position: relative;
		}
		ul#thumbnails li a {
			display: block;
			}
		ul#thumbnails li a img {
			padding: 3px;
			background: url("../img/ui/bg_thumbnail_border.gif") no-repeat 0px 0px;
			}
		ul#thumbnails li a:hover img {
			background: url("../img/ui/bg_thumbnail_border.gif") no-repeat 0px -52px;
			}
		ul#thumbnails li a.on img {
			background: url("../img/ui/bg_thumbnail_border.gif") no-repeat 0px -52px;
			}
		ul#thumbnails li a.on:hover img {
			background: url("../img/ui/bg_thumbnail_border.gif") no-repeat 0px -52px;
			}

div.image_column {	
	padding-top: 2px;
	float: left;
	}
	div.border_one {
		float: left;
		border: 1px solid #9c8f72;
		}
	div.border_two {
		float: left;
		border: 1px solid #bdb6a6;
		}
	div.border_three {
		float: left;
		border: 1px solid #9c8f72;
		}
	div.copyright_crop {
		float: left;
		overflow-y: hidden;
		border-bottom: 1px solid #4f3f21;
		}
	div.image_column div.copyright_crop img,
	div.bio img{
		border: 1px solid #4d3f21;
		}
	div.image_column ul.image_nav {
		float: left;
		padding: 0 4px;
		position: relative;
		margin: 14px 0px 5px;
		height: 20px;
		}
		div.image_column ul.image_nav li.previous {
			width: 95px;
			position: absolute;
			top: 0px;
			left: 4px;
			zoom: 1;
			height: 20px;
			}
			div.image_column ul.image_nav li.previous a{
				display: block;
				width: auto;
				height: 18px;
				padding: 1px 0 0 32px;
				background: url("../img/ui/prev_arrow.gif") no-repeat top left;
				}
			div.image_column ul.image_nav li.previous a:hover{
				text-decoration: none;
				color: #7e7566;
				padding: 1px 0 0 32px;				
				background-position: 0px -20px;
				}					
		div.image_column ul.image_nav li.full {
			clear: both;
			text-align: center;
			position: relative;
			bottom: 0px;
			width: 150px;
			margin: 0 auto -19px auto;
			}
			div.image_column ul.image_nav li.full a{
				width: auto;
				height: 18px;
				padding: 1px 0 0;
				}				
		div.image_column ul.image_nav li.next {
			width: 65px;
			position: absolute;
			top: 0px;
			right: 4px;
			height: 20px;
			}
			div.image_column ul.image_nav li.next a{
				display: block;
				width: auto;
				height: 18px;
				padding: 1px 32px 0 0;
				background: url("../img/ui/next_arrow.gif") no-repeat top right;
				}
			div.image_column ul.image_nav li.next a:hover{
				text-decoration: none;
				color: #7e7566;
				padding: 1px 32px 0 0;				
				background-position: right -20px;
				}

	div.image_column ul.copy_contact {
		float: none;
		clear: both;
		padding: 0 4px;
		position: relative;
		margin: 0px;
		height: 45px;
		}				
		div.image_column ul.copy_contact li.contact {
			float: right;
			width: 58%;
			}
			div.image_column ul.copy_contact li.contact a{
				float: right;
				}
		div.image_column ul.copy_contact li.copyright {
			float: left;
			clear: left;
			width: 42%;
			}



				
/* Bio */

body.bio div#body div.border_one {
	margin: 0 15px 15px 0;
	}

body.bio div#body div.border_three img{
	display: block;
	}

body.bio div#body{ 
	margin-left: 25px;
	width:630px; 
	}
body.bio div#body div.text_column {
	float: left;
	width: 450px;
	}

/* Blog */

body.blog a:link,
body.blog a:active,
body.blog a:visited {
	color: #7792a1;
	text-decoration: underline;
	}
body.blog a:hover {	
	color: #1b587a;
	text-decoration: underline;
	/*background: #ede9d8;*/
	}

body.blog div#body div#sidebar{ 
	float: right;
	width: 148px;
	padding: 20px 0 0 20px;
	}
	body.blog div#body div#sidebar h3{ 
		font: italic 1.26em "Georgia", serif;
		color: #8c836d;
		background: #edeadd;
		padding: 2px 8px;
		}
	body.blog div#body div#sidebar div.shaded_bar{ 
		background: #edeadd;
		}
		body.blog div#body div#sidebar div.shaded_bar h3{ 
			float: left;
			}
		body.blog div#body div#sidebar div.shaded_bar a.rss{ 
			display: block;
			width: 41px;
			height: 15px;
			background: url("../img/ui/rss_icon.gif") no-repeat;
			float: right;
			margin: 5px 7px;
			display: inline;
			}	
			body.blog div#body div#sidebar div.shaded_bar a.rss span{ 
				position: absolute;
				left: -50001px;
				}						
	body.blog div#body div#sidebar ul{
		margin: 15px 8px 25px;
		font-size: 0.9em;
		}
	body.blog div#body div#sidebar ul li{
		margin-bottom: 7px;
		}		
	body.blog div#body div#sidebar ul li a.on{
		color: #A9A189;
		text-decoration: none;
		padding-right: 8px;
		background: url("../img/ui/link_arrow.gif") no-repeat center right;
		}		
	
body.blog div#body div#content_column{ 
	float: right;
	width: 560px;
	padding: 20px 0 0 20px;
	margin-right: 168px;
	display: inline;
	}
	body.blog div#body div#content_column div.post_container {
		padding-bottom: 42px;
		margin-bottom: 18px;
		background: url("../img/ui/post_seperator.gif") no-repeat bottom center;
		}
		body.blog div#body div#content_column div.post_container div.header {
			position: relative;
			margin-bottom: 15px;
			}
		body.blog div#body div#content_column div.post_container div.header div.title_meta {
			
			}
			body.blog div#body div#content_column div.post_container div.header div.title_meta h2{ 
				font: 1.44em "Georgia", serif;
				margin-bottom: 5px;
				}	
			body.blog div#body div#content_column div.post_container div.header div.title_meta h2 a{ 
				text-decoration: none;
				color: #a29676;
				}
			body.blog div#body div#content_column div.post_container div.header div.title_meta h2 a:hover{ 
				text-decoration: none;
				color: #7792a1;				
				}		
			body.blog div#body div#content_column div.post_container div.header div.title_meta span.date{ 
				float: left;

				}
			body.blog div#body div#content_column div.post_container div.header div.title_meta ul.tags{ 
				float: left;
				}
				body.blog div#body div#content_column div.post_container div.header div.title_meta ul.tags li{ 
					float: left;
					font-size: 0.9em;
					line-height: 1.3em;
					font-style: italic;
					}
					
body.blog div#body div#content_column div.post_container div.header a.comments {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 24px 5px 2px;
	background: url("../img/ui/comments_decoration.gif") no-repeat center 2px;
	text-decoration: none;
	color: #a9a189;
	font-style: italic;
	display: block;
	}		
body.blog div#body div#content_column div.post_container div.header a:hover.comments {
	background: url("../img/ui/comments_decoration.gif") no-repeat center -88px;
	color: #7792a1;
	}

body.blog div#body div#content_column div.post_container div.post_content {

	color: #8c836d;

	}
	body.blog div#body div#content_column div.post_container div.post_content img {
		border: 1px solid #4d3f21;
		}
	body.blog div#body div#content_column div.post_container div.post_content div.border_one {
		margin-bottom: 25px;
		}		



	body.blog div#body div#content_column ul.next_prev {
		position: relative;
		width: 560px;
		float: left;
		height: 2em;
		}		
		body.blog div#body div#content_column ul.next_prev li.previous {
			width: 95px;
			position: absolute;
			top: 0px;
			left: 4px;
			}
			body.blog div#body div#content_column ul.next_prev li.previous a{
				display: block;
				width: auto;
				height: 18px;
				padding: 1px 0 0 32px;
				text-decoration: none;
				color: #A9A189;
				background: url("../img/ui/prev_arrow.gif") no-repeat top left;
				}
			body.blog div#body div#content_column ul.next_prev li.previous a:hover{
				text-decoration: none;
				color: #7e7566;
				padding: 1px 0 0 32px;				
				background-position: 0px -20px;
				}


				
		body.blog div#body div#content_column ul.next_prev li.next {
			width: 65px;
			position: absolute;
			top: 0px;
			right: 4px;
			}
			body.blog div#body div#content_column ul.next_prev li.next a{
				display: block;
				width: auto;
				height: 18px;
				padding: 1px 32px 0 0;
				text-decoration: none;
				color: #A9A189;
				background: url("../img/ui/next_arrow.gif") no-repeat top right;
				}
			body.blog div#body div#content_column ul.next_prev li.next a:hover{
				text-decoration: none;
				color: #7e7566;
				padding: 1px 32px 0 0;				
				background-position: right -20px;
				}
				

	body.blog div#body div#content_column ul.copy_contact {
		position: relative;
		width: 560px;
		float: left;
		height: 2em;
		}		
		body.blog div#body div#content_column ul.copy_contact li.copyright {
			position: absolute;
			top: 0px;
			left: 4px;
			}				
		body.blog div#body div#content_column ul.copy_contact li.contact {
			position: absolute;
			top: 0px;
			right: 4px;
			}							

body.blog div#comments {
	padding-bottom: 42px;
	margin-bottom: 18px;
	background: url("../img/ui/post_seperator.gif") no-repeat bottom center;
	border-top: 1px solid #dad6c9;
	padding-top: 1px;
	}
	
body.blog div#comments div.odd {
	padding: 23px 20px 20px 20px;
	background: #f0eee1 url("../img/ui/comment_seperator.gif") repeat-x bottom left;
	}
body.blog div#comments div.even {
	padding: 23px 20px 20px 20px;
	background: url("../img/ui/comment_seperator.gif") repeat-x bottom left;
	}	
body.blog div#comments h4 {
	font-style: italic;
	font-size: 0.9em;
	margin-bottom: 15px;
	}
body.blog div#comments h4 span{
	font-weight: bold;
	}
	
body.blog div#comments span.date {
	color: #b0a999;
	font-style: italic;
	}	

body.blog div#comments p {
	margin-bottom: 15px;
	}

body.blog div.comments_form form#comments_form {
	margin-bottom: 30px;
	}
body.blog div.comments_form form#comments_form ol li {
	margin-bottom: 0.75em;
	}			
	body.blog div.comments_form form#comments_form label {
		float: left;
		width: 110px;
		text-align: right;
		margin-right: 10px;
		display: inline;
		}		
	body.blog div.comments_form form#comments_form input{
		width: 200px;
		}

	body.blog div.comments_form form#comments_form textarea {
		width: 435px;
		height: 300px;
		margin: 0;
		padding: 0;
		}
	body.blog div.comments_form form#comments_form input#comment_submit {
		width: auto;
		float: right;
		}

body.blog h1.submission {
	font: 1.44em "Georgia", serif;
	margin-bottom: 15px;	
	}
body.blog div.error {
	border: 1px solid #EE0000;
	padding: 10px;
	color: #EE0000;
	float: left;
	margin: 0px 10px 15px 0px;
	display: inline;
	}
body.blog div.error p{
	margin: 0px;
	}
		
/* Contact */

body.contact div#body { 
	width: 673px; 
	margin-top: 20px;
	}
body.contact p {
	margin-left: 190px;
	}

form#contact {	
	}
	form#contact ol {	
		width: 673px;
		}
		form#contact ol li {
			margin-bottom: 0.75em;
			}			
			form#contact label {
				float: left;
				width: 182px;
				text-align: right;
				margin-right: 10px;
				display: inline;
				}		
			form#contact input#realname,
			form#contact input#email {
				width: 200px;
				}
			form#contact input#subject {
				width: 300px;
				}
			form#contact textarea#message {
				width: 474px;
				height: 300px;
				margin: 0;
				padding: 0;
				}
			form#contact input#submit {
				float: right;
				}
				
body.contact div.error {
	border: 1px solid #EE0000;
	padding: 10px;
	color: #EE0000;
	float: left;
	margin: 10px 10px 15px 192px;
	display: inline;
	}
body.contact div.error p{
	margin-left: 0px;
	}
body.contact div.error ul {
	list-style-type: disc;
	margin-left: 30px;
	}
	body.contact div.error ul li{
		margin-bottom: 5px;
		}
body.contact span.required_symbol {
	color: #EE0000;
	}