/* Page elements */

body {
  background-color: black;
  color: #eee;
  font-family: Optima, "Lucida Grande", Verdana, sans-serif;
  line-height: 1.6;
}
a {
  color: #aaa;
}
a img {
  border: 1px solid #ddd;
}
div.wrapper {
  width: 640px;
  margin: 10px auto;
  text-align: center;
}
p#explanation {
    border: 1px solid #aaa;
    border-width: 1px 0;
    padding: 4px 0;
}
p.credits {
	font-size:1.1em;
	text-align:center;
	font-style:italic;
}
p.footer {
    color: #aaa;
    font-size: 0.8em;
    padding-top: 4px;
    border-top: 1px solid #aaa;
}

/* Moviebox stuff */

#moviebox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

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

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

/* hackfilm */
div#phi {
    text-align: center;
}
div#phi a img {border: none;}
div#phi h2 {
    font-style: italic;
}
