/* 
 * Print Stylesheet for energieblog.de
 * (c) 2008 by Pascal Hertleif
 * pascalhertleif.de - flabs.org
 */

body {
	font: 14px/130% Georgia, "Times New Roman", Times, serif;
	width: 90%;
}

#header {
	margin-bottom: 20px;
}

#header h1 {
	font-variant: small-caps;
	text-align: center;
}

#header .subheading {
	text-align: center;
	font-style: italic;
	color: #333;
}

a {
	color: #000;
	text-decoration: none;
}

.sidebar, #navi, .article .more {
	display: none;
}

#articles h2 > a {
	font-size: 18px;
}

#articles h2 span {
	padding-left: 10px;
	font-size: 10px;
	color: #666;
}

.article .meta {
	font-style: italic;
	margin-top: 15px;
}

#respond, #commentform {
	display: none;
}

