body {
	color: #707070; 
	font-size: 0.7em;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #b3b3b3;
	text-decoration: none;
}

p {
	margin: 7px 0px 7px 0px;
	padding: 3px;
}

h2 {
	padding: 0px;
	margin: 0px;
}

/* layout structure */

#container {
	margin: 0px;
}

#content {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 800px;
}

#column1 {
	width: 170px;
	float: left;
	margin: 0px 0px 0px 0px; 
}

#column2 {
	width: 630px;
	float: left;
	margin: 5px 0px 0px 0px; 
}

#subcolumn {
	margin:0px 0px 0px 130px;
}

#title {
	color: #5b5b5b;
	position: absolute;
	top: 65px;
	left: 220px;
}


/* navigation */

ul#nav { 
	padding-left: 70px;
	padding-top: 0px;
	margin: 0px 0px 0px 0px; 
	list-style-type:none; 
	line-height: 1.3;
	text-align:left; 
}
	
ul#nav li a {  
	text-decoration:none; 
	margin: 0px 15px 0px 0px; 
}

ul#nav li a:hover { 
	color: #2a2a2a;
	list-style-image: url(images/plus_hover.gif);
	margin: 0px 0px 0px 0px; 
}

/* landing */ 

#landingimage {
padding: 65px 20px 20px 20px;
}

.short {
	width: 225px;
}

/* artists */

ul.artists {
	margin:0px 0px 0px 0px; 
	list-style-type:none; 
	font-size: 1.25em;
	line-height: 1.3;
	text-align:left; 
}

ul.artists li a { 
	color: #5b5b5b; 
	text-decoration:none; 
	margin:0px 5px 0px 0px; 
}

#gallery {
	width: 400px;
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
}

/* lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
	
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 100% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 100% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1em;
	overflow: auto;
	width: 100%	
}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 95%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	padding-bottom: 5px;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 0px; padding-top: 4px;	}			
#imageData #bottomNavClose{ width: 66px; float: right; margin: 2px;}	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #ededed;
}
	
html, body {
	height:100%;
	min-height:100%;
}

/* exhibitions */

#currentex {
	border: 0 solid #ccc;
	//background-color: #efefef;
	width: 350px;
	height: 140px;
	margin-top: 5px;
	padding: 5px;
}

#pastex {
	//background-color: #efefef;
	width: 350px;
	height: 120px;
	margin-top: 20px;
	padding: 5px;
}

.nameheadminor {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-transform: inherit;
	vertical-align: top;
}

.participants {
	vertical-align: top;
	float: right;
}
	
.eximage {
	float: left;
}

.exdetail {
	color: #666;
	padding-bottom: 15px;
	width: 245px; 
	float: right;
}

/* bio */

#bio {
	color: #000000;
	width: 640px;
	margin: 0px 0px 0px 40px;
}

.bioheader {
	color: #000000;
	text-transform:uppercase;
}

.namehead {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
	
.biodate {
	padding-right: 12px;
	color: #000000;
}

/* about */

#about {
	margin: 0px 0px 0px 40px;
	font-size: 12px;
	color: #000000;
}

/* press */

.pressheader {
	color: #000000;
	text-transform:uppercase;
	font-weight: bold;
}

#press {
	color: #000000;
	font-size: 12px;
	margin: 20px 0px 0px 40px;
	width: 620px;
}

#presslist {
	color: #000000;
	font-size: 11px;
	line-height: 2.1;
	margin: 20px 0px 0px 40px;
	width: 620px;
}

#press a {
	color: #5b5b5b;
}

.pressemph{
	color: #740000;
	font-weight: bold;
}

.date {
	font-style: italic;
	color: #707070;	 	
}

#article {
	font-size: 1.1em;
	color: #2a2a2a;
	margin: 20px 0px 0px 40px;
	width: 600px;
	
}

/* news */

#news {
	margin: 20px 0px 0px 40px;
}

#newsitem {
	width: 680px;
	height: 110px;
	margin-top: 15px;
	padding: 5px;
}

.newsdetail {
	font-size: 12px;
	color: #666;
	width: 580px;
	padding-bottom: 15px;
	float: right;
}

/* press */



/* basic styles */

.bold {
	font-weight: bold;
}

.active a {
	color: #5b5b5b;
	background-image: url(images/plus_hover.gif) top right;
}

/* font styles 040408 */

#landingimage h1 { font-family:Arial; font-size: 22px; color:#5b5b5b; line-height: 28px; margin: 80px 0 9px 0; }
#landingimage h1 a {  }
#landingimage h1 a:hover { text-decoration:underline; }
#landingimage h2 { font-family:Arial; font-size: 14px; color:#808080; line-height: 18px; margin:0 0 15px 0; }
#landingimage h2.headertest { font-size: 16px; }
#landingimage p { font-family:Arial; font-size: 12px; color:#808080; line-height: 16px; margin:10; }
#landingimage p a:hover { text-decoration:underline; }
#landingimage h3 { font-family:Arial; font-size: 20px; color:#B22222; line-height: 18px; margin:40px 0 10px 0; }
#landingimage h3 a:hover { text-decoration:underline; }
.homeheaderhilite { color:#B22222; }
#landingimage h4 { font-family:Arial; font-size: 16px; color:#000000; line-height: 0px; margin:10px 0 45px 0; }
#landingimage h5 { font-family:Arial; font-weight: bold; font-size: 12px; color:#000000; line-height: 10px; margin:10px 0 0px 0; }
#landingimage h6 { font-family:Arial; text-decoration:underline;font-weight: bold; font-size: 12px; color:#696969; line-height: 0px; margin:25px 0 0px 0; }
#landingimage h7 { font-family:Arial; font-weight: bold; font-size: 14px; color: #696969; line-height: 26px; margin:45px 0 0px 0; }
#landingimage h8 { font-family:Arial; font-size: 14px; color: #a19b2c; line-height: 10px; margin:10; }
#landingimage h9 { font-family:Arial; font-size: 12px; color:#696969; line-height: 15px; margin:10; }
#landingimage h10 { font-family: Arial, "Lucida Grande", Verdana, sans-serif, fantasy; font-size: 20px; color: #2b2b2b; line-height: 200px; margin:50px 50 65px 100; }

a span.underline { text-decoration:underline; }
#bio a { color:#000000; }
#bio a:hover { color:#b3b3b3; }