/* print styles */

/* probably not needed -------------------

html, body {
  width: 100%;
}

#content {
  margin: auto;
}

#title-text h1 {
  font-weight: bold;
  padding-left: 10px;
}

#logo {
  background-color: inherit;
}

#logo-text {
  left: 200px;
}

#footer-copyright {
  text-align: center;
  width: 100%;
}

a, a:hover, a:link, a:visited {
  background: white;
  color: black;
  text-decoration: underline;
  border-bottom: none;
  font-weight: normal;
}

#home, #wrap, #main-body, #content, #content-inner {
  width: auto;
}

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


html, body, #home, #main, #wrap, #footer {
  color: #000;
  background: #fff;
  border: none;
  font-family: sans-serif;
}

#title {
  background: none;
}

#breadcrumbs,
#diagnostics,
#footer-logo,
#footer-blurb,
#footer-links a:link,
#footer-links a:hover,
#footer-links a:visited,
#footer-links span.sep,
#logo-text,
#main-menubar,
#main-menubar *,
#nav,
#page-actions,
#personalization-banner,
#searchbox,
#topic-selector-dd,
#user-features,
#view-toggle,
.pull-box
{
  display: none;
}


.content-summary {
  font-style: italic;
  color: #833;
  background: inherit;
}

span.content-summary {
  display: block;
  margin: 1ex 0 1ex;
}
