/*
	CSS do Grande Prêmio de Cinema 2010
	Data: Jan-2010
	Autor: Everton Fraga
	
 */

/* 	Cores dos boxes dos filmes */
.box-0 h2, h3.c0 {background-color: rgb(84, 29, 111); *background-color: rgb(84, 29, 111);}
.box-0 h2, h3.c0 {background-color: rgba(169, 58, 222, 0.5);}
.box-0 .container-filme {background-color: rgb(35, 11, 44); *background-color: rgb(35, 11, 44);}
.box-0 .container-filme {background-color: rgba(169, 58, 222, 0.2);}
.box-0 .container-filme:hover {background-color: rgba(169, 58, 222, 0.3);}

.box-1 h2, h3.c1 {background-color: rgb(56, 22, 72); *background-color: rgb(56, 22, 72);}
.box-1 h2, h3.c1 {background-color: rgba(112, 44, 145, 0.5);}
.box-1 .container-filme {background-color: rgb(23, 8, 29); *background-color: rgb(23, 8, 29);}
.box-1 .container-filme {background-color: rgba(112, 44, 145, 0.2);}
.box-1 .container-filme:hover {background-color: rgba(112, 44, 145, 0.3);}

.box-2 h2, h3.c2 {background-color: rgb(48, 29, 58); *background-color: rgb(48, 29, 58);}
.box-2 h2, h3.c2 {background-color: rgba(97, 59, 116, 0.5);}
.box-2 .container-filme {background-color: rgb(20, 11, 23); *background-color: rgb(20, 11, 23);}
.box-2 .container-filme {background-color: rgba(97, 59, 116, 0.2);}
.box-2 .container-filme:hover {background-color: rgba(97, 59, 116, 0.3);}

.box-3 h2, h3.c3 {background-color: rgb(93, 60, 109); *background-color: rgb(93, 60, 109);}
.box-3 h2, h3.c3 {background-color: rgba(187, 121, 218, 0.5);}
.box-3 .container-filme {background-color: rgb(38, 23, 43); *background-color: rgb(38, 23, 43);}
.box-3 .container-filme {background-color: rgba(187, 121, 218, 0.2);}
.box-3 .container-filme:hover {background-color: rgba(187, 121, 218, 0.3);}

.box-4 h2, h3.c4 {background-color: rgb(117, 96, 127); *background-color: rgb(117, 96, 127);}
.box-4 h2, h3.c4 {background-color: rgba(235, 192, 255, 0.5);}
.box-4 .container-filme {background-color: rgb(48, 36, 51); *background-color: rgb(48, 36, 51);}
.box-4 .container-filme {background-color: rgba(235, 192, 255, 0.2);}
.box-4 .container-filme:hover {background-color: rgba(235, 192, 255, 0.3);}

.box-5 h2, h3.c5 {background-color: rgb(86, 75, 91); *background-color: rgb(86, 75, 91);}
.box-5 h2, h3.c5 {background-color: rgba(173, 150, 183, 0.5);}
.box-5 .container-filme {background-color: rgb(36, 28, 36); *background-color: rgb(36, 28, 36);}
.box-5 .container-filme {background-color: rgba(173, 150, 183, 0.2);}
.box-5 .container-filme:hover {background-color: rgba(173, 150, 183, 0.3);}

.box-6 h2, h3.c6 {background-color: rgb(86, 0, 127); *background-color: rgb(86, 0, 127);}
.box-6 h2, h3.c6 {background-color: rgba(173, 0, 255, 0.5);}
.box-6 .container-filme {background-color: rgb(36, 0, 51); *background-color: rgb(36, 0, 51);}
.box-6 .container-filme {background-color: rgba(173, 0, 255, 0.2);}
.box-6 .container-filme:hover {background-color: rgba(173, 0, 255, 0.3);}


/* Geral */
html {
	background-color: #000;
	color: #fff;
}

/* optgroup{ color: #000 !important; } */
a:link, a:visited {
	color: #fff;
}
.container-content {
	color: #939598;
}

/* Cor dos outros boxes */
.box-7 h2 {background-color: #fff; color: #702c91;}
.box-7 div, .container-content {background-color: rgba(24, 24, 24, 0.8); *background-color: #181818;}
.box-7 div, .container-content {background-color: rgba(24, 24, 24, 0.8); *background-color: #181818;}

/* Página de filme */
.ficha-tecnica {
	color: #a481b5;
}
.galeria li a img, .indicados a img {
	border-color: #212121;
}
.galeria li a:hover img, .indicados a:hover img {
	border-color: #341B4B;
}

.indicados td:hover {
	background-color: #171717;
}

h3.secao {
	color: #fff;
}

/* Sidebar */
.container-lateral-1 div {
	border-bottom-color: #702c91;
}
.container-lateral-1 ul li a {
	color: #939598;
}
.container-lateral-1 ul li.even a:hover {
	color: #BA9DD5;
}
.container-lateral-1 ul li.even a {
	color: #a481b5;
}
.container-lateral-1 ul li a:hover {
	color: #AEA896;
}

.sidebar .container-filme p {
	color: #939598;
}
.sidebar .container-filme p a {
	color: #fff;
}
a.promo-twitter {
	color: #0b78dd;
}
a.promo-twitter span {
	color: #702c91;
}

span.destaque, strong.destaque {
	color: #ddd;
}

.container-content.votacao {
	color: #A580B4;
}

/* Barra de aviso */
.sticker-aviso {
	color: #fff;
	background-color: rgba(0, 125, 222, 0.7);
	*background-color: #00589c;
}
