@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

a {
	outline:none;
}
strong{
	font-weight:bold;
}

body {
	background:url(img/bg.jpg) repeat;
	background-attachment:fixed;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;	
}
.header {
	width:785px;
	height:222px;
	margin:0 auto;
}
.header h1 {
	background:url(img/top.png) no-repeat;	
	width:785px;
	height:222px;
	text-indent:-999em;
}
.wrapper {
	margin:0 auto;
	min-height:202px;
	width:785px;	
}
.w-left {
	background:url(img/midle-left.png) repeat-y;
	width:24px;
	min-height:204px;
	float:left;
	margin-left:23px;
}
.w-mid {
	width:749px;
	min-height:204px;
	background-color:#f2da9a;
	background:url(img/bg-mid.png) repeat-y;
	margin-left:24px;
}
.w-right {
	float:right;	
	width:24px;
	min-height:204px;
	margin-right:11px;
	background:url(img/midle-right.png) repeat-y;
}
.footer {
	background:url(img/bottom.png) no-repeat;
	width:785px;
	height:35px;
	margin:0 auto;
}
.posts {
	float:left;	
	width:510px;
	margin-left:22px;
}
.post {
	margin-bottom:40px;
}
.entry-header {
	background:url(img/title.png) no-repeat;
	width:530px;
	height:36px;
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
	margin-left:12px;
}
.entry-header h3 {
	padding:16px 0px 0px 30px;	
}
.date {
	margin:0px 0px 12px 30px;	
	font-weight:bold;
}

.entry {
	margin-left:30px;
	line-height:1.4em;
}
.entry p {
	margin-bottom:12px;	
	font-size:12px;
}
.entry img {
	margin:5px 5px 5px 0;
}
.post-footer {
	margin:10px 0px 0px 30px;
}
.stats {
	float:right;
	/*margin-top:45px;*/
	text-align:center;
	width:195px;	
}
.recent-posts {
	text-align:left;	
}
.stats ul {
	/*padding:5px 0px 0px 32px;*/

}
.stats ul li {
	/*padding-bottom:3px;	*/
}
.recent-posts-title {
	background:url(img/recentposts.png) no-repeat;
	width:136px;
	height:33px;
}
.recent-posts-title h3 {
	text-indent:-999em;
}
.line {
	background:url(img/line.png) no-repeat;
	width:150px;
	height:31px;
	margin-left:10px;
}
.categories {
	text-align:left;
}
.categories-title {
	background:url(img/categories.png) no-repeat;
	width:136px;
	height:33px;
}
.categories-title h3 {
	text-indent:-999em;		
}





#comments {
	clear: both;
	line-height:1.2em;
	margin-left:30px;
/*	margin-right:60px;		*/
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 10px 0 10px;
	position: relative;
	border:#D3AD66 1px dashed;
}
.commentlist li:last-child {
	margin-bottom:20px;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
/*	position: absolute;
	top: 4px;
	left: 4px;*/
	float:left;
	margin-right:10px;
	margin-top:4px;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	height:0;
	left:275px;
	position:relative;
	top:-24px;
	width:200px;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #000;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #000;
	text-decoration:underline;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}

.entry-utility {
	line-height:1.2em;
	margin-left:30px;
	margin-right:60px;	
}
.reply {
	text-align:right;	
}




#respond {
	margin: 24px 0;
	
	
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
	display:none;
}
.children #respond {
	margin: 0 48px 0 0;
}

h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #000;
	font-size: 12px;
	font-weight:bold;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #000;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
.page-title {
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
	margin-bottom:15px;
}
.widgets-main {
	padding:65px 0 !important;	
}

.widgets-main ul {
	margin-left:30px;	
}

.widgets-main li {
	text-align:left;
}

.widget-container {
	padding-left:13px;
/*	margin-bottom:15px;*/
}

.widget-container h3 {
	font-weight:bold;
	font-size:14px;	
	padding-bottom:10px;
}

.widget_categories {
	
}

.categories-title {
	background:url(img/categories.png) no-repeat;
	width:136px;
	height:33px;
}
.widget_categories h3 {
	text-indent:-999em;		
	background:url(img/categories.png) no-repeat;
	width:140px;
	height:33px;	
}

.search-title {
	text-indent:-999em;		
	background:url(img/busca.png) no-repeat;
	width:140px;
	height:33px;	
}

.widget_links h3 {
	text-indent:-999em;		
	background:url(img/amigos.png) no-repeat;
	width:140px;
	height:33px;	
}

.widget_archive h3 {
	text-indent:-999em;		
	background:url(img/arquivo.png) no-repeat;
	width:140px;
	height:33px;	
}

.widget_search {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}
.widget-container ul li {
	padding-bottom:3px;	
}

.widget_search #s { /* This keeps the search inputs in line */
	height:15px;
	width:100px;	
}
.widget_search #searchsubmit {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;		
	width:48px;	
}
.widget_search label {
	display:none;
}

#comment-avatars-select-wrapper {
	width:510px;	
}
#comment-avatars-select-wrapper input {
	display:none;	
}
#comment-avatars-select-wrapper img {
	border:	4px solid #F2DA9A;
}

#comment-avatars-select-wrapper img:hover {
	border:	4px solid #D1C052;
}

#comment-avatars-select-wrapper .selected {
	border:	4px solid #D1C052 !important;	
}

.comment-author-admin {
	background-color:#fcecc1;
}

.comment-author-admin .children {
	background-color:#F2DA9A;	
}