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

#header {
	position: relative;
	padding: 30px;
	padding-top: 30px;
	padding-bottom: 0px;
	height: 700px;
	background-image: url(images/pigment-circle-sm.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	}
	
#lyle-title a {
	display: block;
	width: 475px;
	height: 92px;
	background-image:url(images/lylekissack.png);
	background-repeat: no-repeat;}
	
.concealed {
	display: none;}
	
	
#header a {
	text-decoration: none;
	color: #784f2e;}

#header ul a {
	text-decoration: none;
	color: #b5a16e;}
	
#header ul a:hover {
	color: #484849;}
	
ul#nav1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 2.5em;
	margin-left: 12px;}
	
ul#nav-art {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: .75em;
	margin-left: 0px;
	letter-spacing: 1px;
	line-height: 1.25em;}
	
ul#nav-art li {
	margin-bottom: 10px;}
	
.highlighted {
	color: #484849;}
	
.dates {
	font-size: .85em;}
	
	
#main {
	position: absolute;
	top: 120px;
	left: 280px;
	width: 500px;}
	
	
/* start pasted code for gallery*/

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border-style: none;
padding: 1px;
margin: 0 1px 2px 0;
}

.thumbnail:hover{

}

.thumbnail:hover img{
background-color: #784f2e;
border-style: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #efefd9;
padding: 0px;
padding-top: 0px;
margin-left: 7px;
padding-bottom: 90px;
padding-right: 100px;
left: -1000px;
border-style: none;
display: none;
color: #957931;
text-decoration: none;
}

.thumbnail span.open{ /*CSS for enlarged image that displays from beginning*/
position: absolute;
background-color: #efefd9;
top: 0px;
left: 65px;
border-style: none;
display:block;
color: #957931;
text-decoration: none;
}

.thumbnail span.open img{
border-style:none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
display:block;
top: 0px;
left: 65px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

a.thumbnail{
text-decoration: none;}

/* end pasted code for gallery*/
	
#main-bio {
	position: absolute;
	top: 120px;
	left: 280px;
	min-width: 500px;
	padding-right: 50px;
	padding-bottom: 60px;
	color: #484849;}
	
#main-bio ul {
	list-style-type: none;
	color: #784f2e;}
	
#main-bio h2 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 2px;
	padding-bottom: 10px;
	padding-top: 10px;}
	
#main-bio li {
	padding-bottom: 8px;
	padding-left: 38px;
	text-indent: -38px;}
	
#main-bio p {
	padding-bottom: 8px;}
	
.cv-title {
	font-weight: bold;
	color: #484849;}
	
#main-contact {
	position: absolute;
	top: 120px;
	left: 280px;
	height: 500px;
	width: 500px;
	padding-right: 50px;
	padding-bottom: 60px;
	color: #484849;
	background-image:url(images/locations.jpg);
	background-repeat: no-repeat;
	background-position: 0px left;}
	
p#email {
	padding-left: 255px;
	padding-top: 0px;
	font-size: medium;
	letter-spacing: 2px;}
	
#footer {
	position: fixed;
	bottom: 20px;
	margin-left: 40px;
	color: #784f2e;
	font-size: x-small;}

#container {
	position: relative;
	background-image:url(images/pigment-circle-lg.png);
	background-repeat: no-repeat;
	background-position: 500px 340px;}

body {
	margin: 0;
	padding: 0;
	min-width: 800px;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: small;
	color: black;
	background-color: white;
	background-image:url(images/background-line.png);
	background-repeat: repeat-y;}

h2, h1, p, ul, li, a {	
	margin: 0;
	padding: 0;}