/* vim:set ai et fenc=utf-8 ff=unix sw=2 ts=2:*/
@import url("layout.css");
@import url("navigation.css");
@import url("docstyle.css");
@import url("workflow.css");
@import url("extras.css");
@import url("doceditor.css");


/* 
When printing:
- hide the navigation, wiki-menu and 
- reposition the content
*/
@media print
{
  #header,
  #documentNavigation,
  #generalNavigation,
  #left,
  #footer-blue,
  #footer-grey,
  #footer-red,
  .bread-crumbs-section {
    display: none !important;
  }

  .container {
    margin: 0;
    width: auto;
  }

  .content {
    margin: 0;
    padding: 0;
    width: auto;
  }

  h1,
  .content h1 {
    border: none;
    color: black;
    width: auto;
  }

  .random-image {
    border: none;
}

  #footer-tagline {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
  }
}
