/* test.css */

html, body
{
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0px;
	font-size: small;
	background: #C1B39E;
	padding: 2px;
	width: 98%;
}

#master
{
	width: 100%;
}

#title
{
	position: absolute;
	top: 0px;
	left: 110px;
}

#title h1
{
	margin: 0px;
	font-size: 400%;
}

form
{
	font-family: Verdana, Helvitica, sans-serif;
	margin: 0px;
}

#noncontent
{
	position: absolute;
	top: 110px;
	margin: 0;
	list-style: none;
	background: #FFE3B2;
	width: 180px;
	left: 2px;
}

#nav ul
{
	padding: 2px;
	margin: 0;
	padding-top: 11px;
	background: #742B04 url("http://images.ronsbrain.com/line-left.jpg") top left no-repeat;
	list-style: none;
	color: #000;
	width: 100%;
}

#nav ul li
{
	background-color: #99886A;
	color: #FFE3B2;
	font-style: italic;
	padding: 0px;
}

#nav ul li ul
{
	background: #FFE3B2;
	margin: 0px;
	padding: 0px;
}

#latest
{
	background-color: #99886A;
	color: #FFE3B2;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	font-size: smaller;
}

#content a:link
{
	color: #444444;
}

#content a:visited
{
	color: #222222;
}

#nav ul li, #nav ul li ul li
{
	margin: 0;
}

#nav ul li ul li
{
	background: #FFE3B2;
	font-style: normal;
	color: #000000;
	margin-left: 4px;
}

#nav a:link, #nav a:visited
{
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	display: block;
	border-left: dotted 1px #000000;
	width: 100%;
	color: #000000;
}

#nav a:active, #nav a:hover
{
	font-weight: bold;
	color: #000000;
	display: block;
	width: 100%;
}

#nav ul li ul.hidden
{
	display: none;
}

p.text
{
	margin-top: 0px;
	padding-top: 0px;
}

#content
{
	position: relative;
	margin: 105px 5px 5px 190px;
	background-color: transparent;
}

.item
{
	margin: 2px;
	margin-bottom: 5px;
	background: #FFE3B2;
}

.item .title
{
	margin: 0px;
	padding: 2px;
	padding-left: 11px;
	font-size: larger;
	font-weight: bold;
	color: #FFFFFF;
	background: #742B04 url("http://images.ronsbrain.com/line-left.jpg") top left no-repeat;	
}

.item .title a
{
	text-decoration: none;
	color: #333333;
}

.level3
{
	font-weight: bold;
	color: #880000;
}

.item .info
{
	margin: 0px;
	background-color: #99886A;
	color: #FFE3B2;
	font-style: italic;
}

.item .info a:link
{
	color: #EEEEEE;
}

.item .content .text
{
	padding: 3px;
}

.item .content .table
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.item .content .table table
{
	background-color: #FFE3B2;
	font-size: small;
	width: 100%;
}

.item .content .table table tr.row0
{

}

.item .content .table table tr.row1
{
	background-color: #EEEEEE;
}

tr.single
{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

td.avatar
{
	width: 110px;
	vertical-align: top;
}

td.avatar img
{
	width: 100px;
	height: 100px;
	border-width: 1px;
	border-color: #EEEEEE;
	border-style: solid;
}

td.avatar .name
{
	font-size: smaller;
}

td.avatar .date
{
	font-size: smaller;
}

td.comment
{
	margin: 3px;
	border: 1px solid #999999;
}

.item .footer
{
	text-align: right;
	font-size: smaller;
	border-bottom-style: solid;
	border-bottom-color: #C1B39E;
	border-bottom-width: 1px;
	padding: 2px;
}

.item .footer .rating
{
	float: left;
}

#extra1
{
	position: absolute;
	top: 0px;
	width: 102px;
	height: 100px;
	background: transparent url("http://images.ronsbrain.com/logo.png") top left no-repeat;	
	margin: 5px;
}

div.result
{
	display: block;
}

div.results
{
	height: 20px;
	display: block;
	background-color: #000000;
}
span.numvotes
{
	font-size: smaller;
	font-style: italic;
}

div.poll
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.chatlog
{
	padding: 3px;
	margin: 2px;
	background-color: #EEEEEE;
}

span.loginfo
{
	font-weight: bold;
	font-size: larger;
}

.logthem
{
	color: blue;
}

.logme
{
	color: red;
}

div.inset, div.thumb
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #EEEEEE;
	margin: 2px;
	padding: 2px;
}

div.label
{
	font-size: smaller;
}

pre.code
{
	background-color: #E9E9E9;
	font-size: smaller;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

#copyright
{
	margin-top: 30px;
	font-size: xx-small;
	font-style: italic;
	color: #EEEEEE;
}

div.title
{
	margin: 0;
	padding-top: 11px;
	background: transparent;
}

.subsection
{
	color: #FFFFFF;
	width: 10em;
}

.subsection ul
{
	list-style: none;
}

.subsection li
{
	width: 10em;
}

.subsection a
{
	color: #FFFFFF;
	text-decoration: none;
}

span.bar
{
	width: 300px;
	height: 20px;
	background: #99886A;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.timediff-s
{
	font-weight: bold;
	color: #770000;
}

.timediff-m
{
	font-weight: bold;
}

.timediff-h
{
	font-style: italic;
}

.timediff-d
{
	text-decoration: underline;
}

