/**
 * Formata o blog
 *
 */
 
#content div.posts {
	margin-bottom: 20px;
}
#content div.posts div.post {
	margin-bottom: 20px;
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
}
#content div.posts div.post div.tags {
	color: #666;
	font-size: 11px;
	display: none;
}
#content div.posts div.post div.tags a {
	color: #666;
	font-size: 11px;
	text-transform: lowercase;
}
#content div.posts h3 {
	margin-bottom: 22px;
}
#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.author {
	color: #222;
}
#content div.posts div.post-info p.author a {
	font-weight: bold;
}
#content div.posts div.post-info p.data {
	color: #666;
}
#content div.posts div.post-info p.comments {
	margin-top: 10px;
	padding-left: 18px;
	background: url(../images/post-comments.png) 0 50% no-repeat;
}
#content div.posts div.post-info p.edit {
	margin-top: 20px;
	padding-left: 18px;
	background: url(../images/post-edit.png) 0 50% no-repeat;
}
#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;
}