/* $Id: print.css,v 1.6.2.4 2010/12/31 18:13:16 jarek Exp $ */

/**
 * Wrappers
 */
body,
#main-wrapper,
#main,
#main-columns,
#content-wrapper,
#content,
#content > .inner {
  margin: 0!important;
  padding: 0!important;
  min-width: 0!important;
  max-width: none!important;
  width: 100%!important;
  border: none!important;
  background: none!important;
}

/**
 * Typography
 */
/* Styles inherited by all elements */
body {
  font-size: 10pt;
  color: #000000;
  word-spacing: 1.1pt;
  line-height: 1.4;
}
body * {
  font-family: "Times New Roman", serif!important;
}
/* Headers */
h1 {
  font-size: 20pt;
}
h2 {
  font-size: 16pt;
}
h3 {
  font-size: 14pt;
}
h4,
h5,
h6 {
  font-size: 12pt;
}
/* Links */
a {
  border-bottom: 1px solid #cfdde5;
}

/**
 * Hidden
 */
#toolbar,
#main-links-wrapper,
#header-wrapper,
#footer-wrapper,
#sidebar-first,
#sidebar-second,
.breadcrumb,
ul.links,
.messages,
.tabs,
ul.pager,
a.feed-icon,
h2#add-comment-form,
form#comment-form {
  display: none!important;
}

