/* In dieser Datei finden sich alle farbrelevanten Definitionen */
/* modified for green party use TW */

/* Farbe der Links */

a {
    color: #0a7501;
    text-decoration: none;
}

a:hover img {
  border: 1px solid #fcea04;
}

a:hover {
  border-bottom: 3px solid #fcea04;
}


/* Hintergrundfarbe für das Fenster */

body {
  /* helleres grün: background: greenyellow; */
  /* dunklers grün: background: yellowgreen; */
  /* helleres grün mit gras:
  background: greenyellow url(images/backgroundheader-green2.png) repeat-x bottom left;
  */
  background: greenyellow url(images/backgroundheader-green2.png) repeat-x bottom left;
/*  background: greenyellow url(../../../KunuakilGarashiSunflowers.png) repeat-x bottom left; */
}

/* Hintergrundfarbe für den Blogbereich */

#container, #wrap {
  background: #dfffbf;
}

/* Textfarbe */

#content p {
    color: black;
}

.page h3, .post h3 {
        color: #000000;
}

/* Linienfarbe */
#content h2 {
  border-bottom: 2px solid #1cae14; /* Linie oben in Beiträgen, TW */
}

.postmetadata, #content p.category {
  border-top: 2px solid #1cae14; /* Linie unten in Beiträgen, TW */
}

#content h2.pagetitle {
  border: none;
}

/* Header Image -- hier wird das grüne Logo eingebunden */

#header {
  background: #1cae14  url(images/logo-gruen-klein-neu.png) no-repeat top left;
}

/* Header Title and Description */

#header h1 a {
        color: #fff;
}

#header h1 a:hover {
        border-bottom: 5px solid #fcea04;
}

#header h2 {
        color: #fff;
}

/* Horizontale Navigation -- der dunkelgrüne Balken */

#navigation {
  background: #0a7501;

}

#navigation li a {
        color: #fff;
}


#navigation li.current_page_item a {
        color: #fcea04;
}

/* Sub-page Menu */

#subpage ul {
        background: #0a7501;
}

#subpage ul li {
        color: #fff;
}

#subpage ul li a {
        color: #fff;
}

/* Einträge in der Sidebar */


#sidebar, #sidebartop {
  color: black;
}

#sidebar li a, #sidebartop a {
        color: #006600;
}

/* Kommentare */

#comment {
        border: 1px solid #013300;
        background: #fff;
}

ol.commentlist li {
        border: 1px dotted #1cae14;
        background: white;
}

/* .alt { background: ### } für abwechselnde Einfärbung */

/* Footer */

#footer {
        background: #1cae14;
}

#footer p {
        font-size: 1.0em;
        color: #fff;
}

#footer a {
        font-size: 1.0em;
        color: #fcea04;
}

blockquote {
        border: 1px dotted #0a7501;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 25px;
        margin-right: 25px;
        padding: 0;
        font-size: 0.9em;
}