@charset "UTF-8";

* { margin: 0; padding: 0; }

body {
	background-color: black;
}

#container {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
}

#banner {
	background-color: #333;
	position:relative;
	height: 100px;
	width: inherit;
}

#tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	position: absolute;
	bottom: -7px; 
	left: 200px;

}
#tagline span.smaller {
	font-size: 1.5em;
	margin-right: 5px;
}
#tagline span.larger {
	font-size: 2.25em;
}

#main
{
	height: 400px;
	width: inherit;
	background-color: #656c4a;
}

h3 {
	color: #333;
	display: block;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-weight: normal;
	border-bottom: 1px solid #333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h3 a {
	color: #333;
	text-decoration: none;
}

ul#sets {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#sets li { 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#sets li a {
	color: white;
	text-decoration: none;
}

ul#sets li a:hover {
	color: yellow;
}

.setThumb {
	margin: 5px;
	float: left;
	border: 0;
	display: block;
	width: 100px;
	height: 112px;
}
.setThumb a img {
	border: 0;
	display: block;
}
a img.galleryThumb {
	border: 0;
	margin: 5px;
}

.label {
	display: block;
	font-size: 0.88em;
	font-style: italic;
}
p {
	margin: 5px 10px;
	text-indent: 1em;
}
/* .bio { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222;
	display: block;
	width: 400px; 
	height: 100x; 
	overflow: scroll; 
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid white;
}
.bio img { float: left; padding-right: 10px; padding-bottom: 10px; }
*/
#leftnav {
	background: url('../img/left-foliage.gif') no-repeat;
	display: block;
	width: 225px;
	height: 400px;
	float: left;
}

#menu {
	margin-top: 150px;
	margin-left: 30px;
}
#name {
	color: white;
	font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
	font-variant: small-caps;
	display: block;
	width: inherit;
	font-size: 24px;
	padding-top: 25px;
	text-align: center;
	text-indent: 1em;
}
#logo {
	margin-top: 20px;
	margin-left: 75px;
	float: left;
	width: 90px;
	height: 120px;
	background: url('/img/logo.png');
}
#content {
/*	float: left;*/
	width: 520px;
	margin-left: 225px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222;
}
#slideshow {
	list-style:none;
}
#slideshow li {
	background: url('/img/loading.gif') no-repeat;
	width: 500px;
	height: 375px;
	background-position: center;
}
#bio_pic { 
	float: right; 
	margin-right: 10px; 
	margin-bottom: 10px;
	border: 1px solid #333; 
}

#bio_text, #gallery_block {
	width: 525px;
	height: 340px;
	overflow: scroll;
	overflow-y: auto;
	overflow-x: hidden;
}
blockquote {
	font-style: italic;
	padding: 10px 10px;
	margin: 0 10px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

#success { 
	color: white;
}

/*#slideshow li img { border: 1px #777 solid; }*/
#footer {
	background: url('../img/right-foliage.gif') no-repeat;
	background-position: top right;
	background-color: #333;
	height: 208px;
	width: inherit;
}
#footer a img {
	border: 0;
	margin-top: 10px;
}

#copyright {
	padding-top: 10px;
	margin-left: 225px;
	width: 330px;
	display: block;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.88em;
}

