/*
Theme Name: Site Padrão
Theme URI: http://www.fotosbetocarrero.com.br/
Version: 1.0
Author: Agencia Pro
*/


/* CSS Reset */
*, html, body {
  outline: 0;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
	text-decoration: none;
}


body {
	font: 14px "Trebuchet MS", Helvetica, sans-serif;
	background: #3285c1 url('img/fundo.png') top repeat-x;  
}

body a {
  color: #af3125; 
}

body a:hover {
  color: #63110a; 
}

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

#topo {
  background: url('img/topo.jpg') top repeat-x;  
  height: 594px;
  text-indent: -9999px;
  overflow: hidden;
}

#topo h1 a {
  margin: 30px 0 0 80px; 
  display: block;
  width: 195px;
  height: 215px;
}

/* Conteudo */ 
#conteudo {
  background-color: #fff;
  width: 960px;
  background: url('img/conteudo-fnd.png') center repeat-y;  
}

#conteudo h2 {
  margin: 0 0 15px 70px;
}

#conteudo h2 span {
  display: none;
}

#conteudo p {
  margin: 0 70px 5px 70px;
  color: #555;
}

#conteudo ul#listaErro  {
  margin: 10px 0 0 70px;
  padding: 20px 0 20px 30px;
  border: 1px solid #63110a;
  width: 425px;
}

#conteudo ul#listaErro li {
  list-style: disc;
  color: #63110a;
}

/* Valores */
.valores {
  background: #89a32f url('img/valores-topo.png') top center no-repeat;
  width: 320px;
  float: right;
  margin: 18px 70px 0 0; 
}

.valores h2 { 
  height: 52px;
  text-indent: -9999px;
}

#conteudo .valores h3 {
  color: #fff;
  margin: 10px 18px 5px 18px;
  font-size: 18px;
  font-weight: bold;
}

#conteudo .valores p {
  color: #def590;
  margin: 0 18px 10px 18px;
}

#conteudo .valores ul {
  color: #def590;
}

#conteudo .valores li {
  background: url('img/valores-marcador.gif') center left no-repeat; 
  padding: 0 0 0 25px;
  margin: 0 18px 10px 18px;
}

.valores-rodape {
  height: 48px;
  background: #89a32f url('img/valores-rodape.png') bottom center no-repeat;
}

 

/* Botoes */
#botoes {
  height: 130px;
  display: block;
  text-indent: -9999px;
  padding: 40px 0 40px 0;
  margin: 0 0 0 70px;
}

#botoes .btn-encomenda a {
  background: url('img/btn-encomenda.jpg') top;
  width: 390px;
  height: 130px;
  float: left;
  margin: 0 40px 0 0;
}

#botoes .btn-encomenda a:hover {
  background: url('img/btn-encomenda.jpg') bottom;
}

#botoes .btn-contato a {
  background: url('img/btn-contato.jpg') top;
  width: 390px;
  height: 130px;
  float: left;
}

#botoes .btn-contato a:hover {
  background: url('img/btn-contato.jpg') bottom;
}

form label {
  display: block;
  margin-top: 10px;
  color: #888;
}

form label.newsletter-label {
  margin: 10px 0 20px 62px;
}

form label.newsletter-label span {
  padding-left: 13px;
}

form p {
  width: 450px;
  background: url(img/input-text.png) bottom left no-repeat;
  padding: 0 0 0 10px;
}

form p.date {
  background: url(img/input-date.png) bottom left no-repeat;
}

form .arquivo {
  background:transparent;
}

form p.arquivo-p {
  background: url(img/input-file.png) bottom left no-repeat;
}

form p.select {
  background: none;
  margin: 0;
  padding:0 0 0 0;
  height: 60px;
}

form p.select label {
  padding-left: 10px;
}

form input.text {
  padding-top:10px;  
  height: 25px;
  width: 447px;
  color: #6d802a;
  background: transparent;
}

form .ui-datepicker-trigger {
  display: none;  
}

form .textarea {
  background: url(img/textarea.png) bottom left no-repeat;
  width: 460px;
}

form textarea {
  background: transparent;
  color: #6d802a;
  width: 438px;
  height: 184px;
  margin: 12px 0 10px 0;
}

form .enviar {
  display: block;
  text-indent: -9999px;
  background: url('img/enviar.png');
  width: 140px;
  height: 40px;
  margin: 0 0 0 70px;
}


#conteudo .voltar {
  margin: 10px 0 10px 70px;
}

/* Rodape */ 
#rodape {
  text-align: center;
  color: #fff;
  height: 72px;
  background: url('img/rodape.png') center no-repeat;  
}

#rodape p {
  padding: 10px 0 0 0; 
}


