/* CSS Document */

/* --------------- STRUCTURE ----------- */

body {
	background-color: #080000;
	margin: 0px;
	padding: 0px;
	}

#wrap {  
	background-image: url(images/bg2010.jpg); 
	background-repeat: no-repeat; 
	background-position: top center; 
	width: 100%;
	height: 100%;
	display: block;
	clear: both;
	text-align:center;
	}

#header {
	width: 960px;
	height: 300px;
	padding: 0px;
	margin: 0px;
	text-align:center;
	margin: 0px auto -1px auto;
	clear: both;
	}
#content {
	padding: 0px;
	width:960px;
	margin: 0px auto -1px auto;
	clear: both;
	position: relative;
	text-align:center;
	}
#statement {
	background-color:#400000;
	border-color:#600000;
	border-style:solid;
	border-width:thin;
	width: 290px;
	padding:10px;
	}
.jump {
	border-bottom-color:#600000;
	border-bottom-style:solid;
	border-bottom-width:thick;
	display: block;
	clear: both;
	}
	
#left { 
	margin-top: 80px;
	width: 320px;
	float: left; 
	display: block;
}

#right { 
	width: 640px;
	float: left; 
	display: block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */	

	
/* ----------- TABLE ------------ */
	
a.artcell {
	padding: 10px;
	margin: 8px;
	text-align:center;
	vertical-align: bottom;
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
	background-color:#600;
	}
a:hover.artcell {
	background-color:#F00;
	}
.artheader {
	padding:0px;
	margin:0px;
	border:none;
	width: 100%;
	clear: both;
	display: block;
	}

/* ------------ TEXT ---------- */

body, p, textarea {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: normal;
	}

a:link { text-decoration: none; color : #FF0000; border: 0px; -moz-outline-style: none;}
a:active { text-decoration: underline; color : #FF0000; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #CC0000; border: 0px; -moz-outline-style: none;}
a:hover	{ text-decoration: underline; color : #FF6600; border: 0px; -moz-outline-style: none;} 
a:focus { outline: none; -moz-outline-style: none;}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 5px 0 -5px 0;
	color: #FF0000;
	text-decoration:none;
	}
h1 {
	font-size:36px;
	}
p.first {
	margin: 0px;
	}
.statement {
	color: white;
	text-align:justify;
	}
.jumptext {
	padding: 5px;
	color: white;
	text-align:right;
	}
.quote {
	color: red;
	margin: 20px 0px 20px 0px;
	}
.footer {
	font-family: verdana, "Trebuchet MS", Trebuchet, Geneva, sans-serif;
	font-size: 10px;
	color:#900;
	text-align:center;
	padding-top: 10px;
	}
.footer a {
	color:#FF9933;
	}

/* --------- IMG --------- */

img.break {
	display: block;
    margin: 0px auto 0px auto;
	padding: 20px 0 5px 0;
	}
img.artheadline {
	padding: 10px;
	border: none;
	}
img.art {
	padding: 2px;
	border-width:thin;
	border-style:solid;
	}
img.iphone {
	padding: 20px;
	}	
	
/* ------------- BUTTONS ------------- */
	
.buttons { 
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 280px;
	}
	
.buttons li a {
	display: block;
	width: 100%;
	margin: 5px 0px;
	padding: 10px;
	background-color:#400000;
	border-color:#600000;
	border-style:solid;
	border-width:thick;
	text-align:center;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold; 
	font-size:14px;
	}
.buttons li a.active, .buttons li a:hover {
	background-color:#900;
	color: #FF0;
	}

/* --------- LIGHTBOX --------- */

#lightbox{
	position: absolute;
	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: 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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

