/*
        Author Name     : André Böhm
        Author Site     : http://www.vektorrausch.de
        Style Name      : planten.de WordPress Theme
        Style URI       : http://wwww.planten.de/
        Version         : 2.0
        Comments        : speziell f. planten.de
*/

/*** Struktur ***/

body {
  background: #fffff8 !important;
}

#wrapper {
  background: #fffff8;
}

#header {
  background: #fff;
}
  
#footer {
  border-top: 1px solid #060;
}

/*- Links */

a:link,
a:visited {
  color: #1CA700;
  text-decoration: none;
  }
  
a:hover,
a:active,
a:focus {
  color: #167F00;
  text-decoration: none;
  }

#footer a:link,
#footer a:visited {
  font-weight: normal;
  color: #000;
  text-decoration: none;
  border-bottom: none;
  }

#footer a:hover,
#footer a:active {
  color: #555;
  text-decoration: underline;
  }

h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited {
  color: #000;
  font-weight: lighter;
  text-decoration: underline;
  }

h2 a:hover,
h2 a:active,
h2 span a:hover,
h3 a:hover,
h3 a:active {
  color: #167F00 !important;
  }

.entry-content a:visited {
  color: #1CA700;
  }

.entry-meta { margin-top: 0.5em; }

/*** Textsizer-Plugin ***/

ul#textsizer {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  height: 2em;
  width: 15em;
  color: #000;
  text-align: right;
  z-index: 100;
  }

ul#textsizer li { display: inline; }

li.normal { font-size: 90%; }
li.big { font-size: 120%; }
li.huge { font-size: 145%; }



#header {
        background: #fffff8;
	border-bottom: 1px solid #060;
}

a {
	color: #060;
}

ul.menu li a {
        color: #060 !important;
	text-decoration: none !important;
}

ul.menu li a:hover {
        background: #060;
        color: #fff !important;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
        background: #060 !important;
        color: #fff !important;
}

.content a, .content h2 a, .content h3 a, #footer a {
	color: #060;
	text-decoration: none;
	}

.content a:visited, .content h2 a:visited, .content h3 a:visited, #footer a:visited {
        color: #600;
}

.content a:hover, .content h2 a:hover, .content h3 a:hover, #footer a:hover {
	color: #060 !important;
	text-decoration: underline;
}

.linkcat h2 {
	text-align: left;
	margin: 15px 0 5px 0;
}
.linkcat li {
	margin: 0 0 4px 12px;
}



