/***
 * * Fabrique skeleton - Print stylesheet
 *
 * Author: Fabrique [brands, design & interaction] - http://fabrique.nl/
 *         MartijnG, Anna & Dodi ... <insert Fabriqueprojectmembers here>
 * Date: 2011-03-18
 */

@page { margin: 0.5cm; }


* {
  background: transparent;
  color: #000;
/*   text-shadow: none; */
}

a,
a:visited {
  color: #444;
  text-decoration: underline;
}

abbr[title]:after {
  content: " (" attr(title) ")";
}

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
  content: "";
}

pre,
blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}

thead {
  display: table-header-group;
}

tr,
img {
  page-break-inside: avoid;
}


p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

h2,
h3{
  page-break-after: avoid;
}

#nav-wrapper,
#nav-secondary,
#nav-tertiary,
.react,
.tooltip-balloon,
#toolbox,
.screenreader,
#footer {
  display: none;
}


#logo a[href]:after {
    content: "";
}

.quoted {
    border:none;
}

#image-header .mask, #slides-container .mask {
    display: none;
    visibility: hidden;
}

#content-wrapper #nav-secondairy, #content-secondary, .searchbox-container, form#sortingform {
    display: none;
}

#content-wrapper #content-primary {
    float: left;
}

#push-sticky-footer, #overlay, #footer-wrapper, #cookie-bar {
    display: none !important;
}

