@charset "UTF-8";
/**
Theme Name: Print-Layout
Theme URI: http://bueltge.de/
Description: Drucklayout / print layout
Version: 0.2
Author: Frank Bueltge
Author URI: http://bueltge.de/
Date: 19.06.2008 14:14:52
*/

@media print
{
	/**
	 * @section layout
	 * @css-for (nicht benoetigte Bereiche)
	 */
	#menue,
	.post-edit,
	#logo p,
	.contentbild, #single-next-prev,
	.post-tagsFONT a, .post-tagsFONT,
	.fussnoten,
	#footer-faux,
	#respond,
	#footer,
	#searchform, #s, #submit,
	#sidebar, #wp-calendar,
	#comments, #commentform, #commentform p,
	#cachestats,
	select, input, textarea, ckeckbox, dd, hr {
		display: none;
	}

	
	img {
		border: none;
	}
	
	.aligncenter { display:block; margin:0 auto }
	.alignleft { float:left }
	.alignright { float:right }
	.wp-caption { text-align:left; }

	/**
	 * @section layout
	 * @css-for (print basics)
	 */
	body {
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0;
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		font-size: 13px;
		color: #000000;
		background: #fff url(none);
	}
	
	#logo {
		margin-bottom: 50px;
		}
	
	h1, h1 a:link, h1 a:visited, h1 a:active, h2, h2 a:link, h2 a:visited, h2 a:active {
		color: #0098ff;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 25px;
		font-weight: bold;
		font-style: italic;
		text-decoration: none;
		margin-bottom: 20px;
		}
	
	h6 {
		color: #ff01d8;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		text-decoration: none;
		margin: 25px 0px 15px 0px;
		}
	
	p {
		margin: 10px 0px 0px 0px;
		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;
		font-weight: bold;
	}
	
	.the-post a[href]:after {
		content:" ["attr(href)"] ";
		color: #999999;
		font-size: 9pt;
		font-style:normal;
		font-weight: normal;
	}
		
	*[name]:after {
		content:" [#"attr(name)"]";
	} 
	
	*[title]:after {
		content:" ("attr(title)") ";
	} 
	
	.post-comments {
		margin-top: 25px;
		}
		
	.post-comments:before{
		content:"Kommentare";
		color: #0098ff;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 25px;
		font-weight: bold;
		font-style: italic;
		text-decoration: none;
		margin-bottom: 20px;
		}
		
	.commentlist {
		margin-bottom: 25px;
		padding-bottom: 15px;
		} 
	
	.commentlist ul {
		list-style-type: none;
		list-style: none;
		}
	.commentlist li{
		padding: 25px;
		}
	.commentlist li p{
		margin-top: 15px;
		}
	.commentlist img {
		display: none;
		}
	.commentmetadata {
		display: none;
		}
	
	/**
	 * @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: "";
	}

}