/* Fonts */
html{
	font-size: 100%;	
}

body{
	font-family: 'Hoefler Text', Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333;
}


body.relief {
  	background-color:#e6e5e3; 
	padding-left:8px;
}

body.drawings {
  	background-color:#c6c3be; 
	padding-left:8px;
}

body.paintings {
  	background-color:#eeedeb; 
	padding-left:8px;
}


body.mezzotints {
  	background-color:#d8d4d1; 
	padding-left:8px;
}

body.homepage {
  	background-image:url(../navimages/homepage.jpg); 
  	background-repeat:no-repeat;
	padding-left:8px;
}

body.illustration {
  	background-color:#b1aca6; 
	padding-left:8px;
}

body.contact {
 	padding-left:8px;
}

body.about {
	padding-left:8px;
}

body.links {
	padding-left:8px;
}


input, select, textarea{
	font-size: 100%;
}


#logo {
	margin-left: 5px;
	margin-top: 20px;
	}
	
#name {
	margin-left: 10px;
	margin-top: 5px;
	}
	
#nav {	
	position:relative;
	}
		
#nav ul {
	list-style: none;
    margin-left: 0px;
	padding-left:10px;
	margin-top: 30px;
}

.subnav {
	margin-top:40px;
}

#main {
	margin-left:285px;
	margin-top:-350px;
}


#mainAbout {
	margin-left:325px;
	margin-top:-265px;
	width:575px;
	font-size:14px;
}

#mainAbout img {
	float:right;
	padding:0 0 20px 20px;
}

#mainContact {
	margin-left:325px;
	margin-top:-265px;
	width:575px;
	font-size:14px;
}

#mainContact form {
	margin:10px 0;
}

#mainContact .formButton {
	margin-top:10px;
}

#mainContact img {
	float:right;
	padding:0 0 20px 20px;
}

/* ----- FORM ----- */

fieldset {
	border:none;
	margin-left:-8px;
}


h1{
	font: 3em/1em Arial, Helvetica, sans-serif;
}

h2{
	font: 1.5em/1.3em Arial, Helvetica, sans-serif;	
}

h3{
	font: bold 1.2em/1em Arial, Helvetica, sans-serif;	
}

/* Tag-specific */
html, body, form, fieldset, li, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, input{
	margin: 0;
	padding: 0;
}

dl, p, ul, ol{
	margin: 0 0 1em;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
	position:relative;
}

a img{
	border: none;
	}
	

a:hover {
	outline: none;
	text-decoration:underline;
}

dt{
	font-weight: bold;
}

body{	
	background: #fff;
}

form label{
	cursor: pointer;
}

img{
	border: none;
}

input{
	vertical-align: middle;
}

/* General */
#container{
	width: 650px;
	margin-left:285px;
	margin-top:-350px;
}

#picture-slides-container{
	/* Width HAS to be here for IE to render the filter */
	width: 100%;
}

#picture-slides-frame{
	clear:both;
	width: 650px;
	text-align: center;
	margin: 10px 0 0 0;
}

#picture-slides-thumbnails{
	float:right;
	width: 650px;
	margin-top: 0;
}

#picture-slides-thumbnails ul{
	list-style: none;
	width: 700px;
	margin: 10px 0 0px 10px;
	overflow: hidden;
}

#picture-slides-thumbnails ul li{
	float: left;
	margin: 0 5px 5px 0;
}

#picture-slides-thumbnails ul li a:focus{
	outline: 0;
	-moz-outline-style: none;
}

#picture-slides-thumbnails ul li img{
	cursor: pointer;
}

#picture-slides-thumbnails ul li .selected img{
	border:none;
}


#picture-slides-image-text{
	text-align: left;
	margin:10px 0 0px 10px;
	line-height:1em;
}

#picture-slides-image{
	margin-bottom: 0em;
}

#navigation-controls {
		float:left;
		position:relative;		
		line-height:1.2em;
		margin-left:-35px;
		margin-top:20px;
}

#image-counter{
	margin-left: 4px;

}

li.slideshow-item{
	margin-left: 3em;
}

#picture-slides-dim-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	display: none;
	z-index: 10;
}

ul#navigation-controls a.disabled{
	color: #ccc;
}

a#stop-slideshow{
	display: none;
}

#copyright {
	clear:both;
	
	padding-left:8px;
	padding-top:10px;
	font-size:10px;
	line-height:1.3em;
	color:#7b7b7b;
}

#copyrightHome{
	clear:both;
	padding-left:8px;
	padding-top:390px;
	font-size:10px;
	line-height:1.3em;
	color:#7b7b7b;
}


#copyright a{
	color:#7b7b7b;
}


#copyrightHome a{
	color:#7b7b7b;
}