
/* Layout styles */
body {
font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
background : #2c1915;
margin : 0;
padding : 0;
text-align : center;
color : #fff;
}

#container {
width : 900px;
background : #3b2822;
background-image : url(images/logo-robynn-smith.gif);
background-repeat : no-repeat;
background-position :   429px 10px;
margin : 0 auto;
text-align : left;
}

#mainContent {
padding : 20px 0;
}


#content-area {display : block;
clear : both;
width : 700px;
margin : 70px auto 20px 100px;
font-size:12px;
}

div, ul {position:relative;}
.clear {display:block; clear:both;}


#home_link {position:absolute; top:10px; left:429px; width:461px; height:90px; border:0px;}

#navbar {
	margin: 0;
	padding : 0 20px;
	height: 20px }
#navbar li {text-align:left;
	list-style: none;
	float: left;
	padding-right : 20px;
	height : 20px;
	line-height : 20px;}
#navbar li a {
	display: block;
	padding: 3px 8px;
	color: #fff;
	text-decoration: none; 
	}
#navbar li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */	
	padding : 0;
	margin : 0;font-size:13px}

 
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {  
	color: #fff; }
#navbar li li a:hover {
color : #ead8ad; }
#navbar li a.on {color: #ead8ad}

 
a, 
a:link, 
a:active, 
a:visited:hover, 
a:visited:active, 
a:hover {
 color: #ead8ad;
}

.thumbnail a, 
.thumbnail a:link, 
.thumbnail a:active, 
.thumbnail a:visited:hover, 
.thumbnail a:visited:active, 
.thumbnail a:hover {
 color: #3b2822;
}

/*font styles */

h1 {
font-size : 23px;
font-weight : normal;
border-bottom:1px solid #fff;
}
h1 span {float:right; font-size: 12px;padding-top:13px;}
h1 span a {color:#ead8ad; text-decoration:none;}
h2 {
font-size : 14px;
font-weight : normal;
}

h3 {
font-size : 13px;
font-weight : normal;
margin-bottom:0px;
}

/*page specific styles */

#home_image {
width : 361px;
height : 480px;
margin : 70px auto;
background-image : url(images/home-painting.jpg);
border: solid 1px #2c1915;
}


 
 dt { 
  width: 80px;
  font-weight: normal;
  font-size:12px;
  float: left;
  clear: left;
  margin-bottom: 8px;
  
}
  dd { font-size:12px;
  float: left;
  width: 580px;
  margin:0px; 
  margin-bottom: 8px; 
  
}


 

/*thumbnails */
#thumbnails {
display : block;
clear : both;
width : 700px;
margin : 70px auto 20px 100px;
}
.thumbnail {
float : left;
margin-right : 20px;
height : 196px;
}
.thumbnail img {
border : 0;
}
.thumbnail a {
border : 0;
}
.thumbnail a:active {
border : 0;
}


/* lightbox overlay */
#lightbox {
background-color : #0e0a08;
padding:10px;
color:#fff;
font-weight:bold;
} 

#lightboxDetails {
text-align : left; 
font-size : 12px;
padding-top :6px;
padding-bottom:4px
}

#lightboxCaption {
float : left; padding-left:10px;
}

#keyboardMsg {
position:absolute;
right:4px; bottom:-4px;
font-size:10px;
font-weight:normal;
}

#closeButton {
top : 5px;
right : 5px;
}

#lightbox img {
border : none;
clear : both;
}

#overlay img {
border : none;
}

#overlay {
background-image : url(overlay.png);
}
