/* Font settings */
body {
	margin:0;
	padding:0;
	font: 12px/1.5 "Lucida Grande", "Lucida Sans Unicode",verdana,lucida,arial,sans-serif;
	background: #ddd;
}

/* misc */
.hide { display: none; }
.clearer { clear: both; }
.right { float: right; }
.left { float: left; }

h1 {
	font-size: 1.5em;
	line-height: 1;
	margin: 0;
	padding: 1em;
	background: #333;
	color: #fafafa;
}
h2 {
	clear: both;
	font-size: 1em;
	line-height: 1.5;
	margin: 1.5em 0;
}
p {
	margin: 1.5em;
}
#thumbs {
	margin: 1.5em;
}
#thumbs div {
	float: left;
	margin: 0 1.5em 1.5em 0;
	width: 152px;
	height: 138px;
}
#thumbs div a {
	display: block;
	text-align: center;
	padding: 1.5em 0.75em;

	background: #fff;
	border: 1px solid #ececec;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 15px #aaa;
	-webkit-box-shadow: 2px 2px 15px #aaa;
	box-shadow: 2px 2px 15px #aaa;
}
#thumbs img {
	border: 1px solid #ccc;
	border-width: 1px 0 0 1px;
}
#thumbs p {
	margin: -2em 0 0;
	height: 18px;
	font-size: 11px;
	line-height: 1.5em;
	text-align: center;
}
#footer {
	clear: both;
	text-align: center;
}
#footer p {
	margin: 1.5em auto;
}
#lightbox {
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 0 15px #000;
	border-radius: 10px;
	box-shadow: 0 0 15px #000;
}
#keyboardMsg a.disabled {
	color: #9D9D9D;
	text-decoration: none;
}
