/*
Theme Name: Flowerpower
Theme URI: http://www.gabis-wordpress-templates.de/
Description: 2-spaltiges halbfluides Layout, widget-f&auml;hig, lokalisiert, ab WP Version 1.5.2.
Version: 1.0
Author: Gabriele von der Ohe
Author URI: http://www.gabis-wordpress-templates.de/
*/


/*
#e8f7e1  hellgruen: Body Hintergrundfarbe
#c73b8d  pink: Hoverfarbe
#eaede6  hellgruen: Formularfelder 
#8fa179  mittelgruen: Hintergrundfarbe Ueberschriften Sidebar
#535e42  dunkles gruen: Hoverfarbe Blogtitel und Fuss
*/


/*---| Dateiweite Einstellungen |---*/

* {
margin: 0;
padding: 0;
border: 0;
}
body {
background: #e8f7e1 url(images/body2.jpg);
color: #4a6030;
font-family: "Gill Sans MT", "Gill sans", "Trebuchet MS", sans-serif;
font-size: 1.0em;
text-align: center;
}
input, textarea {
margin: 0 10px 10px 0;
padding: .4em;
}
input {
background: #8fa179;
color: #fff;
font-weight: bold;
}
textarea {
border: 2px solid #8fa179;
color: #8fa179;
background: #fff;
}
input:hover {
background: #8fa179;
color: #535e42;
}
textarea {
overflow: auto;
}
.absenden,
#contactsubmit {
cursor: pointer;
}
.zentrieren {
text-align: center;
}
.clear {
clear: both;
}

/*---| Wrapper |---*/

#wrapper {
background: url(images/wrapper2.gif) repeat-x;
max-width: 1200px;
min-width: 750px;
height: 100%;
margin: 0 auto;
padding-top: 152px;
text-align: left;
}

/*---| Kopfbereich |---*/

#blogtitel {
background: #8fa179;
color: #fff;
z-index: 10;
margin-bottom: 15px;
padding: 10px;
}
#blogtitel h1 {
font-size: 1.6em;
width: 195px;
}
#sidebar #blogtitel a:link,
#sidebar #blogtitel a:visited {
color:#fff;
background: inherit;
text-decoration:none;
}
#sidebar #blogtitel a:hover,
#sidebar #blogtitel a:active,
#sidebar #blogtitel a:focus {
color: #535e42;
background: inherit;
}
#rss {
position: relative;
float: right;
width: 70px;
height: 70px;
z-index: 20;
margin-top: -20px;
margin-right: -10px;
}

/*---| Navigationsleisten |---*/

#sidebar {
width: 270px;
display: inline;
float: right;
margin-right: 15px;
clear: both;
}
#sidebar a:link,
#sidebar a:visited {
color: #698458;
background: transparent;
text-decoration:none;
}
#sidebar a:hover,
#sidebar a:active,
#sidebar a:focus {
color: #ca355e;
background: transparent;
}
#sidebar h1 {
font-size: 1.4em;
}
#sidebar h2 {
font-size: 1.2em;
padding: 5px;
background: #8fa179;
color: #fff;
}
#sidebar ul li {
list-style: none;
line-height: 1.4em;
margin-bottom: 15px;
background: #fff;
border: 2px solid #8fa179;
}
#sidebar ul li li {
margin-bottom: 0;
margin-left: 25px;
list-style-image: url(images/list.gif);
border: none;
}
#sidebar p,
#sidebar div {
padding-left: 5px;
}

/*--- | Inhaltsbereich - allgemeing&uuml;ltige Formatierungen |---*/

#content {
margin: 0 300px 0 15px;
padding: 0 0 10px 0;
background: #fff;
color: inherit;
border: 2px solid #8fa179;
}
#content a:link,
#content a:visited {
color: #8fa179;
background: transparent;
text-decoration:none;
}
#content a:hover,
#content a:active,
#content a:focus {
color: #c73b8d;
background: transparent;
}
#content p {
line-height: 1.4em;
margin: .6em 0;
}
#content ul li {
list-style-image: url(images/lst.gif);
}
#content h2 {
font-size: 1.2em;
}
#content h3 {
font-size: 1.1em;
}
#content h4 {
font-size: 1.0em;
margin: .8em 0;
}
#content blockquote {
background: url(images/bquote.jpg) no-repeat top left;
margin: 20px;
padding-left: 10px;
min-height: 55px;
font-style: oblique;
}
#content q {
font-style: oblique;
}
#content pre {
margin: 10px 0;
}
#content code,
#content pre {
font-size: 1.2em;
}
#content acronym, 
#content abbr {
border-bottom: 1px dashed #8fa179;
cursor: help;
}
#content table {
border-collapse: collapse;
margin: 0 auto 0.8em auto;
margin: 1.0em;
}
#content caption {
font-weight: bold;
margin: 1.0em 0 1.0em 0;
}
#content th {
font-weight: bold;
background: #eaede6;
border: 1px dotted #8fa179;
color: inherit;
padding: .2em;
}
#content td {
background: #fff;
color: inherit;
border: 1px dotted #8fa179;
padding: .2em;
}

/*---| Inhaltsbereich - Beitr&auml;ge und Kommentare |---*/

#content .ueberschrift {
background: #8fa179;
color: #fff;
z-index: 10;
margin-bottom: 15px;
padding: 10px;
font-size: 1.0em; 
}
#content .beitragskopf {
border-bottom: 1px dotted #8fa179;
}
#content .beitragskopf {
padding: 5px 0 10px 60px;
background: url(images/h22.gif) no-repeat top left;
}
#content .beitrag {
padding: 20px;
}
#content .beitragsinfo {
font-size: .8em;
}
#content .beitragsfuss {
font-size: .8em;
border-top: 1px dotted #8fa179;
}
#content .beitrag ul, 
#content .beitrag ol {
margin: .8em 0 .8em 2.0em;
}
#content .beitragstext {
padding: 5px 0;
}
#content .beitragstext a:link,
#content .beitragstext a:visited {
text-decoration: underline;
}
#content .beitragstext .alignleft {
float: left;
margin: 0 10px 10px 0;
}
#content .beitragstext .alignright {
float: right;
margin: 0 0 10px 10px;
}
#content .seiten {
margin: 15px 0 0 15px;
}
#content .tags {
margin: 1.5em 0;
font-size: .8em;
}
#content #kommentare {
padding: 0 20px;
}
#content #kommentare h3 {
margin: 10px 0 0 0;
border-bottom: 1px dotted #8fa179;
}
#content #kommentare ol {
margin:0;
}
#content #kommentare ol li {
list-style: none;
}
#content .kommentarkopf {
margin-bottom: 5px;
}
#content .kommentar,
#content .autorenkommentar {
padding: 10px;
border-bottom: 1px dotted #8fa179;
}

/*
#content .kommentar {
background: #eaede6;
color: inherit;
}
#content .autorenkommentar {
background: #ece0ea;
color: inherit;
}
*/
#content .bearbeiten {
font-style: oblique;
}

/*---| Seitennavigation |---*/

.navigation {
font-size: .8em;
padding: 0px 20px 20px 20px;
}
.next {
float: left;
text-align: left;
width: 50%;
}
.prev {
float: right;
text-align: right;
width: 50%;
}

/*---| Fuss |---*/

#fuss {
clear: both;
margin: 15px;
padding: 10px;
background: #8fa179;
color: #fff;
font-size: 0.8em;
text-align: center;
z-index: 20;
}
#fuss a:link,
#fuss a:visited {
color: #fff;
background: transparent;
}
#fuss a:hover,
#fuss a:active,
#fuss a:focus {
color:#535e42;
background: transparent;
}

/*---| Suchen |---*/

#searchform {
padding: 10px 0 0 0;
}
#searchform input {
vertical-align: bottom;
font-size: 1.0em;
background: transparent;
color: #fff;
font-weight: bold;
width: 60px;
margin: 0;
}
#searchform input:hover {
cursor: pointer;
background: transparent;
color: #535e42;
}
#searchform #s {
background: #fff;
color: #374944;
cursor: default;
text-indent: 0;
font-weight: normal;
font-size: 1.0em;
width: 160px;
padding: 5px;
}

/*---| Kalender |---*/

#wp-calendar {
width: 246px;
margin: 0 10px;
position: relative;
}
#wp-calendar caption {
text-align: center;
margin: 5px 0;
font-weight: bold;
}
#wp-calendar th,
#wp-calendar td {
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 tbody td a:link,
#wp-calendar tbody td a:visited {
font-weight: bold;
}
#wp-calendar #today {
background: #eaede6;
}
