/*
Print-Stylesheet zur Verwendung für das Kubrick-Theme von WordPress 1.5
Version: 1.0 für mein angepasstes Theme auf Basis von 'Kubrick'
Author: Boris Stumpf  
Author URI: http://dyingeyes.de/
Stylesheet-URL: http://dyingeyes.de/print.css
*/

body {
	margin: 0 1.25cm 0 1.75cm;
	padding: 0;
	font-family: Georgia, 'Times New Roman', serif;
}

/* Nicht benötigte Seitenteile ausblenden: */

#header, #sidebar {
	display: none;
}

form, .navigation, #respond, p {
	display: none;
}


/* Text-Formatierung */

h1.description {
	font-size: 12pt;
	padding: .3cm;
	border: 5px solid #ccc;
}

.post h2 {
	font-size: 13pt;
	padding: .5cm 0;
}

.post h3 {
	font-size: 12pt;
	padding-bottom: .5cm;
}


.entrytext p, .entry p, li {
	display: block;
	font-size: 11pt;
	line-height: 1.2em;
}

p.postmetadata.alt {
	margin-top: 1.5cm;
	font-size: 10pt;
	padding: .2cm;
	border: 1px solid #aaa;
}

li {
	font-style: oblique;
}

a:link:after, dt a:visited:after {
   content: " (" attr(href) ") ";
}
