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

#bubble {
	width:570px;
	height:274px;
	background-image: url(images/bubble.gif);
	position: absolute;
	top:-125px;
	left: 150px;
	padding-top: 175px;
	padding-left: 50px;
	padding-bottom: 175px;
	padding-right: 50px;
	
	}
	
#content {
	width:550px;
	height:300px;
	background-image: url(images/bubble.gif);
	position: absolute;
	top:-125px;
	left: 150px;
	padding-top: 150px;
	padding-left: 70px;
	padding-bottom: 175px;
	padding-right: 50px;
	
	}

#footer {
	width:100%;
	height:100%;
	position: absolute;
	float:left;
	top: 525px;
	background-color: #303030;
	padding-left: 200px;
	padding-top: 15px;
	}

#main {width:470;}

#LittleMe { 
	width: 305px;
	height: 415px;
	position: absolute;
	top:145px;
	left:850px;
	background-image:url(images/LittleMe.gif);}

#mycustomscroll {
	width: 425px;
	height: 300px;
	overflow: auto;
	position: absolute;
	left: 120px;
	top: 210px;
	}

body {
	background-color:#A2DF80;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

.bubbletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:13px;
	font-size:11px;
	}

.bubbleheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:36px;
	font-style:italic;
	}

.footer_text { color: #CCCCCC;
	font-family: verdana;
	font-size: 11px;
	line-height: 14px; }

a.footer_text:link, a.footer_text:visited, a.footer_text:active {color: #CCCCCC;
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;}

a.footer_text:hover{color:#FFFFFF;}
	
.thumbs {
	padding-bottom:5px;
	}
	
a.thumbs:link, a.thumbs:visited, a.thumbs:active {
	color: #CCCCCC;
	}

a.thumbs:hover {
	color: #A2DF80;
	}
	
a.weblinks:link, a.weblinks:visited, a.weblinks:active {color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	text-decoration: none;
}

a.weblinks:hover{color:#CCCCCC;}
	
a:link, a:visited, a:active {#CCCCCC}
a:hover { color: #A2DF80;}

.justsometext
{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height:14px; color:#333333;}

a.justsometext:link, a.justsometext:visited, a.justsometext:active {color:#999999; text-decoration:none;}
a.justsometext:hover {color:#333333; text-decoration:none;}

#logo {width:125px; float: left;}

#f1 {width:325px; float: left; margin-right:25px; padding-top: 3px; padding-right:25px; border-right:1px dotted #222222;}

#f2 {width:90px; float: left; margin-right:25px; padding-top: 3px; padding-right:25px; border-right:1px dotted #222222;}

#f3 {width:200px; float: left; padding-top: 3px; }


.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width:19px;
}
.vscrollerbar {
background-image: url(scrollbar.png);
width: 19px;
/* following is the bit that allows us fixed height scrollbars */
height: 69px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(scrollbar.png);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='scrollbar.png');
background-image: none;
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 19px;}
.hscrollerbar {height: 19px; background-color: #FFFFFF;}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 19px;
height: 19px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #FFFFFF;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto;}
#imageContainer{ padding: 10px;}

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #000; }
