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

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }

body{
	background:#1b1b1b url(../images/bg.png) repeat-x;
	text-align:center;
	font-family:"Lucida Grande",Tahoma,Arial,Sans-Serif;
	color:white;
	font-size:12px
	line-height:18px;
}
#wrapper{
	width:800px;
	margin:0 auto;
}
h1, h2, h3{
	font-size:36px;
	line-height:54px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2{
	font-size:12px;
	line-height:18px;
}
h3{
	font-size:16px;
	line-height:24px;
}
div.rounded{
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
	background:#111;
	color:#999;
	margin-bottom:20px;
}
.thumbnail-wrapper{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:25px;
}
.thumbnail-wrapper li{
	float:left;
	margin:10px;
	border:solid 2px #222;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.thumbnail-wrapper li:hover{
	border-color:#999;
}
.thumbnail-wrapper li a{
	display:block;
	color:#bbb;
	text-decoration:none;
	padding:10px;
	font-size:14px;
}
.thumbnail-wrapper li:hover a, .thumbnail-wrapper li a:hover{
	color:#999;
}
.thumbnail-wrapper li img{
	border:solid 2px #111;
	margin-bottom:10px;
}
.thumbnail-wrapper li:hover a img, .thumbnail-wrapper li a:hover img{
	border-color:#999;
}
#footer{
	text-align:center;
	padding:14px;
	background:#151515;
	border-top:solid 4px #111;
	color:#999;
	font-size:12px;
}
.clear{
	clear:both;
}