/* $Id: layout-fixed.css,v 1.5.2.3 2009/02/13 19:20:19 johnalbin Exp $ */

/*
 * LAYOUT STYLES
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout is based on the Zen Columns layout method.
 *   http://drupal.org/node/201428
 *
 * Only CSS that affects the layout (positioning) of major elements should be
 * listed here.  Such as:
 *   display, position, float, clear, width, height, min-width, min-height
 *   margin, border, padding, overflow
 */


/** body **/
  body
  {
    margin: 0px;
    background: #fff url(img/fundo.png) top repeat-x;
  }
  
 /**  #imagem_fundo{
    position: absolute; 
    width: 100%;
    min-width: 1175px;
    z-index: -100;
  }
  
  #dentro_imagem_fundo{
    background: url(img/fundo_img.png) no-repeat center;
    height: 1175px;
    z-index: -100;
  }**/

  #mheader
  {
    width: 978px;
    height: 149px;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    background: url(img/header.png) no-repeat center;
    background-position: bottom;
  }
  #mheader-inner
  {
    background-color: #0CFCCC;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 978px;
    height: 200px;
  }
  #page,
  #closure-blocks
  {
    /*
     * If you want to make the page a fixed width and centered in the viewport,
     * this is the standards-compliant way to do that. See also the ie.css file
     * for the necessary IE5 hack to center a div.
     */
    margin-left: auto;
    margin-right: auto;
    width: 978px;
  }

  #page-inner
  {
  }

  #navigation-top,
  #navigation
  {
    position: absolute; /* Take the named anchors out of the doc flow    */
    left: -10000px;     /* and prevent any anchor styles from appearing. */

  }


/** header **/
  #header
  {
  }

  #header-inner
  {
  }

  #logo-title
  {
  }

  #logo
  {
    float: left;
  }

  #site-name
  {
  }

  #site-slogan
  {
  }

  #header-blocks
  {
    clear: both; /* Clear the logo */
  }


/** main (container for everything else) **/

  #main
  {
    position: relative;
    background: url(img/main.png) repeat-y;
  }

  #main-inner
  {
  }
  
  #main-inner h1
  {
    text-align: right;
    margin-right: 15px;
    margin-top: 6px;
  }

/** content **/
  #content,
  .no-sidebars #content
  {
    float: left;
    width: 978px;
    margin-left: 0;
    margin-right: -978px; /* Negative value of #content's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
  }


  .sidebar-right #content
  {
    width: 728px;
    margin-left: 0;
    margin-right: -728px; /* Negative value of #content's width + left margin. */
    min-height: 600px;
  }


  #content-inner
  {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  #content .panel-flexible-2
  {
    margin-left: -14px;
  }

/** navbar **/
  #navbar
  {
    width: 100%;
    margin-left: 0;
    margin-right: 0; /* Negative value of #navbar's width + left margin. */
    padding-bottom: 0px; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */
    margin-top: 0px;
 }

  .with-navbar #content,
  .with-navbar #sidebar-left,
  {
    margin-top: 0px; /* Set this to the same value as the navbar height above. */
  }



  #navbar-inner
  {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 978px;
    background: url('img/nav.png') no-repeat;
    height: 20px;
    padding: 0px;
    top: 0px;
  }

  #search-box
  {
    width: 200px;
    margin-right: -200px; /* Negative value of #search-box's width. */
    float: left;
  }

  #primary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #secondary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #navbar ul /* Primary and secondary links */
  {
    margin: 0;
    padding: 0;
    padding-left: 11px;
    text-align: left;
  }

  #navbar li /* A simple method to get navbar links to appear in one line. */
  {
    padding-left: 7px;
    padding-right: 12px;
  }

  /* There are many methods to get navbar links to appear in one line.
   * Here's an alternate method: */
  /*
  #navbar li
  {
    display: inline;
    padding: 0 10px 0 0;
  }
  */

/** sidebar-left **/
  #sidebar-left
  {
    float: left;
    width: 200px;
    margin-left: 0;
    margin-right: -200px; /* Negative value of #sidebar-left's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
  }

  #sidebar-left-inner
  {
    margin: 0 20px 0 0;
    padding: 0;
  }

/** sidebar-right **/
  #sidebar-right
  {
    float: left;
    width: 250px;
    margin-left: 728px; /* Width of content + sidebar-left. */
    margin-right: -978px; /* Negative value of #sidebar-right's width + left margin. */
    margin-top: -150px;
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
    height: 100%;
  }

  #sidebar-right-inner
  {
    margin: 0 0 0 4px;
    padding-right: 25px;
  }
   #sidebar-right h2
   {
    color: #dde895;
    text-shadow: #000  1px  1px;
   }
   #sidebar-right a:link
  {
    color: #07300a;
    text-decoration: none;
  }
 #sidebar-right a:visited
  {
    color: #052707;
    text-decoration: none;
  }
  
 #sidebar-right a:hover,
 #sidebar-right a:focus
  {
    color: #d2e074;
  }
  
  #sidebar-right h2
  {
    font-size: 1.4em;
    text-align: left;
  }

/** footer **/
  #footer
  {
    background: url(img/footer.png) no-repeat;
    height: 59px;
  }

  #footer-inner
  {
  margin-left: 18px;
height: 45px;
width: 644px;
position: relative;
padding: 7px 0 0 49px;
  }
#footer-inner table{
	margin: 0;
}
#footer-inner tbody{
	border:none;
}

#footer-inner a{
   text-decoration: none;
   color: #fff;
}
#footer-inner a:hover{
   text-decoration: underline;
   color: #fff;
}

  .footer-01,
  .footer-01b,
  .footer-02,
  .footer-03
  {
    font-size: 10px;
    color: #ffffff;
  }
  .footer-01
  {
    margin-left: 50px;
    float: left;
    width: 100px;
  }
    .footer-01b
  {
    float: left;
    width: 70px;
    text-align: right;
  }
    .footer-02
  {
    float: left;
    width: 200px;
    margin-left: 50px;
  }
    .footer-02 a:link
    {
      text-decoration: none;
      color: #FFF; 
    }
    .footer-02 a:hover
    {
      text-decoration: underline;
    }
    .footer-03
  {
    float: right;
    text-align: right;
    margin-right: 55px;
  }
/** closure **/
  #closure-blocks /* See also the #page declaration above that this div shares. */
  {
  }

/** Prevent overflowing content **/
  #header,
  #content,
  #navbar,
  #sidebar-left,
  #sidebar-right,
  #footer,
  #closure-blocks,
  {
    overflow: visible;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  /* If a div.clear-block doesn't have any content after it and its bottom edge
     touches the bottom of the viewport, Firefox and Safari will mistakenly
     place several pixels worth of space between the bottom of the div and the
     bottom of the viewport. Uncomment this CSS property to fix this.
     Note: with some over-large content, this property might cause scrollbars
     to appear on the #page div.
  */
  /*
  #page
  {
    overflow-y: hidden;
  }
  */
#topimg
{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 978px;
}

#topimg-inner
{
  position: absolute;
  width: 978px;
}

#topimg01
{
  position: absolute;
  display: block;
  width: 106px;
  height: 24px;
  background: url("img/topimg01.png") no-repeat 0 0;
  left: 68px;
  top: 34px;
}
#topimg01:hover
{
  background-position: 0 -24px;
}

#topimg01 span
{
  display: none;
}
#topimg02
{
  position: absolute;
  display: block;
  width: 106px;
  height: 24px;
  background: url("img/topimg02.png") no-repeat 0 0;
  left: 68px;
  top: 64px;
}
#topimg02:hover
{
  background-position: 0 -24px;
}

#topimg02 span
{
  display: none;
}
#topimg03
{
  position: absolute;
  display: block;
  width: 106px;
  height: 24px;
  background: url("img/topimg03.png") no-repeat 0 0;
  left: 68px;
  top: 93px;
}
#topimg03:hover
{
  background-position: 0 -24px;
}

#topimg03 span
{
  display: none;
}
#topimg04
{
  position: absolute;
  display: block;
  width: 106px;
  height: 24px;
  background: url("img/topimg04.png") no-repeat 0 0;
  left: 428px;
  top: 34px;
}
#topimg04:hover
{
  background-position: 0 -24px;
}

#topimg04 span
{
  display: none;
}
#topimg05
{
  position: absolute;
  display: block;
  width: 106px;
  height: 24px;
  background: url("img/topimg05.png") no-repeat 0 0;
  left: 428px;
  top: 64px;
}
#topimg05:hover
{
  background-position: 0 -24px;
}

#topimg05 span
{
  display: none;
}
#topimg06
{
  position: absolute;
  display: block;
  width: 106px;
  height: 24px;
  background: url("img/topimg06.png") no-repeat 0 0;
  left: 428px;
  top: 93px;
}
#topimg06:hover
{
  background-position: 0 -24px;
}

#topimg06 span
{
  display: none;
}

#tema-direita .pane-title
{
  background: url(img/tema02.jpg) left no-repeat;
  height: 50px;
  width: 170px;
  padding-left: 40px;
}
#tema-direita .pane-content
{
  padding: 0;
  margin-top: -12px;
  line-height: normal;
  height: 128px;
  width: 180px;
  background-color: #FFF;
  text-align: center;
}

.panels-flexible-region-inside
{
  padding: 0px;
}

#tema-direita .views-field-title
{
  width: 200px;
  font-size: 14px;
}
#tema-direita .views-field-field-prt-preco-value
{
  font-size: 16px;
  color:#590000;
}
#tema-direita .view-footer
{
  font-size: 0.8em;
}
#block-block-13 .block-fundo,
#block-block-14 .block-fundo,
#block-block-15 .block-fundo,
#block-block-16 .block-fundo,
#block-block-26 .block-fundo,
#block-block-2 .block-fundo,
#block-views-bloco_slide-block_1 .block-fundo
{
  height: 12px;
  background: url(img/barra-separador.jpg) 50% 110% no-repeat;
}

#block-views-slide_bloco-block_1 .block-fundo
{
  height: 12px;
  background: url(img/barra-separador.jpg) 50% 110% no-repeat;
  margin-top: 50px;
  margin-left: -30px;
}

#block-views-slide_bloco-block_1
{
  background: url(img/fundo-produtos_2.jpg) no-repeat;
  height: 290px;
  margin-top: 8px;
}

#block-views-slide_bloco-block_1 .block-inner
{
  padding-left: 37px;
  padding-top: 44px;
}
#block-views-slide_bloco-block_1 .views-field-title
{
  font-size: 9px;
}
#block-views-slide_bloco-block_1 .views-field-field-prt-preco-value
{
  
  font-size: 16px;
}
#eventos .imagefield-field_evt_img_small
{
  float: right;
}

.view-eventos
{
  background: #fff url('img/grupos.png') repeat-x bottom left;
  min-height: 400px;
  margin-top: 50px;
  padding: 5px;
  border: 1px solid;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=3, offY=3, positive=true);
}

.views-promocoes-titulo
{
  font-size: 14px;
  color: #07300a;
}


.views-promocoes-oferta
{
  font-size: 10px;
}

#node-11 .content
{
  padding-left: 20px;
}
.logo-pagi
{
  margin-top: 90px;
}

.linkbarra:hover
{
  color: #d2e074;
}

.view-slide-bloco-paginas
{
  padding-top: 170px;
  margin-left: -15px;
}


#pagina-produtos td:hover,
#pagina-produtos tr.even:hover,
#pagina-produtos tr.odd:hover {
  background-color: #FFF;
}
#pagina-produtos
{
  text-align: center;
}
#pagina-produtos tr
{
  border-collapse:collapse;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #b1b1b1;
}

#pagina-produtos .row-first
{
  border-top: none;
}
#pagina-produtos td
{
  padding-top: 5px;
  padding-bottom: 3px;
}
#pagina-produtos .col-2
{
  background: url(img/linha_tabelas.png) no-repeat left;
}
#pagina-produtos .col-3
{
  background: url(img/linha_tabelas.png) no-repeat left;
}

#pag-padaria .imagefield 
{
  margin-top: 16px;
  border: solid 1px #000;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=3, offY=3, positive=true);
}

#pagina-produtos .views-field-field-prt-preco-value
{
  font-size: 1.3em;
  padding-top: 3px;
}

#flash_div{
position: relative;
z-index: 0;
}

#sidebar-right .title
{
  text-align: center;
}

#lightboxAutoModal
{
  display: block;
}
#calmanaque
{
padding-left: 0;
padding-right: 40px;
width: 660px;
max-height: 600px;
margin-top: 25px;
}

#calmanaque .pane-content
{
  background: url(img/fundo_almanaque.jpg) repeat-x top;
}
#calmanaque .view-content
{  
  min-height: 365px;
  padding-left: 100px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
}
#calmanaque .view-id-Almanaque
{
  background: url(img/sabia.jpg) no-repeat;
}

#calmanaque .date-display-single
{
  color: #800000;
  font-size: 14px;
}
#calmanaque .field-content
{
  text-align: justify;
}

.panels-flexible-column-13-4
{
  width: 503px;
}

.panel-flexible-16{
  width: 670px;
  margin-left: 15px;
  margin-top: 10px;
}

.panels-flexible-row-16-7{
  height: 160px;
  width: 660px;
  padding-left: 25px;

}

.container-inline{
  display:inline;
}
#block-views-bloco_slide-block_1 a:link,
#block-views-bloco_slide-block_1 a:visited,
#block-block-11 a:link,
#block-block-11 a:visited,
#block-block-26 a:link,
#block-block-26 a:visited {
  color: #FFF;
}
#block-views-bloco_slide-block_1 a:hover,
#block-block-11 a:hover,
#block-block-26 a:hover {
  color: #d2e074;
}

.viewscarousel  {

}

.jcarousel-skin-ie7 {

}

#mn_01 {
  background-image: url(img/m1.png);
  background-repeat: no-repeat;
  width: 67px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 115px;
}
#mn_02 {
  background-image: url(img/m2.png);
  background-repeat: no-repeat;
  width: 97px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 182px;
}
#mn_03 {
  background-image: url(img/m3.png);
  background-repeat: no-repeat;
  width: 110px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 279px;
}
#mn_04 {
  background-image: url(img/m4.png);
  background-repeat: no-repeat;
  width: 135px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 389px;
}
#mn_05 {
  background-image: url(img/m5.png);
  background-repeat: no-repeat;
  width: 183px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 524px;
}

#mn_01 span,
#mn_02 span,
#mn_03 span,
#mn_04 span,
#mn_05 span
{
  display: none;
}

#mn_01:hover,
#mn_02:hover,
#mn_03:hover,
#mn_04:hover,
#mn_05:hover
{
  background-position: 0 -20px;
}
.jcarousel-skin-tango .jcarousel-container {
  background: none;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 590px;
    padding: 10px 40px 10px 40px;
    margin-left: 8px;
    height: 60px;
    margin-top: 10px;
}
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #c23e34;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  590px;
    height: 56px;
    margin-left: 2px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal  {
    top: 23px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal  {
    top: 23px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 75px;
    height: 56px;
}
.jcarousel-skin-tango .jcarousel-item:hover {
  box-shadow:0px 0px 6px #419610;
}

#block-views-bloco_slide-block_1 tbody {
  border: none;
}
#block-views-bloco_slide-block_1 .views-field-title {
  text-align: center;
}

body.page-novoregisto #edit-tlm,
body.page-novoregisto #edit-eml {
}

.form-item label {
  font-weight: normal;
  color: #333333;
}

.modalframe-page-wrapper #edit-preview,
.modalframe-page-wrapper #edit-delete,
.modalframe-page-wrapper #node-delete-confirm a{
  display: none;
}

.lightbox-processed #tray-tray {
  display: none;
}
.logged-in #tray-tray {
  display: inline;
}


#block-views-bloco_slide-block_1 img.imagecache-folhetos_bloco {
  -webkit-box-shadow: 0px 0px 8px #000;
  -moz-box-shadow: 0px 0px 8px #000;
  box-shadow: 0px 0px 8px #000;
}

.view-lista-de-inscritos .views-field-dtr {
    width: 80px;
}

.view-lista-de-inscritos .views-field-nothing-1 {
    width: 47px;
}

.lstv3 .views-field-field-prt-img-fid {
    width: 100px;
    height: 100px;
}

body.page-folhetos #main-inner h1 {
	font-size: 2.6em;
	line-height: 1.3em;
	margin-bottom: 0.667em;
	margin-top: 0.667em;
	text-align: center;
	text-shadow: #C1C1C1 0.1em 0.1em 0.1em;
	color: #C23E34;
}
body.page-folhetos img.imagecache-pag_folhetos {
	margin-top: 17px;
	-moz-box-shadow: 2px 2px 5px #808080;
	-webkit-box-shadow: 2px 2px 5px #808080;
	box-shadow: 2px 2px 5px #808080;
}

body.page-folhetos #content-area .views-field-title .field-content {
	text-align: center;
	padding: 12px 24px;
	background: #5DC529;
	
	font-size: 1.6em;
	color: #FFF;
	position: relative;
	z-index: 1;
}
body.page-folhetos #content-area .views-field-title .field-content:before {
	position: absolute;
	top: 18px;
	bottom: 7px;
	left: 16px;
	right: 16px;
	box-shadow: 0 0 23px #000;
	content: "";
	background: #666;
	z-index: -1;
	border-radius: 19px;
}
body.page-folhetos .view-content td {
	text-align: center;
}
body.page-folhetos .f-left, body.page-folhetos .f-right {
	width: 49%;
	float: left;
}
body.page-folhetos .f-right a {
	display: block;
	width: 320px;
	height: 110px;
	overflow: hidden;
}
body.page-folhetos .f-right a.link01 {
	background: url("img/imgview.jpg") no-repeat top;
	margin-top: 52px;
}
body.page-folhetos .f-right a.link02 {
	background: url("img/pdfdown.jpg") no-repeat top;
}
body.page-folhetos .f-right a:hover{
	background-position-y: -110px;
}
.views-field-field-lp-pdf-fid {
	margin-top: 8px;
}
body.page-folhetos #content-area p {
	line-height: 2em;
}
body.page-folhetos #content-area h3{
	color: #C23E34;
}
body.page-folhetos #content-area .view-footer {
	margin-top: 60px;
	border-top: 1px solid #C23E34;
}
body.page-folhetos .view-folhetos td {
	height: 400px;
	box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	-moz-box-shadow: 0px 0px 5px #CCC;
	width: 98%;
	display: inline-block;
	padding: 8px;
	/* margin-right: 8px; */
	margin-top: 26px;
}

#block-views-bloco_slide-block_1 h2 {
	text-align: center;
}

