/*
THEME NAME: BlogPimp FewClouds
THEME URI: http://blogpimp.de/
DESCRIPTION: Das BlogPimp.de-Theme FewClouds. 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 "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
  color				: #def;  
  background		: #249 url(images/kopfbild.jpg) no-repeat top center;
  margin			: 10px 0 0;
}

p {
  margin			: 10px 0 0;
}

h1, h2, h3, h4, h5, h6 {
  margin			: 10px 0 0 20px;
  font				: italic 2.5em/1.2 Georgia, "Times New Roman", "Times Roman", Times, serif;
}

h2 {
  margin			: 20px 0 0;
  font-size			: 1.6em;
}

h3 {
  margin			: 20px 0 0;
  font-size			: 1.2em;
}

h4 {
  margin			: 0 0 0;
  font-size			: 1.3em;
}

h5 {
  margin			: 0 0 0;
  font-size			: 1.2em;
}

h6 {
  margin			: 0 0 0;
  font-size			: 1.1em;
}

a {
  color				: #8f8;
  text-decoration	: none;
  padding			: 1px 2px 2px;
}

a:hover {
  color				: #fff;
  background		: #46b;
}

/* ####################### Seitenaufbau #################### */
div#wrapper {
  width				: 960px;
  text-align		: left;
  font-size			: 0.885em;
  margin			: 0 auto;
}

div#header {
  width				: 960px;
  height			: 230px;
}

div#container {
  float				: left;
  width				: 540px;
  margin-right		: 20px;
}

div#primary {
  width				: 190px;
  float				: left;
  margin-right		: 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 {
  margin			: 0;
  padding			: 70px 0 0 50px;
  text-align		: left;
}

#blog-title a {
  color				: #8f8;
  font				: italic 1.0em/1.2 Georgia, "Times New Roman", "Times Roman", Times, serif;
}

#blog-title a:hover {
  color				: #fff;
}

#blog-description {
  margin			: 0 0 0 50px;
  padding			: 0;
  color				: #8f8;
  text-align		: left;
  font				: italic 1.5em/1.2 Georgia, "Times New Roman", "Times Roman", Times, serif;
}

/* ####################### Kopf-Menü ########################### */
#menu ul {
  list-style		: none;
  padding			: 13px 0 2px 0;
}  

#menu ul li {
  display			: inline;
  margin-right		: 5px;
}

#menu ul li a {
  font-size			: 0.9em;
  line-height		: 1.4;
  padding			: 3px 8px 4px;
  border			: 1px solid #46b;
  background		: #138;
  color				: #fca;
}

#menu ul li.current_page_item a,
#menu ul li a:hover {
  color				: #fff;
  background		: #46b;
}

/* ####################### Haupt-Inhalt ####################### */
.navigation {
  background		: #35a;
  margin			: 22px 0 20px 20px;
  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 20px;
  background		: #35a;
  padding			: 3px 5px;
  border			: 1px solid #46b;
}

.post ol, 
.post ul {
  margin			: 10px 0 0 55px;
}

.post ul {
  list-style-image	: url(images/listenpunkt.gif);
}

.entry-date {
  font-size			: 0.885em;
  margin			: 3px 0 10px;
  border-top		: 1px solid #46b;
}
 
.entry-meta {
  font-size			: 0.885em;
  border-top		: 1px solid #46b;
  border-bottom		: 1px solid #46b;
  margin			: 3px 0 30px;
  padding			: 1px 0 2px;
}
 
 .post img {
   border			: 1px solid #46b;
   margin			: 6px 10px 1px 0;
   float			: left;
 }
 
 .post table {
  margin			: 13px 0 0;
  border-top		: 1px solid #46b;
  border-left		: 1px solid #46b;
  border-collapse	: collapse;
}
 
.post th,
.post td {
  border-right		: 1px solid #46b;
  border-bottom		: 1px solid #46b;
  padding			: 1px 5px 3px;
}
 
.post h3 {
  margin			: 20px 0 0;
}

#container input,
#container textarea,
.contactform input,
.contactform textarea {
  width				: 250px;
  font				: normal 1.0em/1.4 "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding			: 1px 3px 2px;
  border			: 1px inset #46b;
  background		: #35a;
  color				: #fff;
}

#container textarea,
.contactform textarea {
  width				: 510px;
}

#container input#submit,
.contactform input#contactsubmit {
  width				: auto;
  margin			: 10px 0 20px;
  border			: 1px outset #46b;
  background		: #35a;
  color				: #8f8;
}

#container input:hover#submit,
.contactform input:hover#contactsubmit {
  background		: #57c;
  cursor			: pointer;
  color				: #fff;
}

.formcontainer .form-label {
  margin-top		: 10px;
}

.contactform {
  margin			: 0 0 10px;
}

/* #################  Kommentare  ################# */
#comments h3 {
  margin			: 20px 0 10px;
}

#comments ol {
  margin			: 10px 0 20px 30px;
  font-size			: 1.2em;
}

#comments .comment-author {
  font-size			: 1.1em;
  margin-left		: 5px;
}

#comments .comment-meta {
  font-size			: 0.735em;
  margin-left		: 5px;
}

#comments p {
  font-size			: 0.835em;
  margin			: 0;
  padding			: 5px;
}

#comments ol li {
  margin			: 0 0 10px;
  background		: #46b;
  border			: 1px solid #57c;
}

#comments .alt {
  background		: #35a;
}

#comments form {
  margin-left		: 20px;
}

p#comment-notes,
#comments p#login {
  font-size			: 1.0em;
}

/* #################  Sidebar  ################# */
.sidebar ul {
  list-style		: none;
}  

.sidebar h3 {
  padding-bottom	: 6px;
}

.sidebar ul ul {
  border-top		: 1px solid #46b;
  margin-bottom		: 20px;
}

.sidebar ul ul li {
  border-bottom		: 1px solid #46b;
}

.sidebar ul ul li a {
  display			: block;
  padding			: 1px 3px 2px;
}

.sidebar li.current-cat a,
.sidebar ul ul li a:hover {
  color				: #fff;
  background		: #46b;
}

.sidebar li.current_theme {
  padding			: 1px 3px 2px;
  color				: #fff;
  background		: #46b;
}

.sidebar input#s {
  width				: 132px;
  background		: #35a;
  color				: #fff;
  font				: normal 1.0em/1.4 "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding			: 1px 3px 2px;
  border			: 1px inset #46b;
}

.sidebar input#searchsubmit {
  font				: normal 1.0em/1.5 "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
  width				: auto;
  margin			: 0;
  border			: 1px outset #46b;
  background		: #35a;
  color				: #8f8;
  padding			: 0px 2px 1px;
}

.sidebar input:hover#searchsubmit {
  background		: #57c;
  cursor			: pointer;
  color				: #fff;
}

.sidebar caption {
  font-size			: 1.0em;
  background		: #35a;
  padding			: 0px 3px 2px;
}

.sidebar #calendar table {
  margin			: 13px 0 0;
  border-top		: 1px solid #46b;
  border-left		: 1px solid #46b;
  border-collapse	: collapse;
  font-size			: 0.9em;
}
 
.sidebar #calendar th,
.sidebar #calendar td {
  border-right		: 1px solid #46b;
  border-bottom		: 1px solid #46b;
  padding			: 1px 2px 1px;
  text-align		: center;
  width				: 14%;
}
 
.sidebar #calendar td a {
  display			: block;
  color				: #8f8;
  background		: #46b;
}

.sidebar #calendar td a:hover {
  color				: #fff;
  background		: #57c;
}

.sidebar #calendar th {
  font-weight		: normal;
  font-size			: 1.2em;
}


/* #################  Seitenfuss  ################# */
#footer {
  font-size 		: 0.835em;
  border-top		: 1px solid #46b;
  padding			: 0 0 15px;
  color				: #def;
}







