body {
	background: #080707 url('../img/bg.png');
	color: #FFF;
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	padding: 1.5em;
}

a {
	color: #AAA;
}

h1 { font-size:200%; }
h2 { font-size:184%; }
h3 { font-size:168%; }
h4 { font-size:152%; }
h5 { font-size:136%; }
h6 { font-size:120%; }

h1,h2,h3,h4,h5,h6,p,ol,ul,blockquote,pre {
	margin-bottom:0.5em;
	line-height: 1.2em;
}

small {
	font-size: 60%;
}

.tight {
	margin: 0;
}


#hd {
	margin-bottom: 2em;
	padding-left: 15px;
}
	#hd h1 {
		color: #F15A29;
	}
	#hd h1 span {
		color: #CCC;
		font-size: 60%;
		font-weight: normal;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}
	#hd p.instruction {
		color: #AAA;
		font-size: 90%;
	}
	#hd p.web {
		color: #DDD;
		font-size: 90%;
	}

div.item {
	background: #444;
	float: left;
	height: 390px;
	margin: 15px;
	padding: 9px;
}
	div.item p {
		margin: 0;
	}
	div.item p.title {
		padding-bottom: 14px;
	}
	div.item img {
		cursor: pointer;
	}


#ft {
	clear: both;
	font-size: 90%;
	padding-top: 2em;
	padding-left: 15px;
}
	#ft p.contact {
		text-transform: uppercase;
	}
		#ft p.contact a {
			text-transform: none;
		}
	#ft p.copyright {
		opacity: 0.5;
	}

div.overlay {
	cursor: pointer;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
#matte {
	background-color: #FFF;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 90210;
}
#popout {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;
	z-index: 90211;
}

#image-load {
	background: #FFF;
	border-width: 0 2px 2px 2px;
	color: #000;
	font-weight: bold;
	/*height: 20px;*/
	padding: 8px;
	padding-bottom: 10px;
	position: fixed;
	right: 1.5em;
	text-align: center;
	top: 0;
	width: 170px;
}