/* POST */
a.link_titulo_post:link {text-decoration:none;color:#000;}
a.link_titulo_post:visited {text-decoration:none;color:#000;}
a.link_titulo_post:hover {text-decoration:underline;color:#000;}
a.link_titulo_post:active {text-decoration:none;color:#000;}

div.post {font-family: arial, verdana;padding-top: 35px;}
	div.post_info {float: left;width: 149px;}
		div.data_post {float: right;margin-right: 8px}
		p.titulo_post {margin: 0px;margin-bottom: 5px;font-size: 18px;font-weight: bold;color: #000}
		p.dia_post {margin: 0px;font-size: 42px;font-weight: bold;line-height: 44px;color: #333333}
		p.mes_post {margin: 0px;font-size: 10px;text-align: center;color: #333333}
		p.autor {color: #333333;font-size: 10px;margin: 0px;margin-left: 11px}
		p.tags {color: #333333;font-size: 10px;margin: 0px;margin-right: 11px;width: 400px;float: right;text-align: right}
		
		div.post_conteudo {float: left;width: 575px;}
		div.texto_post {margin-top: 15px;margin-left: 11px;margin-right: 21px}
		div.sublinhado_post {height: 1px;width: 554px;background-image: url(http://eclipsecondor.com.br/temp/images/sublinhado_post.jpg);background-repeat: no-repeat;overflow: hidden}


		img.post_esquerda {float: left;margin-right: 10px;margin-bottom: 15px}