/* COLORS

beige bg:	b0a47f
grey bg:	555555


*/


/* RESET */

* {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

ul { list-style: none; }
b { font-weight: bold; }
i { font-style: italic; }
em { font-style: normal; }
table { table-layout: fixed; }
td { vertical-align: top; }
acronym { border-bottom: 1px #ddd dotted; }


/* COMMONS */

.end { font-size: 1px; overflow: hidden; height: 1px; clear: both; }
.center { text-align: center; }
.right { text-align: right; }
.fl { float:left; }
.fr { float:right; }
.underline { text-decoration: underline; }

.std-margin { margin: 10px; }
.std-padding { padding: 10px; }
.std-margin-top { margin-top: 10px; }
.sequent { margin-top: 20px; clear: left; }


/* LAYOUT */

html { overflow-y: scroll; height: 100%; }

body {
	background: #555 url('cache=bg.jpg') top center;
	font: 11px/150% verdana, sans-serif;
	color: #fff;
	height: 100%;
}

a:link {
	color: #bdc;
	text-decoration: underline;
}
a:visited {
	color: #9ba;
	text-decoration: underline;
}
a:hover {
	color: #fff;
}

table.wobbly {
	table-layout: auto;
}

cite {
	border: 1px #888 solid;
	padding: 4px;
	background-color: #444;
}

#frame {
	width: 940px;
	margin: 0 auto;
	background: transparent url('cache=contentbg.png') repeat-y center 120px;
	min-height: 100%;
	_height: 100%;
}

	#top {
		height: 88px;
		width: 940px;
		background: transparent url('cache=top.jpg') top left;
	}
		#top a {
			display: block;
			width: 350px;
			height: 90px;
		}
	
	#topmenu {
		_display: inline;
		float: left;
		width: 900px;
		margin: 0 10px;
		background-color: #000;
		padding: 0 10px;
		font-size: 11px;
	}
	
		#topmenu li {
			float: left;
		}
		
			#topmenu li a {
				float: left;
				display: block;
				height: 20px;
				color: #ddd;
				text-decoration: none;
				padding: 4px 10px;
				margin-top: 4px;
				-moz-border-radius: 5px 5px 0 0;
				-webkit-border-top-left-radius: 5px;
				-webkit-border-top-right-radius: 5px;
			}
			
			#topmenu li a.selected {
				background-color: #555;
				color: #fff;
			}
			
			#topmenu li a.active:hover {
				background: #000 url('cache=mb-active.jpg');
				color: #fff;
			}
		
		#topmenu li#search {
			float: right;
			padding-top: 6px;
		}
			
			#topmenu #search div {
				height: 20px;
				width: 175px;
				background: #000 url('cache=searchbox.png') no-repeat;
			}
			
			#topmenu #searchfield {
				float: left;
				background-color: #808080;
				margin: 1px 10px;
				height: 14px;
				width: 135px;
				font: 11px verdana, sans-serif;
				padding: 2px 0;
			}
			#topmenu #searchbutton {
				float: right;
				width: 20px;
				height: 15px;
				border: none;
			}
		
	#middle {
		clear: both;
		padding: 20px 30px;
	}
	
	#content {
		float: left;
		width: 460px;
		margin-right: 20px;
	}
	
	#sidebar {
		float: left;
		width: 240px;
		background-color: #444;
	}
	
	#mybar {
		float: right;
		width: 140px;
	}
	
	address {
		clear: both;
	}


/* CONTENT */

/*#sidebar h1 {
	height: 24px;
	background: #999 url('cache=headerbg.png') repeat-x;
	color: #ddd;
	font: bold 12px/23px arial, sans-serif;
	padding: 0 5px;
}*/

#content h1 {
	color: #b0a47f;
	font: bold 12px arial, sans-serif;
	text-transform: uppercase;
}

#content p {
	margin: 0.8em 0;
}

#content h2 {
	color: #ccc;
	font: bold 18px arial, sans-serif;
	margin: 10px 0;
}

#content h3 {
	font: bold 13px verdana, sans-serif;
	color: #ddd;
	margin: 1em 0;
}

	#content h1 a:link, #content h1 a:visited {
		color: #b0a47f;
		text-decoration: none;
	}
	#content h1 a:hover {
		color: #fff;
	}
	#content h2 a:link, #content h2 a:visited {
		color: #ccc;
		text-decoration: none;
	}
	#content h2 a:hover {
		color: #ccc;
		text-decoration: underline;
	}

#content small {
	display: block;
	border-bottom: 1px #888 solid;
	color: #ddd;
	font: normal 10px verdana, sans-serif;
}


#content blockquote {
	background: #666 url('cache=quote.png') no-repeat 6px 6px;
	border: 1px #999 solid;
	padding: 0 10px 0 30px;
	font-style: italic;
}
	#content blockquote cite {
		display: block;
		text-align: right;
		font-size: 10px;
		font-style: normal;
		border: none;
		padding: 0;
		background-color: transparent;
	}

#content ul { list-style-type: disc; padding-left: 20px; }
#content ul ul { list-style-type: circle; }
#content ol { padding-left: 20px; }
#content ul li, #content ol li { margin: 5px 0; }


.infobox {
	background-color: #666;
	border: 1px #888 solid;
	padding: 5px 10px;
	margin: 10px 0;
}


#content .sequent { margin-top: 20px; clear: left; }


/* SIDEBAR & MYBAR */

#sidebar a:link {
	color: #acb;
	text-decoration: none;
}
#sidebar a:visited {
	color: #9ba;
	text-decoration: none;
}
#sidebar a:hover {
	color: #fff;
	text-decoration: underline;
}

#sidebar h2  {
	height: 16px;
	padding: 4px 6px;
	color: #aaa;
	font: bold 12px verdana, sans-serif;
	background: #999 url('cache=headerbg.png') no-repeat;
}

#sidebar p, #sidebar ul {
	margin: 10px;
}
#sidebar ul li {
	margin: 5px 0;
	line-height: 120%;
}

#sidebar em {
	display: block;
	font-style: normal;
	font-weight: bold;
	margin: 10px;
	border-bottom: 1px #888 solid;
}

#sidebar dl {
	width: 220px;
	padding: 10px;
}
	#sidebar dt {
		float: left;
		width: 100px;
		}
	#sidebar dd {
		float: left;
		width: 120px;
		text-align: right;
		font-weight: bold;
	}

#mybar p {
	width: 140px;
}


/* SPECIFIC */

#notifier {
	position: absolute;
	top: 0; left: 0;
	height: 32px;
	width: 100%;
	background-color: #58523f;
	opacity: 0.9;
	filter: alpha(opacity=80);
	border-bottom: 2px #b0a47f solid;
}
	#notifier p {
		line-height: 31px;
		width: 920px;
		margin: 0 auto;
		color: #fff;
	}

#splashbox {
	width: 132px;
	overflow: hidden;
	border: 1px #888 solid;
	padding: 2px;
	margin: 10px 0;
}
	#splashbox h3 {
		font-size: 11px;
	}

#showbarbtn {
	display: none;
	width: 90px;
	height: 18px;
	text-align: right;
	margin-bottom: 10px;
	background: #000 url('cache=btn_showbar.png');
}
#hidebarbtn {
	display: block;
	width: 140px;
	height: 18px;
	text-align: right;
	margin-bottom: 10px;
	background: #000 url('cache=btn_hidebar.png');
}

.teaser {
	background-color: #444;
	font-weight: bold;
	padding: 10px;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
	margin: 10px 0;
}


#pagination {
	text-align: center;
	height: 20px;
}
	#pagination a, #pagination span {
		padding: 3px 20px;
		background-color: #888;
		margin: 0 2px;
		text-decoration: none;
		color: #fff;
	}
	#pagination a:hover {
		background-color: #999;
	}
	#pagination span {
		background-color: #666;
		color: #aaa;
	}
	#pagination select {
		font-size: 12px;
		width: 100px;
		height: 18px;
		vertical-align: baseline;
		text-align: center;
	}


/* Reviews */

#review-grade {
	padding: 10px;
}
	#review-grade dl {
		width: 220px;
		clear: both;
		padding: 5px 0;
	}
		#review-grade dl dt {
			float: left;
			width: 145px;
			font: bold 9px verdana, sans-serif;
			text-transform: uppercase;
			padding-top: 4px;
			color: #b0a47f;
		}
		#review-grade dl dd {
			float: left;
			width: 65px;
			text-align: right;
			font: bold 15px arial, sans-serif;
			color: #ccc;
			padding-right: 5px;
		}
	
	#review-grade #review-overall dt { font-size: 12px; }
	#review-grade #review-overall dd {
		font-size: 30px; color: #fff;
		padding-right: 0;
		padding-left: 5px;
	}
	#review-grade #review-overall small { font: 9px verdana; text-transform: none; }


#review-table {
	width: 100%;
}
	#review-table td {
		border-top: 1px #888 solid;
	}
	#review-table .c1 {
		width: 100px;
	}
	#review-table h3, #review-table img {
		margin: 10px 0;
	}

#screenshots a {
	display: block;
	border: 2px #798 solid;
	margin-bottom: 5px;
}
#screenshots a:hover {
	border: 2px #acb solid;
}
#screenshots img {
	display: block;
}

/* Forum */

#forum-list dl {
	border: 1px #888 solid;
	padding: 10px;
	margin-bottom: 10px;
	background: transparent url('cache=boxbg.jpg') repeat-x top left;
}
	#forum-list dt {
		font-size: 13px;
		font-weight: bold;
	}
	#forum-list dd {
		padding-top: 2px;
		font-style: italic;
	}
	#forum-list dd small {
		border: none;
		color: #fff;
	}
	
#forum-table {
	border: 1px #888 solid;
}
	#forum-table td {
		padding: 3px;
	}
	#forum-table thead td {
		font-weight: bold;
		background-color: #444;
	}

#topicform {
	width: 100%;
}
	#topicform .itext, #topicform textarea, #topicform select {
		width: 99%;
		font: 11px/130% verdana, sans-serif;
		vertical-align: text-bottom;
		background-color: #fff;
		border: none;
		color: #000;
	}
	#topicform textarea {
		padding-left: 2px;
		height: 350px;
	}
	#topicform dfn {
		display: block;
		font: bold 10px verdana, sans-serif;
		color: #ddd;
		padding-bottom: 2px;
	}


.inlinepicture {
	border: 1px #333 solid;
}

.blog-footer {
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 10px;
}

.comment {
	background: transparent url('cache=boxbg.jpg') repeat-x top left;
	border: 1px #888 solid;
	margin-bottom: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	.comment dfn {
		display: block;
		background-color: #666;
		border-bottom: 1px #888 solid;
		margin: 0;
		padding: 4px;
		font: normal 11px verdana, sans-serif;
	}
	.comment p {
		padding: 0 10px;
	}
	.comment em {
		display: block;
		text-align: right;
		padding: 4px;
		font: bold 10px verdana, sans-serif;
		border-top: 1px #888 solid;
		color: #888;
	}

label.w90 {
	float: left;
	width: 90px;
}

.definition-table {
	width: 100%;
}
	.definition-table thead, .definition-table .def {
		font-weight: bold;
		width: 150px;
	}
	.definition-table td {
		padding-bottom: 10px;
	}

#search-results p {
	margin: 0.4em 0;
}


#searchpip {
	position: absolute;
	background-color: #333;
	width: 220px;
	padding: 10px;
	border: 1px #666 solid;
	color: #fff;
}
	#searchpip h3 {
		border-top: 1px #888 solid;
		margin: 10px 0 5px 0;
		padding-top: 5px;
		font: bold 12px verdana, sans-serif;
	}
	#searchpip ul {
		list-style-type: disc;
		padding-left: 16px;
	}
	#searchpip span {
		font-weight: bold;
		display: block;
		width: 220px;
		height: 18px;
		overflow: hidden;
	}


#usertable {
	border: 1px #484848 solid;
	margin-left: 10px;
}
	#usertable td {
		padding: 2px;
	}
	#usertable thead td {
		font-weight: bold;
		background-color: #444;
	}


/* FORMS */

fieldset {
	border: 1px #888 solid;
	padding: 0 20px;
	/*background-color: #5c5c5c;*/
}

form label {
	float: left;
	width: 125px;
}
form .itext {
	width: 268px;
	font: 11px verdana, sans-serif;
	padding: 2px;
	background-color: #fff;
}
form .icheck {
	vertical-align: middle;
}
form .ibtn, a.ibtn {
	padding: 2px 10px;
	background-color: #aaa;
	border: 1px #666 solid;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
	text-decoration: none;
}


#loginform {
	margin-bottom: 10px;
	font-size: 10px;
}
	#loginform h3 {
		font: bold 13px verdana, sans-serif;
		color: #ccc;
		margin-bottom: 4px;
	}
	#loginform .itext {
		width: 134px;
		background: #888 url('cache=inputbg.png') repeat-x;
		margin-bottom: 4px;
		padding: 2px;
		border: 1px #444 solid;
		font: 11px verdana, sans-serif;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#loginform .itext:focus {
		background: #999;
	}
	#loginform span {
		float: right;
		color: #ddd;
	}

#register {
	display: block;
	width: 140px;
	height: 40px;
	margin-bottom: 10px;
	background-image: url('cache=btn_register-a.png');
}

#registerform {
	margin-top: 20px;
}

#logout {
	margin-bottom: 10px;
}

#commentform {
	
}
	#commentform textarea {
		width: 100%;
		height: 100px;
		font: 11px verdana, sans-serif;
	}

	
.divider {
	border-bottom: 1px #888 solid;
	margin: 1em 0;
	padding-bottom: 1em;
}

.form-warning {
	color: #f99;
	display: block;
}
