/*
Dropdowns adapted from
http://www.alistapart.com/articles/hybrid
March 30, 2005
Hybrid CSS Dropdowns
by Eric Shepherd
*/

body{
	font-family: arial, verdana, sans-serif; font-size: 10pt;
	background-color: #466;
}
body.whitepage{
	background: white;
	color:black;
}
div, p, h1, body {
	margin: 0;
	padding: 0;
}
ul, li, a{
	margin: 0;
	padding:0;
}
a:hover{
	color:#900;
}	

div#content {
	margin-top: 30px;

}
#header h1 {
	font-size: 1.5em; color: #456; background: #f0f6f6;
	line-height: 3em;
	text-align: center; 
	margin: 0;
	/*border-width: 0 0 2px 0; border-style: solid; border-color: #99f;*/
} 
div#navbar {
	font-family: arial,verdana, sans-serif; 
  font-weight: bold;
  font-size: 1em;
	background-color: #f0f6f6;
	padding: 10px 0 1px 0;
	border-bottom:1px solid #000;
	position: absolute;
	top: 0;
	width: 100%;
	height: 23px;
}
#navlist li {
  /*float the main list items*/
  display: block;
  padding-right:  20px;
  padding-left: 20px;
	background-color: #abb;
}
ul#navlist  {
	padding-left: 100px;
}
#navlist>li {	
	margin: 4px 4px 0 0;
	padding: 2px 25px 1px 22px; 
	border: 1px solid black;
  	float: left;
	list-style: none;
	color: white;
	background-color: #abb;
}

#navlist>li:hover {
	color: #900;
}
li:hover#darkgreen {
	color: red;
}
li#darkgreen  {
	border-bottom:1px solid #466;	
	background-color: #466;
}
li#whitetab  {
	border-bottom:1px solid white;
	color: black;	
	background-color: white;
}

/*#navlist li.off ul, #navlist li.on ul {*/
#navlist li ul {
  /*put the subnavs below and hide them all*/
  display: none;
  position: absolute;
  top: 32px;
  border: solid 1px black;
  background: #abb;
  /*height: 20px;
  left: 10px;*/
}
ul#paintings {
  position: absolute;  left: 195px;
	padding: 0;}
ul#drawings {
   position: absolute; left:295px;
	padding: 0;}
#navlist li ul li {
	height:20px;
	margin: 0;
}
#cutoutheader {
	color: white;
}
#navlist li ul li.sublist {
	padding-left: 5em;
}
/*
Finally, we’ll show the subnavigation bar for the active topic area.
The best way to do this if you want only one central, complete menu file, is 
with a body class of, say, “Home,” and corresponding selectors. For this article, 
which will be published in someone else’s body element and should remain self-sufficient, 
we have set a class of “on” to the active topic and “off” to the inactive topics.
*/

#navlist li:hover ul {
  /*display active subnav list*/
  display: block;
}

#navlist a {
  /*for all links in the list*/
  color: #fff;
  display: block;
  padding: 0;
	text-decoration: none;
}

#navbar a:link {
	color: #fff;
}
#navbar a:visited {
	color: #fff;
}
#navbar a:hover {
	color: #900;
}
li#darkgreen>a:hover{
	color: red;
}
li#whitetab>a:link{
	color: black;	
}
li#whitetab>a:visited{
	color: black;	
}
li#whitetab>a:hover{
	color: #900;	
}

/*==================================*/
body#singleimagepage {
	background: white;
	//width: 1000px;
	//margin-left:60px;
}
.shortheader {
	color: black;
	background-color:#f0f6f6;
	width: 100%;
	font-size: 10pt;
	margin: 0;
	padding: 0 10px 0 10px;
	border-bottom: solid 1px black;
}
.shortheader a{
	text-decoration: none;
	color:black;
}	
.shortheader a:hover{
	color:#900;
}	
.breadcrumbs {
	margin: 0;
	padding: 8px 5px 0 20px;
	font-style: italic;
}
div#content {
	padding: 50px 0px 0px 100px;
}

div#singleimage, div#singleimagehorz {
	padding: 70px 30px 30px 100px;
}
#singleimage img {
	float:left;
}
.singleimagetext{
	float:left;	
	color: black;
	padding-top: 30px;
	padding-left: 40px;
	font-size: 10pt;
}
.singleimagetexthorz {
	float:left;	
	color: black;
	padding-top: 15px;
	padding-left: 100px;
	font-size: 10pt;
}
.singleimagetext p {
	margin-bottom: 5px;
}
div.singleimagetexthorz {
	clear: both;
}
.singleimagetexthorz p {
	margin-bottom: 0;
}
span.title {
		font-style: italic;
	}
/*----------------------- cut-out page -------*/
span.series {
		font-weight: bold;
		font-size: 1em;
	}
.series a:link {
	color: black;
}
.series a:visited{
	color: black;
}
.series a:hover {
	color: #900;
}
	
/*----------------------- thumbnail page -------*/
div.intro {
	float:left;
	width: 200px; 
	font-size: 10pt;
	padding: 20px 20px 0 20px;
	margin: 20px 20px 0 20px;
	color: white;	 
}
.intro h1 {
	margin-bottom: 1em;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
}
.intro p {
	padding-bottom: 1em;
}
.whitepage div.intro {
	color: black;
}
	
/*styles for images*/

div.imagegroup {
	float:left;
	color: white;	 
	font-size: 10pt;
	margin: 15px;
}
.imagegroup img {
	background: #ccc;
	padding: 10px;
	border: 0;
}	
.whitepage div.imagegroup {
	color: black;
}
.whitepage .imagegroup img {
	background: white;
	padding: 0;
	margin: 10px;
}
.horizontal p,.vertical p {
	padding-top:20px;
	font-weight: bold;
	color: #466;
	text-align: left;
}
.horizontal p.ongreen,.vertical p.ongreen {
	color: #f0f6f6;
}
img.thumb {
	height:150px;
}
img.thumbborder {
	border: solid 1px #ddd;
	height:150px;
}
img.thumbborderwhite {
	border: solid 1px white;
}

.imagegroup p {
	line-height: 8pt;

	padding: 0; 
	margin: 0;
}
/*=============  bio ==========================*/
div#bio {
	margin-top: 60px;
}
#bio table {
	margin-left: 10%;
	width: 80%;
}
#bio table td {
	padding:8px 14px 0 4px;
}
#bio table th {
	padding:8px 14px 8px 4px;
	text-align: left;
}
#bio td.head1 {
	font-weight: bold;
	vertical-align: top;
}
#bio td.exhibityear {
	text-align: right;
	vertical-align: top;
}
/*=============  contact ======================*/
div#contact {
	padding-top: 50px;
}
#contact p {
	padding-top: 20px ;
	text-align:center;
	font-weight: bold;
}
#contactnn p.mailto {
	padding-top: 2em;
}
