/* VOLTAR */
.voltar
{
	float:right;
}

/* DETALHE */
.detalhe .imagem-detalhe
{
	float:left;
	border:1px solid #eaeaea;
	margin-right:50px;
	margin-top:10px;
}
.detalhe .descricao
{
	padding-top:10px;
	width:487px;
	float:left;
}
.detalhe .descricao .categoria
{
	display:block;
}
.detalhe .descricao .nome
{
	color:#d01f25;
	font-size:26px;
	font-weight:bold;
	margin-bottom:25px;
	display:block;
}
.detalhe .descricao-tit
{
	font-weight:bold;
	color:#adadad;
}
.detalhe .descricao p
{
	margin-top:0px;
	font-size:11px;
	line-height:12px;
}

/* ULTIMO POST */
.detalhe .ultimoPost
{
	display:block;
	background-image:url(../../imgs/blogs/sombra-top.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#f3f3f3;
	padding:55px 15px 15px 15px;
}
.detalhe .ultimoPost .data
{
	margin-top:20px;
	display:block;
	color:#d01f25;
	font-weight:bold;
}
.detalhe .ultimoPost h3 a
{
	font-weight:bold;
	color:#4d4d4d;
	font-size:15px;
	margin-bottom:0px;
}
.detalhe .ultimoPost p
{
	margin-top:0px;
}
.detalhe .ultimoPost p a
{
	color:#4d4d4d;
}
.detalhe a.botMais
{
	text-align:right;
	display:block;
}

/* OUTROS POSTS */ 
.outros-posts
{
	background-image:url(../../imgs/blogs/sombra-outros-posts.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:25px;
}
.outros-posts li.branco,
.outros-posts li.cinza 
{
	background-color:#ffffff;
	height: 40px;
	line-height: 40px;
	display: block;
	background-image:url(../../imgs/master/linha-menu.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.outros-posts li.branco 
{
	background-color:#ffffff;
}
.outros-posts li.cinza 
{
	background-color:#fafafa;
}
.outros-posts li a 
{
	background-image:url(../../imgs/master/mid-cinza.jpg);
	background-position:10px 14px;
	background-repeat:no-repeat;
	display: block;
	color:#4d4d4d;
	height: 30px;
	float: left;
}
.outros-posts span.data
{
	margin-top: 7px;
	text-indent: 25px;
	display: block;
}
.outros-posts span.post
{
	text-indent: 25px;
	display: block;
	font-weight: bold;
}
.outros-posts li ul.descricao
{
	width: 380px;
	float: right;
}
.outros-posts li ul.descricao li
{
	display: inline;
	margin-right: 15px;
	height: 30px;
	line-height: 30px;
}
