/*
	File: 		css.css
	Author: 		Tom Ashton (www.simplestuff.co.uk)
	Copyright:	(c) Tom Ashton
	Info:			If you use any part of this Style Sheet, please inform the Author for permission.
*/


/* Layout Code */

*, body, html {
	padding: 0;
	margin: 0;
}

body {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #656676;
	background: transparent url("images/body.gif");
}

#container {
	width: 900px;
	margin: 0 auto;
}

#nav {
	height: 40px;
	background: transparent url(images/book-nav.png) no-repeat;
}

#top {
	height: 43px;
	background: transparent url(images/book-top.png) no-repeat;
}

#middle {
	background: transparent url("images/book-middle.png") repeat-y;
}

#left-content {
	width: 360px;
	padding: 0 40px 0 60px;
	float: left;
}

#right-content {
	width: 330px;
	padding: 0 60px 0 40px;
	float: right;
}

#footer {
	padding: 20px 0 0 75px;
}

#bottom {
	height: 30px;
	margin: 0 0 20px 0;
	background: transparent url("images/book-bottom.png") no-repeat;
}

div.clear {
	clear: both;
}

/* Navigation List & Tabs */

#nav ul {
	margin: 0 30px 0 0;
	float: right;
	list-style: none;
}

#nav li {
	width: 30px;
	display: inline;
	vertical-align: middle;
}

#nav li a {
	width: 94px;
	vertical-align: middle;
}

#nav li a#cv img {
	height: 40px;
	width: 94px;
	background: url("images/nav-cv.png") no-repeat;
}

#nav li a#uni img {
	height: 40px;
	width: 94px;
	background: url("images/nav-uni.png") no-repeat;
}

#nav li a#panto img {
	height: 40px;
	width: 94px;
	background: url("images/nav-panto.png") no-repeat;
}

#nav li a#makeup img {
	height: 40px;
	width: 94px;
	background: url("images/nav-makeup.png") no-repeat;
}

#nav li a#cv:hover img {
	height: 40px;
	width: 94px;
	background: url("images/nav-cv-hover.png") no-repeat;
}

#nav li a#uni:hover img {
	height: 40px;
	width: 94px;
	background: url("images/nav-uni-hover.png") no-repeat;
}

#nav li a#panto:hover img {
	height: 40px;
	width: 94px;
	background: url("images/nav-panto-hover.png") no-repeat;
}

#nav li a#makeup:hover img {
	height: 40px;
	width: 94px;
	background: url("images/nav-makeup-hover.png") no-repeat;
}

/* Content Lists */

#left-content ul, #right-content ul {
	font-size: 1.1em;
	letter-spacing: 1px;
	line-height: 1.8em;
	list-style: none;
}

#left-content ul ul, #right-content ul ul {
	font-size: 1em;
	font-style: italic;
	margin-bottom: 5px;
}

ul#contents {
	width: 90%;
	font-size: 1.4em;
	margin: 20px 20px;
	border-top: 1px dashed #ccc;
}

ul#contents li {
	list-style: lower-roman;
	padding: 3px 0;
	border-bottom: 1px dashed #ccc;
}

ul#contents li a:hover {
	color: #656676;
	font-weight: bold;
	text-decoration: none;
}

/* Links */

#left-content a, #left-content a:link, #left-content a:visited, #right-content a, #right-content a:link, #right-content a:visited {
	color: #b72a2a;
	text-decoration: none;
}

#left-content a:hover, #right-content a:hover {
	text-decoration: underline;
}


/* Page Styling */

p {
	font-size: 1.1em;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 1.8em;
	margin: 0 0 10px 0;
}

#bottom p {
	font-size: 1.0em;
	font-weight: bold;
	color: #5B0000;
	padding: 30px 25px 0 0;
	text-align: right;
}

h1 {
	text-indent: -100em;
	margin: 15px 0;
}

h1#welcome {
	width: 301px;
	height: 25px;
	background: transparent url("images/h1-welcome.gif") no-repeat;
}

h1#shows {
	width: 150px;
	height: 25px;
	background: transparent url("images/h1-shows.gif") no-repeat;
}

h1#wig {
	width: 125px;
	height: 25px;
	background: transparent url("images/h1-wig.gif") no-repeat;
}

h1#uni {
	width: 194px;
	height: 25px;
	background: transparent url("images/h1-uni.gif") no-repeat;
}

h1#cv {
	width: 201px;
	height: 25px;
	background: transparent url("images/h1-cv.gif") no-repeat;
}

h1#makeup {
	width: 182px;
	height: 25px;
	background: transparent url("images/h1-makeup.gif") no-repeat;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #30303A;
	padding: 0 0 3px 0;
	margin: 10px 0;
	letter-spacing: 2px;
	border-bottom: 1px dotted #b72a2a;
}

h3 {
	font-size: 1.2em;
	color: #b72a2a;
	margin: 8px 0;
}

span.heading {
	font-weight: bold;
}

span.italic {
	font-style: italic;
}

img {
	border: none;
}

/* Light Box Photo Album */

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

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

div.thumbnail {
	float: left;
	margin: 0 12px 15px 12px;
	padding: 3px;
	background: #fff;
	border: 1px solid #d1d1d1;
}

div.thumbnail:hover {
	border: 1px dotted #b72a2a;
}

.thumbnail a {
	color: #d1d1d1;
	text-decoration: none;
}

.thumbnail a:link, .thumbnail a:visited, .thumbnail a:hover {
	color: #d1d1d1;
	text-decoration: none;
}


