
/*
Código por novoparadigma.com
http://www.novoparadigma.com
*/

body {
	margin: 20px;
	background: #A2000F url("#") 0 0 repeat-x;;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px #999999;
	color: #A2000F;
}

a:hover {
	background: none;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
	/*opacity:0.8;
	filter:alpha(opacity=80); /* para o IE */
	

}

/* Header */

#header {
	width: 910px;
	height: 200px;
	margin: 0 auto;
	background: #FFDA2A url(../img/0001.png) no-repeat left top;
}

/* Menu 

#menu {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px #FFFFFF solid;
	background: #565F68;
}

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

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 17px 10px 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}
*/
/* Página */

#pagina {
	width: 910px;
	margin: 0 auto;
}

/* Conteúdo */

#conteudo {
	float: right;
	width: 423px;
	padding: 0px 17px 0 0;
}

.post {
}

.post .title {
	color: #000000;
}

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

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

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .meta2 {
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

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

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

#entry2 {
	position:relative;
	padding: 10px 0 20px 0;
	text-align: justify;
	overflow : auto;
	height: 622px;
}

#box3 {
	position:relative;
	top: 10px;
	left: 0px;
	width: 398px;
	height: 540px;
	background-color: transparent;
	overflow : auto;
	text-align: justify;
	padding: 0 10px 0 0;

} 


/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding: 20px 0 0 20px;
	color: #000000;
	width: 448px;
	height: 622px;
	background: #FFFFFF url("../img/0002.jpg") no-repeat;
}

#banner {
	float: left;
	padding: 20px 15px 0 0;
	color: #000000;
	width: 448px;
	height: 166px;
	background: #FFFFFF url("../img/0004.png") no-repeat;
}

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

#sidebar li {
}

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

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

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

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

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

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

/* 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: 0px 0 0px 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

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

#footer a {
	color: #FFFFFF;
}

#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("../img/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #2580a2 url("../img/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
.destaque {
	color: #A2000F;
