@charset "utf-8";
/* CSS Document */
body {
background-color: #ede2bb;}
a:link{color:#482c05; text-decoration:none;}
a:visited{color:#482c05; text-decoration:none;}
a:hover{color:#000000; text-decoration:none;}
a:active{color:#482c05; text-decoration:none;}
.wrapper {
position: relative;
   margin-left: auto;
   margin-right: auto;
   margin-top: auto;
   width: 1024px;
}
.page_body {position:absolute; left:25px; top:700px; width: 1024px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:19px; color:#482c05}
.infotext {width: 400px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:19px; color:#482c05}
.photo_page {position:absolute; left:25px; top:620px; width: 800px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:19px; color:#482c05}
.home_infotext {width: 815px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:19px; color:#482c05}
.titles {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; line-height:29px; color:#3e2b3a}

.recent_posts {width: 500px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:19px; color:#482c05; float:left; visibility:hidden;}
.recent_images {width: 500px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:19px; color:#482c05; float:right; visibility:hidden;}

img.floatLeft { 
    float: left; 
	clear: left;
	padding: 10px;
}

.recent_post_content {float:right; text-align:left; width:400px;}
.recent_post_profile {float: left; padding-top:19px; width:100px;}
.recent_image_content {float:left; text-align:left; width:500px; padding-bottom:19px;}

.viewerim {
	max-width: 780px;
	max-height: 500px;
}


/********************************
PHOTO PAGES
********************************/
#photo-viewer{ position: absolute; top: 590px; left: 390px; width: 642px; text-align: center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:19px; color:#482c05}
#photo-viewer {height: 506px;}
#photo-shell { width: 780px; position: absolute; top: 800px; left: 730px; z-index: -1;}
#carousel { position: absolute; top: 1104px; left: 431px;}
#loading { position: absolute; top: 864px; left: 433px; }

/********************************
IMAGE NAVIGATOR
********************************/
#html-carousel { background: #ede2bb; position: relative; left: -18px; width: 648px; float: left; }
#html-carousel .carousel-list li { margin: 0px 15px 0px 0px; padding: 4px; }
#html-carousel .carousel-list li img {display:block;}
#prev-arrow-container, #next-arrow-container { float:left; margin: 12px 0 0 0; padding: 0; position: relative; left: -29px; }
#next-arrow-container { position: relative; left: -5px; }
#next-arrow, #prev-arrow, .thumb1, .thumb2, .thumb3 { cursor:pointer; }
li.thumb1 img, li.thumb2 img, li.thumb3 img { width: 32px; height: 32px; }
li.thumb1 { background-image: url(../images/thumbborder1.gif); }
li.thumb2 { background-image: url(../images/thumbborder2.gif); }
li.thumb3 { background-image: url(../images/thumbborder3.gif); }
#copyright { margin-top: 20px; position: relative; left: -2px; clear: both;}


