﻿/* CSS Layout*/

body {
	margin: 0;
	padding: 0;
	background-color: #9A6C6A;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
} /* end body */

#container {
	width: 800px;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
} /* end body */

#header {
	width: 800px;
	height: 100px;
}

#navigation {
	width: 800px;
	background-color: #C67997;
	margin-top: 0px;
	height: 28px;
}

#left_content {
	width: 780px;
	float: left;
	background-color: black;
	padding-left: 10px;
	padding-top: 10px;
}

#right_content {
	width: 360px;
	float: right;
	background-color: white;
	padding-top: 10px;
	padding-right: 10px;
}

#footer_photo {
	background-image: url('../images/footer.jpg');
	height: 60px;
	clear: both;
	margin-top: 20px;
}

#footer {
	background-color: silver;
	font-size: xx-small;
	text-align: center;
}

#img:a {
	border: none;

}

table {
		}

.td {
	padding: 3px;
}

.tr {
	padding: 3px;
}

#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/galleryimages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/galleryimages/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: 500px; background-color: #000; }

/* NEW MENU NAVIGATION CSS ------------------------------------------------*/

#navigationcontainer {
	position: relative;
	height: 45px;
	color: gray;
	background: #ffffff;
	width: 100%;
	}

#navMenu {
	
	position: relative;
	height: 45px;
	font-size: 12px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana, Tahoma, "Trebuchet MS";
	padding: 0 0 0 50px;
	background: #C67997 url('images/BlushMeMenu.png') repeat-x bottom left;
}

#navMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left;
}

#navMenu ul li {
	display: block;
	float: left;
	margin: 0 1 px;
}

#navMenu ul li a {
	display: block;
	float: left;
	color: gray;
	text-decoration: none;
	padding: 0 30px 0 30px;
	line-height: 45px;
}

#navMenu ul li a span {
	padding: 12px 30px 0 0;
	line-height: 21px;
	float: left;
	font-weight: 150;
	font-family:Verdana, Tahoma, "Trebuchet MS";
}

#navMenu ul li a:hover {
	
	color: #ffffff;
	background: #b32074  url('images/BlushMeMenu.png') repeat-x bottom left;
}
