/**
 * Formata o noticias
 *
 */
 
#content div.posts {
	margin-bottom: 20px;
}
#content div.posts div.post {
	margin-bottom: 20px;
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
	color: #666;
}
#content div.posts div.post img {
	margin: 0 10px 0 0;
}
#content div.posts h3 {
	margin-bottom: 12px;
}
#content div.posts h3 a {
	text-decoration: none;
	color: #222;
}
#content div.posts h3 a:hover {
	text-decoration: underline;
	color: #000;
}
#content div.posts div.post-info p {
	margin: 0;
	font-size: 11px;
}
#content div.posts div.post-info p a {
	text-decoration: none;
	color: #444;
}
#content div.posts div.post-info p a:hover {
	text-decoration: underline;
	color: #000;
}
#content div.posts div.post-info p.comments {
	margin-top: 10px;
	padding-right: 18px;
	text-align: right;
	background: url(../images/post-comments.png) 100% 50% no-repeat;
}
#content div.posts div.post-info p.data {
	color: #666;
	text-align: right;
	padding-top: 2px;
}
#content div.posts div.comentario p.data {
	text-align: left;
}
#content div.posts div.post-info p.edit {
	margin-top: 20px;
	text-align: right;
	padding-right: 18px;
	background: url(../images/post-edit.png) 100% 50% no-repeat;
}
#content div.posts div.comentario p.edit {
	text-align: left;
}
#content div.sidebar h4 {
	border-bottom: 1px solid #DADADA;
}
#content div.sidebar a {
	color: #222;
}
#content div.sidebar ul#links li {
	display: block;
	list-style: none;
	margin: 0;
	text-align: center;
}
