body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/topo_bg.jpg) no-repeat;
	font-size: 13px;
	text-align: justify;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6600CC;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #000000;
}

a:hover {
	color: #000000;
}

hr {
	display: none;
}

#barra {
	height:18px;
	font-weight:bold;
	background-color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999;
	text-align:left;
	padding-left:40px;
	padding-top:7px;
	border-bottom: solid 1px #FFFFFF;

}

#barra a {
	height:18px;
	font-weight:bold;
	background-color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999;
	text-align:left;
	text-decoration: none;
}

#barra a:hover {
	text-decoration: none;
	color:#E46B32;
}

/* Header */

#header {
	width: 970px;
	height: 380px;
	margin: 0 auto;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/topo.jpg) no-repeat left top;
}

#header h1, #header p {
	width: 500;
	margin: 0;
	padding: 0;
}

#header h1 {
	float: left;
	padding: 150px 0 0 420px;
	font-size: 36px;
	text-align: center;
	color: #FFFFFF;
}

#header p {
	float: left;
	padding: 160px 0 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: #F51F47;
}

#header a {
	text-decoration: none;
	color: #F51F47;
}

/* Page */

#page {
	width: 970px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 744px;
	margin: 0;
	padding: 0;
	padding-left: 0px;
	background: url(images/img08.jpg) repeat-y left top;
}

#content .bgtop {
	background: url(images/img09.jpg) no-repeat left top;
}

#content .bgbtm {
	background: url(images/img10.jpg) no-repeat left bottom;
}

.post {
	padding: 20px 0px 0px 20px;
}

.title {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660066;
	font-weight: bold;

}

.title h2 {
	margin: 0;
	margin-left: 50px;
}

.title a {
	text-decoration: none;
	color: #753333;
}

.pagetitle {
}

.byline {
	float: left;
	display: block;
	margin: 0;
	padding: 15px 0 0 0;
	color: #646464;
}

.meta {
	margin: 0;
	padding: 18px 0 30px 0;
	background: url(images/img12.jpg) no-repeat center bottom;
	text-transform: uppercase;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
}

.meta .more {
}

.meta .comments {
}
.meta a {
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	width: 400px;
	float: left;
}

.entry_image {
	float: right;
}

.entry_interna {
	width: 722px;
	float: left;
	background-color: #f2f2f2;
}

.last {
	border: none;
}

/* Primeira linha da colunda principal */

.main_bg{
	background-image: url(images/bg_maim.jpg);
}

#main_left {
	-moz-border-radius-bottomleft:10px;
    display:inline; /*Bug da margem dupla para floats no IE*/ 
    float:left;
    width:250px; height:150px;
	border-left:solid 2px #333333;
	border-bottom:solid 2px #333333;
	cursor: hand;
}

#main_left p{
	text-align:left;
	padding: 0px 10px 5px 15px;
	font-weight: 12px;
	font-size:11px;
}

#main_left h4{
	padding: 0px 0px 0px 15px;
	list-style:none;
	font-size:14px;
}

#main_center {
    display:inline; /*Bug da margem dupla para floats no IE*/ 
    float:left;
    width:240px; height:150px;
	border-bottom: solid 2px #333333;
	border-left: none;
	border-right: none;
}

#main_center p{
	text-align:left;
	padding: 0px 10px 5px 15px;
	font-weight: 12px;
	font-size:11px;
}

#main_center h4{
	padding: 0px 0px 0px 15px;
	list-style:none;
	font-size:14px;
}

#main_center ul{
	padding: 0px;
}

#main_center li{
	padding: 0px 10px 0px 15px;
	list-style:none;
	font-size:12px;
}
.titcolunista{
	font-weight: bold;
	list-style: none;
}

#main_right {
	-moz-border-radius-bottomright:10px;
	float:right;
	border-right:solid 2px #333333;
	border-bottom: solid 2px #333333;
    width:250px; height:150px;
}
	
#main_right p{
	text-align:left;
	padding: 0px 20px 5px 15px;
	font-weight: 12px;
	font-size:11px;
}

#main_right h4{
	padding: 0px 0px 0px 15px;
	list-style:none;
	font-size:14px;
}

#main_right ul{
	padding: 0px;
}

#main_right li{
	padding: 0px 10px 0px 15px;
	list-style:none;
	font-size:12px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding-right: 20px;
	margin-bottom: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(images/img04.jpg) repeat-y left top;
	color: #EEEEEE;
}

#sidebar .bgtop {
	background: url(images/img05.jpg) no-repeat left top;
}

#sidebar .bgbtm {
	background: url(images/img06.jpg) no-repeat left bottom;
}

#sidebar ul {
	margin: 0 0 0 20px;
	padding: 20px 0 10px 0;
	list-style: none;

}

#sidebar li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
}

#sidebar li ul {
	padding: 0px 0px 0px 0px;
}

#sidebar li li {
	border-bottom: 1px dotted #6b0d89;
	padding: 0 0 5px 0px;
}

#sidebar h2 {
	margin: 0;
	height: 40px;
	background: url(images/mark_2.gif) no-repeat left 45%;
	padding: 10px 0px 0px 20px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6b0d89;
}

#sidebar a {
	color: #666666;
	text-decoration: none;
}

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

/* Search */

#search input {
	display: none;
}

#search input#s {
	display: block;
	width: 230px;
	padding: 2px 5px;
	border: 1px solid #3DD1FF;
	background: #EEEEEE url(images/img05.gif) repeat-x;
}

#search br {
	display: none;
}

/* Calendar */

#calendar {
}

#calendar h2 {
	margin-bottom: 15px;
}

#calendar table {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	width: 100%;
	text-align: center;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}

/* Footer */

#footer {
	clear: both;
	font-weight: bold;
	height: 140px;
	background: url(images/img03.jpg) repeat-x left bottom;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#footer p {
	padding-top: 80px;
	text-transform: uppercase;
	font-weight: bold;
}

#footer p a {
	color: #000000;
	font-weight: bold;
}
