/* Navigator Layout CSS Document */
@import url(nav.css);
@import url(formating.css);

* { 
	margin:0; padding:0;
	}

html,body {
	width:100%; /* needed for container min-height */
	height:100%; /* needed for container min-height */
	font:1em Georgia, "Times New Roman", Times, serif;
	background:#a77d5c;
	}

div#container {
	position:relative; /* needed for footer positioning*/
	width:100%;
	min-width:900px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	}

div#header {
	height:181px;
	background: #bd120a url(../images/interface/header.jpg) center no-repeat;
	text-align:center;
	}
	
div#headerhome {
	height:343px;
	background: #bd120a url(../images/interface/header-home.jpg) center no-repeat;
	text-align:center;
	}
	
div#nav {
	height:22px;
	background:#000000;
	border-bottom:#bc120a solid 1px;
	}
	
	div#navContainer {
		position:relative;
		width:943px;
		margin:0px auto;
		text-align:center;
		}

div#main{
	width:710px;
	margin:0px auto;
	padding:20px;
	padding-bottom:30px;
	}


/* Item Paging
--------------------------------------------------------------------------------------- */
.paging {
	font-size:                      10px;
	height:				40px;
}

.paging ul {
	list-style:			none;
	margin:             		0 0 0 0;
	padding:                        0 0 0 0;
	float:				right;
}
.paging ul li {
	margin:				0 0 0 6px;
	padding:                        0 0 0 0;
	border:				2px solid #000000;
	float:				left;
}
.paging  ul li a {
	color:				#ffffff;
	padding:                        3px 3px 3px 3px;
	background:                     #bd120a;
	display:			block; 
}
.paging  ul li a:hover, .paging  ul li .on {
	color:				#bd120a;
	background:                     #ffffff;
}

/* Gallery (List Page) Styles
--------------------------------------------------------------------------------------- */
#gallery {
	margin:				0 0 0 0;
	padding:                        0 0 0 0;
	z-index:			0;
}
#gallery .albums {
	list-style:			none;
	padding:                        0 0 0 0;
	margin: 			0 17px 0 17px;
}
#gallery .albums li {
	margin:				0 0 32px 0;
	padding:                        0 0 0 0;
	border:				6px solid #000000;
	position:			relative;
	float:				left;
}
#gallery .albums .middlePic {
	margin:				0 10px 32px 10px;
}
#gallery .albums li a {
	width:				200px;
	height:				186px;
	display:			block; 
}

#gallery .albums li a img{border:none;}

#gallery .albums span {
	color:				#ffffff;
	font-size:			11px;
	font-weight:			bold;
	text-align:			center;
	text-decoration:		none;
	cursor:				pointer;
	width:				200px;
	height:				33px;
	padding:	        3px 0 0 0; 
	background:			#bd120a;  
	position:			absolute;
	top:				150px; 
	left:				0px;	 
}

/* Gallery (Details Page) Styles
--------------------------------------------------------------------------------------- */
.medImage {
	margin:				0 0 8px 0;
	padding:                        0 0 0 0;
	border:				6px solid #4c4c4c;
	border-bottom:                  8px solid #4c4c4c; 
}

.thumbs {
	list-style:			none;
	padding:                        0 0 0 0;
	margin: 			69px 0 0 0;
	display:			block;
}
.thumbs li {
	margin:				0 0 3px 0;
	padding:                        0 0 0 0;
	border:				1px solid #4c4c4c;
	float:				left;
}
.thumbs .middlePic {
	margin:				0 3px 3px 3px;
}
.thumbs li a {
	width:				80px;
	height:				60px;
	display:			block; 
}

/* LightBox 
--------------------------------------------------------------------------------------- */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

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

#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

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

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* ----------------------------------------------------------------------------------------------------------------- */				

div#footer {
	width:100%;
	height:20px;
	position:absolute;
	bottom:0; /* stick to bottom */
	font-size:0.6em;
	}
	
	div#footerContainer {
		width:650px;
		margin:0px auto;
		text-align:center;
		color:#a77d5c;
		}

/*Layout Classes*/
	
.floatRight {
	float:right;
	}
	
.floatLeft {
	float:left;
	}
	
.clear {
    clear:both; 
	}