/* $Id: print.css,v 1.1.2.10 2007/11/29 00:50:59 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
 	#content-inner-inner
	#content-inner-inner-inner {
    float: none;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;}

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

/* Hide sidebars, footer and nav elements */
  #skip-to-nav, #navbar, #sidebar-left, #sidebar-right, #footer,
	#sidebar_footer_container, .breadcrumb, div.tabs, .links, .taxonomy,
	#user-bar, .book-navigation, .forum-topic-navigation, .pager, .feed-icons {
    visibility: hidden;
    display: none;}
/* Get rid of sidebar backgrounds */
body #content-inner {border:none !important;}

/* Show the site name */
html body.banner h1#site-name, html body.banner div#site-name {
	position:static; height:auto; width:auto; font-size:1.3em;}
html body.banner h1#site-name a, html body.banner div#site-name a {color:#000;}
