/*  
Theme Name: Papiertiger
Theme URI: http://papiertiger.springart.de/
Description: 2S900P
Version: Uno
Author: Andreas Krause (el-greccco) (C)2009
Author URI: http://blog.pyranet.de/
*/
/* Haupteinstellungen */
html {
height: 100%;
margin: 0;
padding: 0;
}
* {
margin: 0;
padding: 0;
border: none;
}
body {
text-align: center;
height: 100%;
font: normal 100%/1.5 sans-serif;
background: #051100;
color: #cccccc;
}
/* Wir Basteln uns ein Blog */
#mantel {
  width: 900px;
  text-align: left;
  margin: 0 auto;
  background: #060801 url(images/schnarchtiger.jpg) no-repeat;
}
/* Damit das Blog nicht Scheisse aussieht */
h1, h2, h3, h4, h5, h6 {
  font-size: 1.3em;
  font-weight: normal;
  margin: 20px 25px 3px;
  padding: 1px 5px 2px 0;
  color: #84c135;
  font-family: sans-serif;
}
h2 {font-size: 1.3em;}
h3 {font-size: 1.1em;}
h4 {font-size: 0.9em;}
h5 {font-size: 0.85em;}
h6 {font-size: 0.8em;}
p {
  font-size: 0.885em;
  line-height: 1.5;
  margin: 0 25px 8px;
}
small {
  font-size: 0.7em;
  margin: 0 25px 8px;
}
a {
  color: #66952f;
  text-decoration: none;
}
a:hover {
  color: #fff;
  background: #1d3314;
}
blockquote {
  background: #1d3314;
  margin: 10px 30px 10px 40px;
  padding: 5px 0;
  font: italic 1.0em/1.6 serif;
  border-left: 5px solid #2d4324;
  color: #ccc;
  letter-spacing: 1px;
}
/* Blogkopf */
#seitenkopf {
  width: 900px;
  height: 210px;
}
#seitenkopf h1 {
  padding: 90px 0 0 20px;
  margin: 0;
  font-weight: normal;
}
#seitenkopf h1 a {
  font-size: 1.3em;
  color: #66952f;
  padding: 1px 5px 2px;
  margin: 0;
  font-weight: normal;
}
#seitenkopf h1 a:hover {
  color: #fff;
  background: #1d3314;
}
#seitenkopf p {
  font-size: 1.0em;
  padding: 0 0 0 25px;
  margin: 0;
  color: #66952f;
  font-family: sans-serif;
  font-weight: normal;
}
/* Für den Inhalt brauchen wir das hier */
#inhalte {
  width: 530px;
  float: left;
}
#inhalte .post {
  font-size: 1.0em;
  line-height: 1.3;
 /* border-bottom: 1px solid #2d4324;
  border-top: 1px solid #2d4324;*/
  padding: 60px 0 4px;
}
#inhalte .postmetadata {
  font-size: 0.7em;
  line-height: 1.3;
  border-bottom: 1px solid #2d4324;
  border-top: 1px solid #2d4324;
  padding: 2px 0 4px;
}
#inhalte .dlft {
  width: 230px;
  float: left;
  margin: 10px 0 0 25px;
  text-align: left;
  font-size: 0.8em;
}
#inhalte .drgt {
  width: 230px;
  float: right;
  margin: 10px 25px 0 0;
  text-align: right;
  font-size: 0.8em;
}
#inhalte .navigation {
  width: 530px;
  margin: 15px 0 0;
  height: 2.5em;
  line-height: 1.1;
}
#inhalte .lft {
  float: left;
  margin: 7px 15px 8px 0;
  background: #fff;
  padding: 3px;
  border: 1px solid #2d4324; 
}
#inhalte .rgt {
  float: right;
  margin: 7px 0 8px 15px;
  background: #fff;
  padding: 3px;
  border: 1px solid #2d4324; 
}
#inhalte ol, #inhalte ul {
  font-size: 0.8em;
  margin: 10px 25px 10px 50px;
}
#inhalte ol {
  margin-left: 55px;
}
#inhalte ol li, #inhalte ul li {
  line-height: 1.2;
  padding-bottom: 4px;
}
#inhalte ol li code {
  font-size: 1.2em;
  background: #ccc;
}
#inhalte table {
  border-collapse: collapse;
  border-top: 1px solid #2d4324;
  border-left: 1px solid #2d4324;
  font-size: 0.8em;
  margin: 10px 25px 15px;
}
#inhalte table th, #inhalte table td {
  border-right: 1px solid #2d4324;
  border-bottom: 1px solid #2d4324;
  padding: 0 5px;
}
#inhalte img {
  float: right;	
  margin: 6px 10px 3px 0;
/*  border: 1px solid #4d6344; */
}

/*Smileys ausrichten*/

#inhalte img.wp-smiley {
	float:none;
	border:none;
}

#inhalte #sucheingabe {
  width: 180px;
  font: normal 0.8em sans-serif;
  border: 1px inset #afa;
  background: #2d4324;
  color: #fff;
  padding: 1px 5px 3px;
  margin: 0 0 5px 25px;
}
#inhalte #suchsubmit {
  width: 53px;
  font: normal 0.8em sans-serif;
  border: 1px outset #afa;
  background: #2d4324;
  color: #fff;
  padding: 0px 3px 2px;
  margin: 5px 0 5px;
}
#inhalte #suchsubmit:hover {
  background		: #4d6344;
}
/* Für Kommentare sind wir auch empfänglich */
#commentform input {
  font: normal 1.1em sans-serif;
  border: 1px inset #afa;
  background: #2d4324;
  color: #fff;
  padding: 1px 5px 3px;
  margin: 5px 0 5px 5px;
}
#commentform input#submit {
  font: normal 1.1em sans-serif;
  border: 1px outset #afa;
  background: #2d4324;
  color: #fff;
  padding: 0px 3px 2px;
  margin: 0px 0 10px 5px;
}
#commentform input#submit:hover {
  background: #4d7344;
  color: #fff;
}
#commentform textarea {
  font: normal 1.1em sans-serif;
  border: 1px inset #afa;
  background: #2d4324;
  color: #fff;
  padding: 1px 5px 3px;
  margin: 5px 0 5px 5px;
}
#commentform label {
  font-size: 0.9em;
}
#commentform small {
  font-size: 0.8em;
}
ol.commentlist p {
  font-size: 1.0em;
}
ol.commentlist li {
  padding: 5px 5px 3px;
  margin: 0px 0 10px 0;
  border: 1px solid #2d4324;
}
ol.commentlist li.alt {
  border: 1px solid #2d4324;
}
ol.commentlist .commentmetadata {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}
/* Kontakt wollen wir natürlich auch */
#inhalte div.contactform {
  margin: 20px 0 10px 25px;
  font-size: 0.8em;
}
#inhalte div.contactform label {
  width: 15em;
}
#inhalte div.contactform input, #inhalte div.contactform textarea {
  font: normal 1.0em/1.5 sans-serif;
  margin-bottom: 2px;
  width: 220px;
  padding: 2px 3px;
  border: 1px inset #afa;
  background: #2d4324;
  color: #fff;
}
#inhalte div.contactkopie {
  width: 18em;
  float: left;
}
#inhalte div.inputkopie {
  width: 13em;
  float: left;
}
#inhalte div.inputkopie input {
  width: 2em;
  margin-top: 5px;
}
#inhalte div.contactform textarea {
  width: 420px;
}
#inhalte .contactsubmitl {
  clear: both;
}
#inhalte #contactsubmit {
  width: auto;
  margin: 40px 0 0 0;
  border: 1px outset #afa;
  background: #2d4324;
  color: #fff;
}
#inhalte #contactsubmit:hover {
  background: #4d6344;
  color: #fff;
}
/* Finden wollen wir auch was */
#navi {
  width				: 220px;
  float				: right;
  padding			: 60px 0 10px 0;
}
#navi h2 {
  font: normal 1.0em/1.6 sans-serif;
  margin: 0;
  padding: 10px 5px 2px;
  color: #fff;
  border-bottom: 1px solid #2d4324;
  zoom: 1;
}
#navi ul {
  font-size: 1.0em;
  list-style-type: none;
  padding: 0;
  margin: 0 25px 0 0;
  zoom: 1;
}
#navi ul li ul {
  font-size: 0.8em;
  padding: 0;
  margin: 0;
  zoom: 1;
}
#navi ul li ul li ul {
  padding: 0;
  margin: 0;
  zoom: 1;
  font-size: 1.0em;
}
#navi ul li.cal {
  padding: 0;
  margin: 0;
  zoom: 1;
}
#navi ul li ul li a {
  display: inline-block;
}
#navi ul li ul li a {
  padding: 1px 5px 2px;
  display: block;
  border-bottom: 1px solid #2d4324;
}
#navi ul li.recentcomments {
  padding: 1px 5px 2px;
  display: block;
  border-bottom: 1px solid #2d4324;
}
#navi ul li.recentcomments a {
  padding: 1px 0px 2px;
  display: inline;
  border-bottom: none;
}
#navi ul li ul li.current_page_item a, #navi ul li ul li.current-cat a {
  padding: 1px 5px 2px;
  display: block;
  color: #fff;
  background: #2d4324;
}
#navi ul li ul li a:hover {
  background: #2d4324;
  color: #fff;
}
#searchform {
  margin: 8px 0px 0 0;
  padding: 0;
  border-bottom: 1px solid #2d4324;
}
#searchform h2#suchhead {
  border-bottom: none;
}
form #searchform br {
  display: none;
}
form #searchform .si,form #searchform #si{
  width: 125px;
  font: normal 0.8em sans-serif;
  border: 1px inset #afa;
  background: #2d4324;
  color: #fff;
  padding: 1px 5px 3px;
  margin: 0 0 5px 0px;
}
form #searchform .ss, form #searchform #ss {
  width: 53px;
  font: normal 0.8em sans-serif;
  border: 1px outset #afa;
  background: #2d4324;
  color: #fff;
  padding: 0px 3px 2px;
  margin: 5px 0 5px;
}
form #searchform .ss:hover, form #searchform #ss:hover {
  background: #4d6344;
}
#navi ul#themeswitcher li.current_theme {
  background: #2d4324;
  color: #fff;
  padding: 1px 5px 2px;
  border-bottom: 1px solid #2d4324;
}
/* Ein bisschen was für den Kalender */
#wp-calendar { 
  width: 190px; 
  line-height: 1.0em;
  margin: 5px 0 5px 5px;
  font-size: 0.8em;
  border-collapse: collapse;
  border-top: 1px solid #2d4324;
  border-left: 1px solid #2d4324;
  font-family: sans-serif;
}
#wp-calendar caption {
  line-height: 16px; 
  text-transform: uppercase; 
  letter-spacing: 1px;
  margin: 5px auto;
}
#wp-calendar #today {
  background: #2d4324;
  color: #fff;
  font-weight: bold;
}
#wp-calendar th,
#wp-calendar td {
  font-weight: normal;
  padding: 2px;
  text-transform: uppercase; 
  border-right: 1px solid #2d4324;
  border-bottom: 1px solid #2d4324;
  text-align: center;
}
#wp-calendar .pad {
  background: #0d2304;
}
#wp-calendar a {
  font-weight: bold;
}
#wp-calendar a:hover {
  color: #afa;
}
/* Wir kommen zum Ende */
#seitenfuss {
  clear: both;
  border-top: 1px solid #5d7354;
  background: #2d4324;
  width: 900px;
}
#seitenfuss p {
  padding: 5px 0;
  text-align: center;
  font-size: 0.6em;
  font-family: sans-serif;
}
#searchsubmit {
  color:#66952f;
  background: #000;
}

#s {
  background: #0d2304;
  color:#66952f;
}