/* Füge hier Dein eigenes CSS ein */

body.custom-background {
  background-color: #bbbbbb !important;
}

input#s {
  background: rgb(219, 219, 219) !important;
}

#main .widget-area {
  background-color: rgb(255, 255, 255) !important;
}

a {
  	color: #615f60;
}

#content {
  background: rgb(240, 240, 240) !important;
}

.entry-date {
  background: rgb(240, 240, 240) !important;
}

#site-title{
  font: 36px "Verdana", "Arial", serif;
  text-transform: uppercase;
}

#site-description{
  font: 16px "Verdana", "Arial", serif;
  text-transform: uppercase;
}

#access {
    background: rgb(0, 0, 0) !important;
}

#access a {
    color: rgb(254, 254, 254);
}

#access a:hover {
	background: #90364e;
	color: rgb(0, 0, 0) !important;

#search-area {
  	background: #bb5974 !important;
}
