/*
THEME NAME: BlogPimp FeatherStroke
THEME URI: http://blogpimp.de/
DESCRIPTION: Das BlogPimp.de-Theme FeatherStroke. 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 Georgia, "Times New Roman", "Times Roman", Tiems, sans-serif;
  background		: #fff url(images/back3.gif) repeat-x;
  color				: #000;
}

p {
  margin			: 10px 0 0;
}

h2, h3, h4, h5, h6 {
  margin			: 10px 0 0;
  font				: italic 2.0em/1.2 Georgia, "Times New Roman", "Times Roman", Times, serif;
 width: auto;
 text-decoration: none;
}

h1 {
color: #ffcc33;
background-color: ;
font-size: 3em;
}



h2 {
  margin			: 20px 0 0;
  font-size			: 1.3em;
}

h3 {
  margin			: 20px 0 0;
  font-size			: 1.3em;
}

h4 {
  margin			: 20px 0 0;
  font-size			: 1.3em;
}

h5 {
  margin			: 20px 0 0;
  font-size			: 1.2em;
}

h6 {
  margin			: 20px 0 0;
  font-size			: 1.1em;
}

a, a:link, a:visited {
  color				: #CC4E00;
  text-decoration	: none;
  padding			: 1px 2px 2px;
}

a:hover {
  color				: #000;
/*   background		: #eec; */
}



/* ####################### Seitenaufbau #################### */
div#wrapper {
  width				: 760px;
  text-align		: left;
  font-size			: 0.935em;
  margin			: 0 auto;
  background		: #fff;
}

div#header {
  width				: auto;
  padding           : 0 0 0 140px;
  height			: 145px;
  background		: transparent url(images/kopf.gif) no-repeat;
}

div#container {
  float				: left;
  width				: 535px;
  padding: 0 0 0 25px;
  border-left: 1px solid #f0f0f0;
}

div#primary {
  width				: 180px;
  float				: right;
  background: ;
}

div#footer {
  clear				: left;
  width				: 100%;
  text-align		: left;
}

div#access {
  position			: relative;
  background		: transparent url(images/back1.gif) repeat-x 0 100%;

}

div.skip-link {
  position			: absolute;
  top				: -304px;
  left				: 0px;
  text-align		: left;
  text-indent		: -999em;
}

/* ####################### Seiten-Kopf ####################### */
#blog-title {
  margin			: 0;
  padding			: 30px 0 0 30px;
width: 500px;
height: 70px;
background-color: ;
}

#blog-title  a,
#blog-title  a:link,
#blog-title  a:visited
{
font : italic 1.2em/1.2 Georgia, "Times New Roman", "Times Roman", Times, serif;
color : #ffcc33;
text-decoration: none;
width: 500px;
margin: 0;
padding: 0;

}

#blog-title  a:hover {
color : #ffcc33;
text-decoration: none;
width: 500px;
}

#blog-description {
  margin			: 0;
  font				: italic 1.4em/1.2 Georgia, "Times New Roman", "Times Roman", Times, serif;
  padding			: 5px 0 0 30px;
  color				: #861;
}

/* ####################### Kopf-Menü ########################### */
#menu ul {
  list-style		: none;
  padding			: 10px 0 18px 20px;
  border-bottom		: 0px solid #b94;
}  

#menu ul li {
  display			: inline;
  margin-right		: 5px;
}

#menu ul li a {
  font-size			: 1.1em;
  line-height		: 1.4;
  padding			: 3px 8px 4px;
  border			: 0px solid #b94;
  background		: ;
  color				: #666;
}

#menu ul li.current_page_item a,
#menu ul li a:hover {
  background		: ;
  color				: #000;
}

/* ####################### Haupt-Inhalt ####################### */
.navigation {
  background		: #fff;
  margin			: 22px 0 20px;
  padding			: 1px 3px 2px;
  height			: 1.5em;
  clear				: both;
}

.nav-previous {
  float				: left;
  text-align		: left;
}

.nav-next {
  float				: right;
  text-align		: right;
}

.postmeta {
  width			    : 180px;
  float				: left;
}

.postmeta a {
  padding-right		: 0;
}

.entry-content {
  width				: 335px;
  float				: right;
  padding-bottom	: 10px;
}

.page .entry-content {
  width				: 535px;
  float				: right;
  padding-bottom	: 10px;
}

.post {
  margin-top		: 0px;
}

.separator {
  height			: 30px;
  clear				: both;
  border-bottom		: 1px solid #AC3A00;
}

.post h2.entry-title {
  clear				: left;
  text-align		: right;
  margin			: 12px 3px 0 0;
  text-decoration: none;
}

.post blockquote {
  margin			: 10px 0 0 10px;
  background		: #ffd;
  padding			: 3px 5px;
  color				: #000;
  border			: 1px solid #ddb;
}

.post ol, 
.post ul {
  margin			: 10px 0 0 35px;
}

.post ul {
  list-style-image	: url(images/listenpunkt.gif);
}

.entry-meta {
  font-size			: 0.835em;
  margin			: 3px 0 30px;
  padding			: 1px 0 2px;
  text-align		: right;
}
 
 .post img {
   border			: 1px solid #b94;
   margin			: 6px 10px 6px 0;
   display			: block;
 }
 
 .post table {
  margin			: 13px 0 0;
  border-top		: 1px solid #b94;
  border-left		: 1px solid #b94;
  border-collapse	: collapse;
}
 
.post th,
.post td {
  border-right		: 1px solid #b94;
  border-bottom		: 1px solid #b94;
  padding			: 1px 5px 3px;
}
 
.post h3 {
  margin			: 20px 0 0;
}


.alignleft
 {
 float: left;
  margin: 5px 5px 0 0;
}



#container input,
#container 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 #b94;
  background		: #FFE8B8;
}

#container textarea {
  width				: 490px;
}

#container input#submit {
  width				: auto;
  margin			: 10px 0 0;
  border			: 1px outset #b94;
  background		: #FFE8B8;
  color				: #861;
  padding			: 1px 3px 1px;
}

#container input:hover#submit {
  background		: #eec;
  cursor			: pointer;
  color				: #000;
}

.formcontainer .form-label {
  margin-top		: 10px;
}

.contactform {
  margin			: 0 0 10px;
}

.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 #b94;
  margin-bottom		: 10px;
  background		: #ffd;
}

.contactform textarea {
  width				: 490px;
}

.contactform input#contactsubmit {
  width				: auto;
  margin			: 0;
  border			: 1px outset #b94;
  background		: #ffd;
  color				: #861;
  padding			: 1px 3px 1px;
}

.contactform input:hover#contactsubmit {
  background		: #eec;
  cursor			: pointer;
  color				: #000;
}

.post input#s {
  width				: 110px;
  font				: normal 0.9em/1.4 "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding			: 1px 3px 2px;
  border			: 1px inset #b94;
  background		: #ffd;
}

.post input#searchsubmit {
  width				: auto;
  margin			: 0;
  border			: 1px outset #b94;
  background		: #ffd;
  color				: #861;
  padding			: 1px 3px 0px;
}

.post input:hover#searchsubmit {
  background		: #eec;
  cursor			: pointer;
  color				: #000;
}


/* #################  Kommentare  ################# */
#comments h3 {
  margin			: 30px 0 10px;
}

#comments ol {
  margin			: 10px 0 20px;
  font-size			: 1.2em;
  padding			: 10px 10px 1px 45px;
}

#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		: #ffd;
}

#comments form {
  margin-left		: 0;
}

p#comment-notes,
#comments p#login {
  font-size			: 1.0em;
  padding-left		: 0;
}

#comments .alt {
  background		: #FFE8B8;
}

/* #################  Sidebar  ################# */
.sidebar {
  text-align		: left;
  color				: #000;
    border-right: 1px solid #f0f0f0;
}

.sidebar ul {
  list-style		: none;
  margin			: 0 0 20px;
}  

.sidebar form, 
.sidebar #calendar_Wrap {
  margin			: 0 0 20px;
}

.sidebar h3 {
  margin			: 0px 0 6px;
  padding			: 12px 0 5px;
}

.sidebar ul ul {
  border-top		: 1px solid #C3C3C3;
}

.sidebar ul ul li {
  border-bottom		: 1px solid #C3C3C3;
}

.sidebar ul ul li a {
  display			: ;
  padding			: 1px 5px 2px 0;
  color				: #CC4E00;
  background		: #fff;
/*   font-family       : arial, helvetica, sans serife; */
}

.sidebar li.current-cat a,
.sidebar li.current_theme,
.sidebar ul ul li a:hover {
  color				: #000;
  background		: #f0f0f0;
}

.sidebar li.current_theme {
  padding-left		: 5px;
}

.sidebar #random-tags-cloud {
font-family: arial, helvetica, sans serife;
line-height: 100%;
}

.sidebar input#s {
  width				: 110px;
  font				: normal 0.9em/1.4 "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding			: 1px 3px 2px;
  border			: 1px inset #b94;
  background		: #FFE8B8;
}

 input {
  width				: 110px;
  font				: normal 0.9em/1.4 "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding			: 2px 3px 2px;
  margin: 2px 0;
  border			: 1px inset #b94;
  background		: #FFE8B8;
}

 input#submit {
  width				: auto;
  margin			: 0;
  border			: 1px outset #b94;
  background		: #FFE8B8;
  color				: #861;
  padding			: 1px 3px 0px;
}

.sidebar input:hover#submit {
  background		: #eec;
  cursor			: pointer;
  color				: #000;
}

.sidebar caption {
  font-size			: 1.1em;
  background		: #eec;
}

.sidebar #calendar table {
  margin			: 13px 0 0 1px;
  border-top		: 1px solid #b94;
  border-left		: 1px solid #b94;
  border-collapse	: collapse;
}
 
.sidebar #calendar th,
.sidebar #calendar td {
  border-right		: 1px solid #b94;
  border-bottom		: 1px solid #b94;
  padding			: 1px 2px 1px;
  text-align		: center;
  width				: 14%;
}
 
.sidebar #calendar td a {
  display			: block;
  background		: #eec;
  color				: #751;
}

.sidebar #calendar td a:hover {
  background		: #ffd;
  color				: #000;
}

.sidebar #calendar th {
  font-weight		: normal;
  font-size			: 1.2em;
}

/* #################  Seitenfuss  ################# */
#footer {
  font-size 		: 0.785em;
  padding			: 0 0 15px 0;
  border-top		: 1px solid #b94;
}

#footer p {
  text-align		: center;
}