/*html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
*/
h1 {
	font-size: 2em;
	font-weight: bold;
}
h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
h3 {
	font-weight: bold;
	padding-top: 1.5em;
	padding-bottom: .5em;
}
#new {
	font-weight: bold;
	display: block;
	width: 7em;
	color:#fff;
	text-decoration: none;
	background-color:#6E9BC8;
	border-color:#3D79B6;
	text-shadow: 2px 2px 2px #3D79B6;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5c96ed), to(#2f68be));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#5c96ed', EndColorStr='#2f68be');
	background-image: -moz-linear-gradient(top, #5c96ed, #2f68be);
	margin: .5em 0;
	display:block;
	text-align:center;
	padding:.4em .5em .3em .5em;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}
a.admin {
	font-weight: bold;
	display: block;
	width: 9em;
	color:#fff;
	text-decoration: none;
	background-color:#6E9BC8;
	border-color:#3D79B6;
	text-shadow: 2px 2px 2px #3D2222;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5c2222), to(#2f0000));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#5c2222', EndColorStr='#2f0000');
	background-image: -moz-linear-gradient(top, #5c2222, #2f0000);
	margin: .5em 0;
	display:block;
	text-align:center;
	padding:.3em .3em .3em .3em;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
}
#new:hover {
	background-color:#0a4689;
	border-color: #01346e;
	text-shadow:2px 2px 2px #01346e;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0a4689), to(#01346e));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#0a4689', EndColorStr='#01346e');
	background-image: -moz-linear-gradient(top, #0a4689, #01346e);
}
a.admin:hover {
	background-color:#0a0000;
	border-color: #000000;
	text-shadow:2px 2px 2px #010000;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2a0000), to(#010000));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#2a0000', EndColorStr='#010000');
	background-image: -moz-linear-gradient(top, #2a0000, #010000);
}

#threads li a {
	color: #eeeeee;
	font-size: .9em;
	padding: 1em;
	text-decoration: none;
	display: block;
	border-bottom:1px solid #333333;
}

#threads li a:hover { 
	background: #222222;
}
#threads li a strong {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.05em;
	display: block;
	text-decoration: none;
}
#threads li a span {
	color: #AAAAAA;
}

h2 {
	font-size: 1.2em;
	margin-top: 1em;
}

#posts {
	margin: 1em 0;
}

#posts li {
	font-size: .9em;
	padding: .5em .5em;
	color: #dddddd;
	background: #333333;
	margin: .5em 0;
}
#posts li strong {
	font-weight: bold;
}
#posts li div {
	font-size: 1.05em;
	color: #ffffff;
	padding: .5em 0;
}

.new ul li {
	padding: .5em 0;
}

.new ul li label {
	display: block;
	width: 6em;
	padding-right: 1em;
	float: left;
}

.new .submit {
	padding: .1em .5em;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
