/*
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;
  color				: #000;  
}

p {
  margin			: 10px 0 0;
}

h1, h2, h3, h4, h5, h6 {
  margin			: 10px 0 0;
  font				: italic 2.0em/1.2 Georgia, "Times New Roman", "Times Roman", Times, serif;
}

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 {
  color				: #996666;
  text-decoration	: none;
  padding			: 1px 2px 2px;
}

a:hover {
  color				: #000;
  background		: #fff;
}

/* ####################### Seitenaufbau #################### */
div#wrapper {
  width				: 760px;
  text-align		: left;
  font-size			: 0.935em;
  margin			: 0 auto;
}

div#header {
  width				: 760px;
  height			: 120px;
  background		: transparent url(images/paprika.jpg) no-repeat top right;
margin                  : 5px
}

div#container {
  float				: left;
  width				: 560px;
}

div#primary {
  width				: 180px;
  float				: right;
}

div#footer {
  clear				: left;
  width				: 100%;
  text-align		: left;
}

div#access {
  position			: relative;
}

div.skip-link {
  position			: absolute;
  top				: -304px;
  left				: 0px;
  text-align		: left;
  text-indent		: -999em;
} 

/* ####################### Seiten-Kopf ####################### */
#blog-title {
  margin			: 0;
  padding			: 15px 0 0;
}

#blog-title a {
  font				: italic 1.2em/1.2 Georgia, "Times New Roman", "Times Roman", Times, serif;
  color				: #996666;
} 

#blog-title a:hover {
  color				: #333;
}
#blog-description {
  margin			: 0;
  font				: italic 1.4em/1.2 Georgia, "Times New Roman", "Times Roman", Times, serif;
  padding			: 5px 0;
  color				: #996666;
  border-bottom		: 1px solid #996666;
} 

/* ####################### Kopf-Menü ########################### */
#menu ul {
  list-style		: none;
  padding			: 10px 0 18px;
  border-bottom		: 1px 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			: 1px solid #b94;
  background		: #ffd;
  color				: #973;
}

#menu ul li.current_page_item a,
#menu ul li a:hover {
  background		: #eec;
  color				: #333;
} 

/* ####################### Haupt-Inhalt ####################### */
.navigation {
  background		: #f7d4e6;
  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;
}

.post-date {
	width: 45px;
	height: 49px;
	float:right;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.postmeta {
  width			    : 180px;
  float				: left;
}

.postmeta a {
  padding-right		: 0;
}

.entry-content {
  width				: 360px;
  float				: right;
  padding-bottom	: 10px;
}

.page .entry-content {
  width				: 560px;
  float				: right;
  padding-bottom	: 10px;
}

.post {
  margin-top		: 0px;
}

.separator {
  height			: 30px;
  clear				: both;
  border-bottom		: 1px solid #996680;
}

.post h2.entry-title {
  clear				: left;
  text-align		: right;
  margin			: 12px 3px 0 0;
}

.post blockquote {
  margin			: 10px 0 0 10px;
  background		: #f7d4e6;
  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			: 0px solid #996680;
   margin			: 6px 10px 6px 0;
   display			: block;
 }
 
 .post table {
  margin			: 13px 0 0;
  border-top		: 1px solid #996680;
  border-left		: 1px solid #996680;
  border-collapse	: collapse;
}
 
.post th,
.post td {
  border-right		: 1px solid #996680;
  border-bottom		: 1px solid #996680;
  padding			: 1px 5px 3px;
}
 
.post h3 {
  margin			: 20px 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 #996680;
  background		: #f7d4e6;
}

#container textarea {
  width				: 490px;
}

#container input#submit {
  width				: auto;
  margin			: 10px 0 0;
  border			: 1px outset #996680;
  background		: #f7d4e6;
  color				: #996666;
  padding			: 1px 3px 1px;
}

#container input:hover#submit {
  background		: #fff;
  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 #996680;
  margin-bottom		: 10px;
  background		: #f7d4e6;
}

.contactform textarea {
  width				: 490px;
}

.contactform input#contactsubmit {
  width				: auto;
  margin			: 0;
  border			: 1px outset #996680;
  background		: #f7d4e6;
  color				: #996666;
  padding			: 1px 3px 1px;
}

.contactform input:hover#contactsubmit {
  background		: #fff;
  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 #996680;
  background		: #f7d4e6;
}

.post input#searchsubmit {
  width				: auto;
  margin			: 0;
  border			: 1px outset #996680;
  background		: #f7d4e6;
  color				: #996666;
  padding			: 1px 3px 0px;
}

.post input:hover#searchsubmit {
  background		: #fff;
  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		: #f7d4e6;
}

#comments form {
  margin-left		: 0;
}

p#comment-notes,
#comments p#login {
  font-size			: 1.0em;
  padding-left		: 0;
}

#comments .alt {
  background		: #f7d4e6;
}

/* #################  Sidebar  ################# */
.sidebar {
  text-align		: left;
  color				: #996666;
}

.sidebar ul {
  list-style		: none;
  margin			: 0 0 10px;
}  

.sidebar form, 
.sidebar #calendar_Wrap {
  margin			: 0 0 10px;
}

.sidebar h3 {
  margin			: 0px 0 6px;
  padding			: 12px 0 5px;
}

.sidebar ul ul {
  border-top		: 1px solid #996680;
}

.sidebar ul ul li {
  border-bottom		: 1px solid #996680;
}

.sidebar ul ul li a {
  display			: block;
  padding			: 1px 5px 2px;
  color				: #996666;
  background		: #fff;
}

.sidebar li.current-cat a,
.sidebar li.current_theme,
.sidebar ul ul li a:hover {
  color				: #000;
  background		: #fff;
}

.sidebar li.current_theme {
  padding-left		: 1px;
}

.sidebar input#s {
  width				: 110px;
  font				: normal 0.9em/0.9 "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding			: 1px 3px 2px;
  border			: 1px inset #996680;
  background		: #fff;
}

.sidebar input#searchsubmit {
  width				: auto;
  margin			: 0;
  border			: 1px outset #996680;
  background		: #f7d4e6;
  color				: #996666;
  padding			: 1px 3px 0px;
}

.sidebar input:hover#searchsubmit {
  background		: #fff;
  cursor			: pointer;
  color				: #000;
}

.sidebar caption {
  font-size			: 1.1em;
  background		: #fff;
}

.sidebar #calendar table {
  margin			: 13px 0 0 1px;
  border-top		: 1px solid #996680;
  border-left		: 1px solid #996680;
  border-collapse	: collapse;
}
 
.sidebar #calendar th,
.sidebar #calendar td {
  border-right		: 1px solid #996680;
  border-bottom		: 1px solid #996680;
  padding			: 1px 2px 1px;
  text-align		: center;
  width				: 14%;
}
 
.sidebar #calendar td a {
  display			: block;
  background		: #fff;
  color				: #996666;
}

.sidebar #calendar td a:hover {
  background		: #f7d4e6;
  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 #996699;
}

#footer p {
  text-align		: center;
}





