@charset "UTF-8";
/**
Theme Name: Print-Layout
Theme URI: http://www.jaegerstrasse.at/
Description: Drucklayout / print layout
Version: 1.0
Author: Patrick Pachner
Author URI: http://www.pachnerweb.at/
*/

@media print
{
	/**
	 * @section layout
	 * @css-for (nicht benoetigte Bereiche)
	 */
	#header p, #header form,
	#respond,
	#footer,
	#searchform, #s, #submit,
	#sidebar, #wp-calendar,
	#comments, #commentform, #commentform p,
	#cachestats,
	select, input, textarea, ckeckbox, dd, hr {
		display: none;
	}

	/**
	 * @section bilder/ optional
	 * @css-for (nicht benoetigte Bilder)
	 */
	 /** aktuell inaktiv
	img {
		display: none;
	}
	 */

	/**
	 * @section layout
	 * @css-for (print basics)
	 */
	body {
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 160%;
	margin-bottom: 5px;
	color: #e41800;
}

h2 {
	font-size: 140%;
	margin-bottom: 5px;
	color: #e41800;	
}

a:link 		{color: #e41800;}
a:visited	{color: #e41800;}

img 		{border: none;}

.mLeft		{margin-left: 10px;}
.mRight		{margin-right: 10px;}
.mTop		{margin-top: 10px;}
.mBottom 	{margin-bottom: 10px;}

#wrap {
	margin: 0 auto;
}

#header {
	height: 330px;
}

#navigation {
	display: none;
}

#content {
	padding: 10px;
}

#sidebar {
	display: none;
}

.info, .nocomments {
	display: none;
}

#footer {
	text-align: right;
	font-size: 80%;
}
/*
	
	*/
	
	/**
	 * @section links
	 * @css-for (links fuer print optimieren)
	 */
	a, a:visited, a:hover, a:visited:hover {
		color: #000;
		background: transparent;
		text-decoration: none;
	}
	
	a[href]:after {
		content:" <"attr(href)"> ";
		background-color: inherit;
		font-style: italic;
		font-size: 9pt;
	} 
	
	*[name]:after {
		content:" [#"attr(name)"]";
		background-color: inherit;
		font-style: italic;
		font-size: .7em;
	} 
	
	*[title]:after {
		content:" ("attr(title)") ";
		background-color:inherit;
		font-style:italic;
		font-size: .7em;
	} 
	
	/**
	 * @section Zitate
	 * @css-for (erweiterte Ausgabe von cite)
	 */
	*[cite]:after {
		content: close-quote" (Quelle: "attr(cite)")";
		font-size: .7em;
	} 
	
	* {
		quotes: "\201E" "\201C" "\201A" "\2018";
	} 
	
	q:before, blockquote:before {
		content: open-quote;
	} 
	
	q:after, blockquote:after {
		content: close-quote;
	}
	
	blockquote, q, cite {
		padding-left: .1em;
	}
	
	acronym, abbr {
		border: none;
	}
	
	/**
	 * @section Code
	 * @css-for (nicht benoetigte Bereiche)
	 */
	.code, pre {
		font: .8em 'Courier New', Courier, Fixed;
		padding-left: 1em;
	}
	
	.code a[href]:after {
		content: "";
	}
	
	/**
	 * @section layout
	 * @css-for (bilder-format)
	 */
	img {
		padding: .5em;
	}
}