/*  
Theme Name: bueltge.de bueltge.de Print-Layout
Theme URI: http://www.bueltge.de
Description: Drucklayout für WordPress Standard-Theme
Version: 1
Author: Frank Bueltge
Author URI: http://www.bueltge.de
*/

/* Start Allgemeines Druck-Layout */

#header, #respond, #footer, #top, #cdlist, #commentform, #headerimg, #cdshow, #searchform, #s, #sidebar, #ad {
	display: none;
}

#address { visibility: visible; }
#print { visibility: visible; }
#skipper { position: absolute; width: 0; height: 0; visibility: hidden; }
.gotop { visibility: hidden; }
#ilf { width: 0; height: 0; visibility: hidden; }

.post ul { padding-bottom: 34pt; list-style-type: none; }
img, dd {
	display: none;
}

.navigation, .postmetadata, .subscribe {
	display: none;
}

body { text-align: left; margin: 0; padding: 0; color: black; font: 12pt Verdana, Arial, Helvetica, sans-serif; background: transparent; }

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
  margin: .75em 0 .5em 0;
  text-align: left;
  page-break-after: avoid;
}
h3 { font-size: smaller; font-weight: normal; }
p {
  margin: .5em;
}
ul { font-size: 8pt; list-style-type: disc; margin: 1em 0 1em 40px; }
table { font-size: 8pt; }
td a, td a:visited, td a:hover, td a:visited:hover { visibility: hidden; }
#cover { visibility: hidden; }
a, a:visited, a:hover, a:visited:hover {
  color: #6e7668;
  background: transparent;
  text-decoration: none;
}

a[href]:after {
	content:" (Link zu: <"attr(href)">) ";
	color: #945c06;
	background-color:#fff;
	font-style:italic;
	font-size: 7pt;
} 

*[name]:after {
	content:" [#"attr(name)"]";
	color: #000000;
	background-color:#faf9f9;
	font-style:italic;
	font-size: 0.7em;
} 

*[title]:after {
	content:" ("attr(title)")";
	color: #77522f;
	background-color:#faf9f9;
	font-style:italic;
	font-size: 0.7em;
} 

*[acronym]:after {
	content:" ("attr(acronym)")";
	color: #000000;
	background-color:#faf9f9;
	font-style:italic;
	font-size: 0.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: 2em;
}

/* Ende Allgemeines Druck-Layout */




/* Start spezielle WP-Tags */
code {
	font: .8em 'Courier New', Courier, Fixed;
  color: gray;
	padding-left: 2em;
}

code a[href]:after {
	content:"";
}
/* Ende spezielle WP-Tags */
Template Name { visibility: hidden; }
