/*
Theme Name: Wochenendvater 2.01
Description: 3spaltiges Template
Version: 1.1
Author: Ralf Grabowski auf Basis von Gabriele von der Ohe
Author URI: http://www.gabis-wordpress-templates.de/
*/

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

/* FARBEN im Wochenendvater 2.01:

orange: FF8040 (normale Links)
blassblau: 91B5c7 (hover-Links)
schwarz: 000000 (Text)

hellstes grau: f8f8f8
mittleres grau: CCCCCC
grau: ededed (z.B. Datum)
dunkleres Grau: 9D9D9D (Texte in der Sidebar und im  Fuss)

DIVERSES:
blau: 0080c0 (senkrechte Linien, z.B. Datum)
helles ocker: f9eedb (Autorenkommentar)

alt:
dunkles Türkis: b8c5b7 (Links im Kopf und im Fuss)
dunkles Grün: 556b56 (Kommentare)
dunkelstes Grün: 3e4a3e (Content)

FARBEN im Wochenendvater 1.0:
rot: FF0033

*/

* {
margin: 0;
padding: 0;
border: 0;
}
body {
background: #FFFFFF;
color: #FFFFFF;
font: 80% Verdana,Arial,Helvetica,sans-serif;
text-align: center;
}
input, textarea {
background: #ededed;
color: #0080C0;
margin: 0 10px 10px 0;
padding: .2em;
}
textarea {
overflow: auto;
}
.absenden,
#contactsubmit {
cursor: pointer;
}
.zentrieren {
text-align: center;
}
.clear {
clear: both;
}

/*---| Wrapper |---*/

#wrapper {
max-width: 1000px;
background: #FFFFFF;
color: #FFFFFF;
height: 100%;
margin: 0 auto;
text-align: left;
}

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

#kopf {
background: #FFFFFF url(images/header.png) center no-repeat;
color: #0080c0;
text-align: left;
vertical-align: bottom;
align: bottom;
height: 179px;
padding-right: 15px;
border-bottom: 3px solid #0080C0;
}
#kopf h1 {
font-size: 4em;
font-family:"Lucida sans", Lucida, Verdana, Arial, sans-serif;
font-style:italic;
font-weight: bold;
vertical-align: bottom;
padding-top: 30px;
padding-left:15px;
}
#kopf a:link,
#kopf a:visited {
color: #0080c0;
background: transparent;
text-decoration:none;
}
#kopf a:hover,
#kopf a:active,
#kopf a:focus {
color: #91B5c7;
background: transparent;
}
#kopf p {
padding-left:20px;
font-size:120%;
font-style:italic;
font-weight:bold;
}
#suche {
display: inline;
width: 330px;
float: right;
padding: 5px 15px;
}
#breadcrumb {
margin: 0 185px;
}

/*---| Navigationsleisten |---*/

#sidebar {
display: inline;
width: 400px;
float: right; /*-- hier wird bestimmt, dass die Sidebar von rechts nach links aufgebaut wird --*/
clear: both;
color: #9D9D9D;
}
#sidebar a:link,
#sidebar a:visited {
color: #FF8040;
background: inherit;
text-decoration:none;
}
#sidebar a:hover,
#sidebar a:active,
#sidebar a:focus {
color: #0080c0;
background: inherit;
}
#sidebar ul ul {
margin-bottom: 15px;
}
#sidebar h2 {
font-size: 1.2em;
margin-bottom: 5px;
color: #0080c0;
}
#sidebar ul li {
list-style: none;
line-height: 1 em;
}
#links {
width: 235px;
overflow: hidden;
padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
float: right;
font-size: .8em;
border-left-width:1px;
border-left-style:solid;
border-color: #0080c0;
}
#rechts {
width: 135px;
overflow: hidden;
padding: 0px;
float: right;
font-size: .8em;
}
#oben {
width: 370px;
overflow: hidden;
padding-top: 10px;
padding-left: 10px;
padding-right:10px;
padding-bottom: 20px;
font-size: .8em;
}
#textbox {
display: inline;
width: 370px;
overflow:hidden;
float: left;
padding: 10px;
margin-right: 20px;
margin-left: 0px;
margin-bottom: 20px;
}

#textbox p {
font: 80% Verdana,Arial,Helvetica,sans-serif;
}

#textwidget {
padding-bottom:10px;
}

/*--- | Inhaltsbereich - allgemeingueltige Formatierungen |---*/

#content {
margin: 0 400px 3px 3px;
background: #fff;
color: #000000;
padding: 10px;
border-right-width:1px;
border-right-style:solid;
border-color:#0080c0;
}
#content a:link,
#content a:visited {
color: #FF8040;
background: inherit;
text-decoration:none;
}
#content a:hover,
#content a:active,
#content a:focus {
color: #0080c0;
background: inherit;
}
#content p {
line-height: 1.3em;
}
#content ul li {
list-style-image: url(images/list.gif);
}
#content h2 {
font-size: 1.2em;
}
#content h3 {
font-size: 1.1em;
}
#content h4 {
font-size: 1.0em;
margin: .8em 0;
}
#content blockquote {
margin: 20px;
min-height: 55px;
text-align: justify;
font-style: oblique;
}
#content q {
font-style: oblique;
}
#content pre {
margin: 10px;
}
#content code,
#content pre {
font-size: 1.2em;
}
#content acronym,
#content abbr {
border-bottom: 1px dashed #ededed;
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: #556b56;
border: 1px solid #fff;
color: #b8c5b7;
padding: .2em;
}
#content td {
background: #ededed;
color: inherit;
border: 1px solid #fff;
padding: .2em;
}

/*---| Inhaltsbereich - Beitraege und Kommentare |---*/

#content .datum {
width: 50px;
float: left;
text-align: center;
background: #ededed;
color: #0080c0;
}
#content .jahr {
display: block;
font-size: 1.0em;
font-weight: bold;
background: #0080c0;
color: #ededed;
}
#content .monat {
display: block;
font-size: .8em;
}
#content .tag {
display: block;
font-size: 1.8em;
margin-top: 5px;
}
#content .ueberschrift {
padding: 3px 0;
font-size: 1.0em;
letter-spacing: 1px;
text-align: right;
}
#content .beitragskopf h2 {
margin-left: 60px;
}
#content .beitrag {
padding: 5px;
margin-bottom: 10px;
overflow: hidden;
}
#content .beitragsinfo {
padding: 5px 0;
font-size: 0.8em;
margin-left: 60px;
border-bottom: 2px solid #0080c0;
}
#content .beitragsfuss {
font-size: .8em;
border-top: 2px solid #0080c0;
margin-top: 10px;
padding-top: 5px;
}
#content .beitrag ul,
#content .beitrag ol {
margin: .8em 0 .8em 2.0em;
}

#content .beitrag .text {
margin-top: 20px;
padding: 5px 0;
text-align:left;
}

#content .beitrag .text p {
margin-bottom: 20px;
}

#content .beitrag .text .wp-caption-text {
font-style:italic;
color:#9D9D9D;
}

#content .beitrag .text .wp-caption alignleft {
float:left;
}

/* Bilder*/
#alignleft {
margin:0 10px 0 10px;
float:left;
}

#content .seiten {
margin: 15px 0 0 15px;
}
#content .tags {
margin: 1.5em 0;
font-size: .8em;
}
#content #kommentare {
margin: 15px 0 0 5px;
float: left;
}
#content #kommentare ol {
margin-left: -8px;
}
#content #kommentare ol li {
list-style: none;
}
#content .kommentarkopf {
font-size: 0.8em;
padding: 5px 0;
}
#content .kommentar,
#content .autorenkommentar {
padding: 10px;
margin: 10px;
}
#content .kommentar {
background:#ededed;
color: #000000;
}
#content .autorenkommentar {
background: #ededed;
color: #000000;
}
#content .bearbeiten {
font-style: oblique;
}

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

.navigation {
font-style:italic;
padding: 20px 0;
}
.next {
float: left;
text-align: left;
width: 50%;
}
.prev {
float: right;
text-align: right;
width: 50%;
}

/*---| Fuss |---*/

#fuss {
background: #FFFFFF url(images/footer.gif) repeat-x bottom;
color: #9D9D9D;
clear: both;
font-size: 0.8em;
padding: 10px 0 20px 10px;
}
#fuss a:link,
#fuss a:visited {
color: #9D9D9D;
font-weight: bold;
background: #FFFFFF;
text-decoration:none;
}
#fuss a:hover,
#fuss a:active,
#fuss a:focus {
color: #0080c0;
font-weight: bold;
background: #FFFFFF;
}

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

#searchform {
padding: 10px 0 0 0;
}
#searchform input {
background: #FFFFFF;
color: #0080c0;
font-size: .8em;
}
#searchform #s {
cursor: default;
background:#FFFFFF;
color: #000000;
font-weight: normal;
font-size: .8em;
width: 220px;
padding: 3px;
border-width:1px;
border-style:solid;
border-color: #0080c0;
}
/*---| Kalender |---*/

#wp-calendar {
border-collapse: collapse;
line-height: 1.3em;
margin-bottom: 15px;
color: #000000;
background: #FFFFFF;
}
#wp-calendar caption {
text-align: left;
font-weight: bold;
font-size: 0.8em;
margin-bottom: 5px;
color: #0080c0;
}
#wp-calendar th {
text-align: center;
color: #0080c0;
font-size: 0.8em;
}
#wp-calendar table.nav,
#wp-calendar th,
#wp-calendar td {
padding: 1px 3px;
font-size: 0.8em;
}
#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 {
color: #ff8040;
}
#wp-calendar tbody td a:hover,
#wp-calendar tbody td a:active,
#wp-calendar tbody td a:focus {
color: #91b5c7;
}
#wp-calendar #today {
background: #ededed;
color: #0080c0;
}
#wp-calendar #today a:link,
#wp-calendar #today a:visited
{
background: #ededed;
color: #ff8040;
}
#wp-calendar #today a:hover,
#wp-calendar #today a:active,
#wp-calendar #today a:focus {
background: #91b5c7;
color: #FF8040;
}

/*---| Kleinigkeiten, Einzel-Anpassungen |---*/

#rsswidget {
margin-top:20px;
}


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

hr,
#kopfzeilenmenue h2 {
display: none;
}

/*---| Werbung Google-Ads |---*/

#text-ads {
background:#EAEAEA;
margin-top:20px;
margin-bottom:20px;
}
