@charset "utf-8";
/* CSS Document */
*, ul, li {
font-family:Georgia, "Times New Roman", Times, serif;
margin:0;
padding:0;
}
html, ul, li {
font-family:Georgia, "Times New Roman", Times, serif;
margin:0;
padding:0;
}
body {
background:url(images/bg_geral.png) #030538 center top no-repeat;
}
#miolo {
width:810px;
margin:0 auto 0 auto;
}
.header {
float:left;
width:810px;
height:400px;
}
.header .topo {
width:810px;
height:358px;
}
.header .menu {
background:url(images/bg_menu.png) bottom repeat;
width:810px;
height:32px;
}
.header .menu .navegacao {
float:left;
width:530px;
}
.header .menu .navegacao ul {
list-style:none;
margin-left:4px;
}
.header .menu .navegacao li {
color:#9F0;
display:inline;
font-size:11px;
padding-right:15px;
}
.header .menu .navegacao li a:link, .header .menu .navegacao li a:visited {
color:#9F0;
text-decoration:none;
}
.header .menu .navegacao li a:hover, .header .menu .navegacao li a:active {
color:#fff;
text-decoration:none;
}
.header .menu .busca {
float:left;
width:280px;
}
.header .menu .busca label {
color:#9F0;
font-size:11px;
padding-right:4px
}
.header .menu .busca input.search {
background-color:#2D628C;
border:0; color:#FFF;
font-size:11px;
padding:2px;
width:190px;
}
.header .menu .busca input.button {
background:none;
border:0; color:#9F0;
font-size:11px;
padding-left:6px;
}
.content {
float:left;
width:810px;
}
.content .entry {
float:left;
width:520px;
margin-top:20px;
}
.content .entry .entries {
float:left;
width:520px;
margin:0 0 40px 0;
}
.content .entry .entries .head {
float:left;
width:520px; height:58px;
margin-bottom:20px;
}
.content .entry .entries .head .datetime {
background:url(images/bg_date.png) top center no-repeat;
float:left;
width:50px; height:58px;
margin:0 15px 0 0;
color:#fff;
font-family: Georgia, Times New Roman, serif;
font-style:italic;
font-size:1.435em;
font-weight:bold;
line-height:120%;
text-align:center;
padding-top:5px;
}
.content .entry .entries .head .datetime span {
color:#fff;	display:block;
font-size:0.8em;
line-height:10px;	
}							
.content .entry .entries .head h1 {
font-size:18px;
font-style:italic;
font-weight:bold;
line-height:120%;
}
.content .entry .entries h1 {
font-size:18px;
font-style:italic;
font-weight:bold;
line-height:120%;
color:#ACE500;
margin-bottom:30px;
}
.content .entry .entries .head h1 a:link, .content .entry .entries .head h1 a:active {
color:#FFF;
text-decoration:none;
}
.content .entry .entries .head h1 a:hover, .content .entry .entries .head h1 a:visited {
color:#ACE500;
text-decoration:none;
}
.content .entry .entries .post {
float:left;
width:520px;
margin-bottom:30px;
}
.content .entry .entries .post .image {
float:left;
width:520px;
height:220px;
margin-bottom:10px;
}
.content .entry .entries .post p {
color:#FFF;
font-size:12px;
line-height:160%;
text-align:justify;
margin-top:8px;
}

.content .entry .entries .footer-entry {
background:url(images/bg_entry_footer.png) no-repeat center top;
clear:both;
width:520px;
height:23px;
margin-bottom:30px;
}
.content .entry .entries .footer-entry p {
color:#ACE500;
font-size:11px;
padding:5px 0 0 10px;
font-weight:bold;
}
.content .entry .entries .footer-entry a:link, .content .entry .entries .footer-entry a:active {
color:#ACE500;
text-decoration:none;
}
.content .entry .entries .footer-entry a:hover, .content .entry .entries .footer-entry a:visited {
color:#FFF;
text-decoration:none;
}
.content .sidebar {
float:right;
width:220px;
}
.content .sidebar .categorias, .content .sidebar .ultimostextos {
float:left;
margin:30px 0 0 0;
}
.content .sidebar ul {
font-family: Georgia, Times New Roman, serif;
color:#3A3A3A;
font-size:11px;
list-style:none;
margin:20px 0 0 0;
width:220px;
}
.content .sidebar .categorias li, .content .sidebar .ultimostextos li {
background:#22496A url(images/bg_seta_listas.gif) left center no-repeat;
height:20px;
line-height:20px;
margin-bottom:4px; 
text-indent:16px;
overflow:hidden;
}
.content .sidebar .categorias li a:link, .content .sidebar .ultimostextos li a:link {
display:block;
text-decoration:none;
color:#fff;	
}
.content .sidebar .categorias li a:hover, .content .sidebar .ultimostextos li a:hover {
display:block;
background:#2D628C url(images/bg_seta_listas.gif) left center no-repeat;
text-decoration:none;
color:#fff;	
}
.content .sidebar .categorias li a:active, .content .sidebar .ultimostextos a:active {
display:block;
color:#3a3a3a;	
text-decoration:none;	
}
.content .sidebar .categorias li a:visited, .content .sidebar .ultimostextos li a:visited {
display:block;
color:#fff;	
text-decoration:none;	
}		

.footer {
background:url(images/bg_footer.png) center top;
width:810px;
height:120px;
clear:both;
margin-top:20px;
margin-bottom:20px;
}




