@charset "UTF-8";
/**
  * YAML Green WordPress Theme
  *
  * @copyright       Copyright 2008, dynamicinternet GmbH
  * @link            http://dynamicinternet.eu/wordpress/wordpress-themes/yaml-green-theme/
  * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
  *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
  * @author          $Author: michael $
  * @version         1.2.2
  * $yaml            3.0.6.
  * @revision        $Revision: 60 $
  * @lastmodified    $Date: 2008-12-10 19:27:11 +0100 (Mi, 10 Dez 2008) $
  */
/* import print base styles | Basisformatierung für Drucklayout einbinden */
@import url(../../yaml/core/slim_print_base.css);

@media print
{
  #col1, #col1_content, #header, #headertext { float:none; width: 100%; margin: 0; padding: 0; border: 0}
  #col2 {display:none}
  #col3 {display:none}
  body, #page_margins, #page,#header, #headertext, #main, #col1, #col1_content,
  .comments, li.author, li.guest { background: #fff; background-image: none; color: #000; border: none;}
  #topnav_1, #topnav_2, #header img, .columnblock, .pagination, .postinfo, #respond, #commentform, .articleinfo { display: none}
  #headertext h1 a , #headertext h1{ font-size: 16pt; font-weight: bold; color: #000;}
  #headertext p { color: #000; border-bottom: 1px solid black;}
  h1, h2 { font-size: 16pt; font-weight: bold;}
  h3 { font-size: 14pt; font-weight: bold;}
  h4, h5, h6 { font-size: 12pt; font-weight: bold;}
  .post { background-image: none; margin-bottom: 10pt; padding-bottom:0; border-bottom: 1px solid black;}
  .post a { color: #000 }
  .comments a[href]:after { content:""; }
  .commentheader img {display: none}
  .commentheader, .commenttext, .commentmeta{ padding:0; margin:0;}
  .commenttext { border-bottom: 1px solid black; }
  li.author a,li.guest a { color: #000 }
  li.author .commenttext, li.guest .commenttext { border-top:none; }
  .comments li { margin-bottom:0}
}
