@charset "utf-8";
/* CSS Document */

body {
	margin: 0; padding: 0;
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8f8f8f;
	background-color: #000000;
}

h1 { display: none; font-size: 180%; font-weight: 400; }

p { line-height: 160%; }

img { border-width: 0; }

dl, dt, dd { margin: 0; padding: 0 10px; }
dt, dd { width: 250px; text-align: left; }
dt { height: 250px; }
dd { height: 6em; }
dl { float: left; margin-top: 20px; }
	dl span { font-size: 80%; text-decoration: underline; text-transform: uppercase; }
	a dl { cursor: pointer; }

#container { width: auto; margin: 130px 0 0; }
#gallery #container { width: auto; }

#content.narrow { width: 100%; padding: 0; }
#gallery #content { position: relative; width: 100%; margin-left: 0; }

#nav { display: none; }

#logo { background-image: none; }
#logo img { display: block; }
#logo a { display: none; }

#footer {
	clear: both;
	margin-top: .5em;
	font-size: 110%;
	font-weight: 300;
	text-align: center;
	color: #555454;
}
	#footer p { margin: 0; }
	#gallery #footer { padding-top: 30px; }

#copyright { font-size: 10px; }
	#copyright a { color: #555454; }
	#copyright a:hover { color: #ffffff; }

.first { padding-top: 2em; }
.large { font-size: 140%; }
.left { float: left; margin-right: 30px; }
.right { float: right; margin-left: 30px; }
.clear { clear: both; }

a { color: #ccc4c3; text-decoration: underline; border-width: 0; outline: none; }
a:hover { color: #ffffff; }
