@charset "utf-8";

/* start 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
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 reset */


/* ----------------------------------------------------Basic Styling */
h1 {
	font-size: 1.4em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
}
h2 {
	font-size: 1.3em;
	margin-bottom:15px;
}
h3 {
	font-size: 1em;
	border-bottom: 1px dotted;
	margin-bottom:15px;
}
h4 {
	font-size:.95em;
	color:#CCCCCC;
}
p {
	font-size: .9em;
	line-height: 1.5em;
	margin: 20px 0 20px 0px;
}
small {
	font-size:.8em;
}
a {
	color:#f1ccb6;
}
em {
	font-style:italic;
}
#sideframe ul {
	padding:0px 5px 20px 0px;
}
#sideframe li {
	padding:5px 0px;
}

/* ---------------------------------------------------end basic styling */



/* ---------------------------------------------------page element styling */
body {
	background: #87816d;
	color:#ffffff;
	font-family: Century, Georgia, "Times New Roman", Times, serif;
}
div#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
div#contentwrap {
	/*margin: 0px 0px 0px 0px;*/ /* Setting to zero is futile, margins are auto*/
	/*border: 3px solid black;*/
	margin:0 0;
	height:auto;
	background-color:#8a887f; /* fills in blank space...*/
	float:left; /* if floated left, contains both floated #mainframe & #sideframe*/
	
	/*height:auto;*/
	/*clear:both;*/
	
}
#header {
	height: auto;
	padding: 0px 0px 8px 0px;
	/*padding: 50px 10px 50px 325px;*/
	/*clear:both;*/
}
#mainframe {
	width:417px; /* floated elements must have EXACT width specified, or they will assume 100% and drop down (if next to something else)*/
	padding: 25px 25px;
	background-color:#8a887f;
	text-align:left;
	float:left;
}
#sideframe {
	width: 243px; /* floated elements must have EXACT width specified, or they will assume 100% and drop down (if next to something else)*/
	padding: 25px 25px;
	background-color:#aeab98;
	float:left;
	color:#000;
}
body.index #sideframe {
	background-color:#78776b;
}
#sideframe li {
	font-size: 0.7em;
}
#fullframe {
	width:710px;
	clear:right;
	padding: 25px 25px;
	background-color:#aeab98;
}
#onlyframe {
	width:710;
	overflow:visible;
	padding: 25px 25px;
	background-color:#8a887f;
	color:#ffffff;
}

#nav {
	clear:right;
	height:30px;
	width:auto;
	background-color:#43423e;
	clear:inherit;
	overflow:hidden;
	font-size:.9em;
	/*letter-spacing:.1em;*/
	font-family:"Courier New", Courier, monospace;
}
#nav li {
	padding: 7px 16px;
	display:block;
	float:left;
	background-color:#43423e;
}
#nav li a {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	
}
#nav li a:hover {
	color:#CCCCCC;
	font-weight:bold;
	text-decoration: underline;	
}
.hidden {
	display:none;
}
blockquote {
	padding-left:20px;
	font-size:.75em;
}
div#resume li { /* makes text smaller on resume page */
	font-size:0.8em;
	padding-left: 2.5em;
	text-indent: -2.5em;
	line-height:1.8em;
}
div#resume h3 {
	padding: 20px 0 0 0;
}
.decorate {
	border:8px solid #AEAB98;
	margin: 10px;
}
/* ------------------------------------ end page element styling */

/* ------------------------------------- mailing list block styling    */
div#mailinglist{
	background: gray;
	padding:20px 20px 20px 20px;
	margin-bottom:10px;
}
div#mailinglist input {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; 
	font-size:10px; 
	border:1px solid #999999;
}
div#mailinglist img{
	margin:0 5px;
}
#sideframe #mailinglist {
	border:solid #43423e 2px;
	background:none;
	padding:20px 20px 20px 20px;
	margin-bottom:10px;
}
/* ------------------------------------ end mailing styling */


/* ------------------------------------- artist page styling    */

#statement {
	font-size:1em;
	line-height:2em;
}


/* --------------------------------------end artist page styling */

/* ------------------------------------- shows page styling    */

.showblock {
	background: gray;
	padding:20px 20px 20px 20px;
	margin-bottom:10px;
}
.showblock p {

}
.showblock img {
	float:right;
	padding: 0px 0px 20px 20px;
}
#sideframe a {
	color:#43423e;
}
#sideframe .showblock {
	border:dashed #43423e 2px;
	background:none;
	padding:20px 20px 20px 20px;
	margin-bottom:10px;
}
#sideframe .showblock p {
	font-size: 0.8em;
}
/* --------------------------------------end show page styling */

/* ------------------------------------- contact page styling    */

fieldset{
	margin: 1em 0 0 0;
	padding: 0em 1em 1em 1em;
	border: 1px solid #ccc;
}
legend {
	font-weight:bold;
}
label {
	display:block;
}
textarea{
	width:350px;
	height:100px;
}
label.checkbox {
	display:inline;
}
.error {
	color:#DC143C;
	font-style:italic;
}
#confirmation {
	padding:0 1em 1em 1em;
	border:1px dashed white;
	color:black;
}
/* --------------------------------------end contact page styling */

/* ----------------------------------------------Gallery styling */

#mainimage {
text-align:center;
display:block;
width:auto;
}
#mainimage img {
padding: 10px 0 0 0;
}
#thumbs {
width: auto;
text-align:center; /* ie6 hack*/
}
#thumbs img {
text-align:center; /* ie6 hack */
display:block;
float:left;
clear:right;
padding: 16px 16px;
}
.photos p {
clear:both;
}
div.thumbstrip {
	clear:both;
}
div.thumbstrip .item {
	float:left;
	display:block;
	padding: 0px 20px 20px 0;
}
div.press {
	clear:left;
}
.firstline{
	width:auto;
}
.nextline {
	clear:left;
	width:auto;
}
.floatleft {
	display:inline;
	float:left;
	padding: 0px 20px 40px 0;
}
div#gallerynav {
	background: gray;
	height:20px;
	width:100%;
	padding:5px 5px;
}
a.next {
	float:right;
}
a.prev {
	float:left;
}
div#description {
	background: gray;
	font-style: italic;
	font-size:0.85em;
	text-align: center;
	color:white;
}
div#imgdetails {
	width:100%;
	background: gray;
	font-size:0.85em;
	text-align: center;
}
.title {
	font-weight:bold;
}
.clear {
	clear:both;
}
.projectbtndesc {
	font-size:.8em;
}
td.gallerybtn {
	padding: 10px 20px 10px 0;
}
td.gallerybtn img {
	border:solid;
	border-width:8px;
	border-color:#aeab98;
	margin: 0 8px 4px 0;
	
}
/* --------------------------  end Gallery styling */

/* --------------------------  Projects styling */
p.projectdesc {
	font-size:.85em;
	color:#CCCCC0;
}
p.samprojectdesc {
	font-size:.75em;
	color:#CCCCC0;
}
ul#press li {
	font-size:.8em;
	font-style:italic;
}
p.sidedesc {
	color:#454440;
	font-style:italic;
}
/* --------------------------  end Projects styling */
/* --------------------------  Wordpress Styling */

	/* Begin Structure */
	.post {
		text-align: left;
		}

	hr {
		display: block;
		color:white;
		clear:both;
		}

	div.post {
		padding: 0px 20px 5px 20px;
		-webkit-border-radius: .6em .6em;	/* Progressive enhancement */
		-moz-border-radius: .6em .6em;		/* Progressive enhancement */
		clear:left;
		}

	div.post h3 {
		border:none;
		font-size:1.1em;
		}
	h2#tagline, h3#tagline {
		padding:20px 0 0 20px;
		}
	.alignleft {
		float:left;
	}
	.alignright {
		float:right;		
	}
	
	div.navigation {
		padding: 10px 10px 30px 10px;
		margin-bottom:20px;
		border-top:1px solid white;
		border-bottom:1px solid white;
	}
	div#comments {
		margin: 20px 20px;
		clear:both;
	}
	div.post img {
	}
	li.cat-item {
		float:left;
		display:block;
		
	}
	form#searchform div {
		float:right;
		display:block;
		clear:none;
		margin-bottom:20px;
	}

	.onecolumn {
		float: left;
		padding: 0 5px 20px 5px;
		margin: 0px 0 0;
		width: 750px;
		}
/* --------------------------  end WP Styling */