 /*----------------------------------------------------------------------\
| CSS Document Created by Danny Blackman  http://www.dannyblackman.co.uk  |
|                                                                         |
| You may: Use this document to learn                                     |
| You may not: wholey rip off the unique combination of images and styles |
|                                                                         |
 \-----------------------------------------------------------------------*/
 
 
/* --- Naughty Hacks --------------------------------------------------- */
* { 
	margin: 0; 
	padding:0; 
}


/* --- Body ------------------------------------------------------------ */
html, body { 
	background-color: #2C292C; 
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	text-align: center; /* Fix IE */
	min-width: 600px;
}
	
	
/* --- Fonts and links ------------------------------------------------- */
a {
	color: #C3C92F;
	font-weight: bold;
	padding:2px;
}

a:visited {
	color: #D3DACE;
}

p a:hover {
	color: #C3C92F;
	background-color: #2C292C;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

h2 {
	font-family:  Arial, Helvetica, sans-serif;
	color: #C3C92F;
	padding: 10px 0 0 0;
	font-size: medium;
	padding: 10px 0 0 6px;
	text-transform:lowercase;
}

p {
	padding-bottom: 10px;
	padding-left: 8px;
	line-height: 1.5em;
}

p.footer {
	color: #444;
	font-size:x-small;
}

/* --- Global elements ------------------------------------- */
#container {
	padding: 30px 100px 0 0;
	margin: 0px auto; /* Center the nice browers */
	text-align: left;
	overflow: hidden; /* fix the float problem */
	width: 840px;
}

#nav {
	padding: 20px 0 0 70px;
}

#left_col {
	float: left;
}

#right_col {
	background-repeat:repeat-y;
	float: left;
	width: 660px;
}

#right_container {
	margin: 2px 12px 0 19px;
}

.body_container {
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #bbb dashed;
}	

.footer {
	margin-left: 181px;
}

img {
	border: 0;
}

ul, li {
	list-style-position:outside;
	list-style-type: none;
}

/* --- Galleries ----------------------------------------- */
a img.image {
	border: 4px solid #eee;
	vertical-align: bottom;
} 

a:hover .image {
	border-color: #C3C92F;
}

a:hover {
	border-width: 0;
}

img.image {
	margin: 5px 5px 12px 5px;
	width: 100px;
	height: 100px;
}

/* --- Preload Nav rollovers --------------------------------------------*/
#roll_exhibition { background-image:url(../images/nav_exhibition_over.jpg); background-repeat: no-repeat; background-position: -1000px -1000px; }
#roll_people { background-image:url(../images/nav_people_over.jpg); background-repeat: no-repeat; background-position: -1000px -1000px; }
#roll_places { background-image:url(../images/nav_places_over.jpg); background-repeat: no-repeat; background-position: -1000px -1000px; }
#roll_theatre { background-image:url(../images/nav_theatre_over.jpg); background-repeat: no-repeat; background-position: -1000px -1000px; }
#roll_contact { background-image:url(../images/nav_contact_over.jpg); background-repeat: no-repeat; background-position: -1000px -1000px; }

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

#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: 48%;
	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 */
	}	
	
 
