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

* {margin:0px; padding:0px;}

body, html {
margin:0px;
padding:0px;
background-color:#8baf9b;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:17px;
color:#0f6c57;
}

#container {
	margin:0 auto;
	padding-top:20px;
	width:720px;
}

.imageContainer {
width:100%;
border-top:1px dashed #3d855d;
border-bottom:1px dashed #3d855d;
height:220px;
padding:10px;
}

div.imageContainer:hover {
background: #79aa8f; 
border-color:#317751; 
}

.photoBox {
float:right;
text-align:right;
}

.photo {
border:none;
/*border-top:1px solid #3f6f55;
border-left:1px solid #3f6f55;
border-right:3px solid #3f6f55;
border-bottom: 3px solid #3f6f55;*/
}

#homeimg {
margin-bottom:5px;
text-align:center;
}

h1 {
margin-top:7px;
margin-bottom:5px;
font-size:15px;
color:#e6f4ec;
letter-spacing:19px;
text-transform:lowercase;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* h2 is artwork title */
h2 {
font-size:12px;
color:#0f6c57;
font-weight:100;
letter-spacing:3px;
}

/* art medium / size etc */
h3 {
color:#006666;
font-weight:100;
font-size:12px;
}

/* art year */
h4 {
color:#006666;
font-weight:100;
font-size:10px;
}

/* homepage subtitle */
span.subtitle {
margin-top:3px;
text-align:center;
font-size:12px;
letter-spacing:7px;
color:#9bd4b5;
font-weight:bold;
}

/* painting page headers */
span.pageheader {
width:100%;
text-align:center;
margin-top:40px;
font-size:14px;
letter-spacing:5px;
color:#b8e7cd;
font-weight:bold;
}

p {
margin-top:15px;
margin-bottom:15px;
}

p a {
color: #0f6c57;
font-weight:bold;
text-decoration:underline;
}

p a:hover {
color: #006666;
}

ul#nav {
margin-top:15px;
}

ul#nav li {
	margin:10px;
	display:inline;
	width:25%;
	text-align:center;
}

ul#nav li a{
font-weight:100;
font-size:11px;
text-decoration:none;
color:#0f6c57;
}

ul#nav li a:hover{
color:#1a412c;
}
