/* 
Theme Name: Nature
Print Version
*/

/*---| Dateiweite Einstellungen |---*/

* {
margin: 0;
padding: 0;
border: 0;
}
/*---| Kopfbereich |---*/

#wrapper {
width: 100%;
background: #fff;
}
#kopf {
background: none;
height: auto;
border-bottom: none;
}
#kopf h1 {
width: 100%;
font-size: 2.0em;
text-align: left;
padding: 20px 190px 20px 190px;
}
#kopf h1 span {
color: #000;
}
#kopf a{
text-decoration: none;
color: #000;
}
#blogtitel {
color: #000;
text-align: left;
}
#blogtitel p {
color: #000;
}

/*----| Sidebar |---*/

#links,
#rechts {
display:none;
}

/*--- | Inhalt |---*/

#content {
background: #fff;
}
#content a:link,
#content a:visited {
color: #7e9d58;
}
#content ul, 
#content ol {
margin-left: 1.8em;
}
#content h2 {
font-size: 1.3em;
}
#content h3 {
font-size: 1.1em;
}
#content h4 {
font-size: 1.0em
}
#content h2, 
#content h3, 
#content h4,
#content h5,
#content h6,
#content blockquote,
#content pre,
#content p,
#content ul, 
#content ol {
margin-bottom: 0.6em;
}
#content blockquote {
background: #f0f2e4 url(images/bquote.gif) no-repeat;
color: #395127;
margin-left: 5px;
padding: 10px 10px 10px 40px;
border: 1px dashed #a8bb8b;
}
#content q {
font-style: oblique;
}
#content code,
#content pre {
font-size: 1.2em;
}
#content acronym, 
#content abbr {
border-bottom: 1px dashed #395127;
cursor: help;
}
#content table {
border-collapse: collapse;
margin: 0 auto 0.8em auto;
font-size: 100%;
}
#content caption {
font-weight: bold;
margin-bottom: 5px;
}
#content th {
background: #a8bb8b;
color: #545d45;
border: 1px solid #545d45;
padding: 2px;
}
#content td {
color: #1f2522;
background: #f4f5eb;
border: 1px solid #a8bb8b;
padding: 2px;
}

/*---| Beiträge und Kommentare |---*/

#content .post {
padding: 10px 0 20px 0;
overflow: hidden;
}
#content .post h2 {
background: none;
padding-left: 0;
font-size: 1.2em;
color: #000;
}
#content .entrytext {

}
#content .entrytext a:link,
#content .entrytext a:visited {
color: #000;
text-decoration: underline;
}
#content .entrytext a:hover,
#content .entrytext a:active,
#content .entrytext a:focus {
text-decoration: underline;
}
#content .post h2 a:link,
#content .post h2 a:visited {
color: #000;
text-decoration: none;
}
#content .post h2 a:hover,
#content .post h2 a:active,
#content .post h2 a:focus {
text-decoration: underline;
}

#content .postmetadata {
margin-top: 10px;
padding-top: 5px;
border-top: 1px dotted #1f2522;
font-size: 1.0em;
line-height: 1.2em;
}
.commentlist li {
padding: 5px 10px 5px 5px;
margin: 0 0 10px 0;
}
#kommentare, .autor_kommentar { display: none; }

/*---| Seitennavigation |---*/

.navigation { display: none; }

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.piclenselink, #google_ads_frame2 { display: none; }

.postmetadata { display: none; }

.ngg-galleryoverview {
overflow: hidden;
}

.ngg-gallery-thumbnail a img {
float: left;
padding: 0 5px 5px 0;
}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*---| Fuß |---*/

#fuss {
clear: both;
color: #000;
text-align: center;
font-size: 0.9em;
padding: 10px 0;
line-height: 1.4em;
border-top: 1px solid #e9ecd9;
}

/*-----nicht anzeigen-----*/

hr {display:none;}
