body {
	margin: 0;
	padding: 0;
}

#thumbs {
	padding: 15px;
}
#thumbs img {
	width: 75px;
	height: 75px;
}

a img, a, img {
	border: none;
	text-decoration: none;
}

a img {
	border: 1px solid #CCC;
	margin: 5px;
	padding: 2px;
}

body {
	background: url(/images/wall-lines.jpg);
}

#overlay {
	margin: 0;
	padding: 0;
	background: #000;
	position: absolute;
	z-index: 50;
}

#large {
	background: #EEE;
	font: 12px "Trebuchet MS ", Tahoma, Arial, sans-serif;
	width: 700px;
	padding: 15px;
	position: absolute;
	z-index: 60;
	top: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#large dl, #large dt {
	margin: 0;
	padding: 0;
}

#large dt {
	float: left;
	width: 400px;
	overflow: hidden;
}

#large dd {
	margin-left: 405px;
}

#large #profilePic {
	float: left;
}

#large #profilePic img {
	height: 48px;
	width: 48px;
}


#large dd h1, #large dd h2 {
	margin-left: 60px;
}
#large dd h1 a, #large dd h2 a {
	color: #333;
}

#large dd h1 {
	font-size: 33px;
	margin: 18px 0 4px 0;
}

#large dd h2 {
	margin: 0;
	font-size: 12px;
}

#large dd blockquote {
	background: url(/images/quotes.gif) no-repeat top left;
	font-size: 20px;
	margin: 30px 0;
	padding-left: 85px;
}

#large dd blockquote p a {
	color: #333;
	text-decoration: none;
}

#filterForm {
	background: #000;
	color: #EEE;
	font: 12px "Trebuchet MS ", Tahoma, Arial, sans-serif;
	padding: 12px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 80;
}

#filterForm input {
	background: #EEE;
	border: 0;
	color: #000;
	margin-left: 8px;
	padding: 2px;
}

#konamiLogo {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 80;
}

.hide {
	display: none;
}