@charset "UTF-8";
/**
* "Yet Another Multicolumn Layout" for Drupal
*
* (en) Global modification for the print layout
* (de) Globale-Modifikation für das Druck-Layout
*
* @copyright       Copyright 2006-2010, Alexander Hass
* @license         http://www.yaml-fuer-drupal.de/en/terms-of-use
* @link            http://www.yaml-for-drupal.com
* @package         yaml-for-drupal
* @version         6.x-3.2.1.13
* @lastmodified    2010-05-14
*/

@media print
{
  /**
   * (en) Layout boxes re-formating
   * (de) Umformatierung der Layoutboxen
   */
  #header { padding: 25px 2em 1em 0px; }
  #nav-bar { display: none; }

  /**
   * (en) Content re-formating
   * (de) Umformatierung der Inhalte
   */
  .tabs,
  .node .links,
  .node .picture,
  .comment .links,
  .comment .picture,
  .profile .picture { display: none; }

  #header a[href]:after,
  #site-name a[href]:after,
  .node h2 a[href]:after,
  .node .info a[href]:after,
  .node .picture a[href]:after,
  .comment .title a[href]:after,
  .comment .author a[href]:after,
  .comment .picture a[href]:after { content: ""; }

}
