/*  
Theme Name: simple-theme
Theme URI: http://bitspirits.de/
Description: nur ein einfaches Theme
Version: 0.2
Author: Martin Kunzelnick
Author URI: http://www.kunzelnick.de/
*/

body, html {
  text-align		: center; 
  height			: 100%;
  font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif;
  font-size: 90%;
	background-color: #657711;
  color				: #000000; 
  margin: 0px; padding: 0px; 
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;  
}

.container {
  width : 750px;
  text-align : left;
  margin : 0 auto 0 auto;
  padding : 0px; 
  background-color: #F0F0F0;
	background-image:url(images/content-bg.jpg);
	background-position:right top;
	background-repeat: no-repeat;  
}


h1, h2, h3, h4, h5, h6 {
  font-size			: 120%;
  font-weight		: bold;
  margin			: 20px 25px 3px;
  padding			: 1px 5px 2px 0;
  color				: #657711;
}

h2 {font-size		: 115%;}
h3 {font-size		: 105%;}
h4 {font-size		: 0.9em;}
h5 {font-size		: 0.85em;}
h6 {font-size		: 0.8em;}

p {
  font-size			: 100%;
  line-height		: 1.6;
  margin			: 0 25px 8px;
}


small {
  font-size			: 11px;
  margin			: 0 25px 8px;
}

a {
  color				: #000000;
  text-decoration	: none;
}

a:hover {
  color				: #FF6600;
}


blockquote {
  background		: #FFFFFF;
  margin			: 10px 30px 10px 30px;
  padding			: 5px 0;
  font				: italic 0.8em/1.4 Verdana, Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif;
  border-left		: 5px solid #FF6600;
  color				: #333333;
  letter-spacing	: 1px;
}


.header {
  width				: 750px;
  height			: 175px;
  margin: 0px;
  padding: 0px;
  display: block;
}

.headerh1 {
  padding			: 60px 0 0 25px;
  margin			: 0;
}

.headerh1 a {
  font-size			: 1.2em;
  color				: #657711;
}

.headerh1 a:hover {
  color				: #FF6600;
  text-decoration: underline;
}

.headerp {
  font-size			: 1.0em;
  padding			: 0 0 0 25px;
  margin			: 0;
  color				: #18e;
}



#inhalte {
  width				: 525px;
  float				: left;
  margin 			: 0;
  padding 		: 0;
  font-size : 100%; 
}

#inhalte a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	color: #FF6600;
}

#inhalte a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}


#inhalte h2 a {
	text-decoration: none;
	border: none;
}

#inhalte h2 a:hover {
	text-decoration: none;
	border: none;
}

#inhalte .postmetadata {
  font-size			: 9px;
  line-height		: 1.3;
  border-top		: 1px dashed #657711;
  padding			: 2px 0 10px 0;
  color: #999999;
}

.postmetadata a {
	color: #777777;
}

.postmetadata a:hover {
	color: #FF6600;
}


#inhalte .dlft {
  width				: 230px;
  float				: left;
  margin			: 10px 0 0 0px;
  text-align		: left;

}

#inhalte .drgt {
  width				: 230px;
  float				: right;
  margin			: 10px 10px 0 0;
  text-align		: right;
  
}

#inhalte .navigation {
  width				: 525px;
  margin			: 15px 0 0 20px;
  height			: 2.5em;
  line-height		: 1.1;
}

#inhalte .lft {
  float				: left;
  margin			: 7px 15px 8px 0;
  background		: #fff;
  padding			: 3px;
  border			: 1px solid #aaa; 
}

#inhalte .rgt {
  float				: right;
  margin			: 7px 0 8px 15px;
  background		: #fff;
  padding			: 3px;
  border			: 1px solid #aaa; 
}

ol {
	margin-left: 25px;
}

/**
#inhalte ol, #inhalte ul {
  margin			: 10px;
} **/


#inhalte ol li,
#inhalte ul li {
  line-height		: 1.2;
  padding-bottom	: 4px;
}

#inhalte ol li code {
  background		: #ccc;
}

#inhalte table {
  border-collapse	: collapse;
  border-top		: 1px solid #ccc;
  border-left		: 1px solid #ccc;
  margin			: 10px 25px 15px;
}

#inhalte table th,
#inhalte table td {
  border-right		: 1px solid #ccc;
  border-bottom		: 1px solid #ccc;
  padding			: 0 5px;
  vertical-align: top;
}
 
#inhalte img {	
  margin			: 6px 10px 3px 0;
  border: none;
} 

#inhalte embed {
	padding: 0;
 	margin: 0 0 0 25px;
}

#inhalte object {
	margin: 0;
	padding: 0;
}

/* ---------------------------------------------- Kommentare ---------------------------------------------- */
#commentform input {
  font				: normal 1.1em Verdana, Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif;
  border			: 1px inset #444;
  background		: #fff;
  color				: #444;
  padding			: 1px 5px 3px;
  margin			: 5px 0 5px 5px;
}

#commentform input#submit {
  font				: normal 1.1em Verdana, Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif;
  border			: 1px outset #444;
  background		: #fff;
  color				: #444;
  padding			: 0px 3px 2px;
  margin			: 0px 0 10px 5px;
}

#commentform input#submit:hover {
  /* background		: #ddd; */
}

#commentform textarea {
  font				: normal 1.1em Verdana, Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif;
  border			: 1px inset #444;
  background		: #fff;
  color				: #444;
  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 #ccc;
}

ol.commentlist li.alt {
  border			: 1px solid #ccc;
}

ol.commentlist .commentmetadata {
  font-size			: 0.9em;
  margin			: 0;
  padding			: 0;
}

.commentExcerpt {margin:0; padding:0 0 5px 15px;} 

/* ---------------------------------------------- Kontaktformular ---------------------------------------------- */
#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 Verdana, Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif;
  margin-bottom		: 2px;
  width				: 220px;
  padding			: 2px 3px;
  border			: 1px inset #444;
  background		: #fff;
  color				: #444;
}
  
#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 #753;
  background		: #fff;
  color				: #444;
}
  
#inhalte #contactsubmit:hover {
  /* background		: #ddd; */
}

/* ---------------------------------------------- Navigation ---------------------------------------------- */
#navi {
  width				: 190px;
  float				: right;
  padding			: 0;
  margin			: 0;
}

#navi h2 {
  font				: bold 90% Verdana, Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif;
  margin			: 10px 1px 2px 0;
  padding			: 2px 2px 0px 10px;  
  color				: #555;
  background-color: #FF6600;
  color: #FFFFFF;
  background-image:url(images/group-bg.gif);
	background-position:left top;
	background-repeat: no-repeat;
}

#navi ul {
  font-size			: 1.0em;
  list-style-type	: none;
  padding			: 0;
  margin			: 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 15px;
  display			: block;
  border-bottom		: 1px solid #ddd;
}


#navi ul li ul li.current_page_item a {
	background-image:url(images/arrow-bg.gif);
	background-position:left top;
	background-repeat: no-repeat;
  padding			: 1px 5px 2px 25px;
  display			: block;
  color				: #ff6600;	
}

#navi ul li ul li.current-cat a {
  padding			: 1px 5px 2px 20px;
  display			: block;
  color				: #ff6600;
  
}

#navi ul li ul li a:hover {
  /* background		: #eee; */
  color: #FF6600;
}

#navi #suche {
  margin			: 8px 0 0 0;
  padding			: 0;

}

#navi #suche h2#suchhead {
  border-bottom		: none;
}

#navi #suche .si {
  width				: 90px;
  font				: normal 0.8em Verdana, Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif;
  border			: 1px inset #444;
  background		: #fff;
  color				: #000;
  padding			: 1px 5px 3px;
  margin			: 0 0 5px 5px;
}

#navi #suche .ss {
  width				: 53px;
  font				: normal 0.8em Verdana, Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif;
  border			: 1px outset #444;
  background		: #fff;
  color				: #000;
  padding			: 0px 3px 2px;
  margin			: 5px 0 5px;
}

#navi #suche .ss:hover {
  background		: #ddd;
}

#navi ul#themeswitcher li.current_theme {
  background		: #eee;
  color				: #f11;
  padding			: 1px 5px 2px;
}


/* ---------------------------------------------- calendar ---------------------------------------------- */
#navi li.cal {
	margin: 0; padding: 0;
}

#wp-calendar { 
  width				: 160px; 
  line-height		: 1.0em;
  margin			: 0px 0 5px 15px;
  font-size			: 9px;
  border-collapse	: collapse;
  border-top		: 1px solid #ccc;
  border-left		: 1px solid #ccc;  
}

#wp-calendar caption {
  line-height		: 14px; 
  letter-spacing	: 1px;
  margin			: 5px auto;
}

#wp-calendar #today {
  background		: #eee;
  color				: #000;
  font-weight		: bold;
}

#wp-calendar th,
#wp-calendar td {
  font-weight		: normal;
  padding  			: 1px;
  text-transform	: uppercase; 
  border-right		: 1px solid #ccc;
  border-bottom		: 1px solid #ccc;
  text-align		: center;
}

#wp-calendar .pad {
  background		: #eee;
}

#wp-calendar a {
  color				: #FF6600;
}

#wp-calendar a:hover {
  color				: #FF6600;
}

/* ---------------------------------------------- Seiten-Fuss ---------------------------------------------- */
.footer {
  clear				: both;
  width				: 620px;
  margin-left: 15px;
  margin-top : 40px;
  margin-bottom: 40px
  padding-top: 8px;
  padding-bottom: 20px;
  border-top: dashed 1px #999999;
}

.footer p {
  text-align		: center;
  font-size			: 9px;
}

.footer a {
	color: #666666;
}

.clear {
	clear: both;
}

.rss-icon {
	padding: 0 0 0 20px;
	font-weight: bold;
	background-image:url(images/feed-icon.gif);
	background-position:15px top;
	background-repeat: no-repeat;
}

.similarPosts {
	margin:0;
	padding:0;
	list-style-type	: disc;
}

.odd {background-color:#FFFFFF;}
.even {background-color:#DDDDDD;}