/* STYLED TAGS */
* {
 font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
 color: #000000;
}

body {
	background-color:#737e76;
}

a, a:link, a:visited {
	text-decoration: none;
	border: 0;
	color: #294459;
}

a:hover {
 font-weight:bold;
 border-bottom: 1px dotted #294459;
}

p {
	font-size: 12px;
}

p.footerText {
	line-height: 25px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #294459;
}

.highlight {
   color: #294459;
   font-style: italic;
}

.highlightBold {
	color: #294459;
	font-style: italic;
	font-weight: bold;
}

#page {
	width: 700px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
}

#pageFooter {
	font-size: 12px;
	text-align: center;
	width: 700px;
	height: 10px;
	color: #42332c;
	border-top: 1px double #42332c;
	border-bottom: 1px solid #42332c;
	position:relative;
	overflow:hidden;
	margin-top:100%;
	display:table-cell;
	vertical-align:middle;
}

p.centered {
	color: #42332c;
	_position: relative;
	_top: -50%
}

#title {
	color:#32190d;
	float: left;
	font-size: 36px;
	font-weight: bold;
	width: 100%;
	text-align:left;
	clear:both;
}

#title.short{
	font-size: 24px;
	width: 695px;
	border-bottom: 1px dotted #42332c;
	padding-left:5px;
}

#menu div a, #menu div a:link {
	color: #42332c;
	text-decoration: none;
}

#menu div a:hover {
	font-weight: bold;
}

#menu {
	width: 100%;
	height: 20px;
	border-top: 1px solid #42332c;
	border-bottom: 2px solid #42332c;
}

#menu div {
	width:100px;
	height: inherit;
	float: left;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-align:left;
}

#menu div.selected {
	font-weight: bold;
}

#content {
	width: 700px;
	vertical-align:bottom;
	overflow:visible;
	clear: both;
	margin-left:auto;
	margin-right:auto;
}

#content div img {
	width: 660px;
	border-style: double;
	border-width: 4px;
	border-color: #42332c;
	padding: 16px;
	background-color: #a9a19a;
    /*outline: 1px solid #42332c; */
}

#content #indexnav {
	border-top: 2px solid #42332c;
	border-bottom: 1px solid #42332c;
	width: 100%;
	height: 25px;
}

#content #indexnav div {
	width: 150px;
	height: inherit;
	font-size:18px;
	text-align: left;
	vertical-align:middle;
	float: left;
}
#content #indexnav div.filler {
	width: 225px;
	vertical-align:top;
}

#content #indexnav div a {
	text-decoration: none;
	color: #42332c;
}

#indexnav div a:hover, #indexnav div a:active {
	font-weight: bold;
}

#gallery {
	width: 100%;
	height: 1000px;
	overflow:visible;
}

#gallery.short{
	width: 100%;
	height: 500px;
	overflow:visible;
}

#paintings_divider 
{
	height: 0px;
}

#paintings1_text {
	width: 300px;
	float: left;
	clear: both;
	padding: 5px;
}	

 #paintings2_text {
	width: 200px;
	float: left;
	clear: both;
	padding: 5px;
}	



#drawings1_text, #drawings2_text {
	width: 200px;
	float: left;
	clear: both;
	padding: 5px;
}	

#paintings1_gallery {
	width: 350px;
	float: right;
	overflow:visible;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	z-index: 10;
}	

#paintings2_gallery {
	width: 450px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}	

#drawings1_gallery, #drawings2_gallery {
	width: 450px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}	

#resume {
	padding: 10px;
}

#resume ul {
	padding-left: 20px;
}

#resume ul li ul {
	padding-left: 40px;
}

#resume li {
	font-size: 12px;
}

#exhibits {
	width: 100%;
	height: 1500px;
	clear: both;
}

#exhibits div {
	padding: 5px;
}

#exhibit_divider 
{
	clear: both;
	height: 0px;
}

#exhibit1, #exhibit2 {
	clear: both;
}

#exhibit1_text, #exhibit2_text {
	width: 350px;
	float: left;
}	

#exhibit1_image, #exhibit2_image {
	float: left;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}	

#exhibit1_image img, #exhibit2_image img {
	border: 1px solid #000000;
	width: 300px;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	color: #42332c;
}

form label.required {
	font-weight: bold;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  width: 450px; 
}

form fieldset {
  clear: both;
  border: 1px solid #42332c;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    color: #42332c;
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would lessen cognitive load */
}

form br {
	clear:left;
}

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form input{
	display: block; /* inline display must NOT be set or will hide submit buttons in IE 5x mac */
	width:200px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form textarea {
	display: block; /* inline display must NOT be set or will hide submit buttons in IE 5x mac */
	width:400px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}



/* Gallery Styling */
#jgal { 
	list-style: none;
	width: inherit;
}

#jgal li { 	
	float: left; 
	display: block; 
	width: 80px; 
	height: 80px;
	cursor: pointer; 
	border: 3px solid #fff; 
	margin-right: 14px; 
	margin-bottom: 14px;
	overflow:hidden;
}

#jgal li a img {
	height: 90px;
	border: 0;
}

#jgal li a {
	text-decoration:none;
}
	
#jgal li:hover { 
	border: 3px solid #42332c;
}