/*
Theme Name: TMA
Theme URI: http://www.tiomiro.com.br/
Description: Tema feito para o site do TMA ( Tio Miro Acampamentos )
Version: 1
Author: Gustavo Krause
Author URI: http://www.webkrause.com/
Tags: blue, white, two columns
*/

* { margin: 0; padding: 0; }

/* contendo float */
.contemfloat:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.contemfloat { display: inline-block; }
/* Hides from IE-mac \*/
* .contemfloat { height: 1%; }
.contemfloat { display: block; }
/* End hide from IE-mac */

/*html { background-color: #5c2003; }*/
body { background: white url(images/bgSite.png) 0 -10px repeat-x; font: .75em Verdana, sans-serif; color: #333; }

/* popup */
.popup { display: none; position: absolute; z-index: 10; }
.popup a.fechar { float: right; margin-bottom: 15px; }
.pelicula { position: absolute; top: 0; left: 0; z-index: 9; }
  
  /* aviso */
  #aviso { width: 560px; height: 818px; padding: 15px; border-radius: 5px; background-color: #fff; }
  #aviso a.folder { display: block; width: 560px; height: 773px; background: url(images/folder-colonia-inverno-2011-1.jpg) no-repeat; text-indent: -999em; overflow: hidden; }
  #aviso a.folder:hover { background: url(images/folder-colonia-inverno-2011-2.jpg) no-repeat; }


a { color: #3086c5; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none; }
p.mais, a.mais, a.externo { padding-left: 17px; background: url(images/mais.gif) no-repeat; color: #608000; }
a.externo { padding-left: 20px; background-image: url(images/link_go.png); }
a.mais:hover, a.externo:hover { color: #f60; }

#topo { height: 147px; background: url(images/bgTopo.png) center top repeat-x; }
#topo div { position: relative; width: 740px; margin: 0 auto; padding-top: 5px; }
#topo ul.contato { float: right; padding: 30px 60px 0 0; font-size: 16px; text-align: center; list-style: none; }
#topo h2 { width: 140px; height: 93px; }
#topo h2 a { display: block; width: 140px; height: 93px; background: url(images/bgLogo.png) center top no-repeat; text-indent: -999em; overflow: hidden; }
  #topo #searchform { float: right; padding-top: 30px; }
  #topo #searchform fieldset { width: 441px; height: 29px; padding: 2px 0; border: 0; background: url(images/busca.png) no-repeat; }
  #topo #searchform label, #topo #searchform #searchsubmit { float: left; display: block; }
  #topo #searchform label #s, #topo #searchform #searchsubmit { border: 0; }
  #topo #searchform label { width: 317px; height: 21px; padding: 4px 0 0 27px; background: url(images/ico_busca.png) 9px center no-repeat; }
  #topo #searchform #s { width: 300px; color: #333; }
  #topo #searchform #searchsubmit { width: 95px; height: 25px; font: bold 15px "Trebuchet MS"; background: none; color: #dbe4f9; cursor: pointer; }
  #topo #searchform #searchsubmit:hover { color: #fff; }

  /* ------ menu ------ */
  #topo #menu { margin-top: 12px; list-style: none; }
  #topo #menu ul { display: none; }
  #topo #menu li { float: left; height: 37px; }
  #topo #menu li a { float: left; display: block; height: 37px; padding-right: 20px; font-size: .8em; line-height: 33px; text-align: center; text-decoration: none; color: #3086c5; }
  #topo #menu li a strong { float: left; display: block; height: 37px; padding-left: 20px; cursor: pointer; }
  
  
  html > body #topo #menu li a { background: url(images/menu_dir.png) right top no-repeat; }
  html > body #topo #menu li a strong { background: url(images/menu_esq.png) no-repeat; }
  
  /* link home */
  html > body #topo #menu li#menu_home.ativo, html > body #topo #menu li#menu_home.ativo a { height: 40px; }
  html > body #topo #menu li#menu_home a { background: url(images/menu_dir2.png) right top no-repeat; }
  html > body #topo #menu li#menu_home a strong { background: url(images/menu_esq2.png) no-repeat; }
  /* home ativo */
  html > body #topo #menu li#menu_home.ativo a, html > body #topo #menu li#menu_home.ativo a:hover { background-position: right -80px; }
  html > body #topo #menu li#menu_home.ativo a strong, html > body #topo #menu li#menu_home.ativo a:hover strong { background-position: 0 -80px; }

  /* resultado busca - link home */
  html > body.busca #topo #menu li#menu_home.ativo, html > body.busca #topo #menu li#menu_home.ativo a { height: 37px; }
  html > body.busca #topo #menu li#menu_home a { background: url(images/menu_dir.png) right top no-repeat; }
  html > body.busca #topo #menu li#menu_home a strong { background: url(images/menu_esq.png) no-repeat; }
  * html .busca #topo #menu li#menu_home a { background: url(images/menu_ie6.png) repeat-x; }

  /* hover */
  html > body #topo #menu li a:hover, html > body #topo #menu li#menu_home a:hover { background-position: right -40px; }
  html > body #topo #menu li a:hover strong, html > body #topo #menu li#menu_home a:hover strong { background-position: 0 -40px; }
  /* ativo */
  html > body #topo #menu li.current_page_item a, html > body #topo #menu li.ativo a { background-position: right -80px; }
  html > body #topo #menu li.current_page_item a strong, html > body #topo #menu li.ativo a strong { background-position: 0 -80px; }


  /* ie6 */
  * html #topo #menu li { margin-right: 5px; }
  * html #topo #menu li a { padding-right: 15px; background: url(images/menu_ie6.png) repeat-x; }
  * html #topo #menu li a strong { padding-left: 15px; }
  * html #topo #menu li#menu_home a { background: url(images/menu_ie6_home.png) repeat-x; }   
  * html #topo #menu li a:hover, * html #topo #menu li#menu_home a:hover { background-position: 0 -39px; }
  /* ativo */  
  * html #topo #menu li.current_page_item a, * html #topo #menu li.current_page_item a:hover, * html #topo #menu li.ativo a, * html #topo #menu li.ativo a:hover { background-position: 0 -79px; }
  * html #topo #menu li#menu_home.ativo a, * html #topo #menu li#menu_home.ativo a:hover { background-position: 0 -79px; }
  



/* ------ BREAD CRUMB ------ */
#breadcrumb_topo { height: 35px; background: #fff url(images/bgBreadcrumb.png) bottom repeat-x; }
#breadcrumb_topo ul { width: 717px; margin: 0 auto; } 
#breadcrumb_topo ul li,
#breadcrumb_topo ul li a { font-size: 11px; } 
#breadcrumb_topo ul li { color: #93c1e5; display: inline; line-height: 30px } 
#breadcrumb_topo ul li a { padding-right: 15px; margin-right: 8px; background: url(images/seta.gif) right no-repeat; } 
/* div#breadCrumbTopo ul li:after { content: " > "; } */


/* ------ RODAPÉ ------ */

#rodape { margin-top: -32px; border-bottom: 32px solid #5c2003; background: url(images/fundo_rodape.jpg) left top repeat-x;  }
* html #rodape { zoom: 1; }

#rodape #breadcrumb li,
#rodape #breadcrumb li a,
#contato dl dd,
#contato dl dd address,
#contato dl dd a,
#contato #voltarTopo a { font-size: 11px; color: #581f03; /* color: #581f03; */ font-weight: bold; }

/* Bread Crumb */
#rodape #breadcrumb { position: relative; width: 720px; height: 30px; margin: 0 auto; padding-left: 10px; background: url(images/bgMapa.png) no-repeat; }
#rodape #breadcrumb li,
#rodape #breadcrumb li a { height: 30px; line-height: 30px; color: #fff; }
#rodape #breadcrumb li { color: #e5f2bf; /* color: #999; */ float: left; list-style: none; } 
* html #rodape #breadcrumb li { height: 1%; }
#rodape #breadcrumb li a { float: left; margin-right: 6px; padding-right: 15px; background: url(images/bgSeparador.gif) right no-repeat; }
#rodape #breadcrumb li a:hover { text-decoration: none; color: #e5f2bf; }

  #rodape #mapa_site #paginas li { width: 185px; float: left; }
  #rodape #mapa_site #paginas li.ultimo { width: 140px; padding-right: 0; margin-right: 0; }
  
  #rodape #mapa_site #paginas li { position: relative; margin: 0; list-style: none; }
  #rodape #mapa_site #paginas li a,
  #rodape #mapa_site #paginas li strong { display: block; width: 100%; margin-bottom: 5px; }
  #rodape #mapa_site #paginas li a,
  #rodape #mapa_site #paginas li strong { font-weight: bold; color: #98cb00; /* color: #444; */ }
  #rodape #mapa_site #paginas ul a { margin: 0; font-weight: normal; font-size: 10px; color: #fff; /* color: #777; */ }
  #rodape #mapa_site #paginas ul li { margin: 0 0 5px; }
  

#rodape #mapa_site { width: 698px; margin: 0 auto; padding: 15px; border: 1px solid #e5e5e5; background: url(images/fundo_rodape.jpg) left bottom repeat-x; }
#rodape #mapa_site dl { width: 185px; float: left; }
#rodape #mapa_site dl.ultima { width: 140px; padding-right: 0; margin-right: 0; }

#rodape #mapa_site dl dt,
#rodape #mapa_site dl dd { position: relative; }
#rodape #mapa_site dl dt a,
#rodape #mapa_site dl dd a { width: 100%; display: block; }
#rodape #mapa_site dl dt a { font-weight: bold; color: #98cb00; /* color: #444; */ }
#rodape #mapa_site dl dd a { font-weight: normal; font-size: 10px; color: #fff; /* color: #777; */ }
#rodape #mapa_site dl dd ul li { list-style: none; margin: 5px 0; height: 1%; }

  


#rodape #contato { background: url(images/bgMarrom.png) bottom repeat-x; }
#rodape #contato dl { width: 700px; padding: 15px; margin: 0 auto; background: url(images/bgContato.png) bottom no-repeat; position: relative; }
#rodape #contato dl dd,
#rodape #contato dl dd address { font-style: normal; line-height: 20px; color: #568A01; /* color: #999; */ }
#rodape #contato dl dd a.email { background: url(images/bgIcones.gif) right -158px no-repeat; padding-right: 30px; }

#rodape #contato dl dd #voltarTopo { right: 25px; /* right: -18px; */ bottom: -21px; height: 103px; padding-top: 20px; position: absolute; /* background: url(images/planta.gif) right no-repeat; */ }
#rodape #contato dl dd #voltarTopo a { width: 50px; padding-top: 50px; text-align: center; background: url(images/bgSeta.png) center top no-repeat; display: block; }

/* -------- CONTEUDO -------- */
#conteudo { position: relative; clear: both; float: none; background: url(images/bgGrama.jpg) bottom repeat-x; }
#conteudo .interna { width: 730px; margin: 0 auto; padding: 20px 15px 110px; }
#home #conteudo .interna { background: url(images/linhaHor.gif) top repeat-x; }

/* -------- COLUNA 2 -------- */
#coluna2 h3,
#coluna2 h4,
#coluna2 h5 { margin-bottom: 8px; }

#coluna2 h4,
#coluna2 h5,
#coluna2 h4 a,
#coluna2 h5 a { color: #9ebe40; }

#coluna2 h3 { font-size: 14px; }
#coluna2 h4 { margin-bottom: 13px; font-size: 12px; }
#coluna2 h5 { font-size: 10px; }

#coluna2 .opcao_roteiro { margin-bottom: 30px; padding-bottom: 15px; background: url(images/linhaHor.gif) 0 bottom repeat-x; }
#post #coluna2 .opcao_roteiro .destaque p { margin-bottom: 0; }

#coluna2 .destaque { position: relative; left: -15px; margin-bottom: 20px; padding: 15px; border-radius: 5px; border: 1px solid #ffa; background-color: #ffd; }

#coluna2 ul { padding: 0 0 10px 1px; }
#coluna2 ul li { padding: 5px 0 5px 15px; line-height: 18px; display: block; list-style: none; background: url(images/bullet_green.png) left center no-repeat; }

/* interna */
.interna #coluna2 input.botao { font-size: 11px; font-weight: bold; color: #3086c5; width: 90px; height: 20px; padding-bottom: 0.5px; border: none; background: url(images/bgSubmit.png) 0 -20px no-repeat; cursor: pointer; }
.interna #coluna2 input.botao:hover { background-position: 0 -40px; }
.interna #coluna2 .form ul { padding-bottom: 20px; }
#post #coluna2 .form .obrigatorio { color: red; }
#post #coluna2 .form p.obrigatorio { margin: 0 0 0 135px; }
.interna #coluna2 .form label { display:block; float:left; padding-right:5px; text-align:right; width:130px; }
.interna #coluna2 .form input.pequeno { width: 80px; }
.interna #coluna2 .form input.medio { width: 190px; }
.interna #coluna2 .form .opcao label { display: inline; }
.interna #coluna2 .form li { padding-left: 0; background: none; }
.interna #coluna2 .form .botao { margin-left: 135px; }

/* home */

/* tv */
#home #tv { position: relative; width: 760px; height: 260px; margin: 0 auto; padding-top: 15px; background: url(images/bgTv.png) 0 15px no-repeat; }
#home #tv a.sobre { position: absolute; left: 15px; display: block; width: 730px; height: 240px; background: url(images/bordaTv.png) no-repeat; text-indent: -999em; overflow: hidden; z-index: 3; }
#home #tv .texto { position: absolute; left: 40px; top: 45px; line-height: 24px; opacity: .5; filter: alpha(opacity=50); z-index: 2; }
#home #tv:hover .texto { opacity: .9; filter: alpha(opacity=90) }
#home #tv .texto h4 { display: inline; }
#home #tv .texto h4,
#home #tv .texto p,
#home #tv .texto a { padding: 0 5px; background-color: #fff; font-size: 14px; color: #333; }
#home #tv .texto a { text-decoration: none; }
#home #tv img { display: block; margin: 0 15px; }

  #home #conteudo p { line-height: 20px; margin: 0 0 15px; }

  #home.erro_404 #conteudo .interna { padding-top: 40px; background: none; }
  #home #conteudo .erro404 { margin-bottom: 60px; padding-bottom: 40px; background: url(images/linhaHor.gif) 0 bottom repeat-x; }
  #home #conteudo .erro404 p { margin-bottom: 5px; }


  /* titulos */
  #home #conteudo h1, #home #conteudo h3 { margin-bottom: 15px; font-size: 1.5em; color: #7ea800; }
  #home #conteudo h1 a, #home #conteudo h3 a { color: #7ea800; }
  #home #conteudo h1 a:hover, #home #conteudo h3 a:hover { color: #f60; }

/* destaques */
#home #conteudo .destaques { margin-bottom: 30px; }
  
  #home #conteudo .blog { float: right; width: 370px; padding-left: 25px; background: url(images/linhaVer.gif) 0 center repeat-y; }
  #home #conteudo .blog h3 { height: auto; font-size: 1em; text-transform: none; }
  #home #conteudo .blog h3 a { color: #999; }
  #home #conteudo .blog h3 a:hover { color: #f60; }
  #home #conteudo .blog h3 a { line-height: 20px; margin: 0 0 15px; }
  #coluna1 .feeds { margin: 15px 0 0 5px; }
  #home #conteudo .blog .feeds, #coluna1 .feeds { height: 16px; padding-left: 24px; background: url(images/feeds.gif) no-repeat; line-height: 16px; color: #608000; }
  #home #conteudo .blog .feeds a,  #coluna1 .feeds a { color: #608000; }
  #home #conteudo .blog .feeds a:hover,  #coluna1 .feeds a:hover { color: #f60; }
  
  #home #conteudo .info_tma { float: left; width: 305px; padding: 0 15px 0 0; }

/* sub destaques */
#home #conteudo .sub_destaques { position: relative; padding: 0 0 0 15px; /* background: url(images/linhaHor.gif) repeat-x; */ }

  #home #conteudo .colonia_ferias, #home #conteudo .projetos, #home #conteudo .galeria { height: 260px; }
  

  html > body #home #conteudo .colonia_ferias,
  html > body #home #conteudo .projetos,
  html > body #home #conteudo .galeria { min-height: 260px; }
  
  #home #conteudo .sub_destaques .colonia_ferias { float: left; width: 185px; padding-right: 25px; background: url(images/linhaVer.gif) right repeat-y; }
  #home #conteudo .sub_destaques .colonia_ferias h3 { height: auto; margin-bottom: 10px; }

  #home #conteudo .sub_destaques .projetos { float: left; width: 235px; padding-left: 20px; padding-right: 10px; background: url(images/linhaVer.gif) right repeat-y; list-style: none; }

  #home #conteudo .sub_destaques .galeria { float: right; width: 225px; background: url(images/fundo_fotos.png) 0 25px no-repeat; }
  #home #conteudo .sub_destaques .galeria .fotos { list-style: none; width: 184px; min-height: 134px; margin: 21px 0 20px 20px; background: url(images/loader.gif) center no-repeat; }
  #home #conteudo .sub_destaques .galeria .fotos li, #home #conteudo .sub_destaques .galeria .fotos li a { display: block; width: 184px; height: 134px; overflow: hidden; }
  #home #conteudo .sub_destaques .galeria .fotos img { width: 184px; }
  * html #home #conteudo .sub_destaques .galeria .fotos { width: expression( document.body.clientWidth > 183 ? "184px" : "auto" ); }
  * html #home #conteudo .sub_destaques .galeria .fotos li { display: none; }
  #home #conteudo .sub_destaques .galeria p { padding-right: 25px; background: url(images/icone_flickr.gif) right center no-repeat; line-height: 14px; text-align: right; }
  #home #conteudo .sub_destaques .galeria p a { margin-right: -25px; padding-right: 25px; }
     
  
  
  #home #conteudo .sub_destaques .galeria .controle { width: 200px; margin: 30px 0 0 16px; list-style: none; }
  #home #conteudo .sub_destaques .galeria .controle .proxima { float: right; }
  #home #conteudo .sub_destaques .galeria .controle a { background: url(images/bgIcones.gif) no-repeat; color: #608000; }
  #home #conteudo .sub_destaques .galeria .controle a:hover { color: #f60; }
  #home #conteudo .sub_destaques .galeria .controle .anterior a { padding-left: 20px; background-position: -7px -128px; }
  #home #conteudo .sub_destaques .galeria .controle .proxima a { padding-right: 20px; background-position: 45px -98px; }  


/* ------ POST ------*/
#post #coluna1 { float: left; width: 170px; margin: 5px 15px 25px 0; padding-right: 15px; background: url(images/linhaVerAzul.gif) right top repeat-y; }
#post #coluna1 ul { list-style: none; }
#post #coluna1 li { height: 32px; background: url(images/fundo_menu_local.png) no-repeat; line-height: 30px; }
#post #coluna1 li a, #post #coluna1 li strong { display: block; height: 29px; margin: 0 2px 2px 0; padding-left: 5px; }
#post #coluna1 li.current_page_item a, #post #coluna1 li a:hover, #post #coluna1 li strong { font-weight: normal; background-color: #fff; text-decoration: none; color: #f60; }

#post #coluna2 { width: 485px; min-height: 180px; margin: 5px 0 0 200px; padding: 20px; background-color: #fff; }
* html #post #coluna2 { height: 180px; }
#post.fotos #coluna2 { width: auto; margin-left: 0; }
#post #coluna2 h1 { margin-bottom: 20px; font-size: 1.5em; color: #7ea800; }
#post #coluna2 h3 { font-size: 1.2em; }
#post #coluna2 p { margin-bottom: 15px; line-height: 20px; }

#post #coluna2 .comentarios h3 { margin: 40px 0 15px; }
#post #coluna2 .comentarios .commentlist { list-style: none; }
#post #coluna2 .comentarios .commentlist li { margin-bottom: 20px; padding: 15px; background-color: #f6f9fd; }
#post #coluna2 .comentarios .commentlist li .leitor { margin: 0; }

#post #coluna2 .comentarios form #comment { width: 400px; height: 100px; padding: 2px 3px; }

#post #coluna2 .comentarios form #submit { font-size: 11px; font-weight: bold; color: #3086c5; width: 90px; height: 20px; padding-bottom: 0.5px; border: none; background: url(images/bgSubmit.png) 0 -20px no-repeat; cursor: pointer; }
#post #coluna2 .comentarios form #submit:hover { background-position: 0 -40px; }
/* button.inativo { color: #ddd; background-position: 0 0; cursor: default; } */
 

