﻿/* SeCommerce Zen theme/print.css - version 0.2 2008-12-30
** http://www.silverearth.com/
**
** Remove page formatting to render printer-friendly output.
*/

/* Underline all links. */
a:link, a:visited {
  text-decoration: underline !important;
}

/* Don't underline the site name */
#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.833em; /* 10px */
  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, make all text black. */
body, #page, #page-inner, #main, #main-inner, #content, #content-inner {
  color: #000;
  background-color: transparent !important;
  background-image: none !important;
}

/* Hide sidebars and nav elements */
#skip-to-nav, #navbar, #sidebar-left, #sidebar-right, #footer {
  visibility: hidden;
  display: none;
}
