/**
 * Xtreme One
 *
 * @copyright       Copyright 2010-2012, dynamicinternet GmbH
 * @license         see http://xtreme-theme.com/licence/
 * @link            http://xtreme-theme.com
 * @package         xtreme-one
 */
@media print
{
	/**
	* @section basic layout preparation
	* @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
	*/

	/* (en) change font size unit to [pt] - avoiding problems with [px] unit in Gecko based browsers  */
	/* (de) Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit Maßeinheit [px] in Gecko-basierten Browsern vermeiden */
	body { font-size:10pt }

	/* (en) Hide unneeded container of the screenlayout in print layout */
	/* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
	#primarynav, #secondarynav,#footer,#siteinfo, #teaser,
	.pagination, #respond, .read-more { display:none }

	/*------------------------------------------------------------------------------------------------------*/

	/* (en) Avoid page breaks right after headings */
	/* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
	h1,h2,h3,h4,h5,h6 { page-break-after:avoid }

	/*------------------------------------------------------------------------------------------------------*/

	/**
	* @section column selection
	* (en) individually switch on/off any content column for printing
	* (de) (De)aktivierung der Contentspalten für den Ausdruck
	*
	* @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
	*/

	#header .col1, #main .col1, #siteinfo .col1,
	#header .col2, #main .col2, #siteinfo .col2,
	#siteinfo .col3 { display:none }
	#main .col3, #main .col3_content { width:100%; margin:0; padding:0; border:0 }
	/*------------------------------------------------------------------------------------------------------*/

	/* (en) optional output of acronyms and abbreviations*/
	/* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */

	/*
	abbr[title]:after,
	acronym[title]:after { content:'(' attr(title) ')'; }
	*/

	.post { overflow: visible }
	.jquery_tabs .tab-content { display: block !important }
	.jquery_tabs ul.tabs-list { display: none }
}