/*------------------- GERAL -----------------------------------*/
body {
	background:url(../images/background.jpg) #000 no-repeat center 20px;
	color:#dc4d28;
}
p, a {
	color:#dc4d28;
}

/*------------------- MENU ------------------------------------*/

#menuContent li.linha {
	background-color:#dc4d28;
}
#personagens .menuAtivo a{
	border-right-color: #dc4d28;
}
#menuContent li#programacao .dia{
	background-color:#dc4d28;
	color:#FFF;
}

/*------------- CONTEUDO e TITULOS ----------------------------*/

#firstContent h1 {
	background-color:#dc4d28;
	color:#FFF;
}
#firstContent img.photoSerie {
	border:2px solid;
}
.chamadaComunidade {
	display:block;
	width:300px;
	height:250px;
	background:url(../images/chamada-comunidade.jpg) no-repeat;
	text-indent:-9999px;
}
.chamadaPgPersonagens {
	display:block;
	width:300px;
	height:250px;
	background:url(../images/chamada.jpg) no-repeat;
	text-indent:-9999px;
}
#firstContent #temporadas a {
	background-color:#dc4d28;
}

/*---------------- BOX PERSONAGENS ----------------------------*/

#secondContent #personContent h1 {
	background-color:#dc4d28; color:#FFF;
}
#secondContent #blogArquivoContent h1 {
	background-color:#dc4d28; color:#FFF;
}
.jcarousel-skin-quadros .jcarousel-prev-horizontal {
	background:url(../images/btn_prev.png) no-repeat;
}
.jcarousel-skin-quadros .jcarousel-next-horizontal {
	background:url(../images/btn_next.png) no-repeat;
}