@charset "utf-8";
/* CSS Document */

#nav_user, #nav_auxiliar, #busca, #nav, #footer, #crumbs, #sidebar, .hr, .navigation, #sharebuttons, .edit-post, #tools, #respond, .reply {
	display:none;
}
.post, .hentry {
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
	clear:both;
}
.post h1 {
	font-size: 20px;
	margin-bottom: .5em;
	line-height: 110%;
}
.leiamais a:after {
	content: " (" attr(href) ")";
	}
	
.entry table {
	border:1px solid #ccc;
}
.entry table th {
	font-weight:bold;
	background-color:#f2f2f2
}
.entry table th, .entry table td {
	padding:5px;
	border-bottom:1px solid #ccc;
}
.post .thumb {
	margin: 0 10px 10px 0;
	float:left;
}

#gallery-1 .gallery-item {
	float: left;
	margin: 0 auto 16px;
	width: 25%;
}
.hentry img, #gallery-1 img, .post .thumb {
	background: #F3F3F0;
	border: 1px solid #DDD;
	padding: 4px;
}

#entry-author-info {
	overflow: hidden;
	background-color: #F2F2F2;
	padding: 10px 10px 2px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
#author-avatar {
	float:left;
	margin:0 10px 10px 0
}

/* ========== Images WP */
/* Código padrão do wordpress para imagens nos textos */

.entry p img {
	padding: 0;
	max-width: 100%
}
.entry img.aligncenter, .entry img.alignright, .entry img.alignleft {
	padding:4px
}
.wp-caption, .entry img.aligncenter, .entry img.alignright, .entry img.alignleft {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
}
.entry img.aligncenter {
	display: block;
	margin:10px auto
}
.entry img.alignright {
	margin: 0 0 2px 7px
}
.entry img.alignleft {
	margin: 0 15px 8px 0
}
.entry .alignright {
	float: right
}
.entry .alignleft {
	float: left
}
/* ========== Captions */
div.aligncenter {
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	margin:0 5px 5px 5px;
	padding-top: 4px;
	text-align: center
}
.wp-caption p.wp-caption-text {
	font-size: 90%;
	padding: 0 4px 5px;
	margin: 0
}