/* CSS Document */
/* Content */

.post {
	margin: 0px 20px 30px 20px;
	border: #000000 solid 1px;
}

.post .title {
	height: 57px;
	margin: 0px;
	padding: 5px 0px 5px 70px;
	background: url(/img/globo.jpg) no-repeat left top;
	color: #232F01;
}

.post .title a {
	color: #232F01;
}

.post .entry {
	margin-left: 70px;
}
.post .tdd
{
	font-weight: bold;
	background-color: #FF0000;
	color: #FF0000;
	float: right;
}
.post .meta {
	margin-left: 70px;
	font-weight: bold;
	background-color: #3399FF;
}

.post .byline {
	margin-top: -35px;
	margin-left: 70px;
	border-bottom: #BFC9AE dashed 1px;
	color: #5E5E5E;
}


