/*******************************************************************************
 * print.css -  styles for use with print media
 ******************************************************************************/
 
/* Element Styles ----------------------------------------------------------- */

body {
  background-color: #fff;
  color: #000;
}
a {
  color: blue;
}
h1 {
  font-size: 1.9em;
}
h2 {
  font-size: 1.5em;
}
blockquote {
  padding-left: 35px;
}
blockquote p {
  padding-right: 30px;
}
.citation {
  font-size: 0.7em;
  padding-left: 35px;
}

/* Site structure ----------------------------------------------------------- */

#header {
  margin-bottom: 20px;
}
#header ul {
  display: none;
}
#left {
  font-size: 0.8em;
}
#footer {
  display: none;
}

/* Generic Classes ---------------------------------------------------------- */

.splodge {
  margin-left: -145px;
}

