/* 
Theme Name: Nature
Theme URI: 
Description: 3-spaltiges Schmucktemplate, halbfluid, Fenstergr��e ab 800x600, widget-f&auml;hig, ab WP Version 1.5.2
Version: 1.0
Author: 
Author URI: 
*/

/*---| Dateiweite Einstellungen |---*/

* {
margin: 0;
padding: 0;
border: 0;
}
body {
background:  #fcddce;
color: #705d4e;
font-family: Arial, sans serif;
font-size: 0.9em;
text-align: center;
}
a:link,
a:visited {
color: #705d4e;
background: inherit;
text-decoration:none;
}
a:hover,
a:active,
a:focus {
color:#42362e;
background: inherit;
}
input, textarea {
color: #705d4e;
background: #ffffff;
border: 1px solid #000000;
padding: 1px;
margin:0px 3px 3px 0px;
}
input:hover,
textarea:hover {
color: #705d4e;
background: #ffffff;
border: 1px solid #000000;
}
textarea {
overflow: auto;
margin-bottom: 20px;
}
.absenden {
cursor: pointer;
background: #f4f5eb;
color: inherit;
}
.absenden:hover {
color:inherit;
background: #fff;
}
.zentrieren {
text-align: center;
}
.clear {
clear: both;
}

/*---| Kopfbereich |---*/
#wrapper {
max-width: 1024px;
background: #ffffff;
color: inherit;
margin:0 auto;
border: 1px solid #705d4e;
text-align: left;
}
#kopf {
background: url(images/header.jpg) ;
height: 164px;
border-bottom: 1px solid #705d4e;

}
#kopf h1 {
font-size: 1.9em;
text-align: center;
padding-top: 70px;
}
#kopf a:link,
#kopf a:visited {
color: #705d4e;
background: inherit;
display: block;
}
#kopf a:hover,
#kopf a:active,
#kopf a:focus {
color: #705d4e;
background: inherit;
}
#blogtitel {
background: #ffffff;
color: #705d4e;
height: 25px;
text-align: center;
letter-spacing: 1px;
word-spacing: 2px;
margin: 0px 160px;
}
#blogtitel p {
padding-top: 5px;
color: #705d4e;
background: inherit;
}


/*----| Sidebar |---*/


#rechts,
#links
{
position: relative;
background: #ffffff;
color: inherit;
display: inline;
margin-top: -190px;
padding-top: 190px;
width: 160px;
overflow:hidden;
text-align: center;

}
#links {
float: left;
}
#rechts {
float: right;
}
#links h2,
#rechts h2 {
font-size: 1.2em;
color: #705d4e;
border-bottom: 1px solid #ffffff;
padding-bottom: 3px;
margin: 0 auto;
}
#links ul,
#rechts ul {
text-align:left;
padding: 3px;
overflow: hidden;
}
#links li,
#rechts li {
list-style: none;
line-height: 1.5em;
}
#rechts form,
#links formm {
text-align: center;
}

/*--- | Inhalt |---*/

#content {
margin: 0 160px;
line-height: 1.3em;
background: #ffffff url(images/content.jpg) no-repeat right bottom;
border: 1px solid #ffffff;
color: inherit;
padding: 15px;
}
#content a:link,
#content a:visited {
color: #705d4e;
background: inherit;
text-decoration:none;
}
#content a:hover,
#content a:active,
#content a:focus {
color: #705d4e;
background: inherit;
}
#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: #ffffff url(images/bquote.gif) no-repeat;
color: #705d4e;
margin-left: 5px;
padding: 10px 10px 10px 40px;
border: 1px dashed #705d4e;
}
#content q {
font-style: oblique;
}
#content code,
#content pre {
font-size: 1.2em;
}
#content acronym, 
#content abbr {
border-bottom: 1px dashed #705d4e;
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: #ffffff;
color: #705d4e;
border: 1px solid #705d4e;
padding: 2px;
}
#content td {
color: #705d4e;
background: #ffffff;
border: 1px solid #705d4e;
padding: 2px;
}

/*---| Beitr�ge und Kommentare |---*/

#content .post {
padding-top: 10px;
overflow: hidden;
}
#content .post h2 {
background: url(images/posth3.gif) no-repeat;
padding-left: 0px;
font-size: 1.1em;
color: #705d4e;
}
#content .entrytext {

}
#content .entrytext a:link,
#content .entrytext a:visited {
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 {
background: none;
color: #705d4e;
text-decoration: none;
}
#content .post h2 a:hover,
#content .post h2 a:active,
#content .post h2 a:focus {
text-decoration: underline;
}

#content .postmetadata {
border-top: 1px dotted #705d4e;
font-size: 0.8em;
line-height: 1.2em;
}
.commentlist li {
padding: 5px 10px 5px 5px;
margin: 0 0 10px 0;
}
.kommentar {
color: #705d4e;
background: #ffffff;
border: 1px solid #705d4e;
}
.autor_kommentar {
color: inherit;
background: #ffffff;
border: 1px solid #705d4e;
}

/*---| Seitennavigation |---*/

.navigation {
padding: 0 10px;
margin-bottom: 20px;
}
.prev {
float: right;
text-align: right;
font-size: 0.8em;
width: 50%;
}
.next {
float: left;
text-align: left;
font-size: 0.8em;
width: 50%;
}

/*---| Fu� |---*/

#fuss {
clear: both;
background: #ffffff;
color: #705d4e;
text-align: center;
font-size: 0.9em;
padding: 10px 0;
line-height: 1.4em;
border-top: 1px solid #705d4e;
}
#fuss a:link,
#fuss a:visited {
color: #705d4e;
background: inherit;
text-decoration:none;
}
#fuss a:hover,
#fuss a:active,
#fuss a:focus {
color:#705d4e;
background: inherit;
}

/*---| Suchen |-----*/

#searchform input {
color: #000000;
background: #a8bb8b;
border:0;
font-weight: bold;
cursor: pointer;
font-size: 0.95em;
margin-bottom: 10px;
}
#searchform input:hover {
color: #303030;
background: #a8bb8b;
border: 0;
}
#searchform #s {
margin: 10px 0px 3px 0px;
padding: 3px;
background: #fff;
color:  #1f2522;
border: 1px solid #1f2522;
cursor: default;
}
#searchform #s:hover  {
background: #e9ecd9;
color: #1f2522;
border: 1px solid #1f2522;
}

/*---| Kalender |---*/

#wp-calendar {
border-collapse: collapse;
font-size: 0.8em;
border: 1px solid #1f2522;
line-height: 1.4em;
margin: 0 auto 10px auto;
}
#wp-calendar th {
background: #7e9d58;
color: #fff;
border: 1px solid #395127;
text-align: center;
}
#wp-calendar table.nav, 
#wp-calendar th, 
#wp-calendar td {
padding: 1px 2px;
}
#wp-calendar td {
color: #1f2522;
background:#e9ecd9;
border: 1px solid #1f2522;
text-align: center;
}
#wp-calendar #next a {
padding-left: 1px;
text-align: right;
}
#wp-calendar #prev a {
padding-right: 1px;
text-align: left;
}
#wp-calendar a {
display: block;
text-decoration: none;
}
#wp-calendar caption {
color: #1f2522;
background: inherit;
text-align: center;
font-weight: bold;
padding:5px 0;
margin: 0 auto;
}
#wp-calendar tbody td a {
color: #c73119;
background: inherit;
}
#wp-calendar tbody td a:hover {
background:inherit;
color: #7e9d58;
}
#wp-calendar #today {
background: #7e9d58;
color: #fff;
}
#wp-calendar #today a {
background:#7e9d58;
color: #c73119;
}
#wp-calendar #today a:hover {
background: #7e9d58;
color: #fff;
}
#wp-calendar tfoot td {
border: 0;
color: #fff;
background: #7e9d58;
}
#wp-calendar tfoot td a {
color: #fff;
background: #7e9d58;
}
#wp-calendar tfoot td a:hover {
color: #000;
background: #7e9d58;
}

/*-----Widgets-----*/

.textwidget {
margin: 8px 0;
}

/*-----nicht anzeigen-----*/

hr {display:none;}


