#posts { }

.post {
	margin: 25px 0 0 0;
	padding: 0 0 10px 0;
}
.post h2,
.post h3,
.post h4,
.post h5,
.post h6,
.post .pCont p { margin: 5px 0; }

.post h2,
.post h3,
.post h4,
.post h5 {
	color: #B1028E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.post h2,
.post h3,
.post h4 { text-transform: uppercase; }

.post h2 {
	border-bottom: 1px solid #B1028E;
	font-size: 20px;
}
.post h3 { font-size: 18px; }
.post h4 { font-size: 16px; }
.post h5 { font-size: 14px; }
.post h5 { font-size: 12px; }

.post .data {
	font-size: 11px;
	text-align: right;
}
.post .pCont {
	margin: 0 10px;
	font-size: 11px;
}
.post .pCont p {
	font-size: 12px;
	text-align: justify;
	text-indent: 20px;
}
.post .pCont a { color: #B1028E; }
.post .pCont img { margin: 10px; }
.post .pCont li { margin: 5px 0; }
.postRodape {
	border: 0 solid #B1028E;
	border-width: 1px 0 !important;
	color: #B1028E;
	display: block;
	margin: 5px;
	padding: 5px;
	position: relative;
}
.tags,
.comentarios {
	background-repeat: no-repeat;
	background-position: 0 -3px;
	font-size: 11px;
	padding-left: 20px;
}
.tags {
	background-image: url(../imagens/tags.gif);
	margin-right: 140px;
}
.comentarios {
	background-image: url(../imagens/comments.gif);
	position: absolute;
	right: 0;
	text-align: right;
	top: 5px;
}