/*
Theme Name: Fixed Blue Print-Layout
Theme URI: http://bueltge.de
Description: Drucklayout fuer Fixed Blue-Theme
Version: 1.0
Author: Frank Bueltge
Author URI: http://bueltge.de
Last Date: 10.08.2007 11:20:01
*/


/* Start Allgemeines Druck-Layout */

#header, #respond, #footer, #commentform, #headerimg, a#tooCool, #searchform, #s, #submit, #sidebar, #wp-calendar, .adsense, #navi,#quicknavi, #translate {
	display: none;
}

#respond p, #comments, #commentform p, #postmetadata2, #footer, .spenden {
	display: none;
}

select, input, textarea, ckeckbox, img, dd, .navigation, .postmetadata, .subscribe, div.date {
	display: none;
}

body {
	text-align: left;
	margin: 0;
	padding: 0;
	font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
	color: black;
	background: transparent;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: .75em 0 .5em 0;
	text-align: left;
	page-break-after: avoid;
}

p {
	margin: .5em;
	font-stretch: expanded;
}

a, a:visited, a:hover, a:visited:hover {
	color: #333;
	background: transparent;
	text-decoration: none;
}

a[href]:after {
	content:" (Link zu: <"attr(href)">) ";
	color: #333;
	background-color: inherit;
	font-style:italic;
	font-size: 9pt;
} 

*[name]:after {
	content:" [#"attr(name)"]";
	color: #333;
	background-color:inherit;
	font-style:italic;
	font-size: .7em;
} 

*[title]:after {
	content:" ("attr(title)") ";
	color: #333;
	background-color:inherit;
	font-style:italic;
	font-size: .7em;
} 

*[acronym]:after {
	content:" ("attr(acronym)") ";
	color: #333;
	background-color:inherit;
	font-style:italic;
	font-size: .7em;
} 

*[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;
}
/* Ende Allgemeines Druck-Layout */


/* Start spezielle WP-Tags */
.code {
	font: .8em 'Courier New', Courier, Fixed;
	color: gray;
	padding-left: 1em;
}

.code a[href]:after {
	content:"";
}

.codesnip-container acronym {
	display: none;
}

.codesnip-container a[href]:after {
	display: none;
}

.codesnip-container  {
	line-height:1.1em;
	font: .8em 'Courier New', Courier, Fixed;border: none;
	padding: 0 1em;
	background: transparent;
	color: gray;
}

.codesnip-container, .codesnip, .kw1, .kw2, .kw3, kw4, .co1, .co2, .coMULTI, .es0, .br0, .st0, .nu0, .me0 {
	color: grey;
}

/* Ende spezielle WP-Tags */
