/*
 * Adams & Remers
 *
 * Style sheet: AdamsRemersPrint.css
 * Styles for printing
 * Read by all CSS browsers for 'print' media
 *
 * By Andy Smith (andy@zambezi.org.uk)
 * for Preview (www.preview.co.uk)
 */

/* <!-- compression status: 1 --> (this is for http compression) */
/*  (do not remove this :) */
/*  (not this either :) */



/*
 * Remove parts of the page that are extraneous on a printout
 */

hr, #page-skip-links, #page-main-nav, #page-breadcrumbs,
#page-sidebar-1, #page-sidebar-2, #page-search-area,
#page-strapline-area, #page-footer h2, #page-footer .links,
#page-footer .credit, #page-footer .top-link {
  display: none;
}


/*
 * Content area
 */

/* Make the content area narrower - without this, in IE for Windows each
   block-level element inside the content area prints on a separate page.
   Presumably they're too wide and each somehow overflows to the next. */

#region-content {
  width: 95%;
}


/*
 * Footer
 */

#page-footer {
  border-top: solid thin black;
  padding-top: 1em;
}


/*  */
