body {
    margin: 0;
    padding: 0;
    background: #29ABE2 url(../img/body_bg.gif) repeat-x left top;
    font-family: Verdana;
    font-size: 11px;
    text-align: left;
    color: #0071BC;
}


img.floatLeft { 
    float: left; 
    margin: 10px;
    position: relative; 
    top: 3px;
}

img.floatRight { 
    float: right; 
    margin: 10px;
    position: relative; 
    top: 3px;
}

#box_destaque {
    width:200px;
    background-color:#FFF;
    border:#0071BC dashed;
    padding:1px;
    margin-bottom:40px;
}

#box_destaque pre {
    font-size:10px;
    line-height:10px;
    text-align:center;
    font-family: Verdana;

}

#box_destaque a:hover {

    font-weight:bold;
    color: #FF5959;	
}

#box_destaque a {
    background: #0A5688;
    font-size: 15px;
    font-weight:bold;
    color: #FFFFFF;
    line-height:10px;
    text-align:center;
    font-family: Verdana;
}

#box_destaque p {

    line-height:5px;
    font-size: 18px;

}

/* Formulário de alimentação de conteúdo */

#frmPageDetails label {

    display:block;
    font-size:12px;

}

.hidden {

    display:none;

}

.resultado {

    display:none;
}


h1, h2, h3 {
    margin: 0;
    font-weight: normal;
    color: #0071BC;
}

h1 {
    letter-spacing: -1px;
    font-size: 32px;
}

h2 {
    font-size: 23px;
}

p, ul, ol {
    margin: 0 0 2em 0;
    text-align: justify;
    line-height: 26px;
}

a {
    color:#039;
    text-decoration:none;
    font-weight:500;

}

a:hover, a:active {
    text-decoration: none;
    color:#039;

}

a:hover {	

    background-image:url(../img/menu_hover.gif) repeat-x;

}

a:visited {
    color:#039;

}
img alt {
    
    font-size: 20px;
}
div.img
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  height: 100%;
  width: 100%;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}

/* Form */

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

legend {
    display: none;
}

#sidebar label {

    font-size:9px;
    display:block;

}

input, textarea, select {
    font-size: 13px;
    color: #333333;
}

#wrapper {
    margin: 0;
    padding: 0;
}

/* Header */

#header {
    width: 880px;
    margin: 0 auto;
    height: 60px;
    border: 10px #F0F8FF solid;
    -moz-border-radius-topleft: 25px; /* Arredibda a borda superior esquerda */
    -moz-border-radius-topright: 25px; /* Arredibda a borda superior direita */
    -webkit-border-top-left-radius: 25px; /* Arredibda a borda superior esquerda */
    -webkit-border-top-right-radius: 25px; /* Arredibda a borda superior direita */
}

/* Menu */

#menu_topo {
    float: right;
    width: 880px;
    height: 58px;
    background: url(../img/img02.jpg) repeat-x left top;
    -moz-border-radius-topleft: 25px; /* Arredibda a borda superior esquerda */
    -moz-border-radius-topright: 25px; /* Arredibda a borda superior direita */
    -webkit-border-top-left-radius: 25px; /* Arredibda a borda superior esquerda */
    -webkit-border-top-right-radius: 25px; /* Arredibda a borda superior direita */
}

#clearbackground {

    background-image:none;

}

#menu_topo ul {
    margin: 0;
    padding: 23px 0 0 20px;
    list-style: none;
    line-height: normal;
}

#menu_topo li {
    float: left;
    text-align: center;
}

#menu_topo a {
    display: block;
    padding: 0 25px;
    background: url(../img/img03.jpg) no-repeat right 50%;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight:bold;
    color: #FFFFFF;


}

#menu_topo a:hover { 
    color: #FF5959;
    background-image:url(../img/menu_hover.gif) repeat-x;

}

#menu_topo .current_page_item a {
    color: #FFFFFF;
}

/** LOGO */

#logo {
    width: 880px;
    height: 140px;
    margin: 0 auto;
    text-align:center;
}

#logo_img {
    width:120px;
    height:98px;
    margin-top:30px;
    background-color:#024e80;
    background-repeat:no-repeat;
    border:#FFFFFF 2px solid;
    -webkit-box-shadow: 5px 5px 8px #818181;
    -moz-box-shadow: 5px 5px 8px #818181;

    /* Forma de gota */
    /*	-moz-border-radius-topleft: 25px;
            -moz-border-radius-bottomright: 25px; 
            -webkit-border-top-left-radius: 25px; 
            -webkit-border-bottom-right-radius: 25px;
    */	
    /* Redondo */
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;


}

#logo_texto {
    width:760px;
    height:98px;
    padding: 30px 0 0 0;
    font-size:40px;
    color: #FFFFFF;
    text-align:left;
    margin-left: 50px;
}
#logo h1, #logo h2 {
    float: left;
    margin: 0;
    padding: 50px 0 0 0px;
    line-height: normal;
}

#logo h1 { 
    font-size:40px;
}

#logo h1 a {
    text-decoration: none;
    color: #28313A; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
    float: left;
    padding: 65px 0 0 18px;
    font-size:16px;
    color: #28313A; 
}

#logo p a {
    text-decoration: none;
    color: #28313A;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#atwork {
    height:225px;
    width:225px;
    margin:auto;
    text-align:center;
    background-image:url(../img/atwork.jpg);
    border:2px #333 solid;
    -moz-box-shadow:10px 10px 10px rgba(102, 102, 102, 0.5);
    -webkit-box-shadow:10px 10px 10px rgba(102, 102, 102, 0.5);

}

#atwork_texto {
    padding-bottom:80px;
    padding-top:50px;
    margin:auto;
    text-align:center;
}
#atwork_texto h1 {

    text-transform:none;

}

#page {
    width: 880px;
    margin: 0 auto;
    background: #F0F8FF;
    border: 10px #F0F8FF solid;
}

/* Content */

#content {
    float: left;
    width: 620px;
    height:100%;
    border-right: 1px dashed #DFE1E0;
    overflow:visible;

}
#content p {
    margin: 0 0 1em 0;
    text-align: justify;
    line-height: 26px;
    position: relative;
}
#content a {
    font-weight:bold;
}
/* Post */

.post {
    padding: 0px 20px;
    margin-bottom: 20px;
}

.post .title {
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.post h1 {
    width: 520px;
    padding: 0px 0 0 0px;
    background: url(../img/img08.jpg) no-repeat left top;
    color: #28313A; 
}

.post h2 {
    width: 520px;
    padding: 0px 0 0 0px;
    font-size: 22px;
    color: #28313A; 
}

.post .entry {
}

.post .meta {
    padding: 15px 15px 30px 0px;
    font-size: 10px;
}

.post .meta p {
    margin: 0;
    padding-top: 15px;
    line-height: normal;
    color: #28313A; 
}

.post .meta .byline {
    float: left;
}

.post .meta .links {
    float: right;
}

.post .meta .more {
    padding: 0 20px 0 18px;
}

.post .meta .comments {
    padding-left: 22px;
}

.post .meta b {
    display: none;
}


/* Sidebar */

#sidebar {
    float: right;
    width: 230px;
    margin: 0;
    padding: 0;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
    margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
    margin: 0;
}

#sidebar h2 {
    width: 250px;
    padding: 8px 0 0 0px;
    margin-bottom: 10px;
    background: url(../img/img07.jpg) no-repeat left top;
    font-size: 20px;
    color: #0071BC;
}

/* Search */

#search {

}

#search h2 {
    margin-bottom: 20px;
}

#s {
    width: 140px;
    margin-right: 5px;
    padding: 3px;
    border: 1px solid #DFE1E0;
}

.x {
    padding: 3px;
    border: none;
    background: #0A5688;
    font-size: 11px;
    color: #FFFFFF;
}

/* Boxes */

.box1 {
    padding: 20px;
}

.box2 {
    color: #BABABA;
}

.box2 h2 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #FFFFFF;
}

.box2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
    color: #EDEDED;
}

/* Footer */
#footer-wrap {
}

#footer {
    width: 880px;
    margin: 0 auto 30px;
    background: #0071BC;
    border: 10px #F0F8FF solid;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
}

html>body #footer {
    height: auto;
}

#footer p {
    font-size: 12px;
}

#legal {
    clear: both;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
    color: #FFFFFF;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;

}

#legal a {
    font-weight: normal;
    color: #FFFFFF;

}

/* allow room for 3 columns */
.teste
{
    width: 30em;
}

/* float & allow room for the widest item */
.teste li
{
    float: left;
    width: 10em;
}


/* stop the float */
br
{
    clear: left;
}

/* separate the list from subsequent markup */
div.wrapper
{
    margin-bottom: 1em;
}
div.images{
    margin-left:auto;
    margin-right:auto;
    width:50%;
    height:400px;
    border:solid medium;
    border-color: #F60;
}
#box2{

    width:100px;
    margin:auto;
    text-align:left;
    font-family:Verdana, Geneva, sans-serif;
    font-size:14px;
    overflow:hidden;
    color:#FFF;

}
.detalhe_resume {

    font-size:20px;
    font-weight:bolder;
    color: #FFF;
    text-align:center;
}
.homeColumn{
    width: 260px;
    float: left;
    padding: 15px;
    color: #0071BC;
}
.homeColumn .title{
    margin: 0px 5px;
    text-align: left;
    font-size: 15px;
    color: #0071BC;
    margin-bottom: 5px;
}
.titulo_fotos{
    width: 600px;
    overflow: auto;

}
.homeColumn .image{
    width: 260px;
    height: 250px;
    background-color:#FFF;
    margin-top: 35px;
    margin-bottom: 24px;
    border:solid medium;
    border-color:#0071BC;
    background-image:url(_images/bg_itens.png);
}

#zone-bar {
    min-height: 130px;
    width:133px;
    background-image:none;
    float:left;
}
#zone-bar ul {
    display: block;
}
#zone-bar ul li {
    height: 18px;
    padding: 5px 5px 0 5px;
    position: relative;
    float: left;
}
#zone-bar ul li a {
    display: block;
    float: left;
    height: 23px;
    position: relative;
    top: -5px;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
}
#zone-bar ul li a span {
    position: relative;
    top: 6px;
}
#zone-bar ul li ul {
    display: none;
    list-style-type:none;
    position: absolute;
    top: 37px;
    left:-20px;
    right:-17px;
    width: 150px;
    border: 1px solid #ccc;
    background: #29ABE2;

    z-index:1;
}
#zone-bar ul li ul li {
    float: none;
    padding: 0; margin: 0;
    height: 100%;
}
#zone-bar ul li ul li:hover {
    background: none;
}
#zone-bar ul li ul li a {
    display: block;
    float: none;
    margin-left: -20px;
    padding: 5px 0 0 10px;
    min-width: 121px;
    height:auto;
    text-align:left;
}
#zone-bar ul li ul li a:hover {
    background: #0071BC;
}
#zone-bar ul { list-style: none inside; }
#zone-bar p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
#zone-bar a img { 

    border: none;
    padding-right: 20px;

}


