*{
    position:relative;
}
body{
  margin: 0px;
  font-family: Verdana;
  font-size: 12px;
  background: #0E4C89;
}


.post{
  position: relative;
  padding:20px;
  text-align: justify;
  background: #FFFFFF;
  border: solid 1px #000033;
}
.post .detalhe{
  display: block;
  margin-bottom: 15px;
  font-size:12px;
  font-weight: bold;
  color: #616161;
}
.post .detalhe img{
  margin:0px;
}

.post img{
  margin-left: 10px;
  margin-right: 10px;
}

.post a{
  text-decoration: none;
  color: #616161;
  font-family: Verdana;
}

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

.post .titulo{
  text-decoration: none;
  color: #0E4C89;
  font-size: 20px;
  font-weight: bold;
  font-family: Georgia;
}

.post .autor{
  text-align: right;
}

.post .leia_mais{
  color: #0E4C89;
  font-weight: bold;
}

.post h2{
  margin: 0px;
  color: #0E4C89;
  font-size: 20px;
  font-weight: bold;
  font-family: Georgia;
}

.comentario{
  position: relative;
  padding:20px;
  text-align: justify;
  background: #E9E9E9 url(img/icons/balao.jpg) top right no-repeat;
  border: solid 1px #A0A0A0;

}
.comentario_interditado{
  color:#FF0000;
}

.comentario img{
  margin: 0px;
}

.foto{
  position: relative;
  margin-bottom: 10px;
}

.regra{
  padding-right: 50px;
  margin-left: 40px;
  padding-left: 10px;
  font-style: italic;
  color: #3366CC;
  border-left: solid 5px #3366CC;
}

.citacao{
  padding-left: 50px;
  padding-top: 30px;
  margin-right: 50px;
  font-style: italic;
  background: url(img/icons/citacao.jpg) top left no-repeat;
}


#cabeca{
  position: relative;
  height: 100px;
  background: #003A75 url(img/topo2.gif) right no-repeat;
}
#logo{
  position: absolute;
  top: 10px;
  left:50px;
}
#titulo_cabeca{
  position: absolute;
  top:9px;
  left:210px;
  margin:0px;
  font-size:45px;
  color:#FFFFFF;
}
#subtitulo_cabeca{
  position: absolute;
  top:59px;
  left:300px;
  margin:0px;
  font-size:14px;
  color:#FFFFFF;
}
#top-barra{
  position: relative;
  height:20px;
  background: url(img/fundo-barra.gif) bottom;
}
#bot-barra{
  position: relative;
  height:20px;
  background: url(img/fundo-barra.gif);
}
#corpo{
  position: relative;
  height: auto !important;
  min-height: 600px;
  height:600px;
}
#menu{
  float:left;
  width:160px;
}
#menu a{
  display: block;
  margin: 5px;
  margin-left: 25px;
  font-size: 10px;
  color: #FFFFFF;
  text-decoration: none;
}
#menu h2{
  padding: 5px;
  padding-left: 20px;
  font-size: 14px;
  color: #FFFFFF;
}
#conteudo{
  position: relative;
  margin-left: 160px;
  padding: 20px;
}
#rodape{
  position: relative;
  text-align: center;
  height:40px;
  background:#0E4C89;
  color: #FFFFFF;
  clear: both;
}
