/*
Theme Name: Jotac
Theme URI: http://www.jotac.com.br
Description: Criação, Marcação HTML / CSS e a integração com WordPress foram desenvolvidos por <a href="http://www.jotac.com.br/">JOTAC Desenvolvimento de Websites</a>.
Version: 10.10
Author: Jotac Desenvolvimento de Websites
Author URI: http://www.jotac.com.br

<!-- Cliente: Pousada São Jorge da Nova Esperanca -->
<!-- JotaC Desenvolvimento de Sites -->
<!-- http://www.jotac.com.br -->
*/


/**************************************************************************************************
   Configurações Gerais do Site
**************************************************************************************************/
* {
	margin:0; padding:0; border:none;
}

body {
   font:12px/1.4 Verdana, Arial, sans-serif;
   background:#497424 url('imagens/bg-body.jpg') top no-repeat;
}

#all {
   position:relative;
   top:90px;
   width:952px;
   margin:0 auto 90px auto;
   background:#fff;

   /* Cantos arredondados para Firefox */
   -moz-border-radius-topleft:30px;
   -moz-border-radius-topright:30px;

   /* Cantos arredondados para Chrome */
   -webkit-border-top-left-radius:30px;
   -webkit-border-top-right-radius:30px;

   /* Cantos arredondados para Opera */
   border-top-left-radius:30px;
   border-top-right-radius:30px;
}

h1 {
	color: #8b8024;
}


/**************************************************************************************************
   Topo
**************************************************************************************************/
#top {
	width:270px;
   float:left;
   text-align:center;
}

#top span {
   font-size:14px;
}

#logotipo {
   margin:29px 0 20px 15px;
}



/**************************************************************************************************
   Menu Principal
**************************************************************************************************/
#menuTop {
   position:relative;
   top:-19px;
   left:41px;
   background:url('imagens/menuTop.png') 3px no-repeat;
   width:188px;
   height:19px;
}

.mainMenu {
   position:relative;
   width:188px;
   top:-20px;
   margin-bottom: -20px;
   padding-bottom:20px;
   left:41px;
   background:url('imagens/menuBg.png') 3px repeat-y;
}

#menuBottom {
   position:relative;
   left:41px;
   width:188px;
   height:15px;
   background:url('imagens/menuBottom.png') 3px no-repeat;
   margin:0 0 15px 0;
}

.mainMenu li {
   list-style-type:none;
   text-align:center;
   padding-top:5px;
}

.mainMenu a:link, .mainMenu a:active, .mainMenu a:visited {
   color:#fff;
   font-family:Georgia;
   font-size:16px;
   text-transform:uppercase;
   text-decoration:none;
   display:block;
}

.mainMenu a:hover {
   background:#d4aa00;
   width:188px;
   font-weight:bold;
}

.current_page_item > a,
.current-menu-ancestor > a,
.current-menu-item > a,
.current-menu-parent > a {
   background:#d4aa00 !important;
   width:188px !important;
   font-weight:bold !important;
}

/**************************************************************************************************
   Corpo Geral do Site
**************************************************************************************************/
#core {
/*   background:#fff;*/
   width:952px;
}



/**************************************************************************************************
   CONTEUDO - Parte de aplicação de textos
**************************************************************************************************/
#content {
   width:680px;
   float:left;
   position:relative;
   z-index:1;
   min-height:530px;
}

#contentPage {
   margin:0 17px 15px 12px;
   padding:18px;
   background:#ede8dd;
   min-height:380px;

   /* Cantos arredondados para Firefox */
   -moz-border-radius-topleft:15px;
   -moz-border-radius-topright:15px;

   /* Cantos arredondados para Chrome */
   -webkit-border-top-left-radius:15px;
   -webkit-border-top-right-radius:15px;

   /* Cantos arredondados para Opera */
   border-top-left-radius:15px;
   border-top-right-radius:15px;
}

#contentPage p {
   margin:0 0 14px 0;
}

#contentPage ul {
   margin:-5px 0 15px 0;
}

#contentPage li {
   margin:0 0 0 14px;
}

#diarias {
   background:#800000;
   width:984px;
   height:108px;
   position:absolute;
   top:380px;
   left:-16px;
   left:-17px\9;
   color:white;
}

#precoHome {
   text-align:center;
   width:300px;
   margin:15px 0 0 0;
}

#diariasSombra {
   background:url('imagens/diariasSombra.png') no-repeat;
   position:absolute;
   top:488px;
   left:-16px;
   left:-17px\9;
   width:984px;
   height:41px;
}

#estrutura {
   height:50px;
   clear:both;
   padding:10px 20px 15px 10px;
   font:16px Arial;
}
#estrutura img {
   float:left;
}
#estrutura p {
   position:relative;
   margin-top:4px;
   left:25px;
}



/**************************************************************************************************
   Barra Lateral
**************************************************************************************************/
#sidebar {
   float:left;
   width: 260px;
   text-align:center;
   clear:both;
}



/**************************************************************************************************
   Rodapé
**************************************************************************************************/
#sombraFooter {
   height:33px;
   background:url('imagens/sombraFooter.png') center no-repeat;
   position:relative;
   z-index:1;
}

#footer {
   position:relative;
   top:-20px;
   width:952px;
   margin:0 auto;
   border-bottom:2px solid white;
   z-index:0;
   text-align:center;
   color:white;
}

address {
   font-size:14px;
}

address span {
   font-size:20px;
}

#ass {
   text-align:center;
   position:relative;
   top:-10px;
}

#ass a:link, #ass a:active, #ass a:visited {
   text-decoration:none;
   color:yellow;
   font-size:11px;
}

#ass a:hover {
   text-decoration:underline;
   color:white;
}