@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size:62.5%;
}
H1 {font-size:2em; margin:0px}
H2 {font-size:1.5em; margin:0px}
H3 {font-size:1.25em; margin:0px}
H4 {font-size:1em; margin:0px}
a {color:#0066FF; text-decoration:none}
a:hover {color:#0066FF; text-decoration:underline}
a:visited {color:#9900CC; text-decoration:none}
.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.clearfix {
	clear: both;
}

.container1 {
	width: 100%;
	float:left
}
.header {
	float: left;
	width: 100%;
	font-size: 1.6em;
}
.menuhorizontal {
	float: left;
	width: 100%;
	font-size: 1.6em;
}
.main {
	float: left;
	width: 100%;
	font-size: 1.6em;
}
.footer {
	float: left;
	width: 100%;
	font-size: 1.6em;
}
.sidebar {
	float: left;
	width: 250px;
}
.content {
	float: left;
	width: 640px;
	margin-left: 10px;
}
.both {
	clear: both;
}
.left {
	float: left;
	margin-right: 5px;
	text-align: right;
	vertical-align: top;
	width: 100px;
}
#newsletter .both {
	margin-bottom: 2px;
	clear: both;
	overflow: hidden;
}
#newsletter .left {
	width: 40px;
}
#newsletter .right {
	float: left;
	margin-left: 5px;
}
.error {
	border: 1px solid red;
}
label.error {
	border: none;
	color: red;
	margin-left: 3px;
	font-size: 11px;
}
.categories {
	list-style: none;
	padding: 0;
	margin: 0;
}
.categories li {
	float: left;
	width: 250px;
	height: 250px;
	text-align: center;
}
.date {
	float: right;
	text-align: right;
	font-size: 12px;
	font-style: italic;
	clear: both;
}

ul.f_questions, ul.f_answers {
	list-style: decimal;
}

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

ul.tags li {
	display: inline;
	margin: 2px;
}

form .both {
	clear: both;
}

form .both input, form .both textarea {
	float: left;
}

form .both label {
	display: block;
	float: left;
	width: 150px;
	padding: 2px 10px 2px 2px;
	text-align: right;
}

form .both label.error {
	text-align: left;
}

#comments {
	float: left;
	margin: 10px 0;
	width: 650px;
}

#comments ul {
	list-style: none;
	overflow: hidden;
	float: left;
	margin: 0;
	padding-left: 15px;
}

#comments ul li {
	float: left;
	padding: 5px 0;
	clear: both;
	font-size: 12px;
}

#comments .left {
	float: left;
	width: 400px;
	text-align: left;
}

#comments .right {
	float: right;
}

#comments a.reply {
	clear: both;
	float: left;
	display: block;
	width: 100%;
}

#comments a.vote {
	padding: 0 5px;
	font-weight: bold;
}
