/*
Theme Name:  Webluz
Theme URL:   http://webluz.net
Version:    1.0
Description:  Tema para o site WebLuz
Author:     Luiz Aquino
Author URI:   http://hajaluz.net

Esse tema é criação de Luiz Aquino Diniz <a href="http://www.webluz.net/">WebLuz</a>. Ele é baseado no Wpframework <http://wpframework.com> um trabalho de Ptah Dunbar <http://ptahdunbar.com>.

Tags:	Hospedagem, sites, blogs, mídia-social, anúncios, ecommerce
*/


/* LAYOUT NOVO ************************************************/

body {
  width: 980px;
  margin: 10px auto;
  background: #F2F2F2;
}

/* CORPO  ************************************************/
#corpo {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  position: absolute;
  width: 980px;
}

/* CABEÇALHO ******************************************************/
#cabec {
  height: 100px;
  margin: 10px;
}

#logo {
float: left;
}

a img {
border: none;
}

#frases {
float: left;
width: 335px;
margin: 5px;
padding: 5px 10px;
background: url(imagens/fundo_frase.png) repeat-x;
}

#frases h2 {
margin: 0px 0px 0px 0;
padding: 0px;
font-size: 20px;
color: #FFFFFF;
font-weight: normal;
text-shadow: 1px 1px 1px #000000;
}

#frases h2 {
font-size: 16px;
color: #FFFFFF;
margin: 0px 0px 15px;
font-weight: bold;
line-height: 20px;
letter-spacing: 0.03em;
text-shadow: 1px 1px 0px #000000;
}

#frases h3 {
font-size: 16px;
color: #F6B468;
margin: 0 0 5px 0;
font-weight: bold;
letter-spacing: 0.07em;
text-shadow: 1px 1px 0px #000000;
}

/* FRENTE  *****************************************/
#frente {
  margin: 10px;
}

#frente_esq {
  width: 70%;
  float: left;
  height: 490px;
 }

#frente_esq h2, #frente_dir h2 {
margin: 0px 5px;
font-size: 24px;
font-weight: normal;
color: #FFF4D8;
text-shadow: 1px 1px 1px #7C5E44;
}

#frente_dir {
  width: 29%;
  float: right;
  height: 550px;
  margin: -110px 0px;
 }

/* FRENTE SUPERIOR  *****************************************/
#frente_sup {
height: 320px;
}

/* FRENTE INFERIOR  *****************************************/
#frente_inf {
height: 170px;
overflow: hidden;
margin: 0;
}

/* FRENTE DIREITA  *****************************************/
#frente_dir_int {
margin: 5px;
}

#twtr-widget-1 {
background: url(imagens/fundo.png) repeat;
}


#frente_dir_dois {
margin: 10px 0 0 0;
background: url(imagens/fundo.png) repeat;
}

#frente_dir_tres {
height: 120px;
}

/* FRENTE_ESQUERDA **************************/

#clientes {
background: url(imagens/fundo.png) repeat;
padding: 5px;
}

#projetos {
background: url(imagens/fundo.png) repeat;
margin: 15px 0 0 0;
padding: 5px;
}

#projetos img, #clientes img {
width: 150px;
height: 150px;
background: #f2f2f2;
padding: 3px
}

.capa {
bottom: 0px;
left: 0px;
position: absolute;
margin-right: 4px;
padding: 3px;
}

.capa h3 {
margin: -1px -3px -1px;
padding: 5px 7px;
font-size: 10px;
text-align: left;
background: #383933;
color: #FFFFFF;
font-weight: normal;
border-top: 1px dotted #FFF4D8;
}

.capa p {
margin: -1px -3px;
padding: 5px;
color: white;
filter: alpha(opacity=70);
opacity: 0.7;
background: black;
line-height: 13px;
}

#frente_esq ul {
margin: 10px 0 0 0;
padding: 0px;
text-align: center;
}

#frente_esq ul li {
list-style-type: none;
display: inline;
margin: 0 2px;
position: relative;
}

/* BROWSER **********************************/

#browser p {
float: left;
color: #FFFFFF;
width: 350px;
margin: 0px;
padding: 0px;
font-size: 11px;
}

#browser img {
width: 32px;
height: 32px;
float: left;
margin: 0 15px 0 0;
}


/* RODAPÉ **************************/
#rodape {
    height: 20px;
    margin: 5px 10px;
    border: 1px solid white;
}

/* TAG QUE EFETUA LIMPEZA **************************/
#limpar {
  clear: both;
}

/* CANTOS ARREDONDADOS  ************************************************/
.bord_5, #frente img, #twtr-widget-1, #frente_dir_dois, #frases {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.bord_10
{
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.bord_5_sup {
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius:5px;
  -webkit-border-top-left-radius: 5px;
  -ms-border-top-right-radius:5px;
  -ms-border-top-right-radius:5px;
  -o-border-top-right-radius:5px;
  -o-border-top-right-radius:5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.bord_5_inf, .capa h3 {
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* SOMBRAS  ************************************************/
.caixa_1, #frases {
  -moz-box-shadow: 0px 0px 2px #000000;
  -ms-box-shadow: 0px 0px 2px #000000;
  -o-box-shadow: 0px 0px 2px #000000;
  -webkit-box-shadow: 0 0 2px #000000;
  box-shadow: 0 0 2px #000000;
}

#frases {
  -moz-box-shadow: 0px 0px 1px #000000;
  -ms-box-shadow: 0px 0px 1px #000000;
  -o-box-shadow: 0px 0px 1px #000000;
  -webkit-box-shadow: 0 0 1px #000000;
  box-shadow: 0 0 1px #000000;
}

.caixa_2 {
 -moz-box-shadow: 1px -1px 2px #000000;
 -ms-box-shadow: 1px -1px 2px #000000;
 -o-box-shadow: 1px -1px 2px #000000;
 -webkit-box-shadow: 1px -1px 2px #000000;
 box-shadow: 1px -1px 2px #000000;
}
