/*
Igo!!! Alterações são bem vindas neste campo. :)
*/
.moz-3{-moz-border-radius: 3px}
.moz-5{-moz-border-radius: 5px}
.moz-8{-moz-border-radius: 8px}
.moz-10{-moz-border-radius: 10px}
.moz-20{-moz-border-radius: 20px}
.cor-vermelha{color: red}
.border-2{border: 3px solid #FFF}
.border-5{border: 5px solid #FFF}
.border-8{border: 8px solid #FFF}
.border-10{border: 10px solid #FFF}

.border-color-branco{border-color: #FFF}

.border-color-ci{border-color: #EFBB95}
.border-color-dg{border-color: #D9DFA7}
/*
 até aqui!
*/
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-family: Verdana;
    font-size: 90%;
    color: #FFF;
    line-height: 1;
    background: url(images/background.gif) center;
}


.hide{
    display: none;
}
.tit{
    margin-bottom: 30px;
    padding-left: 10px;
    text-decoration: underline;
    font-size: 120%;
}
.sub-tit{
    padding-left: 20px;
    font-size: 100%;
}
.normal{
    font-weight: normal;
    clear: both;
}
ol, ul {
    list-style: none;
}
#topo {
    margin: 0 auto;
    width: 900px;
    height: 220px;
    background: url(images/top.png) no-repeat;
}

#conteudo{
    width: 900px;
    min-height: 310px;
    margin: 0 auto;
    background: url(images/background-centro.png) center no-repeat;
    background-position: 10px 0;
    overflow: hidden;
}
#conteudo #com-interna,
#design-grafico{
    float: left;
    width: 430px;
    padding: 10px;
}
#conteudo #com-interna{

}
#conteudo #design-grafico{

}
.img_box{
    width: 400px;
    height: 200px;
    border: 1px solid #ccc;
}
a{
    color: #FFF;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.contents{
    margin-top: 10px;
    clear: both
}
.categoria{
    float: right;
    padding: 10px;
    font-size: 90%;
}

.content{
    overflow: hidden;
    padding: 0 10px 10px 10px;
}
.img-ci,
.img-dg{
    margin: 10px 0;
    padding: 5px;
    background-color: #EFB786;
    -moz-border-radius:5px;
}
.img-dg{
    background-color: #B6BF6B;
}

/*
MENU
*/

#menu{
    width: 620px;
    margin: 0 auto;
    padding-top: 155px;
    font-size: 120%;
}
#menu a{
    line-height: 20px;
}
#menu li{margin: 0 10px; display:inline}
#menu-cats{
    float: left;
}
#menu-cats ul li{
    float: left;
}
#menu-cats ul li ul{
    display: none;
}
#menu-pages{
    float:left;
}
#menu-pages li{
    float:left;

}

/*
FOOTER
*/
#footer {
    margin: 20px;
    text-align: center
}
#footer address {
    font-style: normal;
}

#footer address span {
    color: #FFF;
    font-size: 16px;
}

.pp{
    font-size: 80%;
    padding-left: 20px;
    padding-bottom: 15px;
}

input, textarea{
    font-family: Verdana;
    color: #fff;
    width: 100%;
    height: 20px;
    border: none;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #FFC89F;
    background: none;
}
textarea{
    height: 150px;
}
.form{
    width: 500px;
    margin: 0 auto;
}
.label{
    display: block;
    padding-top: 15px;
    padding-left: 10px;
}
.wpcf7-validation-errors{
    border: 1px solid #fff !important;
}
span.wpcf7-not-valid-tip-no-ajax{
    color: #fff !important;
}
#btn input{
    width: 80px;
    height: 30px;
    border: none;
    background:#FFC89F;
    color: #BF5100;
    cursor: pointer;
    padding: 2px;
    margin: 3px;
}
.nav-next{
    margin: 15px 0;
    float: right;
}
.nav-previous{
    margin: 15px 0;
    float: left;
}

