/* print.css stylesheet for sceal.ie
 *
 * Based on * Michael Olson's tweaked Muse stylesheet
 * Copyright (C) 2007 Alastair McKinstry
 * Released under the GNU Public License
 */


html { font-size: 0.8em; }

body {
  margin-left: 1.5cm;
  margin-right: 1.5cm;
  margin-top: 1.5cm;
  margin-bottom: 1.5cm;
}

#sidebar {
  height: 0px;
  width: 0px;
}

#header, #sidebar, #tooltip, #tooltipbox, #footer, #credits, #interwiki, #timings, #pagelocation {
  display: none;
}

div.search, .navlist, #credits {
  display: none;
}

a, a:visited, a.nonexistent, a.badinterwiki {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4 {
  border-right: 0;
  overflow: auto; /* don't need to worry as we're not showing the menu */
}

/* p { line-height: 2em; } */
