/*
* Copyright 2002-2007 Robert D Butler Jr <robert.butler@hoa-management.com>
*
* This file is part of HOAM.
*
* HOAM is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* HOAM is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with HOAM; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*
*/

@media print {

  img {
    page-break-inside: avoid;
  }

  .article_tool, #logo, #navigation, #page_navigation, .toolbar {
    display: none;
  }

  #footer {
    background: transparent;
    color: black;
  }

  #article {
    margin: 0;
    left: 0;
    position: relative;
  }

  #article h1 {
    color: green;
    border-bottom: 2px solid black;
    text-align: center;
  }

/* The below will add the target URL to the page content when printing.
   It is removed because it's not appearing / focused in the desired manner currently.
  .article a:link:after, .article a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
  }

  .article_tool a:link:after, .article_tool a:visited:after, .news a:link:after, .news a:visited:after {
    content: "";
  }
*/

  .navtxt, .greenlighting_content {
    display: none;
  }

  #content {
    background: 0;
  }

  #original_letter {
    page-break-before: always;
  }

  .donotprint {
    display: none;
  }
}
