
* { line-height:1; margin:0; padding:0; border: 0; }

@font-face {
    font-family: 'Viga';
    font-style: normal;
    font-weight: 400;
    src: local('Viga-Regular'), url(http://themes.googleusercontent.com/static/fonts/viga/v2/DpcbDp9_8_-wBjL2M05mgg.woff) format('woff');
}

@font-face {
    font-family: 'Varela';
    font-style: normal;
    font-weight: 400;
    src: local('Varela'), url(http://themes.googleusercontent.com/static/fonts/varela/v4/mQXpGKt2aeE1kO7jHbuEQA.woff) format('woff');
}

img,
embed,
object,
video {
    max-width: 100%;
}

body {
    font-size: 62.5%;
    padding-top: 10px;
    font-family: virela, segoi, tahoma, sans;
    background: #F3FAFE;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

h1 {
    font-size: 16px;
}

img {
    border-radius: 4px;
    overflow: hidden;
}

a {
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

#wrapper {
    margin: auto;
    width: 1000px;
    position: relative;
}

header h1 a {
    display: inline-block;
    width: 314px;
    height: 78px;
    overflow: hidden;
}

header .row {
    background: #fff;
    padding: 5px 10px;
    border-radius: .5em .5em 0 0;
}

nav#principal {
    display: inline-block;
}

nav#principal a {
    font-family: viga, segoi, tahoma, sans;
    font-size: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    color: #690;
    margin-right: 10px;
}

nav#principal a:hover {
    color: #afca7a;
    text-shadow:1px 1px 2px #eee;
}

#user-interaction {
    float: right;
}

#searchform, #searchform * {
    display: inline-block;
}

#searchform input {
    border: 1px solid #eee;
    font-size: 1.3em;
    padding: 3px 3px 2px 3px;
    color: #999;
    border-radius: 4px;
}

#searchform button {
    display: inline-block;
    background: url(images/search.png) no-repeat center center;
    width: 29px;
    height: 27px;
    cursor: pointer;
    text-indent: -1000px;
    overflow: hidden;
}

#top-tags {
    background-color: #048;
    padding: 5px 20px;
    overflow: hidden;
    max-height: 40px;
}

#top-tags a {
    font-family: viga, segoi, tahoma, sans;
    font-size: 1.2em;
    text-decoration: none;
    color: #fff;
    margin-right: 15px;
    font-size: 1.2em;
    line-height: 1.8em;
    text-transform: uppercase;
}

#top-tags a:hover {
    text-shadow:0px 0px 3px #FCD065;
}

#main {
    padding-top: 1em;
    background-color: #fff;
}


#login {
    display: table;
    width: 100%;
    background: #FDF1D2;
    border-radius: 5px;
}

#login div {
    margin: 5px;
}

#login img {
    float: right;
    margin: -20px 0 5px 10px;
}

#login p {
    font-size: 1.3em;
    color: #232323;
}

#login a, p.loginfb a {
    color: #1F5B96;
    text-decoration: none;
    display: block;
    margin-top: 5px;
}

#login a:hover {
    color: #000;
}

#apuracao {
    display: table;
    width: 100%;
    border-radius: 5px;
    background: url("images/loading.gif") no-repeat scroll 165px 0 #FDF1D2;
}

#apuracao div {
    margin: 5px;
}

#apuracao p {
    color: #444;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-size: 12px;
}

p.apuracao.total {
    font-size: 13px !important;
    margin-bottom: 10px !important;
}

#menu-principal {
    width: 14.3%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

#bnrmenu {
    width: 135px;
}

#bnrmenu img {
    width: 130px !important;
}

#editorias {
    width: 100%;
}

#editorias a {
    display: block;
    margin: 0 10px 10px 5px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 1.2em;
    text-decoration: none;
    color: #232323;
}

#editorias a:hover {
    color: #000;
    text-shadow: 1px 1px 2px #aaa;
}

#contents {
    display: inline-block;
    vertical-align: top;
    width: 64%;
    padding-bottom: 10px;
}

#contents h1 {
    font-weight: normal;
}

#especial h1 a {
    color: #f90;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.4em;
    line-height: 1.2em;
}

#especial h1 a:hover {
    color: #555;
}

#destaques {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 5px;
    display: table;
    height: 300px;
    width: 100%;
    overflow: hidden;
}

#ultimosDestaques {
    width: 48%;
    display: inline-block;
}

#ultimosDestaques li {
    list-style: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

#ultimosDestaques li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#ultimosDestaques h1 a {
    color: #1F5B96;
    line-height: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

#ultimosDestaques h1 a:hover {
    color: #f90;
}

#destaqueFotos {
    width: 48%;
    display: inline-block;
    margin-left: 3%;
    vertical-align: top;
    position: relative;
}

#destaqueFotos li {
    background: #fff;
    list-style: none;
    position: absolute;
}

#destaqueFotos li a {
    color: #1F5B96;
    line-height: 1.2em;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

.colunas {
    clear: both;
    border-top: 1px solid #eee;
    margin-top: 5px;
    margin-bottom: 10px;
    display: table;
}

#coluna1, #coluna2 {
    width: 48%;
}

#coluna1 {
    float: left;
}

#coluna2 {
    float: right;
}

.colunas li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    display: table;
}

.colunas li:last-child {
    border: none;
}

.colunas h1 a {
    color: #048;
    font-size: .9em;
    line-height: 1.2em;
    font-weight: normal;
    text-decoration: none;
}

.colunas h1 a:hover {
    color: #f90;
}

.colunas .image {
    float: left;
    margin-right: 10px;
}

.listaNoticias {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.listaNoticias li.item {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style: none;
    display: table;
    width: 100%;
}

.listaNoticias li.item h1 a {
    color: #048;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 0.5em;
    text-decoration: none;
}

.listaNoticias  li.item h1 a:hover {
    color: #f90;
}

.listaNoticias li.item p.sinopse {
    font-size: 1.3em;
    margin-top: 3px;
}

.listaNoticias .image {
    float: left;
    margin-right: 10px;
}

.listaAssuntos {
    margin-bottom: -20px;
}

ul.related {
    clear: both;
    margin-top: 3px;
}

ul.related li {
    list-style: none;
    border-top: 1px solid #eee;
    padding: 6px 0;
}

ul.related a {
    color: #333;
    font-size: 1.35em;
    line-height: 1.3em;
    font-weight: 500;
    text-decoration: none;
}

ul.related a:hover {
    color: #f90;
}

#sidebar {
    padding-left: 10px;
    display: inline-block;
    width: 200px;
}

#sidebar h2, #vejatambem h2 {
    color: #690;
    line-height: 1.1em;
    font-family: viga, segoi, tahoma, sans;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
}

#sidebar .ad {
    margin-top: 10px;
}

#sidebar .titulo {
    font-size: 1.4em;
    color: #666;
}

.listaNoticias {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.noticiaSidebar li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style: none;
    display: table;
    width: 100%;
}

.noticiaSidebar h1 a {
    color: #232323;
    font-size: .85em;
    line-height: 1.1em;
    font-weight: normal;
    text-decoration: none;
}

.noticiaSidebar h1 a:hover {
    color: #f90;
}

.noticiaSidebar .image {
    float: left;
    margin-right: 10px;
}

#contents .noticiaSidebar h1 a {
    font-size: 1.2em;
}

#top-read a {
    display: block;
    border-left: 4px solid #ffb340;
    border-bottom: 1px solid #eee;
    padding: 6px 2px 6px 5px;
    margin-bottom: 1px;
    text-decoration: none;
    color: #048;
    font-size: 1.2em;
    line-height: 1.2em;
}

#top-read a:nth-child(1) { border-left-color: #c30; }
#top-read a:nth-child(2) { border-left-color: #f90; }
#top-read a:nth-child(4) { border-left-color: #ffcc7f; }
#top-read a:nth-child(5) { border-left-color: #ffe0b2; }

#top-read a:hover { border-left-color: #555; color: #333; background-color: #ffd; }

#area_bnr_destaques {
    margin: 10px 0;
}


/* Nóticia/Exibir */
h1.header {
    color: #690;
    text-decoration: none;
    font-size: 2em;
    margin-bottom: 10px;
}

#noticia .cabecalho {
    font-size: 1.2em;
    margin-bottom: 10px;
}

#noticia h1 a {
    color: #048;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.5em;
    line-height: 1.2em;
}

#noticia h1 a:hover {
    color: #555;
}

#noticia #texto {
    margin-top: 1em;
}

#noticia #texto p {
    margin-bottom: 1.3em;
    line-height: 1.5em;
    font-size: 1.4em;
    color: #444;
}

#noticia .info p {
    border-top: 1px solid #ddd;
    line-height: 2em;
    font-size: 1.2em;
    color: #666;
}

#noticia .info span {
    font-weight: bold;
}

#noticia .info a {
    color: #048;
    text-decoration: none;
}

#noticia .info a:hover {
    color: #333;
    text-decoration: underline;
}

#multimidia {
    float: right;
    margin-left: 5px;
    margin-bottom: 3px;
    width: 45%;
    max-width: 279px;
    overflow: hidden;
    padding: 2px;
}

#multimidia .credito {
    display: block;
    text-align: right;
    color: #888;
}

#multimidia .legenda {
    color: #666;
    display: block;
    margin-top: 2px;
    font-size: 1.1em;
    font-style: italic;
}

#multimidia .thumbs {

}

#multimidia .thumbs li {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 3px 0 0;
    width: 24%;
}

#anexos {
    margin: 10px 0;
}

#anexos h3 {
    color: #FFCB7B;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 10px;
}

#anexos li {
    list-style: disc inside;
    line-height: 2em;
}

#anexos li a {
    color: #333;
    font-size: 1.4em;
    text-decoration: none;
}

#vejatambem {
    margin-top: 20px;
}

#vejatambem h3 {
    overflow: hidden;
    text-indent: -10000px;
    background: url(images/vejatambem.jpg) no-repeat;
    height: 30px;
}

#vejatambem .bloconews {
    width: 49%;
    min-width: 150px;
    display: inline-block;
}

#vejatambem .cbloco {
    padding-left: 10px;
    padding-right: 10px;
}

#vejatambem .cbloco.ind1 {
    border-left: 1px solid #bbb;
}

#vejatambem .bloconews li {
    height: 60px;
    overflow: hidden;
}

#vejatambem h1 {
    font-size: 1.2em;
}

#vejatambem .relacionadas {
    margin: 15px 10px 10px 10px;
}

#vejatambem .relacionadas a {
    color: #048;
    font-size: 1.2em;
    font-weight: 500;
}

/* Municipios */

#municipios ul {
    display: table;
    width: 33%;
    float: left;
}

#municipios ul li {
    list-style: none;
}

#municipios li a {
    font-family: virela,segoi,tahoma, sans;
    text-decoration: none;
    line-height: 2em;
    font-size: 1.5em;
    color: #048;
}

#municipios li a:hover {
    color: #FE9C00;
}

/* expediente */

#expediente li, #expediente p {
    margin-bottom: 10px;
    font-size: 1.3em;
    color: #444;
}

#expediente p {
    line-height: 1.2em;
}

#expediente ul {
    margin-bottom: 20px;
}

#expediente li {
    list-style: disc inside;
    margin: 0 0 10px 10px;
}

/* Enquete */

#enquete, #sidebar .bloconews {
    margin: 10px 0 0 0;
    padding: 5px 0;
    border-top: 3px solid #c30;
}

#enquete span.alerta {
    display: block;
    margin-top: 5px;
    font-size: 1em;
    line-height: 1.1em;
    color: #666;
}

#enquete span.alerta span {
    color: red;
    font-weight: bold;
}

#enquete form {
    margin-top: 10px;
}

#enquete ul {
    display: table;
    width: 100%;
}

#enquete li {
    list-style: none;
    font-size: 1.1em;
    color: #888;
    display: table-row;
}

#enquete input.opt {
    width: 20px;
    display: table-cell;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

#enquete label {
    display: table-cell;
    cursor: pointer;
    line-height: 1.2em;
    padding: 5px;
}

#enquete li strong {
    float: right;
}

#enquete input {
    margin-right: 5px;
}

#enquete button {
    border: 1px solid #999;
    border-radius: 3px;
    background: #ddd;
    margin: 10px auto 0 20px;
    padding: 2px 4px;
    cursor: pointer;
}

#enquete p.loginfb {
    font-size: 1.2em;
    margin-top: 5px
}

#enquete p.loginfb a {
    display: inline;
}

.barra-progresso {
    border: 1px solid #888;
    background: #efefef;
    height: 9px;
    border-radius: 3px;
    overflow: hidden;
    margin: 2px 0 10px 0;
}

.barra-progresso .progresso {
    height: 9px;
    background-color: #94B4EB;
}

.qrcode.bloconews {
    border-bottom: 3px solid #c30;
    margin-bottom: 10px;
    display: table;
}

.qrcode.bloconews p.image {
    float: left;
    margin-right: 5px;
}

.qrcode.bloconews img {
    border-radius: none;
}

.fb-activity span, .fb-activity iframe {
    width: 200px !important;
}

/* footer */

footer {
    text-align: center;
    padding: 10px;
    background: #048;
}

address {
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    font-size: 1.3em;
}

footer .vcard {
    color: white;
    font-size: 1.4em;
}

footer .vcard a {
    color: white;
}


footer .vcard .org, footer .vcard .geo {
    display: none;
}

/* Classes genéricas */

span.data {
    font-size: 1em;
    color: #666;
    line-height: 11px;
    margin-left: 5px;
}

span.autor {
    color: #333;
    line-height: 11px;
    margin-left: 10px;
}

.banners {
    display: table;
    width: 100%;
    height: 100%;
}

.banner.center {
    clear: both;
    text-align: center;
    padding: 10px;
}

.editoria {
    margin-bottom: 5px;
}

.editoria a {
    color: #3BAAEB;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-family: viga, segoi, tahoma, sans;
}

.editoria a:hover {
    color: #FE9C00;
}

.sinopse {
    color: #666;
    line-height: 1.3em;
    font-size: 1.2em;
}

.image {
    display: block;
    overflow: hidden;
    border-radius: 4px;
    overflow: hidden;
}

.image.i160x110 {
    width: 160px;
    height: 110px;
}

.image.i60x60 {
    width: 60px;
    height: 60px;
}

.image.i20x85 {
    width: 120px;
    height: 85px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.pagination {
    padding-top: 10px;
    border-top: 3px solid #eee;
}

.pagination p {
    color: #F90;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 4px;
}

.paginacao li {
    display: inline;
    list-style: none;
    margin-right: 5px;
}

.share {
    padding: 5px;
    margin-top: -2px;
}

#busca_stats p {
    padding: 5px;
    background: #FDECC1;
    border-radius: 5px;
    font-size: 1.3em;
    line-height: 1.5em;
}

li:last-child {
    border-bottom: none;
}

.paginacao li a {
    display: block;
    text-align: center;
    width: 25px;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}

.paginacao li a.active {
    color: #333;
    background-color: #fb4;
    border-color: #333;
}

.paginacao li a:hover {
    color: #333;
    background-color: #f90;
}

.ad {
    text-align: center;
    padding 5px 0;
}

.loading {
    background: url(images/loading.gif) no-repeat center center;
    min-width: 32px;
    min-height: 32px;
}

.chromeframe {
    display: block;
    background: black;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: -10px;
    margin-bottom: 10px;
}

.chromeframe a {
    color: white;
}

#all {
    margin: 0 auto;
    overflow: hidden;
}

#bnrsidebar {
    background: #fff;
    padding: 0;
    display: inline-block;
    width: 200px;
    vertical-align: top;
    margin-left: 5px;
    overflow: hidden;
}

.jsbanner {
    margin-bottom: 10px;
    width: 100%;
    display: table;
}

.clear {
    clear: both;
}

#bannertopo {
    position: absolute;
    margin-left: 340px;
    top: 10px;
}

@media screen and (min-width : 1001px){

    #wrapper {
        margin: auto;
        width: 1000px;
        display: inline-block;
        vertical-align: top;
    }

    #all {
        width: 1210px;
        margin: 0 auto;
    }

}

@media only screen and (max-width : 1000px) {
    #wrapper {
        margin: auto;
        width: auto;
    }

    #bnrsidebar {
        display: none;
    }

    #menu-principal {
        width: 20%;
    }

    #contents {
        width: 79%;
    }

    #sidebar {
        display: none;
    }

}

/* esconde os compartilhamentos para resoluções menores que 800px */
@media only screen and (max-width : 800px) {

    #user-interaction {
        display: none;
    }

    #menu-principal {
        width: 30%;
    }

    #bnrmenu {
        display: none;
    }

    #contents {
        width: 69%;
        display: inline-block;
    }
}

@media screen and (max-width : 767px) {

    .max768{
        display: none;
    }

    .ad {
        display: none;
    }

    #wrapper {
        margin: auto;
        min-width: 320px;
    }

    #top-tags {
        display: none;
    }

    #menu-principal {
        width: 100%;
    }

    #bannertopo {
        display: none;
    }

    #editorias a {
        width: auto;
        display: inline-block;
        margin: 0 .2em .5em .2em;
        padding: .5em;
        border: 1px solid #eee;
        border-radius: .5em;
    }

    #editorias a:focus, #editorias a:hover {
        background: #ececec;
        border: 1px solid #888;
    }

    #contents {
        width: auto;
        display: block;
    }

    #ultimosDestaques, #destaqueFotos {
        position: static;
        display: block;
        margin: 0;
        vertical-align: none;
        width: auto;
    }

    #destaqueFotos {
        display: block;
        position: static;
        margin-bottom: 10px;
    }

    #destaqueFotos li {
        position: static;
    }

    .colunas {
        display: block;
    }

    .colunas ul, .colunas li {
        display: table;
        float: none;
        width: 100%;
    }

}

@media screen and (max-width : 500px) {
    #wrapper {
        margin: 0 2px;
        min-width: 320px;
    }

    #menu-principal {
        display: none;
    }

    #multimidia {
        float: none;
        display: block;
        width: 100%;
        max-width: 100%;
    }

    p.sinopse {
        display: none;
    }

    #multimidia a {
        text-align: center;
    }

}
