@CHARSET "UTF-8";
/*
	Estilos pertencentes à homepage do website. Todos os estilos pertencentes
	à home devem ser atribuídos a este arquivo, evitando que sejam carregados estilos de outras páginas
	desnecessariamente.
	
	@author Erick Wilder
*/
body.home {}
body.home #content {}
body.home #content #vida-nova {}
body.home #content #vida-nova h3.titulo-vida-nova {
	background-image:url('../img/layout/titulo-vida-nova.gif');
	width:201px;
	padding-top:30px;
	margin-left:130px;
	margin-bottom:45px;
}
body.home #content #vida-nova div.descricao p {
	color:#999;
	font:normal 11px Helvetica, Arial, Sans-serif;
	padding:0 0 10px 0;
}
body.home #content #vida-nova div.descricao h3{
	font-style:italic;
	font-size:14px;
	padding-bottom:10px;
}
body.home #content #vida-nova div.escute-o-single {
	float:left;
	clear:both;
	width:500px;
	margin:25px 0;
}
body.home #content #vida-nova div.escute-o-single strong.helper-imgr {
	background-image:url('../img/layout/titulo-ouca-single.gif');
	padding:15px 0 0 0;
	width:195px;
	display:block;
	float:left;
}
body.home #content #vida-nova div.escute-o-single span.single-info {
	display:block;
	float:left;
	margin-left:10px;
}
body.home #content #vida-nova div.escute-o-single span.single-info span.single-player-container,
body.home #content #vida-nova div.escute-o-single span.single-info span.single-links {
	display:block;
	float:left;
	width:275px;
	clear:both;
}
body.home #content #vida-nova div.escute-o-single span.single-info span.single-links {
	padding:2px 0;
}
body.home #content #vida-nova div.escute-o-single span.single-info span.single-links a{
	font-weight:bold;
	color:#848484;
}

/* Estilos do painel de novidades */
body.home #painel-novidades{
	float:left;
	clear:both;
	position:relative;
}
body.home #painel-novidades a.ver-todos{
	color:#999;
	text-transform: uppercase;
	font:bold 11px Helvetica, Arial, Sans-serif;
}
body.home #painel-novidades a.ver-todos strong {
	color:#000;
}
body.home #painel-novidades h2.titulo {
	background-image: url('../img/layout/titulo-novidades.gif');
	width:276px;
	padding-top:106px;
	z-index:1;
	position:relative;
}
body.home #painel-novidades a#linkRSSNovidades {
	background:url('../img/icons/rss.png') no-repeat 0 50%;
	padding:2px 0;
	padding-left:20px;
	position:absolute;
	top:60px;
	left:0;
	font:bold 12px Helvetica, Arial, Sans-serif;
	text-transform: uppercase;
	color:#999;
	z-index:10;
}
body.home #painel-novidades div.posts-recentes {
	float:left;
	clear:both;
	width:500px;
}
body.home #painel-novidades div.posts-recentes div.post{
	clear:both;
	width:500px;
	float:left;
	margin-bottom:15px;
	padding-bottom:15px;
	background:url('../img/layout/dotline.gif') repeat-x 0 100%;
}
body.home #painel-novidades div.posts-recentes div.last-post {
	background:none;
}
body.home #painel-novidades div.posts-recentes div.post span.icone-disco 
{
	background-image:url('../img/layout/discos-novidades.gif');
	width:60px;
	padding-top:60px;
	float:left;
}
body.home #painel-novidades div.posts-recentes div.post span.icone-disco-blog {
	background-position:-1px 0;
}
body.home #painel-novidades div.posts-recentes div.post span.icone-disco-agenda {
	background-position:-120px 0;
}
body.home #painel-novidades div.posts-recentes div.post span.icone-disco-fotos {
	background-position:-60px 0;
}
body.home #painel-novidades div.posts-recentes div.post span.icone-disco-midia {
	background-position:-180px 0;
}
body.home #painel-novidades div.posts-recentes div.post span.icone-disco-letras {
	background-position:-240px 0;
}
body.home #painel-novidades div.posts-recentes div.post h3 {
	float:left;
	clear:right;
	font:bold 11px Helvetica, Arial, Sans-serif;
	margin-left:10px;
	width:430px;
	padding-bottom:3px;
}
body.home #painel-novidades div.posts-recentes div.post h3 a {
	color:#666;
	font-family:Helvetica, Arial, Sans-serif;
}
body.home #painel-novidades div.posts-recentes div.post h3 a:hover {color:#000;}
body.home #painel-novidades div.posts-recentes div.post div.post-body {
	font:11px Helvetica, Arial, Sans-serif;
	color:#999;
	float:right;
	width:430px;
	 
}
body.home #painel-novidades div.posts-recentes div.post p.continue-lendo {
	float:left;
	clear:both;
	width:430px;
	padding:2px 0 0 0;
}
body.home #painel-novidades div.posts-recentes div.post p.continue-lendo a{
	font:bold 11px Helvetica, Arial, Sans-serif;
	color:#666;
}

body.home #painel-novidades div.posts-recentes div.post p.continue-lendo a:hover{color:#000;}