/* @override http://localhost:8888/wordpress/wp-content/themes/barthelme_de/print.css */

/* BARTHELME PRINT STYLES */

/* Styles for basic printing only. If you want remove print styles, delete line 13 from the header.php file. */

body div#blog-description,body div.sidebar,body div.access,body div#globalnav,body span.archive-meta,body div.cat-meta,body div#footer,body div.navigation,body div.comments form#commentform,body h3#respond {
	display: none;
	}

body div#wrapper div#header {
	background-color: #fff;
	background-image: none;
	color: #000;
	}

body div#wrapper div#header h1 a,html body div#wrapper div#header h1 a:link,html body div#wrapper div#header h1 a:visited,html body div#wrapper div#header h1 a:hover,html body div#wrapper div#header h1 a:active {
	color: #000;
	}

body.single div.entry-meta {
	line-height: 200%;
	margin: 0 20%;
	}

body.home div.entry-meta,body.archive div.entry-meta,body.search div.entry-meta {
	margin: 0 20%;
	padding: 0 2em;
	}