html{
	background: #f3f1ea;
	font-family: "Trebuchet MS", sans-serif;
	padding: 10px;
	margin: 10px;
	color: #111;
	text-align: center;
}
body{
	padding: 0 0 10px 0;
	margin: auto;
	text-align: left;
}
img{ border: 0; }
h1,h2,h3,h4,h5{
	margin: 4px;
	color: #713819;
	border-bottom: 1px dotted #AAA;
}

#header{
}
.post_info{
	color: #713819;
	border-bottom: 1px dotted #AAA;
	margin-bottom:4px;
}
a{
	color: #b04f1f;
}
a:hover{
	color: #db7d38;
}
#logo{
	margin: 5px;
}
.navigation{
	margin-bottom: 15px;
	padding: 10px 35px 10px 10px;
	float: right;
}
.navigation a{
	text-decoration: none;
	padding: 5px 10px;
	color: #775a3b;
	border-bottom: #a9927a solid 3px;
}
.navigation a:hover{
	border-bottom: #523a2f solid 3px;
}
.navigation small{
	display: block;
	text-align: right;
}
.navigation small a, .smallloginform a{
	padding: 0.1em;
	border: none;
}
.navigation small a:hover, .smallloginform a:hover{
	border-bottom: #523a2f solid 1px;
}
#main{
	margin: 5px;
}	

#footer{
	margin: 10px;
	padding-top: 10px;
	font-size: 75%;
	color: #555;
	border-top: 5px solid #e3e0d6;
	clear: both;
}
.center{
	text-align: center;
}
.clear{
	clear: both;
}
.inlineform, .inlineform div{
	display: inline;
	padding: 1px;
	margin: 1px;
}
.inlineform input{
	font-size: 90%;
}

.smallloginform{
	display: inline;
	padding: 1px;
	margin: 1px;
	position: absolute;
	top: 50px;
	font-size: 85%;
}
.smallloginform input{
	position: relative;
	top: 5px;
	font-size: 85%;
}

input, textarea, select{
	border: 1px solid #000;
	padding: 1px;
	margin-bottom: 5px;
	border-bottom-color: #5a5046;
	border-right-color: #5a5046;
}
small input{
	margin: 1px;
}
input[type='submit'], input[type='button'], input[type='reset']{
	padding: 0;
	border-color: #000;
	border-top-color: #5a5046;
	border-left-color: #5a5046;
}
p{ margin: 10px 4px 10px 4px; }
.bigtext{
	font-size: 115%;
	line-height: 150%;
}
.error{
	border: 2px solid #D30;
	background: #ffe3d8;
	padding: 5px;
	margin: 3px;
	clear: both;
}
.info{
	border: 2px solid #fbc300;
	background: #fffad5;
	padding: 5px;
	margin: 3px;
	clear: both;
}
.controls{
	float: right;
	font-size: 90%;
	margin: 0 5px 5px 0;
}
.controls a{
	padding: 2px;
	border-bottom: 1px solid #a9927a;
	text-decoration: none;
}
.controls a:hover{
	border-bottom: 1px solid #523a2f;
}

.preview{
	border: 1px solid #e0d8d2;
	border-bottom: 4px solid #e0d8d2;
	padding: 5px;
	background: #f0e8e2;
	margin-bottom: 5px;
}
.part{
	background: #e0d8d2;
	padding: 5px;
	margin-top: 5px;
	font-size: 90%;
}
.part img{
	margin: 0;
	padding: 0;
}

#uploaded_screenshots{
	border: 2px solid #e0d8d2;
	padding: 5px;
	background: #f0e8e2;
	font-size: 90%;
	height: 250px;
	overflow: auto;
}
#uploaded_screenshots h2{
	text-align: center;
	border: none;
	margin-top: 100px;
}
.thumb{
	float: left;
	margin: 5px;
	padding: 5px;
	background: #333;

	color: #FFF;
	height: 180px;
	width: 200px;
	text-align: center;
}
.thumb a{
	text-decoration: none;
	color: #FFF;
}
.thumb a:hover{
	background: #643;
}

.rating{
	margin: 3px;
	padding: 0;
	height: 20px;
	width: 80px;
	list-style-type: none;
	background: url('star.bw.png') repeat-x transparent;
}
.rating li{
	display: inline;
}
.rating a{
	outline: none;
	display:block;
	width:16px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: relative;
}
.rating a:hover{
	background: url('star.png') repeat-x transparent;
	z-index: 18;
}
.rating a.r2{top: -16px;left: 16px;}
.rating a.r2:hover{left: 0; width: 32px;}
.rating a.r3{top: -32px;left: 32px;}
.rating a.r3:hover{left: 0; width: 48px;}
.rating a.r4{top: -48px;left: 48px;}
.rating a.r4:hover{left: 0; width: 64px;}
.rating a.r5{top: -64px;left: 64px;}
.rating a.r5:hover{left: 0; width: 80px;}
.rating a span{
	/*display: none;*/
}

.linkbutton{
	text-decoration: none;
	border: 1px solid #623;
	padding: 2px;
	background: #FEE;
}
.linkbutton img{
	padding: 0;
	margin: 0;
	position: relative;

	top: 2px;
}
ol.sets{
	margin: 2px 2px 2px 25px;
	padding: 2px;
}
ol.sets li{
	font-size: 90%;
	margin-bottom: 2px;
	padding: 5px;
	background: #d6cbc9;
	clear: both;
}
ol.sets img{
	padding: 0;
	margin: 0;
	position: relative;
	top: -2.5px;
}
.pages{
	padding:3px;
	margin: 4px 0 4px 0;
	font-size: 90%;
}
.pages a{
	padding: 3px;
	background: #333;
	color: #FEE;
	text-decoration: none;
}
.pages a:hover{
	background: #532;
}
.pages a.current{
	background: #532;
}
.searchbox{

}
.searchbox input{
	width: 150px;
	padding-left: 22px;
	background: url('icon.find.png') no-repeat #FFF 3px 1px;
	height: 18px;
}