/*

burg	#700
tan		#efefef
dark beige:	#e6e6d9
darkest	#d5d5c1
*/


* { margin: 0; padding: 0; }

html body {
	background: #e6e6d9 url(images/sitewide/bg03.gif) center repeat fixed;
	color: #222;
	
	font: normal 90%/130% Georgia,"Times New Roman",Times, serif;
	}
/*
p {font: italic small-caps bold .9em/1.1 arial,helvetica,sans-serif;}

In most cases you'd specify just the size and face, like this:

p{font:.9em arial,helvetica,sans-serif;}
*/




div#header {
	width: 720px;
	height: 100px;
	margin: 0 auto;
/*	background: #d5d5c1 url(../images/sitewide/logo-01.gif) 20px 15px no-repeat; */
	
	background: #d5d5c1 url(images/header/tubes.jpg) right top no-repeat;
	color: inherit;
	
	border-bottom: 0px solid #700;
	}
	
	div#header img { margin: 10px 0 0 25px; border: 0; }


body#arts div#header { background-image: url(images/header/pencils.jpg); }
body#cont div#header { background-image: url(images/header/brushes.jpg); }
body#news div#header { background-image: url(images/header/pastels.jpg); }
body#help div#header { background: url(images/header/paint.jpg) center right no-repeat;}

div#header p { display: none; }


div#page {
	width: 720px;
	margin: 0 auto;

	}



/* nav */
div#nav {
	float: left;
	
/*	background: url(images/sitewide/your-art-badge2.gif) bottom center no-repeat;
	
	padding: 0 0 120px 0;
*/	
	}
	
	div#nav ul {
	list-style: none;
	text-align: right;
	
	}
	
	div#nav ul li a {
		padding: 15px; width: 130px;
		text-decoration: none;
		display: block;
		color: #700; background: #e6e6d9;
	
		
		}
	div#nav ul li a:hover {
		background: #d5d5c1; color: #700;
		}


div#nav ul li ul { display: none; }

body#home li a#hom,
body#arts li a#fas,
body#fram li a#pf,
body#help li a#hs,
body#cont li a#cu,
body#news li a#ne {
	background: #efefe7; color: #700;
	}

body#home li a#hom:hover,
body#arts li a#fas:hover,
body#fram li a#pf:hover,
body#help li a#hs:hover,
body#cont li a#cu:hover,
body#news li a#ne:hover {
	cursor: default;
	}


/* content */
div#content {
	width: 539px;
	margin-right: 0px;
	padding: 10px;
	float: right;
	background: #efefe7;
	color: inherit;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	}


p {
	margin: 0 0 1em 0;
	}

h1 {
	margin: .0em 0 .4em 0;
	
	font-size: 1.6em;
	font-weight: normal;
/*	color: #eee; background: #700; */
	color: #700; background: inherit;
	padding: .2em;
	
/*	font-family: arial,helvetica,sans-serif; */
	}



h2 { font: bold 1.2em/1.2 arial,helvetica,sans-serif;
clear: both;}


h4 {
	font-size: 1em;
	font-weight: bold;
	display: inline;
	}
	h4 + p { display: inline; }


/* footer */
div#footer {
	height: 100px;
	margin: 0 auto; padding: 1em;
	clear: both;
	text-align: center;
	border-top: 0px solid #e6e6d9;
	width: 666px;
	}

div#footer p { font-size: .9em; margin: 0; }
div#footer p a { text-decoration: none; color: #700; }
div#footer p a:hover { text-decoration: underline; }
div#footer p a#credit { text-decoration: none; color: #333; }

/* img */

img.right {
	float: right;
	margin: 0 0 .6em 1em;
	}


img#finearts {
	float: right;
	margin: 28px;
	}

a img { border: 0; }

/* fine arts guild */
div#fineartsguild {
	width: 90%;
	margin: .6em auto;
	}

div#fineartsguild p a {
	display: block;
/*	height: 90px; */
	color: #333;
	text-decoration: none;
	background: #fff url(images/finearts/fine-arts-logo-sm.gif) 15px no-repeat;
	padding: 20px 10px 10px 100px;
	}
	div#fineartsguild p a:hover {
		background-color: #eef;
	}
/* lists */

dt { font-weight: bold; margin-top: .6em; color: #333; }

dd { text-indent: 0; }

dd.announce, dt.announce { color: #f00; }
div#content ul {
	margin: 1em 1.2em;
	}



/* product lists */

div.prodlist {
	width: 520px;
	border: 1px solid #ddd;
	background: #fff;
	margin: 0 0 1em 0;
}

div.prodlist dd { text-indent: 0em; }

p.clear{ clear: both; line-height: 0; }


div.prodlist dl.left, div.prodlist dl.right {
	width: 220px;
	padding: 7px 5px;
	border: 0px solid;
	}
div.prodlist dl.left {
	float: left;
/*	position: relative;
	left: .5em; */
}
div.prodlist dl { margin: 0 0 0 1em; }


dl.right {
	float: right;
	}


ul.left {
	float: left;
	width: 220px;
	margin: 0px;
	padding: 15px 0px;
	border: 1px solid;
	list-style-position: inside;
	list-style-type: square;
	position: relative;
	left: 10px;
}

ul.right {
	float: right;
	width: 220px;
	margin: 0px;
	padding: 15px 0px;
	border: 1px solid;
	list-style-position: inside;
	list-style-type: square;
}
p.no-space {
	clear: both;
}



/* testimonials */

blockquote {
	border: 1px solid #ddd;
	background: #fff;
	margin: 0 0 1em 0;	
	}

blockquote.pullquoteright {
	width: 200px;
	float: right;
	padding: 1em 0 0em 1em;
	margin: 0 0 0.8em 0.8em;
	}


/* panels */

div.panel {
	clear: right;
	width: 200px;
	float: right;
	border: 1px solid #ddd;
	background: #fff;
	margin: 0 0 1em 0;
	}


div.panel h5, div.panel p { margin: .6em; }
div.panel p strong { color: #060; }

div.panel#framedembroidery {
	background: #fff url(images/temp/panels/framed-embroidery-2.gif) center no-repeat;

	}



/* contact */
div#contact {
	clear: both;
	}
div#contact fieldset {
	width: 440px;
	margin: 0 auto;
	padding: 1em;
	color: #333;
	background: #e8ebe4;

	}
div#contact legend {
	padding: 2px 10px;
	color: #333;
	background: #e8ebe4;
	font-weight: bold;
	}


div#contact label {
	float:left;
	width: 33%;
	margin-right: 0.5em;
	text-align: right;
	}

div#contact textarea, div#contact  input[type="submit"] {
	width: 222px;
	}
div#contact input[type="submit"]{
	width: 100px;
	margin-left: 150px;
	}



/*
div#artbusiness {
	position: absolute;
	top: 0;
	right: 0;
	width: 187px;
	height: 96px;
	background: url(images/sitewide/art-business.gif) no-repeat;
	
	}
	div#artbusiness p { display: none; }
*/



div.entryform {
	width: 200px;
	float: right;
	background: #fff;
	padding: .8em 1em; margin: 0 0 1em 1em;
	border: 1px solid #ddd;
	text-align: center;
	} div.entryform p { margin-bottom: 0.4em; }


div#newslettersub {
	clear: both;
	
	border: 1px solid #333;
	background: #fff;
	
	padding: 1em;
	margin: 2em;
	
	text-align: center;
	}
