
/* -----------------------------------------------------------------------------

  M E D I A   P R I N T

 */

@page        { margin-top:1.5cm; margin-bottom:2cm; }
@page :left  { margin-left:2cm;  margin-right:1cm;  }
@page :right { margin-left:2cm;  margin-right:1cm;  }

@media print
  {
  body
    {
    background: none;
    }

  p
    {
    orphans: 3;
    widows: 3;
    }

  th
    {
    background: #ccc;
    }

  a
    {
    color: #000;
    text-decoration: none !important;
    }


  .to-review
    {
    position: relative; left: -4px;
    border-left: 1px solid red;
    padding-left: 3px;
    background: none;
    }

  #book div#index,
  #book div#foreword,
  #book div.chapter
    {
    page-break-before: always;
/*
    margin-top: 1em;
    border-top: 2px solid black;
*/
    }

  #book .chapter h1.header
    {
    margin: 0;
    padding-top: 5em;
    padding-bottom: 0em;
    }

  #book .chapter h1.title
    {
    margin: 0;
    padding-top: .1em;
    padding-bottom: 1.5em;
    }

  #book #frontpage
    {
    vertical-align: middle;
    text-align: center;
    }

  #book #frontpage h1.title
    {
    font-size: xx-large;
    font: caption;
    }

  #book #frontpage p.description
    {
    font: icon;
    }

  #pin-list,
  #operation,
  #context-menu,
  #context-messages,
  #left-menu,
  #bread,
  #main-title,
  .pinner,
  .puller,
  .booker,
  .noprint
    {
    display: none;
    }

  #decoration-frame
    {
    position: absolute; left: 2.5cm; top: 1.5cm; right: 1.5cm; min-width: 445px;
    }

  #decoration-inlet-left,
  #decoration-inlet-right,
  #canvas
    {
    padding: 0;
    background: none;
    }

  }

