/* Gallery Pages */

* {
	margin: 0;
	padding: 0;
}
body {
	behavior: url("csshover.htc");
	background-image: url('./images/header.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #2A231B;
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 11px;
	color: #CDAB66;
}
#container {
	width: 718px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	z-index: 1;
}
#left {
	float: left;
	width: 140px;
	margin-top: 132px;
	text-align: right;
}
#right {
	float: left;
	width: 578px;
}
#maincontent {
	background-image: url('./images/tree.gif');
	background-repeat: no-repeat;
	width: 568px;
	padding-left: 10px;
	padding-top: 132px;
	padding-bottom: 10px;
	position: relative;
}
#flashtxt {
	height: 65px;
	width: 560px;
}
#flashtxtgallery {
	height: 65px;
	width: 560px;
	margin-bottom: 15px;
	z-index: 1;
}
#logo {
	height: 151px;
	width: 140px;
}
#logo a {
	text-indent: -2000px;
	display: block;
	background-image: url('./images/logo.jpg');
	background-position: top;
	height: 151px;
	text-decoration: none;
	color: #32240A;
	width: 140px;
	text-align: left;
	cursor: crosshair;
}
#logo a:hover {
	background-image: url('./images/logo.jpg');
	background-position: bottom;
}
#menu {
	height: 140px;
	width: 140px;
	margin-bottom: 10px;
	cursor: crosshair;
}
#footer {
	background-image: url('./images/footer.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	height: 148px;
	margin-left: 32px;
}
#subnav {
	width: 550px;
	margin-bottom: 15px;
	background-image: url('./images/bg_gallery.png');
	padding-top: 55px;
	padding-left: 10px;
	background-repeat: no-repeat;
}

.credits {
	text-align: center;
	padding-left: 355px;
	padding-top: 6px;
	color:#2A231B;
}
.spacer {
	overflow: visible;
	height: 140px;
}

/* Typografie */
h1, h2, h3, h5, h6 {
	margin-left: 20px;
	margin-right: 25px;
	font-family: "Arial Narrow", Arial;
	font-weight: bold;
	text-transform: uppercase;
}
p {
	margin-left: 20px;
	margin-right: 25px;
	line-height: 16px;
	margin-bottom: 60px;
}
#maincontent h1 {
	font-size: 16px;
	color: #4C2525;
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 15px;
}
#maincontent h2 {
	font-size: 13px;
	color: #4C2525;
	margin-bottom: 2px;
	font-family: "Courier New", Courier, monospace;
}
#maincontent h3 {
	font-size: 16px;
	color: #4C2525;
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 15px;
	padding-top: 15px;
}

/* Navigatie */

#footer a {
	color: #65442F;
	text-decoration: none;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "Lucida Grande", Verdana, Arial;
}
#footer a:hover {
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-left: 14px;
	color: #996533;
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: center center;
}
.hide {
	display: none;
}
.imgholder {
	margin-left: 15px;
	margin-top: 15px;
	border: 1px dotted #2E291A;
	width: 690px;
}
#maincontent.imgholder img a {
	padding: 0px;
}
#maincontent.imgholder img a:hover {
}
.thumbnails {
	overflow: auto;
}
.thumb {
	height: 60px;
	width: 60px;
	margin-left: 10px;
	float: left;
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid #32240A;
}
.thumb:hover {
	background-color: #32240A;
	border: 1px solid #FF9900;
}
.thumb a {
	padding: 0px;
}
.thumb a:hover {
}


/* Lightbox styles */
#lightbox{
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 0;
	z-index: 100;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 410px;
	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/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;
	}

#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;	}	
		
#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;
	}
	

.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 */
	}	
	
