/*
THEME NAME: BlogPimp Wiese
THEME URI: http://blogpimp.de/
DESCRIPTION: Das BlogPimp.de-Theme Wiese. Basiert auf <a href="http://plaintxt.org/">Sandbox</a>
VERSION: 1.0
AUTHOR: Lothar Baier
AUTHOR URI: http://blogpimp.de/
*/

/* ####################### Voreinstellungen #################### */
html {
  height			: 100.01%; 	
  margin			: 0; 
  padding			: 0;
}

* {
  margin			: 0;
  padding			: 0;
  border			: none;
}

body {
  text-align		: center; 
  height			: 100.01%;
  font				: normal 100.01%/1.5 Century Gothic, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
  background		: #324d2d url('images/color.jpg');
  color				: #fff;  
}

p {
	text-align:justify;
  margin			:10px;
}
img{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	margin:8px;
	border:1px solid #000;
	}
h1, h2, h3, h4, h5, h6 {
  margin			: 10px 0 0 20px;
  font				: normal 2.2em/1.5 Century Gothic, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header h1{
	margin-top:30px;
	margin-right:10px;
}
#header h1 a{
	color:#04a400;
}
#header h1 a:hover{
	color:#038000;
	background:none;
	text-decoration:none;
}
h2 {
  color				: #04a400;
  margin			: 0 0 0 17px;
  font-size			: 1.7em;
}


h3 {
	text-align:center;
	color:#fff;
  margin			: 0 0 0 0;
  font-size			: 1.5em;
}

h4 {
  margin			: 0 0 0 20px;
  font-size			: 1.3em;
}

h5 {
  margin			: 0 0 0 20px;
  font-size			: 1.2em;
}

h6 {
  margin			: 0 0 0 20px;
  font-size			: 1.1em;
}

a {
  color				: #04a400;
  text-decoration	: none;
  padding			: 1px 2px 2px;
}

a:hover {
	text-decoration:underline;
	color:#05d300;
}

/* ####################### Seitenaufbau #################### */
div#wrapper {
  width				: 960px;
  text-align		: left;
  font-size			: 0.835em;
  margin			: 0 auto;
  background		: #000;
}

div#header {
	border:1px solid #000;
  width				: 958px;
  height			: 200px;
  background		: url(images/header.jpg) top right no-repeat;
}

div#container {
margin-top:10px;
  float				: left;
  margin-left:10px;
  width				: 520px;
  margin-right		: 10px;
}

div#primary {
  width				: 190px;
  float				: left;
  padding			: 1px 0 0 20px;
}

div#secondary {
  width				: 190px;
  float				: left;
}

div#footer {
  clear				: left;
  width				: 100%;
  text-align		: center;
}

div#access {
  position			: relative;
}

div.skip-link {
  position			: absolute;
  top				: 0px;
  left				: 0px;
  text-align		: left;
  text-indent		: -999em;
}

/* ####################### Seiten-Kopf ####################### */
#blog-title {
text-align:right;
  margin			: 0;
  letter-spacing	: 0.08em;
  line-height		: 1.0;
}

#blog-title a {
  color				: #fff;
}

#blog-title a:hover {
  color				: #000;
  background		: #3af;
}

#blog-description {
	margin-right:15px;
text-align:right;
  font-size			: 1.2em;
  color				: #000;
  letter-spacing	: 0.06em;
  font-weight		: bold;
}

/* ####################### Kopf-Menü ########################### */
#menu ul {
  list-style		: none;
  background		: #fff;
  padding			: 10px 0 2px 20px;
  display			: none;
}  

#menu ul li {

  display			: inline;
  margin-right		: 5px;
}

#menu ul li a {
  background		: #fff;
  color				: #011f00;
  font-size			: 1.0em;
  line-height		: 1.4;
  padding			: 3px 8px 4px;
  border			: 1px solid #011f00;
}

#menu ul li.current_page_item a,
#menu ul li a:hover {
  background		: #011f00;
  color				: #000;
}

/* ####################### Haupt-Inhalt ####################### */
.navigation {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
  background		: #e6e6e6;
  margin			: 22px;
  padding			: 1px 3px 2px;
  height			: 1.5em;
}

.nav-previous {
  float				: left;
  text-align		: left;
}

.nav-next {
  float				: right;
  text-align		: right;
}

.post blockquote {
  margin			: 10px 20px 0px 30px;
  background		: #e8f8ff;
  border			: 1px solid #cdf;
  padding			: 3px 5px;
}

.post ol, 
.post ul {
  margin			: 10px 0 0 55px;
}



.entry-date {
  font-size			: 0.835em;
  margin			: 10px;
  border-top		: 1px solid #cdf;
}
 
.entry-meta {
  font-size			: 0.835em;
  border-top		: 1px solid #cdf;
  border-bottom		: 1px solid #cdf;
  margin			: 10px;
  padding			: 1px 0 2px;
}
 
 .post img {
   border			: 1px solid #cdf;
   margin			: 6px 10px 1px 0;
   float			: left;
 }
 
 .post table {
  margin			: 10px;
  border-top		: 1px solid #cdf;
  border-left		: 1px solid #cdf;
  border-collapse	: collapse;
}
 
.post th,
.post td {
  border-right		: 1px solid #cdf;
  border-bottom		: 1px solid #cdf;
  padding			: 1px 5px 3px;
}
 
.post h3 {
  margin			: 20px;
}


#container textarea {
  width				: 250px;
  font				: normal 1.0em/1.4 Century Gothic, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding			: 1px 3px 2px;
  border		: 1px solid #04a400;
  	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	  background		: #fff;
  color				: #000;
}

#container textarea {
  width				: 472px;
}

#container input#submit {
  width				: auto;
  margin			: 10px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
 border		: 1px solid #04a400;
  color				: #fff;
  background		: #027600;
}

#container input:hover#submit {
  cursor			: pointer;
  color				: #fff;
  background		: #02aa00;
}

.formcontainer .form-label {
  margin-top		: 10px;
}

.contactform {
  margin			: 10px;
}

.contactform input,
.contactform textarea {
  width				: 250px;
  font				: normal 1.0em/1.4 Century Gothic, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding			: 1px 3px 2px;
  border			: 1px inset #cdf;
  margin-bottom		: 10px;
}

.contactform textarea {
  width				: 490px;
}

.contactform input#contactsubmit {
  width				: auto;
  margin			: 10px;
  border			: 1px outset #cdf;
  color				: #07f;
  background		: #e8f8ff;
}

.contactform input:hover#contactsubmit {
  cursor			: pointer;
  color				: #000;
  background		: #d8e8ef;
}

/* #################  Kommentare  ################# */
#comments h3 {
  margin			: 20px;
}
#comments{	
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-bottomleft:15px;
	background:#333;
	padding:5px;
	margin-bottom:10px;
	}
#comments ol {
  margin			: 10px;
  font-size			: 1.2em;
}

#comments .comment-author {
  font-size			: 1.1em;
  margin		: 5px;
}

#comments .comment-meta {
color:#fff;
background:#555;
  font-size			: 0.735em;
}

#comments p {
  font-size			: 0.835em;
  margin			: 0;
  padding			: 5px;
}

#comments ol li {
  margin			: 10px;
  background		: #e8f8ff;
  border			: 1px solid #cdf;
}

#comments .alt {
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-bottomleft:15px;
  background		: #ececec;
}

#comments form {
  margin-left		: 20px;
}

p#comment-notes,
#comments p#login {
  font-size			: 1.0em;
}

/* #################  Sidebar  ################# */
.sidebar ul {
text-align:center;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-bottomleft:15px;
	margin-top:10px;
	background: #324d2d url('images/color.jpg');
    border	: 1px solid #fff;
	padding:5px;
  list-style		: none;
}  

.sidebar h3 {
  padding-bottom	: 6px;
}

.sidebar ul ul {
  margin-bottom		: 20px;
}

.sidebar ul ul li {	
	text-align:center;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-bottomleft:15px;
  background:#034f00;
  border	: 1px solid #fff;
}

.sidebar ul ul li a {
  color:#fff;
  display			: block;
  padding			: 1px 3px 2px;
}

.sidebar li.current-cat a,
.sidebar ul ul li a:hover {
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-bottomleft:15px;
  color				: #fff;
  background		: #029400;
}

.sidebar li.current_theme {
  padding			: 1px 3px 2px;
  color				: #000;
  background		: #e8f8ff;
}

.sidebar input#s {
  width				: 135px;
  font				: normal 1.0em/1.4 Century Gothic, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding			: 1px 3px 2px;
  border		: 1px solid #04a400;
  	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	  background		: #fff;
  color				: #000;
}

.sidebar input#searchsubmit {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
 border		: 1px solid #04a400;
  color				: #fff;
  background		: #027600;
  font				: normal 1.0em/1.5 Century Gothic, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
  width				: auto;
  margin			: 5px;
  padding			: 0px 2px 1px;
}

.sidebar input:hover#searchsubmit {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
  cursor			: pointer;
  border		: 1px solid #04a400;
  color				: #fff;
  background		: #02aa00;
}

.sidebar caption {
  font-size			: 1.0em;
  background		: #e8f8ff;
  padding			: 0px 3px 2px;
  border			: 1px solid #cdf;
}

.sidebar #calendar table {
  margin			: 13px 0 0;
  border-top		: 1px solid #cdf;
  border-left		: 1px solid #cdf;
  border-collapse	: collapse;
}
 
.sidebar #calendar th,
.sidebar #calendar td {
  border-right		: 1px solid #cdf;
  border-bottom		: 1px solid #cdf;
  padding			: 1px 1px 1px;
  text-align		: center;
  width				: 14%;
}
 
.sidebar #calendar td a {
  display			: block;
  color				: #07f;
  background		: #e8f8ff;
}

.sidebar #calendar td a:hover {
  color				: #000;
  background		: #d8e8ef;
}

.sidebar #calendar th {
  font-weight		: bold;
  font-size			: 1.1em;
}


/* #################  Seitenfuss  ################# */
#footer {
  font-size 		: 0.835em;
  padding			: 0;
  background		: #fff url(images/spiele-unten.gif) top right no-repeat;
  height			: 120px;
  width				: 959px;
}







