﻿/* 

Theme Name: Trecker (Based on Nature von Gabriele von der Ohe)
Description: 3-spaltig - widget-f&auml;hig
Theme URI: (original) http://www.gabis-wordpress-templates.de/
Version: 1.0
Author: Richard Martin
Author URI: http://www.domainsmalltalk.com/

*/

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

* {
margin: 0;
padding: 0;
border: 0;
}

body {
background:  #7e9d58;
color: #395127;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 0.8em;
text-align: center;
}

a:link, a:visited {
color: #000;
background: inherit;
text-decoration:none;
}

a:hover, a:active, a:focus {
color:#f0f6f3;
background: inherit;
}

input, textarea {
color: #395127;
background: #f4f5eb;
border: 1px solid #a8bb8b;
padding: 1px;
margin:0px 3px 3px 0px;
}

input:hover, textarea:hover {
color: #395127;
background: #f5f5f5;
border: 1px solid #a8bb8b;
}

textarea {
 border:1px solid #000;
 background: #fff; color: #000;
 width: 470px;
}

.absenden {
cursor: pointer;
background: #f4f5eb;
color: inherit;
}

.absenden:hover {
color:inherit;
background: #fff;
}

.zentrieren {
text-align: center;
}

.clear {
clear: both;
}

/*---| Kopfbereich |---*/

#wrapper {
	background: #a8bb8b;
	color: inherit;
	margin:0 auto;
	border: 1px solid #e9ecd9;
	text-align: left;
	width: 950px;
}

#kopf {
	background: url(images/header.jpg) no-repeat top right;
	height: 164px;
	border-bottom: 1px solid #e9ecd9;
	float: left;
	width: 950px;
}

#kopf #logo {
	text-align: center;
	width: 160px;
	height:164px;
	float: left;
}

#kopf #logo img{
	margin-top: 10px;
}

#kopf h1 {
	font-size: 2em;
	text-align: center;
	padding-top: 5px;
	clear: none;
}

#kopf #description {
	font-size: 2em;
	text-align: left;
	color: #FFFFFF;
	padding: 115px 0 0 15px;
	float: left;
}

#kopf a:link, #kopf a:visited {
color: #25321e;
background: inherit;
display: block;
}

#kopf a:hover, #kopf a:active, #kopf a:focus {
color: #25321e;
background: inherit;
}

#menubar {
	background: #7e9d58;
	color: #395127;
	height: 25px;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 2px;
	margin: 0;
	float: left;
	width: 950px;
}

#menubar ul {
 text-align:right;
 width: 100%;
 margin: 0;
 padding: 5px 0 0 0;
 list-style:none;
}

#menubar ul li {
 text-align: left;
 display:inline;
 list-style:none;
 font-size: 12px;
 line-height: 14px;
 font-weight: bold;
 padding: 0 10px;
 text-transform: uppercase;
}

#menubar a:link, #menubar a:visited { 
color: #000; 
text-decoration: none;
}

#menubar a:hover {
color: #E9ECD9; 
text-decoration: none;
}

#menubar p {
padding-top: 5px;
color: #e9ecd9;
background: inherit;
}

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

#wrapper #links {
float: left;
background: #a8bb8b;
color: inherit;
width: 160px;
overflow:hidden;
text-align: center;
}

#rechts {
float: right;
background: #a8bb8b;
color: inherit;
width: 256px;
overflow:hidden;
text-align: center;
}

.werbung {
	overflow:hidden;
	padding: -3px;
	text-align: center;
}

#links h2, #rechts h2 {
font-size: 1.2em;
color: #fff;
border-bottom: 1px solid #fff;
padding-bottom: 3px;
margin: 0 auto;
}

#links ul, #rechts ul {
text-align:left;
padding: 3px 3px 10px 3px;
overflow: hidden;
}

#links ul li, #rechts ul li {
	list-style: none;
	line-height: 1.5em;
}

#links ul ul li, #rechts ul ul li {
	list-style: none;
	line-height: 1.5em;
	border-bottom: 1px solid #395127;
}

#rechts form, #links formm {
text-align: center;
}

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

#content {
	margin: 0;
	line-height: 1.3em;
	background: #e9ecd9 url(images/content.jpg) no-repeat right bottom;
	border: 1px solid #395127;
	color: inherit;
	padding: 15px;
	width: 490px;
	float: left;
}

#contentwide{
	margin: 0;
	line-height: 1.3em;
	background: #e9ecd9 url(images/content.jpg) no-repeat right bottom;
	border: 1px solid #395127;
	color: inherit;
	padding: 15px;
	width: 740px;
	float: left;
}

.post img {
	float:left;
	margin: 10px;
}

.post .artikelwerbung {
	text-align: center;
}

.post a:link, .post a:visited {
color: #7e9d58;
background: inherit;
text-decoration:none;
}

.post a:hover, .post a:active, .post a:focus {
color: #395127;
background: inherit;
}

.post ul, .post ol {
margin-left: 1.8em;
}

.post h2 {
font-size: 1.3em;
}

.post h3, #content h3, #contentwide h3 {
font-size: 1.1em;
}

.post h4 {
font-size: 1.0em
}

.post h2, .post h3, .post h4, .post h5, .post h6,
.post blockquote, .post pre, .post p, .post ul, .post ol {
margin-bottom: 0.6em;
}

.post blockquote {
background: #f0f2e4 url(images/bquote.gif) no-repeat;
color: #395127;
margin-left: 5px;
padding: 10px 10px 10px 40px;
border: 1px dashed #a8bb8b;
}

.post q {
font-style: oblique;
}

.post code, .post pre {
font-size: 1.2em;
}

.post acronym, .post abbr {
border-bottom: 1px dashed #395127;
cursor: help;
}

.post table {
border-collapse: collapse;
margin: 0 auto 0.8em auto;
font-size: 100%;
}

.post caption {
font-weight: bold;
margin-bottom: 5px;
}

.post th {
background: #a8bb8b;
color: #545d45;
border: 1px solid #545d45;
padding: 2px;
}

.post td {
color: #1f2522;
background: #f4f5eb;
border: 1px solid #a8bb8b;
padding: 2px;
}

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

.post {
padding-top: 10px;
overflow: hidden;
}

.post h2 {
background: url(images/posth3.gif) no-repeat;
padding-left: 28px;
font-size: 1.1em;
color: #7e9d58;
}

.post .entrytext {
}

.post .entrytext a:link, .post .entrytext a:visited {
text-decoration: underline;
}

.post .entrytext a:hover, .post .entrytext a:active,
.post .entrytext a:focus {
text-decoration: underline;
}

.post h2 a:link, .post h2 a:visited {
background: transparent;
color: #7e9d58;
text-decoration: none;
}

.post h2 a:hover, .post h2 a:active, .post h2 a:focus {
text-decoration: underline;
}

.post .postmetadata {
border-top: 1px dotted #1f2522;
font-size: 0.8em;
line-height: 1.2em;
}

.commentlist li {
padding: 5px 10px 5px 5px;
margin: 0 0 10px 0;
}

.kommentar {
color: #1f2522;
background: #f4f5eb;
border: 1px solid #a8bb8b;
}

.autor_kommentar {
color: inherit;
background: #f9f9f5;
border: 1px solid #bbc9a3;
}

/*---| 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: #758c60;
color: #d3ddc5;
text-align: center;
font-size: 0.9em;
padding: 10px 0;
line-height: 1.4em;
border-top: 1px solid #e9ecd9;
}

#fuss a:link, #fuss a:visited {
color: #fff;
background: inherit;
text-decoration:none;
}

#fuss a:hover, #fuss a:active, #fuss a:focus {
color:#a8bb8b;
background: inherit;
}

/*---| Suchen |-----*/

#searchform input {
color: #1f2522;
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;}

