/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */
 
body {
  margin: 0;
  padding: 0;
  background:url(../images/main_bg.jpg) no-repeat center top;
}

.not-logged-in .messages .error { display:none; }

#page-wrapper { width:960px; margin:auto;
}

#page {
}

p {  font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif; font-size:0.8em; line-height:1.6em; color:#333; margin-bottom:1.6em;  }
p a { color:#0083D7; text-decoration:none; }
p a:hover { background:#0083D7; color:#fff;  padding:3px; }
/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */
#header {
}

#header .section {
}

#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0; width:476px; height:124px; float:left; margin:27px 0 28px 14px;
}


#block-block-8 /* The name of the website */ { clear:left; position:relative; top:-60px;
width:476px; height:124px; float:left; margin:27px 0 28px 14px;
}
#block-block-8 p /* The name of the website */ { margin:0; padding:0;}

#block-block-8 a /* The name of the website */ { display:block; background:none; text-indent:-999em;
  margin: 0; width:476px; height:124px; 
}

#site-name a:link,
#site-name a:visited {
  width:476px; height:124px; display:block; text-indent:-999em; margin:0;
  text-decoration: none;
}

.page-2012-inicio h1.title { display:none; }
.page-2012-inicio .breadcrumb { display:none; }

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ { height:100px; margin-bottom:-120px; display:block;
}

/*
 * Main (container for everything else)
 */
#main-wrapper { background:#fff;
}

#main {
}

/*
 * Content
 */
#content {
}

#content .section {
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding: 3px 0 8px 8px; /* Undo system.css */
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {
  margin: 0;
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
  margin: 1em 0;
}

.more-help-link /* Link to more help */ {
  font-size: 0.85em;
  text-align: right;
}

#content-area /* Wrapper for the actual page content */ {
}

ul.links /* List of links */ {
  margin: 1em 0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  margin: 1em 0;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: right; /* LTR */
}

.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}

.region-sidebar-second .section {
}

/*
 * Footer
 */
#footer {
}

#footer .section {
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */ {
}

.region-footer {
}
#block-block-3 { width:960px; background:#0083D7; height:274px; display:block; margin:15px 0 0 0; }
#block-block-3 #menu_rodape { width:926px; padding:17px; height:181px; display:block; font-family:'Helvetica Condensed'; text-transform:uppercase; color:#fff;}
#block-block-3 #menu_rodape .coluna { width:185px; float:left;}
#block-block-3 #menu_rodape a { color:#fff; text-decoration:none; font-weight:normal; padding:3px; }
#block-block-3 #menu_rodape a:hover { background:#005B96;  margin:0; }

#block-block-3 #menu_rodape .link1 { margin-left:10px;}
#block-block-3 #menu_rodape .link2 {margin-left:14px; }
#block-block-3 #menu_rodape .nolink { margin-left:6px;  font-weight:bold; }

#block-block-3 #links_externos  { width:503px; display:block; height:59px; margin: 0 auto; }
#block-block-3 #links_externos div { display:inline; float:left; }
#block-block-3 #links_externos a { padding:4px; background:url(../images/footer_links.jpg) no-repeat; display:block; text-indent:-999em; }
#block-block-3 #links_externos a:hover { opacity:.7; }
#block-block-3 #links_externos #pcp a { width:114px; height:33px; margin:10px 0px 0px 15px; }
#block-block-3 #links_externos #avante a { width:73px; height:22px; margin:16px 0px 0px 12px; background-position:-134px -6px; }
#block-block-3 #links_externos #o_militante a {width:106px; height:17px; margin:21px 0px 0px 12px; background-position:-227px -11px; }
#block-block-3 #links_externos #edicoes_avante a {width:54px; height:22px; margin:18px 0px 0px 9px; background-position:-350px -8px; }
#block-block-3 #links_externos #quiosque a {  width:60px; height:14px;  margin:24px 0px 0px 8px; background-position:-421px -14px; }



/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
}

/*
 * Drupal boxes
 *
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box h2 /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
#block-block-1 { width:960px; margin:0; display:block; float:left; }
.bloco_frontpage { width:226px; height:104px; display:block; padding:7px; float:left; overflow: hidden;  cursor: pointer;  position:relative;}
.bloco_frontpage .slideLink { width: 226px; padding:0; margin:0; display:block; height: 104px;  line-height:0px; }
.bloco_frontpage .slideLink span { padding:0; margin:0;  width:226px; height:104px; overflow: hidden; display: block;}
.bloco_frontpage .slideLink span img { position:relative;  margin:0; padding:0; }

#block-block-5 { margin:0; padding:0; height:351px; width:240px; overflow:hidden; display:block; float:left; }
#jornadas  { width:226px; height:219px; display:block; margin:0px; float:left; overflow: hidden;  cursor: pointer;  position:relative;}
#jornadas .slideLink { background:#069; width: 226px; padding:0; margin:0; display:block; height:219px; line-height:0px; }
#jornadas .slideLink span { padding:0; margin:0;  width:226px; height:219px; overflow: hidden; display: block;}
#jornadas .slideLink span img { position:relative;  margin:0; padding:0; }

#esquerda { width:514px; margin:0 30px 0 8px; float:left; }
#direita { width:400px; margin:0 8px 8px 0; float:right; }
h2.title { font-family:'Helvetica Condensed'; font-weight:bold; text-transform:uppercase; font-size:2em; color:#0083D7; line-height:1em; }
h1.title { font-family:'Helvetica Condensed'; font-weight:bold; text-transform:uppercase; font-size:3em; color:#0083D7; margin:0 30px; }
/**----------------------------------------INFORMACOES----------------------------------------**/
#node-218 .title {  text-transform:uppercase; font-size:3em; }
#node-218 #conteudo_esquerda { width:100%; }
#node-218 #conteudo_direita { display:none;}
#node-218 .infos { width:270px; margin:10px 15px; float:left; border-bottom: 1px solid #0083D7; }
#node-218 .infos h2 { font-size:1.5em; line-height:1em; padding:0 0 10px 0; margin:0; color:#666; text-transform:uppercase;  font-family:'Helvetica Condensed'; font-weight:bold;}
#node-218 .dia_hora { padding-left:8px; font-family:'Helvetica Condensed'; font-weight:lighter; font-size:1em; text-transform:uppercase; color:#0083D7;}
#node-218 .dia_hora span { padding-left:7px; font-family:'Helvetica Condensed'; font-weight:bold;}
#node-218 .horario { background:url(images/horario_bg.jpg) no-repeat right bottom; height:250px;}
#node-218 .bilheteira { background:url(images/bilheteira_bg.jpg) no-repeat right bottom; height:250px;}
#node-218 .bagageira { background:url(images/bagageira_bg.jpg) no-repeat right bottom; height:250px;}
#node-218 .servicos { background:url(images/servicos_bg.jpg) no-repeat right bottom; height:430px;}
#node-218 .acampamento { background:url(images/acampamento_bg.jpg) no-repeat right bottom; height:430px;}
#node-218 .proibido { background:url(images/proibido_bg.jpg) no-repeat right bottom; height:430px;}
#node-218 .carro h2, #node-218 .rodoviarios h2, #node-218 .fluviais h2, #node-218 .ferroviarios h2, #node-218 .ferroviarios h2 { font-size:1.5em; line-height:1em; padding:15px 0; color:#666; text-transform:uppercase; margin-top:30px; font-family:'Helvetica Condensed'; }
#node-218 .carro, #node-218 .rodoviarios, #node-218 .fluviais, #node-218 .ferroviarios, #node-218 .ferroviarios { margin:10px 15px; float:right; width:570px;  border-bottom: 1px solid #0083D7; }
#node-218 .carro { width:270px; float:left;  }
#node-218 .tabela_info { margin:0px 0 0 0; text-align:center; width:570px;}
#node-218 .tabela_info tr.header { border-bottom:2px solid #666; font-family:'Helvetica Condensed'; font-weight:bold;  color:#0083D7; text-align:center; text-transform:uppercase; }
#node-218 .tabela_info td.hover, #node-218 .tabela_info tr.hover {  background:#EEE; }
#node-218 .tabela_info th.hover, #node-218 .tabela_info tfoot td.hover {  background:#EEE;  }
#node-218 h3 { margin:40px 0 0 0; padding:0; text-transform:uppercase;}
#node-218 .tabela_info tr.subheader {font-family:'Helvetica Condensed'; font-weight:bold;  color:#666; text-transform:uppercase; font-size:.8em; }
#node-218 .tabela_info tr { border-bottom:1px solid #999; }
#node-218 .tabela_info tr td { padding:6px; width:111px; font-size:.8em; }
#node-218 .tabela_info tr td.coluna1 {font-family:'Helvetica Condensed'; font-weight:bold;  color:#0083D7; text-align:right; width:188px; }
#node-218 tr.subheader .carreira { text-align:right;  font-size:.7em; }
#node-218 .carreira_c { font-weight:bold; text-align:right;  font-size:.8em; }
a.compra_ja_ep { height:27px; display:block; padding:8px; margin:8px 90px 8px 0px; font-size:1.3em; color:#fff;  font-family:'Helvetica Condensed'; background: url(../images/compra_ja_ep_bg.jpg)  no-repeat right center #0083D7; text-transform:uppercase; font-weight:bold; line-height:.9em;}
a.compra_ja_ep span { font-weight:normal; font-size:.8em;}

a.compra_ja_ep:hover { padding:8px; background: url(../images/compra_ja_ep_bg_hover.jpg) no-repeat right center #005B96;}

/**----------------------------------------/ INFORMACOES----------------------------------------**/

/**----------------------------------------INFORMACOES----------------------------------------**/
#node-72 .title {  text-transform:uppercase; font-size:3em; }
#node-72 #conteudo_esquerda { width:100%; }
#node-72 #conteudo_direita { display:none;}
#node-72 .infos { width:270px; margin:10px 15px; float:left; border-bottom: 1px solid #034B9D; }
#node-72 .infos h2 { font-size:1.5em; line-height:1em; padding:15px 0; color:#666; text-transform:uppercase;  font-family:'Helvetica Condensed'; font-weight:bold;}
#node-72 .dia_hora { padding-left:8px; font-family:'Helvetica Condensed'; font-weight:lighter; font-size:1em; text-transform:uppercase; color:#034B9D;}
#node-72 .dia_hora span { padding-left:7px; font-family:'Helvetica Condensed'; font-weight:bold;}
#node-72 .horario { background:url(images/horario_bg.jpg) no-repeat right bottom; height:300px;}
#node-72 .bilheteira { background:url(images/bilheteira_bg.jpg) no-repeat right bottom; height:300px;}
#node-72 .bagageira { background:url(images/bagageira_bg.jpg) no-repeat right bottom; height:300px;}
#node-72 .servicos { background:url(images/servicos_bg.jpg) no-repeat right bottom; height:530px;}
#node-72 .acampamento { background:url(images/acampamento_bg.jpg) no-repeat right bottom; height:530px;}
#node-72 .proibido { background:url(images/proibido_bg.jpg) no-repeat right bottom; height:530px;}
#node-72 .carro h2, #node-72 .rodoviarios h2, #node-72 .fluviais h2, #node-72 .ferroviarios h2, #node-72 .ferroviarios h2 { font-size:1.5em; line-height:1em; padding:15px 0; color:#666; text-transform:uppercase; margin-top:30px; font-family:'Helvetica Condensed'; }
#node-72 .carro, #node-72 .rodoviarios, #node-72 .fluviais, #node-72 .ferroviarios, #node-72 .ferroviarios { margin:10px 15px; float:right; width:570px;  border-bottom: 1px solid #034B9D; }
#node-72 .carro { width:270px; float:left;  }
#node-72 .tabela_info { margin:0px 0 0 0; text-align:center; width:570px;}
#node-72 .tabela_info tr.header { border-bottom:2px solid #666; font-family:'Helvetica Condensed'; font-weight:bold;  color:#034B9D; text-align:center; text-transform:uppercase; }
#node-72 .tabela_info td.hover, #node-72 .tabela_info tr.hover {  background:#EEE; }
#node-72 .tabela_info th.hover, #node-72 .tabela_info tfoot td.hover {  background:#EEE;  }
#node-72 h3 { margin:40px 0 0 0; padding:0; text-transform:uppercase;}
#node-72 .tabela_info tr.subheader {font-family:'Helvetica Condensed'; font-weight:bold;  color:#666; text-transform:uppercase; font-size:.8em; }
#node-72 .tabela_info tr { border-bottom:1px solid #999; }
#node-72 .tabela_info tr td { padding:6px; width:111px; font-size:.8em; }
#node-72 .tabela_info tr td.coluna1 {font-family:'Helvetica Condensed'; font-weight:bold;  color:#034B9D; text-align:right; width:188px; }
#node-72 tr.subheader .carreira { text-align:right;  font-size:.7em; }
#node-72 .carreira_c { font-weight:bold; text-align:right;  font-size:.8em; }
/**----------------------------------------/ INFORMACOES----------------------------------------**/
/**----------------------------------------COMO CHEGAR----------------------------------------**/
#node-214 .title {  text-transform:uppercase; font-size:3em; }
#node-214 #conteudo_esquerda { width:100%; }
#node-214 #conteudo_direita { display:none;}
#node-214 .infos { width:270px; margin:10px 15px; float:left; border-bottom: 1px solid #034B9D; }
#node-214 .infos h2 { font-size:1.5em; line-height:1em; padding:15px 0; color:#666; text-transform:uppercase; font-family:'Helvetica Condensed'; font-weight:bold;}
#node-214 .dia_hora { padding-left:8px; font-family:'Helvetica Condensed'; font-weight:lighter; font-size:1em; text-transform:uppercase; color:#034B9D;}
#node-214 .dia_hora span { padding-left:7px; font-family:'Helvetica Condensed'; font-weight:bold;}
#node-214 .horario { background:url(images/horario_bg.jpg) no-repeat right bottom; height:300px;}
#node-214 .bilheteira { background:url(images/bilheteira_bg.jpg) no-repeat right bottom; height:300px;}
#node-214 .bagageira { background:url(images/bagageira_bg.jpg) no-repeat right bottom; height:300px;}
#node-214 .servicos { background:url(images/servicos_bg.jpg) no-repeat right bottom; height:530px;}
#node-214 .acampamento { background:url(images/acampamento_bg.jpg) no-repeat right bottom; height:530px;}
#node-214 .proibido { background:url(images/proibido_bg.jpg) no-repeat right bottom; height:530px;}
#node-214 .carro h2, #node-214 .rodoviarios h2, #node-214 .fluviais h2, #node-214 .ferroviarios h2, #node-214 .ferroviarios h2 { font-size:1.5em; line-height:1em; padding:15px 0; color:#666; text-transform:uppercase; margin-top:30px;  font-family:'Helvetica Condensed';}
#node-214 .carro h3, #node-214 .rodoviarios h3, #node-214 .fluviais h3, #node-214 .ferroviarios h3, #node-214 .ferroviarios h3 { font-family:'Helvetica Condensed';}

#node-214 .carro, #node-214 .rodoviarios, #node-214 .fluviais, #node-214 .ferroviarios, #node-214 .ferroviarios { margin:10px 15px; float:right; width:570px;  border-bottom: 1px solid #034B9D; }
#node-214 .carro { width:270px; float:left;  }
#node-214 .tabela_info { margin:0px 0 0 0; text-align:center; width:570px;}
#node-214 .tabela_info tr.header { border-bottom:2px solid #666; font-family:'Helvetica Condensed'; font-weight:bold;  color:#034B9D; text-align:center; text-transform:uppercase; }
#node-214 .tabela_info td.hover, #node-214 .tabela_info tr.hover {  background:#EEE; }
#node-214 .tabela_info th.hover, #node-214 .tabela_info tfoot td.hover {  background:#EEE;  }
#node-214 h3 { margin:40px 0 0 0; padding:0; text-transform:uppercase;}
#node-214 .tabela_info tr.subheader {font-family:'Helvetica Condensed'; font-weight:bold;  color:#666; text-transform:uppercase; font-size:.8em; }
#node-214 .tabela_info tr { border-bottom:1px solid #999; }
#node-214 .tabela_info tr td { padding:6px; width:111px; font-size:.8em; }
#node-214 .tabela_info tr td.coluna1 {font-family:'Helvetica Condensed'; font-weight:bold;  color:#034B9D; text-align:right; width:188px; }
#node-214 tr.subheader .carreira { text-align:right;  font-size:.7em; }
#node-214 .carreira_c { font-weight:bold; text-align:right;  font-size:.8em; }
/**----------------------------------------/ COMO CHEGAR----------------------------------------**/

#block-block-4 { position: relative; height:63px; width:312px; float: right;  font-family:'Helvetica Condensed'; color:#000; text-transform:uppercase; margin:0; padding:0; }
#countdown { height:63px; width:320px; margin:0; padding:0; }
#timer { position:relative; width:320px; height:43px; display:block; margin:0; padding:0; }
.timer_numbers { width:74px; height:43px; margin:0 3px; padding:0; display:inline; float:left; }
.timer_numbers span { font-size:2.5em; font-weight:bold; width:33px; height:32px; text-align:center; color:#0083D7; float:left; margin:0 1px; 	padding:11px 0 0 0; background:url(/2012/sites/all/themes/festa_avante_2012/images/base_digitos_countdown.png) no-repeat; }
#timer_labels {	width:320px; height:20px; display:block; margin:0; padding:0;  }
.timer_labels  { width:74px; height:20px; margin:0 3px; padding:0; display:inline; float:left; text-align:center; font-size:1em; font-weight:bold; }


#video_promo { }
#video_promo #img_cover { width:400px; height:225px; display:block; overflow:hidden; z-index:2;   position:relative;}
#video_promo #play_btn { position:relative; display:block;  margin-top:-225px; z-index:3; width:400px; height:225px;}
#video_promo #video_promo_iframe { width:400px; height:225px; display:none;}


#block-search-0 { display:block;  width:179px; height:19px; top:-27px; left:410px; position:relative; padding:5px 7px; margin:0; }
#block-search-0:hover { background:#005B96; }
#block-search-0 h2.title { display:none; }
#block-search-0 .content { margin:0; padding:0; }
#block-search-0 .content #search-block-form { margin:0; padding:0; }
#block-search-0 .content #search-block-form div { margin:0; padding:0; }
#block-search-0 .content #search-block-form div .container-inline { margin:0; padding:0;  }
#block-search-0 .content #search-block-form div .container-inline #edit-search-block-form-1-wrapper {  margin:0; padding:0; height:29px; display:block; width:166px; float:left;   }
#block-search-0 .content #search-block-form div .container-inline #edit-search-block-form-1-wrapper label { display:block; width:160px; height:19px; color:#fff; padding:0 3px 0px 20px;   margin:0 0 -19px 0; z-index:4; position:relative; font-family:'Helvetica Condensed'; color:#fff; text-transform:uppercase;  }
#block-search-0 .content #search-block-form div .container-inline #edit-search-block-form-1-wrapper #edit-search-block-form-1 {
background:url(../images/search_bg_icon.png) left center no-repeat;	width:160px; padding:3px 3px 3px 20px; margin:0px; color:#fff; border:0; height:13px; font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif; z-index:1;}
#block-search-0 .content #search-block-form div .container-inline .form-submit { display:none; padding:0 4px; margin:0; background:none;  color:#fff; border:0; height:19px; font-family:'Helvetica Condensed'; color:#fff; text-transform:uppercase; }



#block-block-6 { display:block;  width:87px; height:29px; top:-61px; left:870px; position:relative; padding:0; margin:0; }
#block-block-6 .content { margin:0; padding:0; }
#block-block-6 .content ul#social_media { margin:0; padding:0; list-style:none; width:87px; height:29px; }
#block-block-6 .content ul#social_media li { margin:0; padding:0; float:left;}
#block-block-6 .content ul#social_media li:hover { background:#005B96;}
#block-block-6 .content ul#social_media li a { margin:0; background:url(../images/social_media.jpg) no-repeat;  height:29px; width:29px; text-indent:-999em; display:block; }
#block-block-6 .content ul#social_media li#top_rss a { margin:0; padding:0; }
#block-block-6 .content ul#social_media li#top_youtube a { margin:0; padding:0; background-position:-29px 0; }
#block-block-6 .content ul#social_media li#top_facebook a { margin:0; padding:0; background-position:-58px 0; }
#block-block-6 .content ul#social_media li#top_rss:hover a { background-position:0 -29px; }
#block-block-6 .content ul#social_media li#top_youtube:hover a { background-position:-29px -29px; }
#block-block-6 .content ul#social_media li#top_facebook:hover a { background-position:-58px -29px; }








body.section-search {}
body.section-search #content-area{ margin:0 30px;}
body.section-search #search-form { margin:0; padding:0; }
body.section-search #search-form div { margin:0; padding:0; }
body.section-search #search-form div .form-item { margin:0; padding:0; }
body.section-search #search-form div .form-item#edit-keys-wrapper label{ display:none; }
body.section-search #search-form div .form-item#edit-keys-wrapper .container-inline { margin:0; padding:0; }
body.section-search #search-form div .form-item#edit-keys-wrapper .container-inline .form-item#edit-keys-wrapper { margin:0; padding:0; }
body.section-search #search-form div .form-item#edit-keys-wrapper .container-inline .form-item#edit-keys-wrapper #edit-keys { background:url(../images/search_bg_icon.png) left center no-repeat #0083D7;	width:160px; padding:3px 3px 3px 20px; margin:0px; color:#fff; border:0; height:23px; font-family:'Helvetica Condensed'; text-transform:uppercase; z-index:1;}
body.section-search #search-form div .form-item#edit-keys-wrapper .container-inline #edit-submit { height:29px; border:0; background:#005B96; margin:0; font-family:'Helvetica Condensed'; text-transform:uppercase; color:#fff; padding:3px; }
body.section-search .box { background:none;}
body.section-search .box h2 { font-family:'Helvetica Condensed'; text-transform:uppercase;}
body.section-search .box .search-results .views-row { width:600px; height:auto; display:block; clear:both; padding:8px; margin:20px 0; }
body.section-search .box .search-results .views-row:hover { background:#0083D7; }
body.section-search .box .search-results .views-row:hover .title a { color:#fff; }
body.section-search .box .search-results .views-row:hover p { color:#fff; }
body.section-search .box .search-results .views-row .foto_promo { width:160px; height:115px; overflow:hidden; display:block; float:left; padding:0 8px 0 0; }
body.section-search .box .search-results .views-row .foto_promo img{ width:160px; }
body.section-search .box .search-results .views-row .galeria_search { width:160px; height:115px; overflow:hidden; display:block; float:left; padding:0 8px 0 0; }
body.section-search .box .search-results .views-row .galeria_search img{ width:160px; }
body.section-search .box .search-results .views-row .video_search { width:160px; height:115px; overflow:hidden; display:block; float:left; padding:0 8px 0 0; }
body.section-search .box .search-results .views-row .video_search img{ width:160px; }
body.section-search .box .search-results .views-row dt.title { width:100%; clear:right; font-family:'Helvetica Condensed'; text-transform:uppercase; }
body.section-search .box .search-results .views-row dt.title a { color:#0083D7; text-decoration:none; font-size:2.2em; line-height:.9em;  }

body.section-search .box .search-results .views-row .link { width:100%;  font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif; font-size:0.8em; opacity:.5;  }
body.section-search .box .search-results .views-row .search-snippet { margin:6px 0; }
body.section-search .box .search-results .views-row .actuacoes { width:100%; font-family:'Helvetica Condensed'; text-transform:uppercase;  }
body.section-search .box .search-results .views-row .actuacoes .actuacao { margin:5px 0;  }
body.section-search .box .search-results .views-row .actuacoes .actuacao .actuacao_dia {  color:#0083D7; font-size:1.3em; line-height:1em; }
body.section-search .box .search-results .views-row:hover .actuacoes .actuacao .actuacao_dia { color:#fff; }
body.section-search .box .search-results .views-row .actuacoes .actuacao .actuacao_hora {color:#333; font-size:.8em; }
body.section-search .box .search-results .views-row .actuacoes .actuacao .actuacao_hora .palco {color:#333; font-weight: lighter; }
body.section-search .box .search-results .views-row .actuacoes .actuacao .actuacao_hora .palco a {color:#333; text-decoration:none; font-weight: lighter; }





#node-429 #block-qr_codes-0 { display:none; }
#block-views-quadro_geral-block_1, #block-views-quadro_geral-block_2, #block-views-quadro_geral-block_3, #block-views-quadro_geral-block_4 { width:936px; float:left; font-size:.65em;  margin:0; padding:0;}
#block-views-quadro_geral-block_1 table.views-table, #block-views-quadro_geral-block_2 table.views-table, #block-views-quadro_geral-block_3 table.views-table, #block-views-quadro_geral-block_4 table.views-table { width:300px; float:left; margin:0 6px; padding:0;}
#block-views-quadro_geral-block_1 tr, #block-views-quadro_geral-block_2 tr, #block-views-quadro_geral-block_3 tr, #block-views-quadro_geral-block_4 tr { height:17px;}

#block-views-quadro_geral-block_1 .views-field-field-data-value, #block-views-quadro_geral-block_2 .views-field-field-data-value, #block-views-quadro_geral-block_3 .views-field-field-data-value, #block-views-quadro_geral-block_4 .views-field-field-data-value { display:block; height:15px; width:37px; overflow:hidden;}


#block-views-quadro_geral-block_1 .views-field-title, #block-views-quadro_geral-block_2 .views-field-title, #block-views-quadro_geral-block_3 .views-field-title, #block-views-quadro_geral-block_4 .views-field-title { display:none; position:relative; width:0px; }
#block-views-quadro_geral-block_1 .views-field-title a, #block-views-quadro_geral-block_2 .views-field-title a, #block-views-quadro_geral-block_3 .views-field-title a, #block-views-quadro_geral-block_4 .views-field-title a { position:absolute; top:20px; background:#fff; border:1px solid #666; width:260px; padding:5px;}

#block-views-quadro_geral-block_1 tr:hover .views-field-title, #block-views-quadro_geral-block_2 tr:hover .views-field-title, #block-views-quadro_geral-block_3 tr:hover .views-field-title, #block-views-quadro_geral-block_4 tr:hover .views-field-title { display:block;}


















#node-71 #backgroundPopup3 { display:none; position:fixed; _position:absolute; /* hack for internet explorer 6*/ height:100%; width:100%; top:0; left:0; background:#000000; border:1px solid #cecece; z-index:9998; }
#node-71 #popupcentrostrabalho { visibility: hidden; height:700px; position:fixed; _position:absolute; /* hack for internet explorer 6*/ overflow:hidden; width:588px; background:#FFFFFF; z-index:9999; }
#node-71 #popupcentrostrabalho #popupContactClose3 { background:url(/2012/sites/all/themes/festa_avante_2012/images/close_btn.jpg) no-repeat; width:17px; height:17px; float:right; text-indent:-999em; margin: 9px 9px 0 0; cursor:pointer; opacity: .6; filter: alpha(opacity=60);}
#node-71 #popupcentrostrabalho #popupContactClose3:hover { opacity: 1; filter: alpha(opacity=100); }
#node-71 #popupcentrostrabalho h1 { font-family: 'Helvetica Condensed Black'; font-weight:normal; color:#000; font-size:23px; margin:32px 0 0 20px; padding:0;}
#node-71 #cetros_trabalho_wrapper { padding:20px 0 20px 40px; }
#node-71 .regiao_conteudo{ height:450px; overflow: auto; overflow-x: hidden; padding:0 0 0 0; }
#node-71 ul#menus_cts{ list-style:none;  padding:20px; cursor:pointer; height:40px;  }
#node-71 ul#menus_cts li:hover ul#distritos { display:block; }
#node-71 ul#menus_cts li#topo_menu { font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; font-size:12px; background:url(/2012/sites/all/themes/festa_avante_2012/images/arrow_cts_menu.jpg) 150px 10px no-repeat #E6E6E6; padding:6px; width:170px;  }
#node-71 ul#distritos { list-style:none;   display:none; position:relative; background:#fff; z-index:999em;  }
#node-71 ul#distritos li { background-image:none;  }
#node-71 ul#distritos li a { width:200px; display:block; color:#000; text-decoration:none; background:#E6E6E6; padding:6px;}
#node-71 ul#distritos li a:hover { background:#A6A6A6; }
#node-71 .regiao { display:none; width:450px; }
#node-71 .titulo_regiao { font-family: 'Helvetica Condensed Black'; font-size:2em; border-bottom:1px solid #000; margin:0 0 20px 0; }
#node-71 .concelho { font-family: 'Helvetica Condensed Black'; }
#node-71 .info2  { margin:0 0 30px 0; }
