body.blueprint {
  line-height: 1.5;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #000;
  background: none;
  font-size: 10pt; }
  body.blueprint .container {
    background: none; }
  body.blueprint hr {
    background: #ccc;
    color: #ccc;
    width: 100%;
    height: 2px;
    margin: 2em 0;
    padding: 0;
    border: none; }
    body.blueprint hr.space {
      background: #fff;
      color: #fff; }
  body.blueprint h1, body.blueprint h2, body.blueprint h3, body.blueprint h4, body.blueprint h5, body.blueprint h6 {
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif; }
  body.blueprint code {
    font-size: .9em;
    font-family: 'andale mono', 'lucida console', monospace; }
  body.blueprint img {
    display: inline;
    float: left;
    margin: 1.5em 1.5em 1.5em 0; }
  body.blueprint a img {
    border: none; }
  body.blueprint a:link,
  body.blueprint a:visited {
    background: transparent;
    font-weight: 700;
    text-decoration: underline; }
  body.blueprint p img.top {
    margin-top: 0; }
  body.blueprint blockquote {
    margin: 1.5em;
    padding: 1em;
    font-style: italic;
    font-size: .9em; }
  body.blueprint .small {
    font-size: .9em; }
  body.blueprint .large {
    font-size: 1.1em; }
  body.blueprint .quiet {
    color: #999; }
  body.blueprint .hide {
    display: none; }
