body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

label {
	display:block;
}

.clear {
	clear: both;
}

#logo {
	height: 70px; 
	padding:0;
	margin:1px 0 0 0;
}

#logo img {
	margin:0;
	padding:0;
}

#menu {
	position:absolute;
	top: 20px;
	left:0;
	width:170px;
	padding-right: 10px;
	border-right: 1px dashed #aaa;
}

#menu #opcoes A {
	padding:2px;
	margin:2px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #ddd;
	display:block;
}

#menu #opcoes A:hover {
	text-decoration: underline;
	font-weight:bold;
}

#corpo {
	position:relative;
	width: 940px;
	margin: 0px 10px;
}

#titulo {
	position:absolute;
	top: 20px;
	right:0;
	width: 750px;
	border-bottom: 1px dashed #aaa;
}

#titulo h1 {
	margin:0;
	padding:0;
	float: left;
	font-size: 22px;
}

#titulo span {
	margin:0;
	padding:0;
	float: right;
}

#titulo span a {
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#titulo span a:hover {
	color: #990000;
}

#principal {
	position:absolute;
	top: 60px;
	right:0;
	width: 750px;
}

#categorias {
	position:absolute;
	top: 10px;
	left:0;
	width:180px;
}

#sobre {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #eee;
}

#sobre h3 {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}

#box_categorias {
}

#box_categorias A {
	padding:2px 2px 2px 10px;
	margin:2px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	display:block;
}

#box_categorias A:hover {
	text-decoration: underline;
	font-weight:bold;
}

.post_box {
	padding: 5px 5px 10px 5px;
	margin: 0 0 10px 0;
	background-color: #fff;
	border-bottom: 1px dashed #aaa;
}

.post {
	float:left;
	width: 560px;
}

.post A {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

.post A:hover {
	text-decoration: underline;
}

.post H2 A {
	color: #000;
}

.post H2 A:hover {
	text-decoration: none;
}

.post_info {
	background-color: #eeeeee;
	font-size: 10px;
	padding: 5px;
	margin-top: 5px;
}

.votes {
	float:right;
	width:150px;
	padding: 5px 5px 5px 10px;
	margin: 0;
	font-size: 11px;
	border-left: 1px dashed #aaaddd;
}

.votes input.button {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	background-color: #eee;
	border: 2px solid #ccc;
}

.votes h4 {
	font-size: 12px;
	padding:0;
	margin:0 0 5px 0;
}

.votes ul {
	padding:0;
	margin:0;
	list-style: none;
}

.votes li.total {
	text-align:right;
	font-weight:bold;
	padding: 5px 0 0 0;
}

.votes form {
	margin:0;
	padding:0;
}

.post h2 {
	margin:0;
	padding:0;
	color: black;
}

#comments {
	margin-top: 20px;
	border-top: 1px dashed #aaa;
}

.comment_box {
	border-bottom: 1px dashed #aaaddd;
	margin: 10px 0;
}

.comment_info {
	font-size: 11px;
	padding: 5px 0 0 0;
	color: #777777;
	font-weight: bold;
}

#comment_form input {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	border: 2px solid #ccc;
	width: 400px;
}

#comment_form select {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	border: 2px solid #ccc;
}

#comment_form input.button {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	background-color: #eee;
	border: 2px solid #ccc;
	width: 80px;
	margin: 4px 0 0 0;
}

#comment_form textarea {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	border: 2px solid #ccc;
	width: 400px;
}

#comment_form label {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.categoria_box {
	padding: 5px;
	margin: 0 0 5px 0;
	border-bottom: 1px dashed #aaa;	
}

.categoria_box A {
	color: #990000;
	text-decoration:none;
}

span.warning {
	color: #990000;
	font-weight: bold;
}

span.warning {
	font-size: 18px;
}

span#required {
	font-size: 14px;
}

p.cat_descricao {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #aaa;
}

h2.cat_nome {
	color: #990000;
}

#rodape {
	position:relative;
	width:950px;
	text-align:right;
	font-size: 11px;
	margin-top: 4px;
}

#rodape A {
	text-decoration:none;
	color:black;
}

#rodape A:hover {
	text-decoration: underline;
}

table.nav {
	width: 300px;
	margin: 10px auto;
	font-weight: bold;
	font-size: 7pt;
	color: black;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
}

table.nav input {
	cursor: pointer;
	font-size: 12px;
	width: 30px;
	font-weight: bold;
	font-size: 10pt;
	cursor: pointer;
	background-color: #eee;
	border: 2px solid #ccc;
	margin: 4px 0 0 0;
}