/* ---------------------------------------------------------------------------
   PrintView.css - RECONSTRUCTION.
   Loaded by the 31 `Design=PrintView` pages. Never archived (see global.css).

   These are real URLs that a visitor or crawler can land on, not just a print
   target, so they get a plain single-column reading layout: no nav, no
   sidebar, generous measure, and a visible source line from #pvFooter.
   --------------------------------------------------------------------------- */

body {
  background: #fff;
  color: #1f2429;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  line-height: 1.65;
}

body > table,
body > div {
  max-width: 44em;
  margin: 0 auto;
  padding: 0 20px;
}

.title,
div.title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  color: #5276b1;
  border-bottom: 2px solid #f9c480;
  padding-bottom: 8px;
  margin: 28px 0 20px;
}

.headline2 {
  font-size: 20px;
  color: #5276b1;
}

a {
  color: #33507d;
}

/* The print footer IS the useful furniture here, so show it. */
#pvFooter,
.printView {
  display: block !important;
  margin: 34px 0 24px;
  padding-top: 12px;
  border-top: 1px solid #d6dbe2;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #5a6470;
}

/* Screen-only chrome that occasionally leaks into these pages. */
#navPri,
.searchbox,
.sidebar,
.footernav,
#leftPhoto {
  display: none !important;
}

@media print {
  body {
    font-size: 11pt;
  }

  a {
    color: #000;
    text-decoration: none;
  }
}
