/*
  site/css/print.css
*/

hr, div.linear, div#breadcrumb, div#contentRelated, div#menu, div#meta, div#footer {
  display: none;
}

div#content, div#footer {
  margin: 0;
}

div#header {
  margin-bottom: 2em;
}

#logoBox a img {
  border: none;
}


h1, h2, p {
  margin: 0 0 .5em 0;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.2em;
}

div#content ol {
  padding: 0;
  margin: 0;
}

div#content ol li {
border: 1px solid #fff;
  max-width: 50em;
}

div.imageBox {
  float: left;
}
div.imageBox img {
  vertical-align: bottom;
  border: 1px solid #000;
  margin-right: 1em;
}

