/**
* New print.css for pixture_reloaded (based on that of foliage, see http://drupal.org/node/116482)
*/

body {
   background: white;
   color: black;
}

p {
   font: 12pt times, serif;
   color: black;
}

h1, h2, h3, h4, h5 {
   color: black;
}

/* Do not print these sections of the page */
#sidebar-left, #sidebar-right, #menu, #search-theme-form, #superfish {
   display: none;
   width: 0px;
}

/* Do not print parts styled like this
* Add other classes to prevent printing
* Use class="noprint" for particular content that you do not want to appear on the printed version.
*/
.tabs, .comment_add, .comment_delete, .comment_edit, .comment_reply, .form-submit, .feed-icon, .noprint, .actions {
  display: none;
}

#header,#footer,#mission{
  width: 100%;
  margin: 0;
  border: 0;
}

.sidebar-left #content-inner, .sidebar-right #content-inner, .sidebar-both #content-inner{
  padding: 0;
}

#content {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   background: transparent none;
   color: black;
}

div#content {
   padding-top: 1em;
   border-top: 1px solid #930;
}

a:link, a:visited {
   background: transparent;
   text-decoration: underline;
   color: black;
}

/* Uncomment this section if you want destination URLs to be exposed
* on the printed output.
*
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
*/