@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:#f4ae75;
}
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: 860px;
	margin-right: auto;
	margin-left: 30px;
}
div#contentwrap {
	/*margin: 0px 0px 0px 0px;*/ /* Setting to zero is futile, margins are auto*/
	/*border: 3px solid black;*/
	margin:0 0;
	height:auto;
	width: 860px;
	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:410px; /* 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: 325px; /* 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 {
	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;
	clear:both;
}
div#mailinglist label {
	padding-top:15px;
	clear:both;
}
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;
}
div#thumbs {
	display:block;
	clear:right;
}
div#backlinks {
	display:block;
	clear:left;
}
div#thumbs  li{
	cursor:pointer;
}
#main img {
	cursor:pointer;
}
a.next {
	float:right;
}
a.prev {
	float:left;
}
div#description {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	text-align: center;
	color:white;
	clear:both;
}
div#imgdetails {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	padding:10px 0 0 0;
	width:100%;
	text-align: center;
	clear:both;
}
.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;
	
}
	/* --------------------------  jqModal base Styling courtesy of;
		Brice Burgess <bhb@iceburg.net> */
	
	/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
		the Window's z-index value will be set to 3000 by default (via jqModal.js). */
		
	.jqmWindow {
		display: none;
		position: fixed;
		top: 5%;
		left: 50%;
		margin-left: -380px;
		margin-top:0;
		background-color: #292929;
		color: #FFF;
		border: 1px solid black;
		padding: 12px;
	}
	.jqmWindow
	a.jqmClose {
		float:right;
		display:block;
	}
	.jqmWindow p {
		margin: 0 0;
	}
	.jqmWindow img {
		clear:left;
		float:left;
		display:block;
	}
	
	.jqmOverlay { background-color: #ccc; }
	/* --------------------------  End jqModal CSS */

/* --------------------------  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 h3 {
		border:none;
		font-size:1.1em;
		}
	h2#tagline, h3#tagline {
		padding:20px 0 0 20px;
		}
	h3.pagetitle {
		border-top:1px solid white;
		border-bottom:1px solid white;
		padding:20px  20px;
		font-family:"Courier New", Courier, monospace;
		font-size:1.5em;
	}
	.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 */

/* Articles Worpress CSS*/
acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

cite {
	font-weight:200;
}
ol.commentlist li p {
	margin: 0 0;
}
ol.commentlist li {
	border: white 1px dashed;
	padding: 10px 10px;
	margin: 20px 10px 20px 0px;
}

.feedback {
	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: -1px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}
.post {
	background: #363636;
	margin:25px 20px;
	padding:20px 20px;
	-webkit-border-radius: .6em .6em;	/* Progressive enhancement */
	-moz-border-radius: .6em .6em;		/* Progressive enhancement */
	clear:left;
}
.post h3 {
	font-size: 1.2em;
}
.post p:first-child {
	margin-top:20px;
}
.post ol {
	padding: 0 0 20px 35px;
	margin: 0;
	}

.post ol li {
	list-style: decimal outside;
	margin:7px 0 8px 10px;
	}
.post img.alignright {
	margin: 0  0px 20px 20px;
}
.author {
	background: none;
	border: 1px gray solid;
	padding: 15px;
	font-size:0.9em;
	line-height:1.5em;
}
	
.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

.feedback {
	border-top: gray solid 1px;
}
.thread-even, .thread-odd {
	margin:20px 0;
	padding:20px;
}
.thread-even {
	border: gray dashed 2px;
}
.thread-odd {
	border: gray solid 2px;
}
#content {
	margin-right:6em;
	padding-right: 60px;
}

#menu {
	position:absolute;
	left:790px;
	top:148px;
	margin:10px 0px;
	border: 1px solid #ccc;
	right: 2px;
	width: 14em;
	background-color: #363636;
	padding: 20px 20px;
	font-size: .8em;
}

#menu ul {
	list-style-type: none;
	margin: 0;
}

#menu ul li {
	float:left;
	clear:both;
	letter-spacing: 0.1em;
	margin-top: 8px;
	padding-bottom: 8px; border-bottom: dotted 1px #ccc;
	font-weight: bold;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: .8em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	font-weight:normal;
	border: 0;
	font-size:1.0em;
	letter-spacing: 0;
	line-height:1.6em;
	margin-top:10px 0 0;
	padding: 0;
	padding-left: 10px;
}
#menu input {
	margin: 8px 0 3px 0;
}
#menu label {
	margin: 5px 0;
	font-size: .8em;
	font-weight:normal;
}
li#search label{
	font-size: 1em;
	font-weight:bold;

}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

/* end Articles Wordpress CSS */
