/*
Theme Name: Contest Gibson
Author: Duca
*/

body {
	background: #000 url(imagens/banner-area-repeat.jpg) repeat-x;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#banner {
	width: 960px;
	height: 101px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	background: url(imagens/banner-area.jpg) left top no-repeat;
}

#banner div {
	width: 728px;
	margin: 0 auto;
}

#topo {
	height: 418px;
	overflow: hidden;
}

#conteudo {
	padding: 0 0 0 170px;
}

#rodape {
	height: 195px;
	background: url(imagens/rodape-repeat.jpg) repeat-x;
}

#rodape div {
	width: 800px;
	height: 127px;
	padding: 68px 0 0 160px;
	margin: 0 auto;
	background: url(imagens/rodape.jpg) no-repeat;	
}

#rodape div a {
	margin-right: 20px;
}

h1 {
	display: none;
}

div#voltar {
	float: left;
	width: 130px;
	padding: 55px 30px 0 0;
	text-align: right;
}

div.botao-participacao {
	float: left;
	padding-left: 10px;
}

a.botao-download {
	display: block;
	float: right;
	width: 230px;
	height: 42px;
	margin-left: 60px;
	background: url(imagens/botao-download.jpg) no-repeat;
}

a.botao-download:hover {
	background: url(imagens/botao-download.jpg) left -42px no-repeat;
}

a.botao-download span {
	display: none;
}

div.box {
	float: left;
}

div.box-6 {
	width: 480px;
	margin-left: -10px;
}

div.box-6 .topo {
	height: 20px;
	background: url(imagens/box6-topo.jpg) no-repeat;
}

div.box-6 .meio {
	padding: 1px 80px 1px 20px;
	background: url(imagens/box6-meio.jpg) repeat-y;
	overflow: hidden; /* FIX IE7 */
	height: 1%;
}

div.box-6 .baixo {
	height: 20px;
	background: url(imagens/box6-baixo.jpg) no-repeat;
}

div.box-8 {
	width: 650px;
	margin-left: -10px;
}

div.box-8 .topo {
	height: 20px;
	background: url(imagens/box8-topo.jpg) no-repeat;
}

div.box-8 .meio {
	padding: 1px 80px 1px 20px;
	background: url(imagens/box8-meio.jpg) repeat-y;
	overflow: hidden; /* FIX IE7 */
	height: 1%;
}

div.box-8 .baixo {
	height: 20px;
	background: url(imagens/box8-baixo.jpg) no-repeat;
}

div.texto {
	width: 500px;
}

div.premios {
	margin-left: -10px;
	margin-bottom: 20px;
}

form {
	padding: 0;
	margin: 0;
}

form .input {
	border: 1px solid #ddd;
	background-color: #ccc;
}

form small {
	font-size: 11px;
	font-style: italic;
	color: #ccc;
}

img.wpcf7-captcha-captcha {
	border: 5px solid #333;
}

span.wpcf7-not-valid-tip-no-ajax,
span.wpcf7-not-valid-tip {
	padding: 5px 5px 5px 15px;
	margin-left: 5px;
	background: #8C1207 url(imagens/tooltip-seta.gif) left top no-repeat;
	color: #fff;
}

div.wpcf7-response-output {
	padding: 20px 5px 5px 5px;
	color: #000;
	background: #ffcc00 url(imagens/tooltip-resposta-seta.gif) left top no-repeat;
	border: none;
}

div.wpcf7-mail-sent-ok {
	background: #58de20 url(imagens/tooltip-resposta-seta-verde.gif) left top no-repeat;
}

.wpcf7-display-none {
	display: none;
}

div#loading {
	padding: 100px 0 100px 250px;
}

div#loading img {
	vertical-align: middle;
}

/* Votação */

.participante {
	float: left;
	width: 185px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.participante h2 {
	margin: 0 0 5px 0;
}

.participante div.nome {
	display: table-cell;
	height: 45px;
	vertical-align: middle;
}

.participante p.audioplayer_container {
	margin-bottom: 3px;
}

.participante img.post-ratings-image {
	vertical-align: text-bottom;
}

div.box-votacao {
	width: 650px;
	margin-left: -10px;
}

div.box-votacao .topo {
	height: 20px;
	background: url(imagens/box8-topo.jpg) no-repeat;
}

div.box-votacao .meio {
	padding: 1px 0 1px 20px;
	background: url(imagens/box8-meio.jpg) repeat-y;
	overflow: hidden; /* FIX IE7 */
	height: 1%;
}

div.box-votacao .baixo {
	height: 20px;
	background: url(imagens/box8-baixo.jpg) no-repeat;
}

div.retorno { margin: 0 20px 20px 0; padding: 10px 20px; color: black; }
div.retorno a, .retorno b { color: black; }
div.green { background-color: #6f6; }
div.yellow { background-color: #ff6; }
div.red { background-color: #f66; }
div.white { background-color: #fff; }

/* Extras */

.clear { clear:both; }
.alignleft { float:left; }
.alignright { float:right; }
p.center { text-align:center; }
