*, html, body {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background: #201E1F url("images/Capa-Blog-Dilson.jpg") no-repeat center top fixed;
	font-family: Arial, Helventica, Sans-serif;
}
body .clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.bg {
	background: url("images/page.png") repeat-y;
}

/* Page */
#page {
	margin: 0px auto 0 auto;
	width: 895px;

}
#page-top {
	width: 895px;
	background: url("images/page_top2.png") no-repeat;
}
#page-bottom {
	width: 895px;
	background: url("images/page_bottom.gif") no-repeat left bottom;
}
/* Header */
#header {
	width: 890px;
	height: 190px;
}
#header h1 {
	float: left;
	width: 500px;
	display: inline;
	overflow: hidden;
	margin: 50px 0 0 60px;
}
#header h1 a {
	height: 145px;
	display: block;
	text-indent: -9999px;
}


/* Header - Search */
#header #header-search {
	float: right;
	width: 217px;
	height: 22px;
	display: inline;
	margin: 158px 18px 0 0 ;
}

#header #header-search #searchform {
	width: 217px;
	height: 20px;
}

#header #header-search #s {
	color: #666;
	width: 175px;
	background: transparent;
}

#header #header-search #searchsubmit {
	width: 35px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -999px;
	background: transparent;
}

/* Header - Newsletter */
#header #header-newsletter {
	position: absolute;
	top: 230px;
	left: 32px;
	width: 200px;
	height: 90px;
	padding-top: 40px;
	background: url("images/header_newsletter.gif") no-repeat;
	color: #000;
	font: bold 12px Arial, Arial;
}

#header #header-newsletter p {
	margin: 0;
	padding-bottom: 7px;
}

#header #header-newsletter span {
	width: 55px;
	float: left;
	height: 18px;
	line-height: 18px;
}
#header #header-newsletter input {
	width: 123px;
	height: 18px;
	border: 1px solid #ccc;
	background: url("images/header_input.gif") no-repeat;
	border: none;
	padding: 0 5px;
	font: normal 12px Arial, Arial;
	color: #000;
}
#header #header-newsletter .submit {
	width: 85px;
	height: 26px;
	background: url("images/header_button.gif") no-repeat;
	margin-left: 104px;
}
/* Header - Recent Articles */
#header #recent-articles {
	position: absolute;
	top: 223px;
	left: 264px;
	width: 305px;
	height: 145px;
}
#header #recent-articles h3 {
	width: 285px;
	height: 22px;
	color: #000;
	font: bold 12px/22px Arial, Arial;
	background: url("images/title_recent_articles.gif") no-repeat;
	padding: 0 10px;
}
#header #recent-articles ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}
#header #recent-articles ul li {
	padding-left: 8px;
	background: url("images/header_articles.gif") no-repeat;
	color: #000;
	font: bold 12px/28px Arial, Arial;
}
#header #recent-articles ul li a {
	color: #000;
	text-decoration: none;
}
#header #recent-articles ul li a:hover {
	text-decoration: underline;
}
/* Header - Popular Articles */
#header #popular-articles {
	position: absolute;
	top: 223px;
	left: 595px;
	width: 278px;
	height: 145px;
}
#header #popular-articles h3 {
	width: 258px;
	height: 22px;
	color: #000;
	font: bold 12px/22px Arial, Arial;
	background: url("images/title_popular_articles.gif") no-repeat;
	padding: 0 10px;
}
#header #popular-articles ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}
#header #popular-articles ul li {
	padding-left: 8px;
	background: url("images/header_articles.gif") no-repeat;
	color: #000;
	font: bold 12px/28px Arial, Arial;
}
#header #popular-articles ul li a {
	color: #000;
	text-decoration: none;
}
#header #popular-articles ul li a:hover {
	text-decoration: underline;
}
/* Header - Feed */
#header #header-feed {
	position: absolute;
	top: 195px;
	left: 700px;
	width: 30px;
	height: 30px;
}
/* Header - Feed1 */
#header #header-feed1 {
	position: absolute;
	top: 20px;
	left: 703px;
	width: 80px;
	height: 80px;
}
/* Header - Feed2 */
#header #header-feed2 {
	position: absolute;
	top: 90px;
	left: 670px;
	width: 30px;
	height: 30px;
}
/* Header - Feed3 */
#header #header-feed3 {
	position: absolute;
	top: 195px;
	left: 8px;
	width: 30px;
	height: 30px;
}
/* Header - Stu */
#header #header-stu {
	position: absolute;
	top: 210px;
	left: 680px;
	width: 30px;
	height: 30px;
}
/* Main */
#main {
	margin: 0 auto;
	width: 869px;
}
/* Main - Content */
#content {
	float: left;
	width: 560px;
	padding: 20px 0;
	overflow: hidden;
}
/* Main - Content - Post */
#content .post {
	float: left;
	margin-bottom: 30px;
	width: 541px;
}
/* Post - Title */
#content .post .post-title {
	clear: both;
	margin: 0 0 10px 0;
	font: bold 12px Arial, Arial;
	color: #FFA800;
}
#content .post .post-title a {
	color: #FFA800;
	text-decoration: none;
}
#content .post .post-title a:hover {
	text-decoration: underline;
}
#content .post .post-title h2 {
	color: #6A005A;
	font: bold 21px Arial, Arial;
}
#content .post .post-title h2 a {
	color: #6A005A;
	text-decoration: none;
}
#content .post .post-title h2 a:hover {
	text-decoration: underline;
}
#content .post .post-title .post-date {
	float: left;
	color: #fff;
	width: 56px;
	height: 60px;
	text-align: center;
	letter-spacing: 1px;
	margin: 0 10px 10px 0 ;
	text-transform: lowercase;
	font: bold 10px Arial, Arial;
	background: url("images/post_date.gif") no-repeat;
}
#content .post .post-title .post-date span {
	display: block;
	padding: 5px 0 1px 0;
}
/* Post - Entry */
#content .post-entry p {
	color: #666;
	margin: 0 0 15px 0;
	font: 14px/150% Arial, Arial;
}

#content .post .post-entry ul {
	color: #666;
	line-height: 150%;
	margin: 0 0 15px 20px;
	font: 14px Arial, Arial;
}

#content .post-entry a {
	color: #6a005a;
	text-decoration: none;
}
#content .post .post-entry a:hover {
	text-decoration: underline;
}
#content .post .post-entry a.more-link {
	font: bold 12px/18px Arial, Arial;
	color: #000;
	text-decoration: none;
}
#content .post .post-entry a.more-link:hover {
	text-decoration: underline;
}
#content .post .post-entry blockquote {
	border-left: 10px solid #e6e6e6;
	margin: 0px 30px;
	padding-left: 15px;
}
/* Post - Info */
#content .post .post-info {
	clear: both;
	height: 36px;
	color: #FF8A00;
	padding: 0 0 0 10px;
	background: url("images/post_info.png") no-repeat;
	font: bold 12px/36px Arial, Arial;
}
#content .post .post-info a {
	color: #000;
	text-decoration: none;
}
#content .post .post-info a:hover {
	text-decoration: underline;
}
#content .post h3 {
	width: 535px;
 margin: 30px 0 5px 0;
	color: #000;
	font: bold 18px Arial, Arial;
}
/* Post - Comments */
#content .comments {
	color: #000;
	width: 535px;
	overflow: hidden;
	font: normal 12px/18px Arial, Arial;
}
#content h3#comments {
	color: #000;
 	margin: 30px 0 20px 0;
	font: bold 18px Arial, Arial;
}
#content .comments li {
	overflow: hidden;
	margin: 0 0 10px 0;
}
#content .comments li p {
	margin: 0;
	color: #333;
	font-size: 13px;
}
.comments .balao {
	background: url("images/comment02.png") left;
}
.comments .balao p {
	padding: 0 20px 10px 20px;
}
.comments .author {
	padding: 0 0 30px 13px;
	background: url("images/comment01.png") no-repeat left bottom;
}
.comments .author cite a, .comments .author cite  {
	color: #960C4C;
	font-weight: bold;
	text-decoration: none;
}
.comments .author cite a:hover {
	color: #000;
}
.comments .balao .commentInfos {
	text-align: right;
	background: url("images/comment03.png") no-repeat left bottom;
}
.comments .balao .commentInfos cite {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.comments .balao .info {
	text-align: center;
}

.enviar button {
	width: 160px;
	height: 35px;
	display: block;
	cursor: pointer;
	text-indent: -999px;
	background: url("images/enviar_comentario.png");
}


/*Comment Form*/
#content .post #commentform {
	margin: 0;
	padding-left: 0;
	font: normal 12px/18px Arial, Arial;
	color: #000;
	width: 496px;
}
#content .post #commentform textarea, #content .post #commentform input {
	border: 1px solid #ccc;
}

#content .post #commentform a {
	color: #000;
	text-decoration: none;
}
#content .post #commentform a:hover {
	text-decoration: underline;
}

#content #commentform textarea {
	height: 100px;
	width: 535px;
	overflow: auto;
}
/* Main - Content - Navigation */
#content .navigation {
	margin-bottom: 30px;
	font: bold 12px Arial, Arial;
	color: #000;
	width: 541px;
}
#content .navigation a {
	color: #000;
	text-decoration: none;
}
#content .navigation a:hover {
	text-decoration: underline;
}
#content .navigation .navigation-previous {
	float: left;
}
#content .navigation .navigation-next {
	float: right;
}

/* Main - Sidebar */
#sidebar {
	float: right;
	width: 295px;
	overflow: hidden;
	font: bold 14px/18px Arial, Arial;
	color: #000;
}
#sidebar a {
	color: #fff;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar .sidebar-box {
	width: 295px;
	padding-bottom: 10px;
}
/* Sidebar - Titles */
#sidebar h3 {
	color: #fff;
	width: 265px;
	height: 35px;
	padding: 0 17px;
	margin-bottom: 2px;
	font: bold 12px/35px Arial, Arial;
	background: url("images/sidebar_title.gif") no-repeat;
}
/**/
#sidebar .mais {
	margin: 0 0 0 15px ;
}
#sidebar .mais a {
	font-size: 12px;
	padding: 0 0 0 10px;
	font-weight: normal;
	display: inline-block;
	background: url("images/mais.png") no-repeat center left;
}
/* Sidebar - Menus */
#sidebar ul {
	margin: 0;
	padding: 0 15px 0 15px;
	list-style-type: none;
}
#sidebar ul li {
	padding-left: 8px;
	background: url("images/sidebar_menu.gif") no-repeat;
	font: normal 12px/22px Arial, Arial;
	color: #FFCC00;
}
#sidebar ul li a {
	color: #FFCC00;
	text-decoration: none;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
#sidebar ul li ul {
	padding: 0 0 0 10px;
}
/* Sidebar - Busca Forms */
#sidebar #searchform {
	margin: 0;
	padding: 10px 0;
	width: 295px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 205px;
}


/* Sidebar - Texts */
#sidebar .textwidget {
	padding: 0 5px;
}
/* Sidebar - Ads */
#sidebar .sidebar-ads {
	padding: 10px 0 0 0;
}
#sidebar .sidebar-ads-in {
	float: left;
	padding: 0 5px 5px 0;
}
/*Sidebar - Videos*/
#sidebar #videos object, #sidebar #videos embed {
	width: 260px;
	height: 210px;
}
#sidebar .sidebar-box div {
	width: 260px;
	margin: 0 auto 5px auto;
}

/* Footer */
#footer {
	clear: both;
	margin: 0 auto;
	width: 895px;
	color: #fff;
	background: #111;
	font: bold 12px Arial, Arial;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
/* Footer - Copyright */
#footer #copyright {
	width: 869px;
	text-align: center;
	line-height: 42px;
}
