@charset "UTF-8";
/**
Theme Name: Print-Layout
Theme URI: http://www.couchgelaber.de/
Description: Drucklayout/ print layout
Version: 0.1
Author: Frank Bueltge
Author URI: http://bueltge.de/
Date: 04.09.2009 | 18:00:47
*/

@media print
{
	/**
	 * @section layout
	 * @css-for (nicht benoetigte Bereiche)
	 */
	#header, #topbar, #pagemenu, #related, .singlemetadata, #foot, #footer, #commentform, .commentheader, .commentlist, #searchform, #right, #left, #s, #submit, #sidebar, #wp-calendar, #content fieldset, #comments, #commentform p, #cachestats, #xende select, .respond, .postend, .pagebar, input, textarea, ckeckbox, dd, hr, h4 {
		display: none;
	}

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

	/**
	 * @section layout
	 * @css-for (print basics)
	 */
	body {
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0;
		font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
		color: #000;
		background: #fff url(none);
	}
	
	h1, h2, h3, h5, h6 {
		font-weight: 700;
		margin: .75em 0 .5em;
		text-align: left;
		page-break-after: avoid;
	}
	
	p {
		margin: .5em;
		font-stretch: expanded;
	}
	
	/**
	 * @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:" (Link zu: <"attr(href)">) ";
		background-color: inherit;
		font-style: normal;
		font: 7pt Arial, Garamond, Palatino, "Times New Roman", Times, serif;
	} 
	
	*[name]:after {
		content:" [#"attr(name)"]";
		background-color: inherit;
		font-style: normal;
		font-size: .7em;
	} 
	
	*[title]:after {
		content:" ("attr(title)") ";
		background-color:inherit;
		font-style: normal;
		font-size: .7em;
	} 
	
	*[acronym]:after {
		content:" ("attr(acronym)") ";
		background-color: inherit;
		font-style: normal;
		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 {
		display: none;
	}
	
	.code a[href]:after {
		content: "";
	}
	
	/**
	 * @section layout
	 * @css-for (bilder-format)
	 */
	img {
		padding: .5em;
	}
}