/*  
Theme Name: BlogPimp SleepyTiger
Theme URI: http://blogpimp.de/
Description: Das Löwen-Theme, 2 Spalten, 750 Pixel breit, von BlogPimp.de.
Version: 1.0
Author: Lothar Baier
Author URI: http://design.gsravitalis.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 11px/1.5 Verdana;
  background		: #1d3314;
  color				: #ccc;  
}

/* ####################### Seitenaufbau #################### */
#mantel {
  border-left		: 1px solid #5d7354;
  border-right		: 1px solid #5d7354;
  width				: 750px;
  text-align		: left;
  margin			: 0 auto;
  background		: #000000 url(images/header_2009.png) no-repeat;
}

/* ####################### allgemeine Gestaltung #################### */
h1, h2, h3, h4, h5, h6 {
  font-size			: 16px;
  font-weight		: bold;
  margin			: 20px 25px 3px;
  padding			: 1px 5px 2px 0;
  color				: #64F770;
  font-family		: Verdana;
}

h2 {font-size		: 12px;}
h3 {font-size		: 12px;}
h4 {font-size		: 11px;}
h5 {font-size		: 11px;}
h6 {font-size		: 10px;}

p {
  font-size			: 11px;
  line-height		: 1.5;
  margin			: 8px 25px 8px;
}

small {
  font-size			: 10px;
}

a {
  color				: #64F770;
  text-decoration	: none;
}

a:hover {
  color				: #fff;
  background		: #1d3314;
}

blockquote {
  background		: #1d3314;
  margin			: 5px 25px 5px 25px;
  padding			: 5px 0;
  font				: italic 0.885em Georgia, "Times New Roman", "Times Roman", Times, serif;
  border-left		: 5px solid #2d4324;
  color				: #ccc;
  letter-spacing	: 1px;
}

/* ####################### Seiten-Kopf #################### */
#seitenkopf {
  width				: 750px;
  height			: 155px;
}

#seitenkopf a:hover {
  background		: transparent;
}

/* ####################### Inhalte #################### */
#inhalte {
  width				: 530px;
  float				: left;
}

#inhalte .postmetadata {
  font-size			: 11px;
  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			: 11px;
}

#inhalte .drgt {
  width				: 230px;
  float				: right;
  margin			: 10px 25px 0 0;
  text-align		: right;
  font-size			: 11px;
}

#inhalte .navigation {
  width				: 530px;
  margin			: 25px 0 10px;
  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			: 11px;
  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			: 11px;
  background		: #ccc;
}

#inhalte table {
  border-collapse	: collapse;
  border-top		: 1px solid #2d4324;
  border-left		: 1px solid #2d4324;
  font-size			: 11px;
  margin			: 5px 25px 5px;
}

#inhalte table th,
#inhalte table td {
  border-right		: 1px solid #2d4324;
  border-bottom		: 1px solid #2d4324;
  padding			: 0 5px;
}

#inhalte img {
  margin			: 6px 10px 3px 0;
}

#inhalte #sucheingabe {
  width				: 180px;
  font				: normal 10px Verdana;
  border			: 1px inset #afa;
  background		: #2d4324;
  color				: #fff;
  padding			: 1px 5px 3px;
  margin			: 0 0 5px 25px;
}

#inhalte #suchsubmit {
  width				: 53px;
  font				: normal 10px Verdana;
  border			: 1px outset #afa;
  background		: #2d4324;
  color				: #fff;
  padding			: 0px 3px 2px;
  margin			: 5px 0 5px;
}

#inhalte #suchsubmit:hover {
  background		: #4d6344;
}

/* ####################### Kommentare #################### */
#commentform input {
  font				: normal 11px Verdana;
  border			: 1px inset #afa;
  background		: #2d4324;
  color				: #fff;
  padding			: 1px 5px 3px;
  margin			: 5px 0 5px 0;
}

#commentform input#submit {
  font				: normal 11px Verdana;
  border			: 1px outset #afa;
  background		: #2d4324;
  color				: #fff;
  padding			: 0px 3px 2px;
  margin			: 0px 0 10px 0;
}

#commentform input#submit:hover {
  background		: #4d7344;
  color				: #fff;
}

#commentform textarea {
  font				: normal 11px Verdana;
  border			: 1px inset #afa;
  background		: #2d4324;
  color				: #fff;
  padding			: 1px 5px 3px;
  margin			: 5px 0 5px 0;
  max-width			: 470px;
}

#commentform label {
  font-size			: 11px;
  margin			: 0 0 0 5px;
}

#commentform small {
  font-size			: 11px;
}

ol.commentlist p {
  font-size			: 11px;
  margin-left			: 10px;
}

ol.commentlist li {
  background-color		: #1D3314;
  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			: 11px;
  margin			: 0;
  padding			: 0;
}

/* ####################### Kontaktformular #################### */
#inhalte div.contactform {
  margin			: 20px 0 10px 25px;
  font-size			: 11px;
}
  
#inhalte div.contactform label {
  width				: 15em;
}

#inhalte div.contactform input,
#inhalte div.contactform textarea {
  font				: normal 11px Verdana;
  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;
}

/* ####################### Navigation #################### */
#navi {
  width				: 220px;
  float				: right;
  padding			: 22px 0 10px 0;
}

#navi h2 {
  font-family			: Verdana;
  font-size			: 12px;
  margin			: 0;
  padding			: 0px 5px 2px;
  color				: #fff;
  border-bottom		: 1px solid #2d4324;
  zoom				: 1;
}

#navi ul {
  font-size			: 11px;
  list-style-type	: none;
  padding			: 0;
  margin			: 0 25px 0 0;
  zoom				: 1;
}

#navi ul li ul {
  font-size			: 11px;
  padding			: 0;
  margin			: 0;
  zoom				: 1;
}

#navi ul li ul li ul {
  padding			: 0;
  margin			: 0;
  zoom				: 1;
  font-size			: 11px;
}

#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;
}

#navi #suche {
  margin			: 5px 0px 0 0;
  padding			: 0;
  border-bottom		: 1px solid #2d4324;
}

#navi #suche h2#suchhead {
  border-bottom		: none;
}

#navi #search br {
  display			: none;
}

#navi #suche .si,
#navi #search #si {
  width				: 120px;
  font				: normal 10px Verdana;
  border			: 1px inset #afa;
  background		: #2d4324;
  color				: #fff;
  padding			: 1px 5px 3px;
  margin			: 0 0 5px 5px;
}

#navi #suche .ss,
#navi #search #ss {
  width				: 53px;
  font				: normal 10px Verdana;
  border			: 1px outset #afa;
  background		: #2d4324;
  color				: #fff;
  padding			: 0px 3px 2px;
  margin			: 5px 0 5px;
}

#navi #suche .ss:hover,
#navi #search #ss:hover {
  background		: #4d6344;
}

#navi ul#themeswitcher li.current_theme {
  background		: #2d4324;
  color				: #fff;
  padding			: 1px 5px 2px;
  border-bottom		: 1px solid #2d4324;
}

/* ####################### Kalender #################### */
#wp-calendar { 
  width				: 190px; 
  line-height		: 1.0em;
  margin			: 5px 0 5px 5px;
  font-size			: 11px;
  border-collapse	: collapse;
  border-top		: 1px solid #2d4324;
  border-left		: 1px solid #2d4324;
  font-family		: Verdana;
}

#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;
}

/* ####################### Seiten-Fuss #################### */
#seitenfuss {
  clear				: both;
  padding-top		: 5px;
  border-top		: 1px solid #5d7354;
  border-bottom		: 1px solid #5d7354;
  background		: #2d4324;
  width				: 750px;
}

#seitenfuss div {
  text-align		: center;
  font-size			: 11px;
  font-family		: Verdana;
}

/* ### eigene klassen ### */
/* ie transparent png fix */

img {
  behavior: url(/blog/wp-content/themes/chiliblog/iepngfix.htc);
}

.contentsubheader {
  font-size: 11px;
  font-weight: normal;
  color: #4e753f;
  padding: 0;
}

#inhalte a.nohover:hover {
  background: none;
}

#inhalte .postmetadata {
  background-image: url(images/postmeta_back.png);
  background-repeat: no-repeat;
  padding: 3px 0 5px 0;
}

#inhalte h2 {
  background-image: url(images/h2_back.png);
  background-repeat: no-repeat;
  padding-bottom: 7px;
  border-bottom: 1px solid #2D4324;
}

#inhalte img.rating, img.growimg {
  margin: 0 !important;
}

#inhalte img.wp-smiley {
  margin: 0;
  border: 0;
}

#inhalte img.wp-chili {
  float: left;
  margin-left: 0px;
  border: 0;
}

#inhalte img.collection {
  padding: 3px;
  margin: 0;
  border: 1px solid #4D6344;
}

#inhalte img.collection-float {
  float: right;
  margin: 3px 0 3px 15px;
  padding: 3px;
  border: 1px solid #4D6344;
}

#inhalte img.wpa_play {
  margin: -2px 5px 0 0;
  vertical-align: middle;
}

#inhalte ol li cite {
  font-weight: bold;
}

#navi h2 {
  background-image: url(images/h2_sidebar_back.png);
  background-repeat: no-repeat;
}

#navi img.sidebar {
  color: black;
  background: black;
  padding-left: 5px;
  padding-top: 10px;
  border: 0;
}

#navi ul li.cal {
  margin: 5px 0 10px 0;
}

#navi ul li ul div {
  padding: 5px;
}

#navi ul li ul li a cite span {
  color: #FF0000;
}

#seitenfuss img.wp-chili {
  text-align: center;
  border: 0;
  padding-top: 2px;
  padding-bottom: 3px;
}

.entry {
  background-image: url(images/entry_back.png);
  background-repeat: repeat-y;
  text-align: justify;
}

.entry textarea {
  font: normal 11px Verdana;
  background: #2D4324;
  border: 1px inset #afa;
  color: #ffffff;
}

.entry input, .email-subscribe input {
  font: normal 11px Verdana;
  background: #2D4324;
  border: 1px inset #afa;
  color: #ffffff;
}

.entry input[type="submit"], .email-subscribe input[type="submit"] {
  border: 1px outset #afa;
}

.entry input[type="submit"]:hover, .email-subscribe input[type="submit"]:hover {
  background: #4d7344;
}

.linkcat {
  padding-top: 5px;
}

blockquote p {
  margin: 8px 15px;
  text-align: left;
}

.comment-text {
  background-color: #000000;
  border: 1px solid #5D7354;
  margin: 8px 3px 4px;
  overflow: hidden;
}

.comment-text blockquote {
  margin: 10px;
}

ol.commentlist p {
  margin-right: 10px;
}

ol.commentlist li small {
  color: #ffffff;
}

ol.commentlist li span {
  padding-left: 3px;
}

ol.commentlist li.guest span {
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
}

ol.commentlist li.author span a.url {
  color: #ff0000;
  font-weight: bold;
  font-style: italic;
}

.email-subscribe p {
  margin: 8px 0 8px 0;
}

#inhalte h2.pageheader {
  background-position: 0;
}

.wpa_container div.wpa_bar, .wpa_container div.wpa_sub {
  margin: 2px 0 0 22px !important;
}

div.wpcf7-response-output {
  margin-right: 10px !important;
  margin-left: 25px !important;
}
