/*
Author: Benno Sellin
Website: www.bennosellin.com
*/

/* standard elements */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #474747 url('img/hgpat04_01.png') repeat center top;
	font: normal 0.7em Tahoma, Verdana, sans-serif;	
}

a {
	color: #fff;
	text-decoration: none;
}

/* headings */
h1 {font: normal 2em sans-serif; margin-top: 1em;}
h2 {font: normal 1.8em sans-serif; margin-top: 0.8em;}
h3 {font: bold 1.3em sans-serif; margin-top: 0.6em;}
h4 {font: bold 1.1em sans-serif; margin-top: 0.4em;}
h5 {font: normal 3em sans-serif; margin-top: 1em;}
h6 {font: normal 1.3em sans-serif; margin-top: 0.6em;}

h1,h2,h3,h4 {color: #444;}

/* structure */
#main {
 width: 1000px;
 margin: 0 auto;
}
#main_left {
 float: left;
 width: 820px;
 min-height: 600px;
}
#main_right {
 float: right;
 width: 180px;
 min-height: 600px;
}


/* footer */
.left {float: left;}
.right {float: right;}
.clearer {clear: both; font-size: 0; height: 0;
}


/* logo */
#header {
 background: #ffffff url('img/header1.png') no-repeat;
 height: 180px;
 border-bottom: 1px solid #000;
}

#header h1 {
	font: normal 2.2em Verdana,sans-serif;
	margin: 0;
	padding: 124px 0 0 24px;
}

/* main navigation */
#navigation ul{margin: 0 auto; width:600px;}
#navigation li {list-style: none;}
#navigation {
 background-color: #0099FF; 
 height: 28px;
 border-bottom: 1px solid #000;
 border-top: none;
 width: 820px;
}
#navigation a {

 display: inline;
 float: left;
 font: bold 1em Verdana,sans-serif;
 background: #0099FF;
 width: 120px;
line-height:28px;
 text-align: center;
 text-decoration: none;
}
#navigation a:hover {background: #0066FF;}


/* sidebar label */
.sidebar {
	background: #fff;
	color: #555;
	display: block;
	font: normal 1.2em sans-serif;
	margin:0;
	min-height: 700px;
}
#sidebar a {color: #1664DA;}
#sidebar a:hover {
	text-decoration: underline;
	color: #06F;
}
#sidebar p {margin: 0.4em 0 1em 0;}
#sidebar .descr {
	color: #666;
	margin-bottom: 0.5em;
}

.label {
	background: #0099FF no-repeat;
	color: #333333;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #000;
	border-top-style: none;
}

/* lists */
ul.block {
	background: #FFFFFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0;
	padding: 0;
}
.block li {

	list-style: none;
	border-bottom: 1px solid #000;
	border-bottom-style: solid;
}
.block a {
	color: #FFFFFF;
	repeat-x left top;
	color: #333;
	display: block;
	font: normal 1.2em Verdana,sans-serif;
	padding: 6px;
}
.block a:hover {
	background: #999999;
	color: #FFF;
}
.block a em {
	color: #FFFFCC;
	display: block;
	font: normal 0.8em Verdana,sans-serif;

}

/* content */ 
#content {
	background: #fff;
	color: #555;
	font-family: Verdana,sans-serif;
	line-height: 1.3em; 
	color: #555;
	display: block;
	font: normal 1.2em sans-serif;
	margin:0;
	min-height: 700px;
	padding: 1.7em;
	border-bottom: 1px solid #999999;
}
#content a {color: #1664DA;}
#content a:hover {
	text-decoration: underline;
	color: #06F;
}
#content p {margin: 0.4em 0 1em 0;}
#content .descr {
	color: #666;
	margin-bottom: 0.5em;
}
#content ul li {list-style: url('img/li.gif');}
#content ul {margin-left: 1.8em;}


/* footer */
#footer {
	color: #666;
	clear: both;
	background: #fff;
}
#footer .right {color: #555;}
#footer .right a {color: #555;}
#footer .right a:hover {
	color: #777;
	text-decoration: underline;
}
#footer .left a {color: #777;}
#footer .left a:hover {
	color: #333;
	text-decoration: underline;
}
#footer .left {
	padding: 9px 0 9px 9px;
	width: 507px;
}
#footer .right {
	margin-right: 1em;
	padding: 0.8em 0;
	text-align: right;
	width: 220px;
}



/*lightbox*/
#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: 500px; background-color: #000; }
