/*  
Theme Name: Iris Kammerer
Theme URI: <a href="http://www.iris-kammerer.de/" target="_blank">http://www.iris-kammerer.de/</a>
Description: WordPress Theme, used by http://www.iris-kammerer.de
Version: 0.1
Author: &copy;2008 Iris Kammerer, ars litterarum, Marburg
Author URI: <a href="http://www.ars-litterarum.de/" target="_blank">http://www.ars-litterarum.de/</a>
*/
/* CSS-Stylesheet für Druckausgabe! */
/* Seiteneinrichtung */
body {
	font: 12pt "Garamond", Times, Times New Roman;
	color: #000;
	margin: 15mm 20mm 15mm 20mm;
	padding: 0px;
}
/* Typographie */
a {
	color: #666;
	text-decoration: underline;
}
p {
	margin: 0px;
	padding: 0px 0px 15px;
        line-height: 1.5em;
        text-align: justify;
}
.einschub {
        text-indent: 1.5em;
}
h1 {
	margin:0px;
	padding: 10mm 0mm 5mm 0mm;
	font: bold 24pt "Garamond", Times, Times New Roman;
	text-align: left;
}
h2 {
	margin: 0px;
	padding: 10mm 0mm 5mm 0mm;
	font: bold 14pt "Garamond", Times, Times New Roman;
	color: #000;
}
h3 {
	margin: 0px;
	padding: 10mm 0mm 5mm 0mm;
	font: bold 13pt "Garamond", Times, Times New Roman;
	color: #000;
}
h4 {
	margin: 0px;
	padding: 10mm 0mm 5mm 0mm;
	font: bold 12pt "Garamond", Times, Times New Roman;
	color: #000;
}
form {
	margin:0px;
	padding:0px;
}
#header {
	border-bottom: 3px solid #333;
}
#headerimg {
	width: auto;
}
#headerimg .description {
	color: #666;
	font-size: 14px;
	text-align: right;
	padding-bottom: 3px;
}
#nav {
	display: none;
}
#content {
	padding: 0mm;
	width: 100%;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	font-size: 10pt;
	text-transform: uppercase;
	color: #666;
}
.post-cat {
	float:left;
	font-size: 10pt;
}
.post-comments {
	float: right;
	font-size: 10pt;
}
.post-calendar {
	float: right;
	font-size: 10pt;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	border-top: 1px solid #999;
	margin-top: 10px;
}
.previous-entries {
	float: left;
}
.next-entries {
	float: right;
}
#comments, #respond {
	display: none;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
}
.commentlist li {
	padding: 5px 10px;
}
.commentlist .alt {
	background: #F1EFE8;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-size: 12pt;
	color: #333;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 8%;
}
#commentform {
	display: none;
}
#sidebar {
	display: none;
}
#searchform {
	display: none;
}
#footer {
	display: none;
}
#credits {
	display: none;
}
.center {
	text-align: center;
}
img.center, a img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, a img.alignleft {
	float:left;
	margin: 4px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, a img.alignright {
	float:right;
	margin: 4px 10px 5px 0px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}