/* $Id: print.css,v 1.1 2008/02/15 16:22:09 johnalbin Exp $ */

/* underline all links */
  a:link, a:visited
  {
    text-decoration: underline !important;
  }

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

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

/* Un-float the content */
  #content,
  #content-inner
  {
    float: none;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

/* Turn off any background colors or images */
  body,
  #bodyinner,
  #page, #page-inner,
  #main, #main-inner,
  #content, #content-inner,
  #subnav-repeat,
  #subnav-shadow-left,
  #subnav-shadow-right
  {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

/* Hide sidebars and nav elements */
  #admin-menu,
  #skip-to-nav,
  #header,
  #main-frame,
  #navbar,
  #sidebar-left,
  #sidebar-right,
  #footer,
  #footer-info,
  #footer-nav,
  .breadcrumb,
  div.tabs,
  div.messages,
  div.status,
  .links,
  .taxonomy,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons
  {
    visibility: hidden;
    display: none;
  }
  
  #print-heading
  {
    display: block;
    font-size: 14px;
  }
  
  #admissions-banner-open,
  #admissions-banner-closed
  {
    display: none !important;
  }
  
  

