body {
	margin:  0px;
    padding: 0px;

    font-family: verdana;
    font-size: 11px;
}
.container {
	width: auto;
	margin: 0 auto;
	position: relative;
    background-color:#303539;
    background: url(../layout/anuncio.png) repeat-x top;
    padding-top:0px;
}
#header {
    background: url(../image/header.jpg) no-repeat top;
    height: 150px;
    border: solid 2px #303539;

}
ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 96.1%;
	background: #222;
	font-size: 1.2em;
	background: url(../layout/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative;
}
ul.topnav li a:active {
    outline: none;
}
ul.topnav li a:focus {
    -moz-outline-style: none;
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(../layout/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span {
	width: 17px;
	height: 35px;
	float: left;
	background: url(../layout/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;}
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute;
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #444;
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(../layout/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover {
	background: #222 url(../layout/dropdown_linkbg.gif) no-repeat 10px center;
}
#header img {
	margin: 0px;
}
.anuncio {
       background: url(../layout/anuncio.png) repeat-x top;
}

.rodape {
  background-color: #111214;
  width: auto;
  margin-top:15px;
  padding:0px;
  padding-top:12px;
  padding-bottom:0px;
  text-align: center;
  color: #ffffff;
  font-family: verdana;
  background: url(../layout/footer.png) repeat-x;
  height:120px;
  vertical-align: top;
}

.conteudo {
  margin-top: 0px;
  margin-left:10px;
  margin-right:10px;
  padding: 5px;
  float:   left;
  width:  700px;
  min-width:700px;
  max-width:700px;
  min-height:100px;
  border: 0px;
}

.publi {
  margin-top: 10px;
  padding: 5px;
  float:   left;
  border: 1px solid #e5e5e5;
  background-color: #f2f2f2;
  width: 250px;
}

.linklog{
 border: 1px solid #d3d3d3;
}

.linklog .clear, .clear{
  clear: both;
}

.linklog .caixa {
 float :     left;
 width :    130px;
}

.linklog .caixa .imagem {
 height:    150px;
 width:     130px;
 color: #000000;
 text-decoration: none;
}

.paginacao {
  padding-top: 20px;
}

.paginacao a{
  text-decoration: none;
  color: #000000;
}

.paginacao a:hover{
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.paginacao a:visited{
  text-decoration: none;
  color: #000000;
}

.paginacao .pag_selected {
  color: #000000;
  font-weight: bold;
}

.showpost {
  width:700px;
}

.showpost .post {
  margin: 10px;
  margin-left: 0px;
  margin-right:20px;
  width : 320px;
  height: 140px;
  float : left;
  border: 1px solid #e5e5e5;
  background-color: #f2f2f2;
}
.showpost .image {
  float : left;
  margin-top : 8px;
  margin-right:4px;
  margin-left: 8px;
  border: 1px solid #cccccc;
  width : 100px;
  height: 100px;
  background-color: #ffffff;
}
.showpost .postlink{
  color: #96c223;
  font-weight: bold;
  text-decoration: none;
}

.showpost .postlink:hover{
  text-decoration: underline;
  color: #749e3d;
}

.showpost .image img{
  border: 0px;
  min-height: 100px;
  min-width: 100px;
  max-height: 100px;
  max-width: 100px;
}
.showpost .inside {
  margin-top :10px;
}
.showpost .titulo {
  color: #c00000;
  font-weight: bold;
}
.showpost .autor {
  color: #2c2c38;
}
.showpost .autor a{
  text-decoration: none;
  color: #2c2c38;
}


.showpost .info {
  width: 320px;
  margin: 7px;
  text-align: justify;
  vertical-align: middle;
}

.showpost .info .cat{
  float:left;
  padding-left: 22px;
  width: 122px;
  background: url(../image/cat.png) no-repeat left;
  height: 16px;
}

.showpost .info .data{
  float:left;
  padding-left: 22px;
  width: 80px;
  background: url(../image/novidades.png) no-repeat left;
  height: 16px;
}

.showpost .info .clique{
  float:left;
  padding-left: 22px;
  width: 52px;
  background: url(../image/click.png) no-repeat left;
  height: 16px;
}

.toCat {
  text-decoration: none;
  color: #000000;
}
.toCat:hover {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}


