* {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    color: #000000;
}
.clear {
	clear:both;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
   min-width: 900px;
}
body {
   background: url('../img/bgconteudo.gif') repeat-y center top;
}
#barra{
width:100%;
position:fixed;
text-align:center;
background-color:#000;
z-index:2;
}


#site {
   background: url('../img/background.top.jpg') repeat-x center top;
   min-height: 100%;
   position: relative;
   border: 1px solid #fff;
   top:51px;
}

#conteudo {
	width:860px;
	min-height: 854px;
	position:relative;
	margin:0 auto;
	margin-top:380px;
	left:4px;
	margin-bottom:-354px;
	z-index:1;
}

.col1 {
	width:580px;
	margin-right:50px;
	margin-top:50px;
	float:left;
}

.post{
	border-bottom: 1px solid #a0a0a0;
	padding-bottom:15px;
	margin-bottom:25px;
}
.post.reflexoes{
border:none;
margin-bottom:0;
}

.post_date{
	margin-bottom:10px;
	font-weight:bold;
}
.post_foto a {
	border:none;
}
.post_foto a img{
	border: 1px solid #000;
}

.post_foto.topo{
	width:577px;
	overflow:hidden;
}
.post_foto.esquerda a{
	width:250px;
	float:left;
	overflow:hidden;
	margin-right:10px;
}

.post_foto_legenda{
	color:#000;
	margin-top:2px;
	font-weight:bold;
	font-family: Georgia, serif;
	font-size:11px;
}

.post_titulo{
	color:#6f4483;
	font-weight:bold;
	font-family: Georgia, serif;
	font-size:15px;
	margin-top:15px;
	margin-bottom:10px;
}

.post_conteudo{
	font-family: Georgia, serif;
	font-size:12px;
	margin-bottom:10px;
	line-height:21px;
	text-align:left;
}

.post_galeria a img{
border:1px solid #000;
margin:0 8px 8px 0;
}

.post.foto .post_foto.esquerda  {
	width:auto;

}
	.post.foto .post_foto.esquerda  img{
		float:left;
		margin-right:10px;
	}

.post.frenteverso {
border:none;
}	
.post.frenteverso ul{	
	margin:10px;
	margin-left:15px;
	padding:0;
}
	.post.frenteverso ul li{	
		line-height:18px;
		margin-bottom:8px;
		font-family: Georgia,serif;
	}
.tdLegenda {
	vertical-align:middle;
}	
	
.col2 {
	width:197px;
	float:left;
}
	.col2 a{
		display:block;
		margin-bottom:10px;
	}


#rodape {
   min-width: 900px;
   height: 381px;
   width:100%;
   position: relative;
   background: url('../img/background.bottom.jpg') repeat-x center top;
}

	#rodape .logo{
		position: absolute;
		left:50%;
		margin-left: 435px;
		bottom:10px;
	}
	
	


