@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}/*Clear out margins and padding*/

body {
	background: #f4e5c6;
	font-size: 85%;
}

#wrapper {/*Sets the width of the div and centers it*/
	width: 1000px;
	margin: 0 auto;
	background: #fff url(../images/background.jpg) no-repeat;
}

*html #wrapper {
	text-align: center;/*Centers the div in IE6*/
}

#branding {
	background: #fff url(../images/header.jpg) no-repeat; 
	height: 100px; 
	width: 1000px;	
}

#branding p {
	text-indent: -99999em; /*Move the text off the page*/
}

#nav {
	margin: 36px 0 0 0;
}
#nav ul#mainnavlist {
	list-style: none;
	margin: 5px 6px 0 0;
}
#nav ul#mainnavlist li a {
	display: block;
	height: 50px;
	text-decoration: none;
}
#nav ul#mainnavlist li a span {
	visibility: hidden;
}
#nav ul#mainnavlist li a.homebutton {
	background: url(../images/button-home.jpg); 
}
#nav ul#mainnavlist li a.homebutton:hover {
	background: url(../images/button-home-over.jpg);
}
#nav ul#mainnavlist li a.biobutton {
	background: url(../images/button-bio.jpg); 
}
#nav ul#mainnavlist li a.biobutton:hover {
	background: url(../images/button-bio-over.jpg);
}
#nav ul#mainnavlist li a.gallerybutton {
	background: url(../images/button-gallery.jpg); 
}
#nav ul#mainnavlist li a.gallerybutton:hover {
	background: url(../images/button-gallery-over.jpg);
}
#nav ul#mainnavlist li a.pricingbutton {
	background: url(../images/button-pricing.jpg); 
}
#nav ul#mainnavlist li a.pricingbutton:hover {
	background: url(../images/button-pricing-over.jpg);
}
#nav ul#mainnavlist li a.contactbutton {
	background: url(../images/button-contact.jpg); 
}
#nav ul#mainnavlist li a.contactbutton:hover {
	background: url(../images/button-contact-over.jpg);
}
#container {/*Encloses the two main columns*/
	width: 1000px;
}
#maincontent {
	width: 850px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#maincontent h1 {
	color: #3399ff;
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1em 12px .5em 12px;
}
#maincontent h1.light {
	color: #fff;
}
#maincontent h2 {
	font-size: 115%;
	margin: 0 12px;
	color: #003300;
}
#maincontent h3 {
	font-size: 100%;
	margin: 0 12px;
	color: #003300;
}
#maincontent p {
	color: #003300;
	margin: 0 12px .75em 12px;
}
#maincontent a, #sidebar a {
	color: #003300;
}
#maincontent a:hover, #sidebar a:hover {
	background: #003300;
	color: #fff;
}
#maincontent ul {
	list-style: square;
	padding: 0 2em 1em 3em;
	color: #003300;
}
#homepagepic {
	height: 478px;
	background: url(../images/homepagepics.jpg) no-repeat;
}
#contentbox {
	margin: 2em;
	border: 4px solid #3399ff;
	background: #fff;
	padding: 1em;
}
#artiststatement {
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	margin: 0 3em 0 0;
	color: #0976bb;
}
#sidebar {
	float: left;
	width: 150px;
}
#sidebar #sidebartextbox ul#gallerynav {
	margin: 3em 0 0 2em;
	list-style: none;
	font-family: "Arial" "Helvetica", "sans-serif"; 
	color: #fff;   
	padding: 0 0 20px 0;
}
#sidebar #sidebartextbox ul#gallerynav li {
	padding: 2px;
}
#sidebar #sidebartextbox ul#gallerynav li a {
	text-decoration: none;
	color: #fff;
	padding: 2px;
}
#sidebar #sidebartextbox ul#gallerynav li a:hover {
	color: #007dc1;
	background: #fff;
}

p.firstline:first-letter {
	font-size: 300%;
	color: #003300;
	float: left;
}

/*Styles for the Gallery pages*/
div.thumbnail {
	width: 120px; 
	height: 175px; 
	float: left; 
	padding: 0; 
	font-family: "Arial" "Helvetica", "sans-serif"; 
	font-size: .9em;
}
div.thumbnail dl {
	width: 100px;
}
div.thumbnail dt img {
	border: solid 3px #fff;
}
div.thumbnail dt img:hover {
	border: solid 3px #3399ff;
}
div.thumbnail dd {
	text-align: center;
}
div.thumbnail dd.details {
	font-style: italic;
}
/*************Contact Form**************************************/
form {
	font-size: 95%;
	margin-bottom: 1em;
}
fieldset {
	border: 1px solid #007dc1; ;  
	margin-bottom: 1em;
}
legend {
	color: #fff;
	background: #007dc1;
	border: 1px solid #007dc1;
	padding: 2px 6px; 
	margin-bottom: 1em; 
	margin-left: .5em;
}
label {
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
input.submit {
	color: #fff;
	background: #007dc1;
	border: 2px outset #007dc1;
	margin: 0px 0px 1em 10px;
}
/*=================================FOOTER========================================*/
#address {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: .5em;
	clear: both;
}

#siteinfo {
	width: 1000px;
	margin: 1em auto 1em auto;
	font-size: .75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	clear: both;
}

#siteinfo a {
	color: #000;
	text-decoration: none;
}

/*Global classes*/
.picright {
	float: right;
	margin: .25em;
}

.picleft {
	float: left;
	margin: .25em;
}