/*  
Estilo CSS
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, Georgia, Sans-Serif;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	background:#fff url(images/bg_body.gif) repeat-x;
	color:#000;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, sans-serif;
	font-size:14px;
	font-weight:bold;
}

a {
	text-decoration:none;
	color:#598E14;
}

a:hover { text-decoration:underline; }

a img { border:0; }

a.leiamais {
	font-size:11px !important;
	background:url(images/bullet_leiamais.gif) no-repeat scroll 0% 50%;
	padding-left:6px;
}

abbr, acronym { border:0; }

address, dl, p { padding:15px 0pt 0pt 0px; }

p.cf-sb { padding:15px 0 0 25px !important; }

blockquote {
	margin:15px 0 0;
	background:#faf5ef;
	color:#000;
}

blockquote p { padding:15px; }

blockquote blockquote {
	margin:15px;
	background:#fff;
	color:#333;
}

code {
	background:#f9f9f9;
}

dt { font-weight:bold; }

dd { padding:0 0 0 15px; }

hr {
	clear:both;
	margin:15px 15px 5px 15px;
	border:0;
	height:1px;
	text-align:left;
	background:#ede5da;
	color:#ede5da;
}

small {
	font-size:12px;
}

pre {
	width:90%;
}

p {
	text-align:justify;
}

input, textarea {
	font-family:Arial, Helvetica, Georgia, sans-serif;
	font-size:12px;
	padding:2px;
}

input  {
	border:1px solid #2E602D;
	background-color:#FAF5EF;
	color:#2E602D;
	margin-top:3px;
	padding:1px 4px;
}

input#author, input#email, input#url, textarea#comment {
	background-color:#FBF8F4;
	border-top:1px solid #EFE2D0;
	border-right:1px solid #FBF8F4;
	border-bottom:1px solid #FBF8F4;
	border-left:1px solid #FBF8F4;
	padding:1px 3px;
	color:#000000 !important;
}

textarea#comment {
	height:6em;
}

input#s:focus, input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus {
	background:#F8F2E9 none repeat scroll 0%;
	color:#000000 !important;
}

input#s {
	border:1px solid #EFE2D0;
	width:135px;
	padding:3px 3px 0 3px !important;
}

input#searchsubmit {
	border:none !important;
	padding:0;
}

input#author, input#email, input#url {
	margin:0 5px 0 0;
	width:343px;
}

span#admin {
	top:39pt;
	position:absolute;
	padding-left:160px;
}

span#admin a {
	color:#4C3E27;
}

span#admin a:hover {
	color:#598E14;
	text-decoration:none;
}

#container {
	margin:0 auto;
	width:748px;
}

#header {
	clear:both;
}

#header h1 {
	padding:26px 5px 0 72px;
	font-size:24px;
	font-weight:normal;
	background:url(images/logo.gif) no-repeat 38px 26px;
	color:#fff;
	float:left;
}

#header h1 a {
	color:#fff;
	text-decoration:none;
}

#menu {
	float:right;
	padding-right:40px;
	font-family:Georgia, sans-seriff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:37px 10px 0 0;
	float:left;
}

#menu ul li {
	display:inline;
	margin:0;
	padding:0 15px;
	background:url(images/bullet.gif) no-repeat 0 3px;
}

#menu ul li a {
	text-decoration:none;
	color:#fff;
}

#menu a:hover {
	text-decoration:underline;
}

#pagewrapper {
	float:left;
	width:748px;
	padding:23px 0;
	background:url(images/bg_page.gif) no-repeat left top;
}

#page {
	padding:0 23px;
}

#banner {
	float:left;
	width:702px;
	height:150px;
	background:url(images/banner.jpg) no-repeat left top;
	clear:both;
}

.maincolumn {
	float:left;
	width:500px;
}

.post {
	margin:10px 0 0;
	padding:15px;
	background:url(images/bg_post.gif) no-repeat left top;
}

.post h2 {
	border-bottom:1px solid #ebe1d3;
	padding:0 0 7px 0;
	font-size:18px;
	font-weight:normal;
	color:#598E14;	
}

.post h2 a {
	text-decoration:none;
	color:#598E14;
}

.post h2 a:hover {
	text-decoration:underline;
}

.entry, 
p.MsoNormal, 
.entry span {
	line-height:21px;
	font-size:12px !important;
	font-family:Arial, Helvetica, sans-serif !important;
}

p.MsoNormal span {
	font-size:12px !important;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	border:0;
	padding:10px 0 0;
}

.entry h1 {
	font-size:24px;
	font-weight:normal;
}

.entry h2 {
	font-size:18px;
	color:#000;
}

.entry h3 { color:#c97d05; }

.entry  h4 {}

.entry h5 { font-weight:normal; }

.entry h6 { font-size:11px; font-weight:normal; }

.entry img {
	border:1px solid #e5d8c6;
	padding:4px;
	background-color:#faf5ef;
	margin:5px;
}

.entry img.wp-smiley {
	padding:0;
	border:0;
	background-color:transparent;
}

.entry img.alignleft {
	float:left;
	margin:5px 10px 0 0;
}

.entry img.alignright {
	float:right;
	margin:5px 0 0 10px;
}

.entry p.postinfo {
	margin:15px 0 0;
	padding:10px 0 15px 0;
	border-top:1px solid #e5d8c6;
	font-size:11px;
	color:#b1a799;
}

.entry p.notfound {
	padding:15px 0 100px;
}

.browse {
	margin:0 15px;
	border-top:1px solid #e5d8c6;
	padding:15px;
	line-height:24px;
}

#sidebar {
	float:left;
	margin:10px 0 0 10px;
	width:192px;
	background:url(images/bg_sidebar.gif) no-repeat left top;
}

#sidebar a {
	color:#666;
	text-decoration:none;
}

#sidebar a:hover {
	text-decoration:underline;
}

#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}

#sidebar ul li {
	padding:15px 15px 0pt;
	font-family:Georgia, sans-seriff;
	text-transform:uppercase;
}

#sidebar ul li.syndicate a {
	padding:0 20px 0 0;
	background:url(images/feed-icon.gif) no-repeat right 2px;
  display:none;
}

#sidebar ul li h2 {
	border-bottom:1px solid #ebe1d3;
	padding:0 0 7px 0;
	font-size:12px;
	color:#598E14;
}

#sidebar ul ul {
	padding:7px 0 0;
}

#sidebar ul ul li {
	padding:0;
	font-family:Arial, Helvetica, Georgia, sans-seriff;
	line-height:24px;
	text-transform:none;
}

#sidebar ul ul ul {
	padding:0;
}

#sidebar ul ul ul li {
	padding:0 0 0 15px;
	background:url(images/bullet_2.gif) no-repeat 0 8px;
}

#sidebar ul ul ul ul li {
	background:url(images/bullet_3.gif) no-repeat 0 8px;
}

#sidebar ul ul ul ul ul li {
	background:none;
}


/* Comments Template */

#comments-template {
	border-top:1px solid #e5d8c6;
	margin:0px 15px;
	padding:15px 0;
}

#comments-template p {
	line-height:20px;
}

#comments-template p.nocomments {
	padding:0 15px;
}

#comments-template h2 {
	font-size:14px;
	font-weight:bold;
	color:#666;
}

#comments-template h3 {
	color:#598E14;
	font-family:Georgia,sans-serif !important;
	font-size:12px !important;
	font-weight:bold;
	margin-left:10px;
	padding:0pt 2px;
}

#comments-template p.autor {
	color:#666;
	padding:0;
	font-weight:bold;
	background:transparent url(images/bullet_comment.gif) no-repeat 0px 3px;
	padding-left:17px;
}

h3#comments, h3#respond {
	padding:0 0 0 0px;
}

h3#respond {
	padding:10px 0pt 10px 0px;
}

#comments-template label {
	color:#666;
	display:block;
}

#comments-template .commentmetadata {
	font-size:11px;
}

#comments-template ol {
	list-style:none;
	margin:0;
	padding:0;
}

#comments-template ol li {
	border-bottom:1px solid #e5d8c6;
	padding:15px 0 15px;
}

/* End Comments Template */


/* wp-calendar */

table#wp-calendar {
	width:100%;
	font-family:Arial, Helvetica, Georgia, Sans-Serif;
	text-transform:none;
}

table#wp-calendar caption {
	padding:10px 15px;
	font-family:Georgia, Arial, Helvetica;
	text-transform:uppercase;
}

table#wp-calendar th {
	font-weight:normal;
	text-align:right;
	vertical-align:top;
	background:#faf5ef;
}

table#wp-calendar td {
	padding:1px;
	text-align:right;
}

table#wp-calendar tfoot td {
	text-align:center;
}

/* fim calendar */

#container, #header, #menu, #pagewrapper, #page, #banner, .maincol, .post, .entry, .browse, #sidebar, #comments-template {
	text-align:left;
	vertical-align:top;
}