/*
	Theme Name: green
	Theme URI:  http://www.dummerle.org/stuff/wp-themes/greenery_deDE.zip
	Description: Mein verbessertes Theme             
	Author: Martin Skipper
	Author URI: http://www.mobiler-gaertner.de
	Live Demo: http://www.mobiler-gaertner.de/blog
/*-----------Block Level Elements--------------*/

textarea {
  width: 98%;
}

input {
}

input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #EEE;
  background-color: #777;
  border: 1px solid #999;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #FFF;
  background-color: #999;
  border: 1px solid #EEE;
}

h2 a:hover, h2 a:visited, h2 a {
  text-decoration: none;
}

.post {
  clear:both;
}



cite {

}

code {
  display: block;
  padding: 5px 5px 5px 10px;
  background: #555;
  font-size:8pt;
 }

/*--------------Search Form-------------*/

#searchform {
	text-align:center;
}

#searchform input {
	width:135px;
}

#searchform #s {
}
#searchform #searchsubmit {
	width: 50px;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  padding: 5px 5px 5px 0;
}

img.right {
  padding: 5px 0 5px 5px;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}

a:link {
  color: #86E160;
}

a:hover {
  color: #FFF;
}

a:visited {
  color: #86E160;
}


