@charset "UTF-8";
/* CSS Document */
* {margin:0; padding:0;}

/*--------------PAGE LAYOUT----------------*/
body {background:url(/images/bg.gif) repeat-x #663300;}
#contentcontainer {position:relative; width:700px; height:550px; margin: 50px auto; background-color:#000000; border:medium ridge #ffffff;}
#content {width:700px; height:550px;}

/*--------------COPYRIGHT-------------------*/
#copyright {padding-top:5px;}
#copyright li {display:inline; list-style-type:none; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; color:#ffffff; border-right:#ffffff thin solid; border-left:#ffffff thin solid; padding:0px 5px;}
#copyright li a {color:#e7e2b7; text-decoration:none;}

/*--------------NAVIGATION----------------*/
.logo {float:right;}
#clear {clear:both;}
#nav {width:700px;padding-top:5px;}
.navbar li {display:inline; list-style-type:none; padding-right:17px; padding-left:17px; font-family:Georgia, "Times New Roman", Times, serif; border-right:#ffffff thin solid;}
.navbar li a {color:#e7e2b7; text-decoration:none;}
.navbar li a:hover {border-bottom: #c1ad00 thin solid; color:#663300; border-top: #c1ad00 thin solid;}
#last {border-right:none; padding-right:0px;}
#first {padding-left:0px;}

/*-------------CONTENT--------------------*/
.info {padding:40px 50px; clear:both;}
.gallery {padding:40px 79px;}
.bio {font-size:14px; font-family: "Times New Roman", Times, serif;}
.sites {color:#ffffff; padding:10px 0px 25px 15px; font-family: "Times New Roman", Times, serif;}
.sites li {list-style-type: none; color:#c1ad00; margin-bottom:7px;}
.sites li a {color:#ffffff; text-decoration:none;}
.sites li a:hover {color:#c1ad00; border-bottom:medium solid #663300; }
p {color:#ffffff; text-align:justify; font-size:14px; padding-top:10px; padding-bottom:10px;}
a {color:#c1ad00;}
.contact {color:#ffffff; font-size:14px; font-family: "Times New Roman", Times, serif;}
.form {margin-bottom:5px; border: inset medium;}
textarea {width:200px; height:100px; max-height:100px; max-width:200px; border:inset medium;}

/*-------------HOMEPAGE-------------------*/
.feature {margin:55px 0px 110px 30px; border:#e7e2b7 thin ridge;}

/*-------------GALLERY--------------------*/
.thumbnails1 {padding-bottom:5px; padding-top:10px;}
.thumbnails2 {padding-bottom:5px;}
.thumbnails1 li {display:inline; list-style-type:none; padding: 0px 5px;}
.thumbnails1 li img {border:#e7e2b7 thin dashed;}
.thumbnails2 li {display:inline; list-style-type:none; padding: 0px 5px;}
.thumbnails2 li img {border:#e7e2b7 thin dashed;}
.thumbnails3 li {display:inline; list-style-type:none; padding: 0px 5px;}
.thumbnails3 li img {border:#e7e2b7 thin dashed;}
#lightbox {background-color:#eee; padding: 10px; border-bottom: 2px solid #666; border-right: 2px solid #666;}
#lightboxDetails{font-size: 0.8em; padding-top: 0.4em;}	
#lightboxCaption{float: left;}
#keyboardMsg{float: right; cursor:default; }
#closeButton{top: 5px; right: 5px;}
#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }
#overlay{ background-image: url(/images/overlay.png); }
/** html #overlay{background-color: #333; back\ground-color: transparent;background-image: url(blank.gif); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");}*/