/* $Id: print.css,v 1.1.2.2 2008/08/21 22:03:40 jcnventura Exp $ */

body {
  margin: 1em;
  background-color: #fff;
  font: 81.2%/1.6em "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; /* Set target font size of 13px */
}

th {
  text-align: left; /* LTR */
  color: #006;
  border-bottom: 1px solid #ccc;
}
tr.odd {
  background-color: #ddd;
}
tr.even {
  background-color: #fff;
}
td {
  padding: 5px;
}
#menu {
  visibility: hidden;
}
#main {
  margin: 1em;
}
a:link {color: #000;}
a:visited {color: #000;}
a:hover {color: #00f;}
a:link img, a:visited img {border: 0;}
.print-footnote {font-size: xx-small;}
img.print-logo {border: 0;}
.print-site_name {}
.print-breadcrumb {font-size: x-small;}
.print-title {}
.print-submitted {font-size: small;}
.print-created {font-size: small;}
.print-taxonomy {
  text-align: right;
}
.print-taxonomy li {display: inline;}
.print-content {}
.print-hr {
  border: 0;
  height: 1px;
  width: 100%;
  color: #9E9E9E;
  background-color: #9E9E9E;
}
.print-message {
  border: medium dotted blue;
  padding: 1em;
}
.print-source_url {font-size: small;}
.print-links {font-size: small;}
.print-footer {text-align: center;}


/* Layout adjustments for print */

#slogan {
  display: inline;
}

#slogan:before {
  content: ' - '
}

/* Headings
------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  color: #272727;
}

h1 {
  font-size: 1.7em;
  margin: 0 0 14px 0;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.1em;
}

/* Remove elements not meant for print */

#search-theme-form,
#user-menu,
#primary-menu,
#subnav,
.breadcrumb,
#content-tabs,
.block-adsense_managed,
.node-links,
#content-footer,
#comment-number,
#leave-comment-link,
#comments,
#sidebar-right,
#back-to-top,
#footer-bg {
  display: none;
}