/* @override 
	http://cnolle.com/css/heathrow.css
	http://cnolle.com/css.php?n=heathrow
*/

/* 
Stylesheet for Heathrow
Copyright and so forth by Christian Nolle
Last updated 03.01.08
*/

/* General stuff */

* { margin: 0; padding: 0; }

html { height:100%; }

img {
	border:0;
}

body {
	font-family:georgia,"Times New Roman",times,serif;
	color: #000;
}

body#index {
	background: url(http://cnolle.com/assets/heathrow_bg1.jpg) no-repeat bottom left;
}

body#images {
	background: #f8f8f8;
}

body#images p {
	color: #222;
}

body#images h3 {
	color: #0099FF;
}

#frame {
	width: 560px;
	margin: 0 auto;
}

#imageframe {
	width: 800px;
	margin: 20px auto 0 auto;
}

/* heathrow project list */

.egll_list {
	text-align: center;
	width: 560px;
	height: 100px;
	margin: 0 0 20px 0;
	padding: 10px 0;
	list-style: none;
	overflow: hidden;

}
	
.egll_list li {
	display: inline;
	margin: 0;
	padding: 0;
}
	
.egll_list li a {
	margin: 0 40px 0 0 ;
	float: left;
	padding: 100px 0 0 0;
	height: 0px !important; 
	width: 100px;
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}

.egll_list li a:hover {
	background-position: 0 -100px;
}

.egll_list li.active a {
	background-position: 0 -100px;
}

.egll_list li.colour a {
	background-image: url(http://cnolle.com/images/963.png);
}

.egll_list li.unfocused a {
	background-image: url(http://cnolle.com/images/962.png);
}

.egll_list li.map a {
	background-image: url(http://cnolle.com/images/964.png);
}

.egll_list li.pdf a {
	background-image: url(http://cnolle.com/images/965.png);
}

.text {
	clear:both;
}

/* Typography */

h1 {
	font-weight:normal;
	font-size: 1.8em;
	margin: 10px 0 0 0;
}

h2 {
	font-size: 4em;
	font-weight:normal;
}

h3 {
	font-size: 1.5em;
	font-weight:normal;
}

h3 a {
	text-decoration:none;
	color: #0c283c;
}

h3 a:hover {
	color: #0099FF;
}

h4 {
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing:0.02em;
	text-align: center;
}

p {
	font-size: 1em;
	margin: 0 0 0.5em 0;
}

p a {
	text-decoration:none;
	color: #0c283c;
}

p a:hover {
	color: #0099FF;
}

/* Mini version of main nav */

ul#main-mini {
	position: absolute;
	top: 0;
	left:0;
}

ul#main-mini li {
	display: inline;
	font: 0.7em helvetica,arial,sans-serif;
	text-transform: uppercase;
}

ul#main-mini li a {
	text-decoration:none;
	padding: 0 0.3em;
	color: #222;
	background: #ccc;
}

ul#main-mini li a:hover {
	color: #fff;
	background: #0088cc;
}

#navarea {
	width: 190px;
	height: 550px;
	position:relative;
	float: right;
}

	#navarea p.updated {
		position:absolute;
		bottom: 0;
		font-size: 11px;
		text-align:right;
	}	

#gallerycontainer {
	width: 1000px;
	text-align:center;
	margin: 0 auto;
	background:#ccc;
}

ul.gallery {
	float: left;
	height: 650px;
	width: 800px;
	overflow: hidden;
	text-align:center;
	margin: 0 auto;
	padding: 1em 0;
}

ul.gallerynav {
	overflow:hidden;
}

ul.gallerynav li {
	float: left;
	display: block;
	list-style:none;
	font-size: 13px;
}

	ul.gallerynav li a {
		width: 50px;
		border-radius:3px;
		-webkit-border-radius:7px;
		height: 50px;
		overflow:hidden;
		float: left;
		display: block;
		color: #313131;
		padding: 0.3em;
		text-decoration:none;
		margin: 0.1em;
		border: 1px solid #d4eaff;
		position:relative;
	}

	ul.gallerynav li:nth-child(1) a,
	ul.gallerynav li:nth-child(2) a,
	ul.gallerynav li:nth-child(3) a {
		margin: 0 0.1em 0.1em 0.1em;
	}

	ul.gallerynav li a img {
		display: none;
	}

	ul.gallerynav li a.activeSlide img,
	ul.gallerynav li a:hover img {
		display: block;
	}

	ul.gallerynav li a.activeSlide span,
	ul.gallerynav li a:hover span {
		display:none;
	}
	
	ul.gallerynav li a.activeSlide {
		background:#fff;
		color: #000;
		z-index:5;
	}

	ul.gallerynav li a.activeSlide span {
		display:none;
	}

	ul.gallerynav li a span {
		position:absolute;
		font-size:2em;
		color: #d4eaff;
		top: 10px;
		left: 12px;
	}
	
	ul.gallerynav li a.visited{
	}

	ul.gallerynav li a.visited img {
		display:block;
	}
	
	ul.gallerynav li a.visited span {
		display: none;
	}
	
#summary {
	top: 250px;
	padding: 0.7em;
	background: #222;
	position:absolute;
    margin-left: 235px;
    text-align:center;
	color: #fff;
    font-weight:normal;
	width: 180px;
	z-index:300;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

	#summary p {
		margin: 0;
		padding: 0;
		font-size: 1em;
	}
	
	#summary p em {
		font-size: 2em;
	}