/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

html {
	margin-left: -1px;
	overflow-Y: scroll;
}

body {
background-color: #000000;
font-size: 11px;
font-family: Verdana, Arial, Sans-Serif;
color:#564b47;
padding:0;
margin:0;
}

p, ol, ul {
	line-height: 150%;
	padding-right: 15px;
}

a {color: #ffffff;}
a:visited {color:#648dcf;}
a:hover {color: #648dcf;}
a:active { color:#648dcf;}

h1 {
font-size: 16px;
color: black;
font-style: italic;
padding: 0;
margin: 0;
}

h2 {
font-size:12px;
font-weight: bold;
text-transform: uppercase;
font-style: italic;
color: #ffffff;
padding: 5px 10px;
margin:0;
}

h3 {
font-family: arial;
font-size:14px;
text-transform: uppercase;
color: #648dcf;
padding: 8px 0px 8px 0px;
margin:0;
}

h4 {
font-size:20px;
font-style: italic;
color: #648dcf;
padding: 5px 10px;
margin:0;
}


h5 {
font-size:13px;
font-style: italic;
color: #648dcf;
padding: 15px 10px;
margin:0;
}


/* ----------container to center the layout-------------- */
#container {
width: 780px;
height: 100%;
background: #000000;
margin-bottom: 10px;
margin: 0 auto;
padding-left: 1px;
}

/* ----------header-------------- */

#header {
background: #000000 url(images/header.jpg) center no-repeat;
width: auto;
height: 309px;
margin: 0 0 0 50px;
padding: 0px;
}


/* ----------main navigation-------------- */


#menu {
	padding-top: 0px;
	height: 203px;
	background: #000000 url(images/nav_back_media.jpg) center no-repeat;
	margin-bottom: auto;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	padding-bottom: 30px;
	line-height: 300%;
	text-align: center;
	list-style-type: none;
	width: 675px;
	margin: auto;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	padding: 20px;
	text-decoration: none;
	font-family: Georgia, Serif;
	font-size: 115%;
	text-transform: uppercase;
	color: #999999;
	font-weight:bold;
}

#menu a:hover {
	font-weight: bold;
	color: #ffffff;
}

#menu .active a {
	color: #FFFFFF;
	font-weight: bold;
}


/* -----------------content--------------------- */
#content {
background: #ffffff url(images/background.png);
padding-bottom: 60px;
margin: 0 auto;
}

.text {
padding: 10px 40px 40px 40px;
}

#content img {
padding: 10px 20px 10px 10px;
}

#content a {color: #000000;
			text-decoration:none;}
#content a:visited {color:#000000;}
#content a:hover {color: #648dcf;}
#content a:active { color:#648dcf;}


/* --------------bottom left stuff------------- */
#left {
float: left;
width: 200px;
height: 100%;
margin: 0;
padding: 20px 20px 20px 0px;
border-right: 1px solid black;
}


/* --------------bottom right stuff------------- */

#right {
float: right;
width: 499px;
height: 100%;
margin: 0;
padding: 20px 0px 0px 0px;
}


.twocols {
}

.twocols .col1, .twocols .col2 {
	width: 210px;
}

.twocols .col1 {
	float: left;
	padding: 10px 0 0 0;
}

.twocols .col2 {
	float: right;
	background: black;
	padding: 0px 0px 20px 20px;
}



/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0;
text-align: center; 
}

/*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:imagebox/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(imagebox/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover {
background: url(imagebox/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; }
