body	{
	background: #fff;
	}
	
/* white space reset */
div, ul, p, form, h1, h2, h3, h4, dl, dt, dd	{
	margin: 0;
	padding: 0;
	}

a	{
	outline: none;	/* keeps FF from showing dotted border on links */
	}
	
#site-wrapper	{
	color: #6d6d6d;
	font: 12px "Open Sans", helvetica, sans-serif;
	font-weight: 400;
	margin: 48px auto 0;
	padding-bottom: 50px;
	width: 1200px;
	}
	
#header	{
	}
	
#name, #title	{
	color: #21595b;
	/*color: #3e5a5b;*/
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	}
	
#name	{
	float: left;
	letter-spacing: 0.125em;
	}
	
#title	{
	float: right;
	font-size: 18px;
	padding-top: 5px;
	}
	
#menu	{
	clear: both;
	margin-top: 26px;
	border-top: 1px solid #707070;
	}
	
#content	{
	margin-top: 75px;
	}
	
#home #content	{
	text-align: center;
	}
	
#footer	{
	font-size: 10px;
	margin-top: 100px;
	text-align: center;
	}
	
.clearfix:after	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
a:link, a:active, a:visited, a:hover	{
	color: #d86208;
	text-decoration: none;
	}
	
a:hover	{
	text-decoration: underline;
	}
	
	
/* navigation - based on CSS Menu Maker, cssmenumaker.com */

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  /*height: 49px;*/
  border-top: 1px solid #707070;
  margin-top: 26px;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #6d6d6d;
  display: inline-block;
  /*line-height: 49px;*/
  padding: 0 15px;
  text-decoration: none;
}
#cssmenu a.primo	{
	padding-left: 0;
	}
#cssmenu a.ultimo	{
	padding-right: 0;
	}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
  margin-left: 44px; /* dhp addition */
}
#cssmenu > ul >li.first	{ /* dhp addition */
	margin-left: 0;
	}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
}
#cssmenu > ul > li ul a {
  color: #6d6d6d;
}
#cssmenu .has-sub {
  z-index: 1000;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: /*200px;*/ 150px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #f1f1f1;
  border-bottom: 1px dotted #f7f7f7;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
#cssmenu .has-sub ul li:hover a {
  background: #d8d8d8;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #d8d8d8;
  border-bottom: 1px dotted #e7e7e7;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #bebebe;
}
	
/* end navigation */

/* on states */
	
#home #cssmenu li.active a, #bio a#biography, #paintings a#works-painting,
#works-on-paper a#paper, #other-works a#other	{
	color: #d86208;
	}

p	{
	margin-bottom: 18px;
	}
	
p.narrow	{
	margin-bottom: 12px;
	width: 600px;
	}
	
h2	{
	margin-top: 36px;
	margin-bottom: 18px;
	}
	
dt	{
	clear: left;
	float: left;
	}
	
dd	{
	float: left;
	margin-left: 50px;
	padding-bottom: 12px;
	}
	
/* slider styles */

.image-caption	{
	float: left;
	margin-top: 270px;
	padding: 0 20px;
	width: 168px;
	}
	
.image	{
	float: left;
	text-align: center;
	width: 523px;
	}

	

