/* $Id: print.css,v 1.8.2.1 2010/06/26 15:36:04 johnalbin Exp $ */

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */


/* underline all links */
a:link,
a:visited {
  text-decoration: underline !important;
}

/* Don't underline header */
#site-name a:link,
#site-name a:visited {
  text-decoration: none !important;
}

/* CSS2 selector to add visible href after links */
/*
#content a:link:after,
#content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 0.8em;
  font-weight: normal;
}
*/

/* Un-float the content */
#content,
#content .section {
  float: none;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

/* Turn off any background colors or images */
*,
body,
#page-wrapper,
#page,
#main-wrapper,
#main,
#content,
#content .section {
  color: #000;
  background-color: transparent !important;
  background-image: none !important;
}


#logo {
  display: none;
}

#site-name a, #slogan {
  color: black;
}

/* CrŽe une marge pour compenser le masquage de la banniŹre */
#header-group-wrapper {
  height: 120px;
}

#header-group-inner-inner {
  border-bottom: solid black 0px;
}

.oya-custom .oya-inner-inner-wrapper {
border: solid black 0px;
}

/* Masque le pied de page etc */
#block-oya-footer,
#block-views-banners-block_1,
#postscript-top {
  display:  none;
}

/* Hide sidebars and nav elements */
#content-tabs,
#block-oya-annonce_resas,
#skip-link,
#navigation,
#primary-menu,
.region-sidebar-first,
.region-sidebar-second,
#footer,
.breadcrumb,
div.tabs,
.links,
.taxonomy,
.book-navigation,
.forum-topic-navigation,
.pager,
.feed-icons {
  visibility: hidden;
  display: none;
}



/* If you un-comment the "page { overflow-y: hidden; }" ruleset, Firefox clips
   the content after the first page. */
#page-wrapper {
  overflow-y: visible;
}

.view-trombi .view-content table.views-view-grid {
  page-break-after: always;
}

.view-cbs-reservations-of-concert table tr.even,
.view-cbs-reservations-of-concert table tr.even td {
  background-color: #555 !important;
}