/*
Dive Into Accessibility print stylesheet
copyright (c) 2002, Mark Pilgrim (f8dy@diveintomark.org)
GPL-licensed
*/

body {
  background-color: white;
  color: black;
  font: 100% Arial, Helvetica, sans-serif;
}

/* put url after link text instead of underlining */
a:link, a:visited {
  background-color: white;
  color: black;
  text-decoration: none;
}

a[href]:after {
  content: " (" attr(href) ")";
}

.index-header a:after,
.subindex-header a:after {
  content: "";
}

blockquote a:after {
  content: "";
}

.entry {
  margin-top: 2em;
}

/* hide all the screen-specific stuff: nav bar, style switcher, search box, even the site logo */
#beta, #crosssitenavigation, #navigation, #footer, #top-alpha, .top-entry, .trackbacks, #comments,
#tagcloud, #search, #section, .entryinfo, .entryfooter, .entrysummary, .posted, .subtitle {
  display: none;
}

/* instead of a dotted border, put title of acronym after text */
acronym {
  border: 0;
}

acronym:after {
  content: " (" attr(title) ")";
}

.subindex-container .index-logo,
.individual-container .index-logo,
.individual-container .subindex-logo {
  display: none;
}
