/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 10pt Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: #090909;
	color: #b1a25d;
}

p {
	margin:0 0 10px 0;
	overflow: hidden;
	text-align: left;
	padding: 0 10px;
	line-height: 20px;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

a {
	color: #b1a25d;
	text-decoration: none;
	border-bottom: 1px #b1a25d dotted;
	font-style:italic;
}

a:hover {
	color: #000;
	background-color: #b1a25d;
	border-bottom: 1px #e6d277 solid;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top: 3px solid #b1a25d;
	border-bottom: 1px dotted #b1a25d;
	font-variant:small-caps;
	padding: 5px 5px;
	margin-bottom: 20px;
}

h2 {
	font-size: 10pt;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 15px;
	margin: 10px 0 10px 0;
	background: url(../images/highlight.png) no-repeat top center;
}

h3 {
	font-size: 14pt;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	letter-spacing: 2px;
	padding: 15px;
	margin: 10px 0 10px 0;
	background: url(../images/highlight.png) no-repeat top center;
}

h4 {
	font-size: 14pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 5px;
	text-decoration: underline;
}

h5 {
	font-size: 12pt;
	padding: 5px 0 0 10px;
	font-variant: small-caps;
	text-decoration: none;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 0;
}

dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}

/* `Text
----------------------------------------------------------------------------------------------------*/

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.small {
	font-size: 8pt;
	padding: 0 0 5px 10px;
}

.scroll {
	height: 300px;
	overflow: auto;
}

.footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	margin-bottom: 50px;
}

#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; }

