html, body {
	height:100%;
}

body {
	font: 13px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	background-color: #000000;
	margin:0;
	padding:0;
	color:#FFFFFF;
}

h2 {
	font-size: 18px;
}

img {
	border:none;
}

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

a:hover {
	text-decoration: underline;
}

p {
	margin:0;
	padding-bottom:15px;
}

div#general {
	width:750px;
	background-color:#9C8341;
	margin:0 auto;
	height:auto !important;
	min-height:100%;
	position:relative;
	height:auto !important;
	height:100%;
}

div#content {
	padding:10px 10px 60px 10px;
}

div#footer {
	padding:10px;
}

div#footer p {
	text-align:center;
}

div#content h2, div#footer h2 {
	color:#FFFFFF;
	background-color:#000000;
	padding:0 4px;
}

div.content-lft {
	float:left;
	width:65%;
}

div.content-rgt {
	float:right;
	width:30%;
}

ul.news, ul.highlights, ul.pool {
	list-style:none;
	margin:0;
	padding:0;
}

ul.news li {
	padding:4px 10px;
	margin-bottom:10px;
	background:url(/images/news_bg.jpg) left bottom repeat-x;
}

ul.news li p {
	margin:0;
	text-align:justify;
	padding-bottom:5px;
}

ul.news li p.date {
	font-size:12px;
}

ul.news li p.title {
	font-size:16px;
}

ul.highlights li p {
	text-align:center;
}

ul.highlights li p a {
	text-decoration:none;
}

ul.highlights li p a span:hover {
	text-decoration: underline;
}

div.tree {
	/*background-image:url(/images/arvore.jpg);
	background-repeat:no-repeat;
	background-position:0 20px;
	height:360px;*/
}

div.tree div.tree_content {
	/*padding-left:260px;
	height:250px;
	overflow-y:auto;*/
	padding:0 40px;
}

h2.blog_title a {
	text-decoration:none;
	display:block;
}

h2.blog_title a:hover {
	color:#CCCCCC;
}

.break {
	clear:both;
	width:0;
	height:0;
	padding:0;
	margin:0;
}

div.text_body h3 {
	margin:20px 0;
}

div.comments {
	margin-top:30px;
}

div.comments ol {
	list-style:none;
	margin:0;
	padding:0;
}

div.comments ol li {
	border-bottom:3px solid #B4A06A;
	padding-bottom:5px;
	margin-bottom:5px;
}

.comment_form p {
	margin:0;
	padding:8px 0;
}

.comment_form p label {
	display:block;
	width:15%;
	float:left;
}

.comment_form p input,
.comment_form p textarea {
	display:block;
	width:80%;
	float:right;
}

.comment_form p select {
	display:block;
	width:30%;
	float:left;
	margin-left:30px;
}

.comment_form p input.btn {
	width:auto !important;
	float:none;
	margin-left:18%;
}

img.photo {
	margin:0 0 20px 20px;
	float:right;
}

div.content {
	text-align: justify;
	margin:20px;
}

div.content h2 {
	margin-bottom:50px;
}

div.content h3 span {
	font-size:13px;
	font-weight: normal;
}

div.highlight_box {
	background-color: #65562d;
	padding:10px;
	margin:13px 0;
}

div.highlight_box p {
	margin-top:0;
	font-size:12px;
	font-weight: bold;
	text-align: center;
}

.w150 { width:150px; }
.w290 { width:290px; }
.w560 { width:560px; }

.wp30 { width:30%; }
.wp40 { width:40%; }
.wp55 { width:55%; }
.wp65 { width:65%; }
.left { float:left; }
.right { float:right; }
.m0a { margin: 0 auto !important; }
.mt40 { margin-top:40px; }
.ml40 { margin-left:40px; }
.mr10 { margin-right:10px; }
.mr40 { margin-right:40px; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-justity { text-align: justify; }

.black-title {
	margin:0;
	padding:0;
}

.image-box {
	background-color: #65562D;
	padding:10px;
}

table.chronic {
	width:90%;
}

table.chronic a {
	color:#FFFFFF;
}

table.chronic th,
table.chronic td {
	background-color:#65562D;
}

table.chronic th {
	text-align:center;
	padding:5px 0;
}

table.chronic td {
	padding:3px;
}

ul.press,
ul.partners {
	width:500px;
	margin:0 auto;
	list-style:none;
	padding:0;
}

ul.press li,
ul.partners li {
	width:190px;
	padding:10px;
	float:left;
	text-align: center;
	background-color:#65562D;
	margin-top:20px;
	height:200px;
	font-size:11px;
}

ul.partners li {
	height:auto !important;
}

ul.press li a,
ul.partners li a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

ul.press li a:hover span,
ul.partners li a:hover span {
	text-decoration:underline;
}

ul.press li.break,
ul.partners li.break {
	width:0;
	height:0;
	margin:0;
	padding:0;
}

div.error {
	padding:10px;
	background:#E00005;
	color:#FFFFFF;
	text-align: center;
	margin-bottom:40px;
}

div#recaptcha_widget_div {
	float:right;
	width:80%;
	text-align:center;
	margin:20px 0;
}

/*Blog Entries*/

div.post h2 a {
	color:#FFFFFF;
	display:block;
}

div.post h2 a:hover {
	text-decoration:none;
	color:#CCCCCC;
}

div.post small {
	font-size:11px;
}

div.post div.entry {
	text-align: justify;
	margin-top:40px;
	line-height:150%;
}

body#commentspopup h2 {
	background-color:#000000;
}

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

div#sidebar ul li ul li {
	padding:4px;
}

div#sidebar ul li ul li:hover {
	background-color:#65562D;
}

div#sidebar ul li ul li a {
	display:block;
}

div#sidebar ul li ul li a:hover {
	text-decoration:none;
}

.navigation .alignleft { float:left; width:48%; }
.navigation .alignright { float:right; width:48%; text-align:right; }

.single .comment-link { font-weight: bold; text-align: center; }

