

body {
	margin: 20px;
	background: #590000 url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

h1 {
	margin: 0;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

h2, h3 {
	margin: 20px 0px 40px 0px;
	padding-left: 5px;
	background: #ac3939;
	font-family: Arial, Helvetica, sans-serif;
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: bold;
	color: #FFFFFF;
}

h4 {
	margin: 20px 0px 40px 0px;
	padding-left: 5px;
	background: #ac3939;
	font-family: Arial, Helvetica, sans-serif;
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: bold;
	color: #FFFFFF;
}


a.botao2:visited { /*Link visitado*/
/*color: #5f106b;*/
text-decoration: none;
}

a.botao2{ /* A letra 'a' refere-se ao link com a classe botao */
/*font-weight: bold;  foont em negrito */
/*border: 1px solid #000000;  Borda com 1px de espessura e cor em hexedecimal */
text-decoration: none; /* Retira o sublinhado do link */
color: #ffffff; /* Cor do texto */
background: #a0111a; /*fbf559;*/
padding:3px;
}

/* Quando passar o mouse sobre*/


a.botao2:hover{ /* Hover ação do mouse */
color: #ffff95; /* Muda a cor do texto p/ branco */
background: #a0111a; 
}


/*
h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}
*/
p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	/*border-bottom: 1px dotted #CC0001;*/
	color: #d4d4d4;
}

img {
	padding-right: 5px;
}

input, textarea {
	background: #d4d4d4;
}


a:hover {
	background: none;
	color: #edce1e;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 0px;
}

/* Header */

#header {
	width: 910px;
	height: 44px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	color: #FFFFFF;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 0;
	margin-right: 10px;
	letter-spacing: -1px;
	font-size: 2.6em;
}





/* Menu */

#menu {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: #590000;
	margin-right: 3px;
	text-decoration: none;
}

#menu .first {
	background: #590000;
	margin-right: 3px;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: right;
	width: 670px;
	padding: 20px 30px 0 0;
}

.post {
}

.post .title {
	color: #000000;
}

.post .title a {
	background: none;
	color: #FFFFFF;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	background: #3C0101;
	border: 1px solid #590000;
	padding: 3px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .meta .comments,.post .meta .permalink {
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 110px;
	padding: 20px 30px 0 30px;
	background: #2F0000;
	border: 1px solid #590000;
}

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

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #590000;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #FFFFFF;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #FFFFFF;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #2F0000;
	border-top: 1px solid #590000;
	font-family: Arial, Helvetica, sans-serif;
	color: #CD7A7A;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}
