
div.tipo
{
	margin-top: 32px;
}
div.titulo-post
{
	margin-bottom: 18px;
	margin-top: 32px;
}
div.titulo-post p.data-post
{
	font-size: 14px;
	font-family: 'coustardregular';
	color: #240405;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.67);
}
div.titulo-post h3
{
	font-size: 24px;
	font-family: 'coustardregular';
	color: #A20F17;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.67);
	margin-top: 10px;
}
div.titulo-post h3 a
{
	font-size: 24px;
	font-family: 'coustardregular';
	color: #A20F17;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.67);
	text-decoration: none;
}
div.titulo-post h3 a:hover
{
	font-size: 24px;
	font-family: 'coustardregular';
	color: #66080D;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.67);
	text-decoration: none;
}
div.texto-post
{
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 19px;
	color: #240405;
	font-size: 14px;
}
div.texto-post div.fotos
{
	margin-top: 18px;
	text-align: center;
	background-image: url(../img/bg-link-galeria.png);
	background-repeat: no-repeat;
	height: 46px;
	font-size: 16px;
	color: #fff;
	font-family: 'coustardregular';
	text-transform: uppercase;
	padding-top: 15px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.67);
}
div.texto-post div.fotos a
{
	color: #fff;
	text-decoration: none;

}
div.tag 
{
	margin-bottom: 18px;
}
div.tag p
{
	margin-top: 10px;
}
div.tag p strong, a
{
	color: #A20F17;
	text-decoration: none;
}

div.sidebar 
{
	margin-top: 32px;
	line-height: 19px;
}
div.sidebar h3
{
	font-family: 'coustardregular';
	color: #A20F17;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.67);
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 5px;
}
div.sidebar input
{
	border: 1px solid #6C050A;
	padding: 8px;
	width: 150px;
	border-radius: 0px;
	color: #666;
}
div.sidebar select
{
	border: 1px solid #6C050A;
	padding: 8px;
	width: 215px;
	border-radius: 0px;
	color: #666;
	height: 35px;
}
div.sidebar button
{
	background-color: #A20F17;
	border: 0px;
	padding: 8px;
	border-radius: 3px;
	font-family: 'coustardregular';
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.67);
	margin-top: -10px;
	margin-left: 5px;
}
div.sidebar a
{
	text-decoration: none;
}
div.sidebar a:hover
{
	color: #5D0005;
}
div.sidebar div.rss
{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #A20F17;
	border-bottom: 1px solid #A20F17;
	border-style: dotted;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'coustardregular';
	height: 30px;
	margin-bottom: 15px;
}
div.sidebar div.rss p
{
	float: left;
	margin-left: 8px;
}
div.sidebar div.rss p.assine
{
	margin-top: 10px;
}
div.sidebar div.busca, div.arquivo, div.categorias, div.tags
{
	border-bottom: 1px solid #A20F17;
	border-style: dotted;
	margin-bottom: 15px;
	padding-bottom: 10px;
}


.first
{
	margin-left: 0px;
}

.last
{
	margin-right: 0px;
}