/* $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: 10pt;
    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-tab, #secondary-tab, #header-region,
  #sidebar-left, #sidebar-right,
  #search, #tabs, #menu, #mission,
  .block-social_links, .navigate,
  .book-navigation, .tabs, .links, .breadcrumb, .taxonomy, .pager, .feed-icon,
  .forum-topic-navigation {
    visibility: hidden;
    display: none;
  }

/* Style links */
  a:link, a:visited {
    color: #5d8c4f;
    background: transparent;
    text-decoration: underline !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 */
  #container {
    border: none;
  }

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