/*-------------------------------------------
Print styles
---------------------------------------------

Styles to make it look good on paper, and remove parts irrelevant
to this medium.

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

body {
  font-family: serif;
  border: none;
}

/* hide sections that aren't relevant to print */
#top-menu, #main-menu, #sub-menu, #search, #footer, 
#quick-links { 
  display: none;
}

/* content should fill the page width */
#content { 
  width: auto;
  float: none;
}

h1 { clear: left; }

#main-content,
#sub-content-a,
#sub-content-b {
  color: #000;
  background: transparent;
  width: auto;
  min-height: 0; 
  float: none; 
  margin-left: auto;
}

#banner { height: auto; }