@charset "UTF-8";
/* CSS Document */
/* begin the style2 */

#wrapper {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 950px;
	background: no repeat fixed;
}

a {
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	color: #333;
}

#header {
	color: #000000;
	background-color: #FFFFFF;
	width: 950px;
}

#container {
	background-repeat: no-repeat;
	background-color: #FFFFFF;	
}

#container_images {
	width: 3000px;
	height: 500px;
	position: fixed;
	
}

.post 						{ width: 275px; 
							  height: 262px	}


#photo {
	border: 5px solid #333333;
}

#logo {
	float:left;
	margin-bottom: -15px
}

#logotext {
	text-indent: -9999px;
}

#logo {
	position: relative;
	top: 0px;
	right: 0px;
}

#abouttext {
		font-family: "Courier New", Courier, monospace;
	background-color: #666;
	letter-spacing: 2px;
	text-align: left;
	margin-right: 25px;
	padding: 5px;
	float: left;
	height: 590px;
	width: 450px;
	overflow: auto;
	-moz-border-radius: 10px 10px 10px 10px;
}
   
/* All of the information in the section below is to control the lavalamp feature as described by http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/ */

.lavaLampBottomStyle {
	position: relative;
	height: 20px;
	width: 570px;
	background-color: white;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.lavaLampBottomStyle li {

	float: left;
	list-style: none;
}

.lavaLampBottomStyle li.back {
	border-bottom: 7px solid #666666;
		width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;


}

.lavaLampBottomStyle li a {
	font: bold 15px Courier New;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 7px;
	letter-spacing: 1.25px;
	z-index: 10;
	display: block;
	float: left;
	height: 15px;
	position: relative;
	overflow: hidden;
	margin: auto 30px;
}   

.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
}                    

/*back to the css for the other pages. isn't this fun? */

#contacttext {
	font-family: "Courier New", Courier, monospace;
	background-color: #666;
	letter-spacing: 2px;
	text-align: left;
	
	margin-right: 25px;
	padding: 5px;
	float: left;
	height: 100px;
	width: 450px;
	overflow: auto;
	-moz-border-radius: 10px 10px 10px 10px;
}
#contact2text {
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 30px;
	margin-left: 50px;
	overflow: auto;
	height: 600px;
	width: 450px;
	-moz-border-radius: 10px 10px 10px 10px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

#contactimage {
	margin-top: 30px;
	margin-left: 40px;
	
	}

a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*this is lightbox information for the images file as learned from http://www.lokeshdhakar.com/projects/lightbox2/#download */

#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; 
	-moz-border-radius:10px 10px 0px 0px;
	background-color:#666;
}

#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;
	background-color:666;
}

#imageContainer>#hoverNav { 
	left: 0;
	background-color:666;
}

#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;
	background-color: 666;
}

#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%	; 
	-moz-border-radius: 0px 0px 10px 10px;
}

#imageData {	
	padding:0 10px; 
	color: #fff;
	background-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: 500px; 
	background-color: #000; 
}


#aboutimage {
	font-family: "Courier New", Courier, monospace;
	margin-top: 30px;
	margin-left: 50px;
	-moz-border-radius: 10px 10px 10px 10px;
}
		
.contactnumber {
	font-size: 24px;
	color: #FFF;
}
#imageswrapper {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 1190px;
	height: 600px;
	background: no repeat fixed;
}

#imageswrapper2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 1190px;
	height: 600px;
}

#imagesheader {
	color: #000000;
	background-color: #FFFFFF;
	width: 950px;
	padding-left: 230px;
}

#gallery img {
	margin: 10px;
	border: 8px solid #333333;
	-moz-border-radius: 5px;
}

#gallery img:hover {
	border: 8px solid #999999;
}
#content img {
	float: right;
	margin-left: 50px;
	border: 5px solid #666666;
}	

#content p {
	line-height: 1.4em;
	color:#333333;
}

#content p span {
	color: #FF6600;
	font-size: 18px;
}




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

#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: transparent url(../images/blank.gif) no-repeat; /* 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/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

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

#imageData{
	padding:0 10px;
	}
#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;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
