
/*
Reseta as configurações para evitar incompatibilidades
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: top;
}

table{
    border-collapse: collapse;
    border-spacing: 0px;
}

table tr td{
    padding:0px;
}


/* Relembra para definir estilos a focus */
:focus{
    outline: 0px;
}

/* LINKS */

a, a span{
    font: normal 11px verdana, arial, helvetica;
    color: #666;
    text-decoration: none;
}

a:hover,a span:hover{
    color: #000;
    text-decoration:none;
}


/* -----------------------------------------------------------------------------
 Alinhamento de elementos
 -----------------------------------------------------------------------------*/

.center{
    margin-left: auto;
    margin-right: auto;
}

.middle{
    display: table-cell;
    vertical-align: middle;
}

.hide{
    display: none;
}

.show{
    display: block;
}


/* -----------------------------------------------------------------------------
 ELEMENTOS PRINCIPAIS
 -----------------------------------------------------------------------------*/

body {
    background: url(imgs/bodybg.png);
    color: #333;
    text-align:center;
}

header, footer, nav, section, article {
    display:block;
}


/* Cabeçalho */
div.header {
    width: 853px;
    height: 237px;
}

div.header div {
    width: 853px;
    height: 260px;
    background: url(imgs/header.png) no-repeat top;
}

/* Menu */
div.topmenu {
    width: 853px;
    height: 38px;
    /*padding-left: 30px;*/
    background: #fff url(imgs/topmenu.png) repeat-x top;
}

div.topmenu a span{
    display: inline-block;
    padding: 0px 10px 0px 10px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    cursor: pointer;
}

div.topmenu a span:hover{
    background: #0066ff;
}

/* Corpo */

div.container{
    width: 853px;
    /*background-color: #f5f5f5;*/
}


div.sidebar{
    width: 253px;
    height: 530px;
    float:left;
    text-align:left;
    background: url(imgs/sidebar.png) no-repeat right;

}

input.login{
    width: 115px;
    margin-left: 60px;
    margin-top: 203px;
    background:transparent;
    color: #333;
    border: 0px;
}

input.submit{
    width: 40px;
    height: 15px;
    margin-top: 203px;
    margin-left: 4px;
    background:transparent;
    border: 0px;
    cursor: pointer;
}

input.register{
    clear:both;
    width: 135px;
    height: 25px;
    margin-left: 75px;
    margin-top: 15px;
    background:transparent;
    border: 0px;
    cursor: pointer;
}

div.sidebar h2{
    margin-top: 30px;
    width: 175px;
    margin-left: 55px;
    font: bold 12px verdana,arial,helvetica;
    color: #0044aa;
}

div.sidebar h3{
    clear:both;
    margin-top: 10px;
    width: 175px;
    margin-left: 55px;
    font: bold 11px verdana,arial,helvetica;
    color: #0044aa;
}

div.sidebar p{
    clear:both;
    width: 175px;
    margin-left: 55px;
    font: normal 11px verdana,arial,helvetica;
    color: #333;
}

div.content{
    width: 600px;
    float:left;
}

div.content h1{
    margin-top: 30px;
    margin-left: 20px;
    padding-left: 50px;
    text-align: left;
    font: bold 18px verdana,arial,helvetica;
    color: #0044aa;
    height: 46px;
    line-height: 46px;
    background: url(imgs/hand.png) no-repeat left;
    margin-bottom: 20px;
}

div.content p{
    padding-bottom: 20px;
    width: 380px;
    margin-top: 10px;
    margin-left: 20px;
    text-align: left;
    font: normal 12px verdana,arial,helvetica;
    color: #555;
}

div.content p strong{
    font: bold 12px verdana,arial,helvetica;
    color: #333;
}

div.contentarticle{
    width: 90%;
    padding-left: 20px;

}

a.more{
    margin-left: 30px;
    padding-left: 10px;
    color: green;
    background: url(imgs/arrow2.gif) no-repeat left;
}

a.more:hover{
    color: blue;
}

div.contentpage{
    width: 853px;
    float:left;
}

div.contentpage h1{
    margin-top: 30px;
    margin-left: 20px;
    padding-top: 10px;
    padding-left: 50px;
    text-align: left;
    font: bold 18px verdana,arial,helvetica;
    color: #0044aa;
    min-height: 46px;
    background: url(imgs/hand.png) no-repeat left;
    margin-bottom: 20px;
}

div.contentpage h2{
    margin-top: 30px;
    margin-left: 20px;
    padding-left: 30px;
    text-align: left;
    font: bold 14px verdana,arial,helvetica;
    color: #0044aa;
    height: 24px;
    line-height: 24px;
    background: url(imgs/hand2.png) no-repeat left;
    margin-bottom: 20px;
}

div.contentpage p{
    display: table;
    margin-top: 10px;
    margin-left: 20px;
    text-align: left;
    font: normal 12px verdana,arial,helvetica;
    color: #555;
    padding-bottom: 10px;
    
}

div.contentpage p img{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 80px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background: #eee;
}

div.contentpage strong.arrow{
    font: bold 14px verdana,arial,helvetica;
    color: #333;
    padding-left: 15px;
    height: 24px;
    line-height: 24px;
    background: url(imgs/arrow1.gif) no-repeat left;
}

div.contentpage p span strong{
    font: inherit;
    font-weight: bold;
    color: inherit;
    padding-left: 0px;
    height: inherit;
    line-height: inherit;
    background: inherit;
}

div.categorybox{
    text-align: left;
    width: 250px;
    display:table;
    float:left;
    border-right: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

div.categorybox ul li a{
    display: block;
    height: 20px;
    padding-left: 20px;
    background-image: url(imgs/arrow1.gif);
    background-repeat: no-repeat ;
    background-position: left;
}


div.categorybox ul li{
    display: block;
    list-style: none;
    padding: 5px;
    padding-left: 20px;
}

div.categorybox ul li:hover{

    display: block;
    list-style: none;
    background-color: #eee;
}

img.pagepicture{
    float:right;
    margin-left: 10px;
    margin-right: 20px;
}

div.contactform{
    text-align: left;
    padding: 20px;
    margin: 0px 30px 30px 30px;
    border: 1px solid #ddd;
    font: normal 11px verdana,arial,helvetica;
    color: #444;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

div.contactform input{
    font: normal 11px verdana,arial,helvetica;
    color: #444;
    border: 1px solid #999;
}
div.contactform textarea{
    font: normal 11px verdana,arial,helvetica;
    color: #444;
    border: 1px solid #999;
}

iframe.map{
    float:right;
    margin-left: 10px;
    margin-right: 30px;
}


table.signature{
    margin-top: 30px;
    margin-left: 20px;
}
table.signature td{
    font: normal 11px verdana,arial,helvetica;
}

div.rightbar{
    width: 152px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    height: 180px;
    float:right;
    text-align: left;
    background: url(imgs/rightbar.png) no-repeat 0px -20px;
}

div.rightbar a span{
    display: block;
    padding-left: 50px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left;
}

div.rightbar a span:hover{
    background-color: #0066ff;
}

.petshop{
    background-image: url(imgs/icon-petshop.png);
}

.blog{
    background: url(imgs/icon-blog.png);
}

.twitter{
    background: url(imgs/icon-twitter.png);
}


div.footer{
    clear:both;
    height: 85px;
    background: url(imgs/bottom.png) no-repeat bottom;
}



/*
GALERIA DA POSTAGEM
*/

div.article_gallery{

    margin-left: 180px;
    margin-top: 20px;
    height: 90px;
}

div.article_gallery img.nav{
    float:left;
    margin: 40px 10px 0px 10px;
    cursor: pointer;
    padding: 0px;
}

div.article_gallery div{
    float:left;
    padding: 0px 5px 0px 5px;
    overflow: hidden;
    width: 410px;
    height: 87px;
    background: #eee;
    border: 1px solid #ccc;
}

div.article_gallery div p{
    width: 5000px;
    margin:0px;
    padding: 0px;
}

div.article_gallery div p img{
    margin: 9px 4px 9px 4px;
    width: 67px;
    height: 67px;
    border: 1px solid #ccc;
    cursor: pointer;
}

div.article_gallery div p img:hover{
    border: 1px solid #000;
}


div.pager span{

    display:inline-block;
    width: 20px;
    height: 20px;
    background-color: #eee;
    border: 1px solid #ccc;
    margin: 5px;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

}

div.pager span:hover{
    background-color: #ccc;
}


div.lastarticles{
    width: 100%;
    margin-top: 10px;
}

div.lastarticles h3{
    text-align: left;
    font: bold 14px verdana,arial,helvetica;
    color: #0044aa;
    padding: 10px;
    padding-left: 50px;
}

div.lastarticles span{
    display: block;
    text-align: left;
    padding: 5px;
    padding-left: 50px;
    border-bottom: 1px dotted #eee;
    background: #f5f5f5;
}

div.lastarticles span:hover{
    background: #eee;
}