/* $Id: print.css,v 1.3 2008/01/06 15:50:31 johnalbin Exp $ */

/* White background, black text, arial font, decent font size */
  body, node.content
  {
    background-color: #fff;
    color: #000;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-size: 12pt;
    width: 100%;
  }

/* Change the layout to remove columns */
  html body
  {
    background: transparent;
    width: auto;
  }

  #main, #container .sidebar
  {
    float: none; /* Don't float floating things */
    width: 100%;
  }

  #page
  {
    margin: 0;
    width: 90%;
  }

  #squeeze
  {
    margin: 0;
    width: 100%;
  }

  /* Hide sidebars and nav elements */
  #skip-nav, #primary, #secondary, #sidebar-left, #sidebar-right, #search, #tabs, #menu, #mission, #footer-wrapper,
  .book-navigation, .tabs, .links, .breadcrumb, .taxonomy, .pager, .feed-icon, .forum-topic-navigation
  {
    visibility: hidden;
    display: none;
  }

/* Style links */
  a:link, a:visited
  {
    color: #520;
    background: transparent;
    text-decoration: underline !important;
  }

  /* Don't underline header */
  #header a:link, #header a:visited
  {
    text-decoration: none !important;
  }

  /* CSS2 selector to add visible href after links */
  #main a:link:after, #main a:visited:after,
  .content a:link:after, .content a:visited:after
  {
    content: " (" attr(href) ") ";
    font-size: 80%;
    font-weight: normal;
  }

/* Additional style changes */
  #logo-title
  {
    margin: 20pt 20pt 0 20pt;
  }

  .submitted
  {
    color: #000;
    font-family: "Times New Roman", "Bitstream Vera Serif", Garamond, serif;
    font-size: 10pt;
  }
