/*
print.css
Stylesheet for printing.
*/



/* this imports all settings from 'style.css', after that we're gonna overwrite some of them */
@import url("style/style.css");



/* Begin important stuff */
body, #page, #header {
	padding-left: 10px;
	max-width: 550px;
	background: #ffffff;
	}

body, h1, h2.pagetitle, #headerimg .description {
	align: left;
	text-align: left;
	}

#header, #headerimg {
	margin: 0 0 35px 0;
	height: 90px;
	border-bottom: 1px solid #000000;
	}

body, h1, h1 a, h1 a:visited, #headerimg .description, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, .entry p a:visited, a, small, .postmetadata, blockquote, strike {
	color: #000000;
	}

.narrowcolumn, .widecolumn {
	padding: 1px 0 0 0;
	width: auto;
	}

#sidebar, #footer, #respond, #ie6msg, .commentlist, .nocomments, .navigation {
	display: none;
	}
/* End important stuff */



/* Begin Various Tags & Classes */
h1 {
	padding: 20px 0px;
	font-size: 6em;
	}

#headerimg .description {
	font-size: 2em;
	}

p img {
	page-break-inside: avoid;
	}

blockquote {
	border-left: 3px solid #000000;
	}

.entry .postmetadata {
	border: 1px dashed #000000;
	}

.wp-caption { /* Gefällt mir noch nicht... */
	border: 1px solid #000000;
	background-color: #ffffff;
	}
/* End Various Tags & Classes*/
