@charset "utf-8";
/* CSS Document */

body{
	background:#000000;
	margin:0px;
	font:12px Arial, Helvetica, sans-serif;
	color:#8c8c8c;
	}

.clear{
	clear:both;
	}
	
img{
	border:none;
	}

a{
	color:#fff;
	text-decoration:none;
	}
	
a:hover{
	color:#8c8c8c;
	}

.shell{
	width:757px;
	margin:0px auto;
	}
	
img.header{
	margin-top:47px;
	}

/* Navigation */
.navigation{
	margin-top:13px;
	}
	
.navigation a{
	float:left;
	display:block;
	position:relative;
	height:27px;
	}
	
.navigation a.gallery{
	width:57px;
	background:url(../imgs/navigation/01_gallery.gif) no-repeat top left;
	}
	
.navigation a:hover.gallery, .navigation a.gallery_on{
	width:57px;
	background:url(../imgs/navigation/01_gallery.gif) no-repeat bottom left;
	}
	
.navigation a.exhibitions{
	margin-left:97px;
	width:97px;
	background:url(../imgs/navigation/02_exhibitions.gif) no-repeat top left;
	}
	
.navigation a:hover.exhibitions, .navigation a.exhibitions_on{
	margin-left:97px;
	width:97px;
	background:url(../imgs/navigation/02_exhibitions.gif) no-repeat bottom left;
	}
		
.navigation a.bio{
	margin-left:108px;
	width:38px;
	background:url(../imgs/navigation/03_bio.gif) no-repeat top left;
	}
	
.navigation a:hover.bio, .navigation a.bio_on{
	margin-left:108px;
	width:38px;
	background:url(../imgs/navigation/03_bio.gif) no-repeat bottom left;
	}
	
.navigation a.contact{
	margin-left:124px;
	width:71px;
	background:url(../imgs/navigation/04_contact.gif) no-repeat top left;
	}
	
.navigation a:hover.contact, .navigation a.contact_on{
	margin-left:124px;
	width:71px;
	background:url(../imgs/navigation/04_contact.gif) no-repeat bottom left;
	}
	
.navigation a.links{
	margin-left:112px;
	width:53px;
	background:url(../imgs/navigation/05_links.gif) no-repeat top left;
	}
	
.navigation a:hover.links, .navigation a.links_on{
	margin-left:112px;
	width:53px;
	background:url(../imgs/navigation/05_links.gif) no-repeat bottom left;
	}
	


/* GALLERY */
.gallery_shell{
	position:relative;
	top:18px;
}

.gallery_shell .left{
	float:left;
	width:370px;
}


.gallery_shell .right{
	float:left;
	width:370px;
	padding-top:8px;
}

img.gallery_image{
	margin-bottom:10px;
	display:block;
	}

.subnav a, .subnav img{
	float:left;
	display:block;
	position:relative;
	height:24px;
	}
	
.subnav a.paintings{
	width:70px;
	background:url(../imgs/paintings.gif) no-repeat top left;
	}
	
.subnav a:hover.paintings, .subnav a.paintings_on{
	width:70px;
	background:url(../imgs/paintings.gif) no-repeat bottom left;
	}
	
.subnav a.drawings{
	width:76px;
	background:url(../imgs/drawings.gif) no-repeat top left;
	}
	
.subnav a:hover.drawings, .subnav a.drawings_on{
	width:76px;
	background:url(../imgs/drawings.gif) no-repeat bottom left;
	}
	
.subnav a.commissions{
	width:106px;
	background:url(../imgs/commissions.gif) no-repeat top left;
	}
	
.subnav a:hover.commissions, .subnav a.commissions_on{
	width:106px;
	background:url(../imgs/commissions.gif) no-repeat bottom left;
	}

a.gallery_set{
	display:block;
	float:left;
	font:18px Arial, Helvetica, sans-serif;
	color:#8c8c8c;
	text-decoration:none;
	margin:15px 21px 0px 0px;
	width:13px;
	}
	
a:hover.gallery_set, a.gallery_set_on{
	color:#fff;
	display:block;
	float:left;
	font:18px Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:15px 15px 0px 0px;
	margin:15px 21px 0px 0px;
	width:13px;
	}
	
	
/* Exhibition */
.subnav a.past{
	width:36px;
	background:url(../imgs/past.gif) no-repeat top left;
	}
	
.subnav a:hover.past, .subnav a.past_on{
	width:36px;
	background:url(../imgs/past.gif) no-repeat bottom left;
	}

.subnav a.future{
	width:53px;
	background:url(../imgs/future.gif) no-repeat top left;
	}
	
.subnav a:hover.future, .subnav a.future_on{
	width:53px;
	background:url(../imgs/future.gif) no-repeat bottom left;
	}


.exhibition_shell{
	position:relative;
	top:45px;
}

.exhibition_shell .left{
	float:left;
	width:232px;
}


.exhibition_shell .right{
	float:left;
	width:357px;
	padding-top:8px;
}


img.exhibition{
	clear:both;
	margin-top:50px;
	}
	
	
/*BIO & CONTACT*/

img.bio, img.contact{
	margin-top:18px;
	}
	

/* FORMS */

.admin_shell{
	position:relative;
	top:25px;
	}

input.text{
	width:300px;
	height:12px;
	padding:3px;
	font:11px Arial, Helvetica, sans-serif;
	border:1px #747474 solid;
	background:#fff;
	margin-bottom:10px;
	}

textarea.text{
	width:300px;
	height:25px;
	padding:3px;
	font:11px Arial, Helvetica, sans-serif;
	border:1px #747474 solid;
	background:#fff;	
	padding-bottom:10px;
	}
	
input.file{
	width:340px;
	height:22px;
	padding:3px;
	font:11px Arial, Helvetica, sans-serif;
	border:1px #747474 solid;
	background:#fff;
	margin-bottom:10px;
	}
	
select{
	width:309px;
	padding:3px;
	font:11px Arial, Helvetica, sans-serif;
	border:1px #747474 solid;
	background:#fff;	
	}
	
select.date{
	padding:3px;
	font:10px Arial, Helvetica, sans-serif;
	border:1px #747474 solid;
	background:#fff;	
	}
	
th{
	text-align:left;
	vertical-align:top;
	}

td, th{
	padding-bottom:5px;
	}

h1{
	font:18px Arial, Helvetica, sans-serif;
	color:#8c8c8c;
	}