/*  
Theme Name: WordPress Standard  DE-Edition
Theme URI: http://wordpress.org/
Description: Das komplett eingedeutschte standard WordPress Theme basierend auf dem famosen <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Deutsche Bearbeitung: <a href="http://blogshop.de">Olaf A. Schmitz</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: small;
	font-family: Verdana, Arial, Sans-Serif;
	background: #fff url('') top left no-repeat;
	color: #454545;
	text-align: left;
	margin: 0;
	padding: 0; 
	}
	
* html body  {
  font-size: x-small; /*  f�r IE5/Win  */
  f\ont-size: small; /*  f�r andere IE-Versionen. Thx to Dan Cederholm  */  
  }

a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
h1, h1 a{
  font-family: Georgia, Arial, Verdana, Sans-Serif;
  font-weight: normal;
  padding: 0px;
  margin: 0;
  letter-spacing: -0.03em;
  }

li h1 {
  }

h1.pagetitle {
  font-family: Georgia, Verdana, Arial;
  font-weight: bold;
  color: #000;
  padding: 25px 0 10px 0px;
  margin: 0 0 0 58px;
  border-bottom: 0px dashed #ccc;
}

h2 a {
  font-family: Georgia, Verdana, Arial;
  border-bottom: 0px dashed #000;
	}

h2 a:hover, h3 a:hover {
	text-decoration: none;
	background: #D1D8CB;
	}

h3 {
	font-weight: normal;
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #000;
	}

code {
	font-family: "Courier New", Courier;
	}

acronym, abbr, span.caps
{
	/* font-size: 0.9em; */
	letter-spacing: .07em;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* End Images */
	
/***************** Ende generische Einstellungen ******************/

#page {
	text-align: left;
	margin: 0px auto;
	padding: 0;
	}

#header {
	background: #fff url('images/header_logo1.png') top left no-repeat;
	margin: 0; 
	padding: 0; 
	height: 257px;
	border: 0px solid yellow;
	}

#headerimg {
	margin: 0;
	height: 125px;
	width: 1015px;
	border: 0px solid #000;
	}
	
/********** Navigation Header *************/

#numberofauthors {

  border: 0px solid red;
  float: right;
  width: 240px;
  font-family: georgia;
  font-style: italic;
  font-size: large;
  color: #999;
  margin: 20px 0 0 0;
  }

#seiten {
	font-size: 100%;
  font-weight: bold;	
	margin: 0;	
	padding: 89px 0 0 165px;
	list-style: none;
	border: 0px solid orange;
	}

#seiten ul {
  float: left;
  margin: 0;
  padding: 0;
	list-style: none;
  }

#seiten ul li {
  float: left;
  margin: 0;
  padding: 3px 0 8px 0;
	list-style: none;
  }

#seiten ul li a {
	font: bold 12px/120% Arial, Helvetica, sans-serif;
  float: left;
  display: block;
  margin: 0;
  padding: 4px 12px;
  color: #fff;
  text-decoration: none;  
  }

#seiten a:hover {
  color: yellow;
  padding: 4px 12px;
  }

/******************* Ende Navigation Header ******************/

/******************* Suche ******************/

#searchform {
	margin: 0px;
	padding: 3px 3px 5px 610px; 
	text-align: left;
	}

#searchform #s {
	width: 150px;
	padding: 0px;
	margin: 0px;
	}
	
#searchform #searchsubmit {
  color: #618653;
  border: 1px solid #B9BE75;
  background: #DADFA1;
	width: 60px;
	height: 20px;
  padding: 0px 0px 0px 0px;
  }
 
/******************* Ende Suche ******************/

.description {
  padding: 5px 35px 15px 175px;
  width: 550px;
  font: 150% Georgia, Arial, Verdana;
  font-weight: normal; 
  color: #7A9B62;
  border: 0px solid green; 
  height: 100px;
  vertical-align: middle;
  text-align: justify;
  float: left;
  } 
  
.description a {
  color: #000;
  border-bottom: 1px dotted #000;
  }

.description a:hover {
  color: #000;
  border-bottom: 1px solid #000;
  }
  
/******************* Registration ***********************/

.registration {
  background: url(images/respond.gif) 0px 0px no-repeat;
  width: 157px;
  height: 52px;
  float: left;
  padding: 0px 0 0 0px;;
  margin: 0 0 0 25px;
  }
  
.registration a {
  background: #fff;
  font: 100% Arial, Verdana;
  font-weight: bold;
  color: red;
  margin: 0px 0 0 0px;
  width: 200px;
  height: 56px;
  display: block;
  border: 1px solid #ccc;  
  padding: 3px 0 0 15px;
  }

.registration a:hover {
  background: url('') 0px 0px no-repeat;
  border: 1px solid #000;  
  }

.loginout {
  visibility: hidden;
  border: 1px solid black

}

/**************** End of Registration *******************/

  
/******************* Content ***********************/

#content {
	border-right: 0px solid #DCDCDC;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}
  
#headerimg .description {
	}
	
/* Breite der Kommentare */
.narrowcolumn {
  background: url(images/) no-repeat bottom left; 
	float: left;
	padding: 0 35px 20px 175px;
	margin: 0;
	width: 550px;
	max-width: 550px; 
	overflow: hidden;
	border: 0px solid orange;
	}

.widecolumn {
  background: url(images/) no-repeat bottom left; 
	float: left;
	padding: 0 35px 20px 175px;
	margin: 0;
	width: 550px;
	max-width: 550px; 
	overflow: hidden;
	border: 0px solid orange;
	}

.post {
	padding: 10px 0px 0 0px;
	margin: 0;
	text-align: left;
	border-top: 0px solid #ccc;
	border-right: 0px solid #ccc;
	border-left: 0px solid #ccc;
	}

.post .date {
	height: 50px;
	width: 45px;
	background: url(images/calendar_green.png) no-repeat;
	font: normal 22px Georgia, Arial, Helvetica, sans-serif;
	color: #33;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}

.post .title {
	float: left;
	margin: 0 0 10px 10px;
	padding: 0 0 10px 0;
	width: 480px;
}

.post h1 {
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
  }

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.post .time {
  background: url('images/calendar.png') no-repeat top left;
  padding: 0 10px 0 20px;
  color: #F14033;
  font-size: 100%;
  }

.post .author {
  background: url('images/mini-user.png') no-repeat top left;
  padding: 0 0 0px 20px;
  font-family: Georgia, Arial, Verdana;
  font-style: italic;
  color: #F14033;
  font-size: 100%;
  }

.post .comment  {
  background: url('images/comments.gif') no-repeat top left;
  padding: 0 0 0 20px;
  margin: 0 0 0 13px;
  color: #637C52;
  font-size: 80%;
  }

.comment a {
  font-weight: normal;
  border-bottom: 0px dotted #000;
  }

.comment a:hover {
  text-decoration: none;
  border-bottom: 1px solid #000;
  }

.widecolumn .post {
	}

.narrowcolumn .postmetadata {

	}

.widecolumn .postmetadata {
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.postmetadata a {
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px dotted #618653;  
  }

.postmetadata a:hover {
  border-bottom: 1px solid #618653;  
  }









	
.searchcontent {
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
  padding-left: 60px;
  }


/******************** Entry **********************/


.narrowcolumn .entry { 
  text-align: left; 
  line-height: 1.25em; 
  padding: 3px 5px 4px 0px; 
  margin: 0; 
  font-family: verdana; 
  color: #666; /*Textblock der Posts*/ 
  border: 0px solid blue; 
  border-top: 1px dashed #F14033; 
  clear: both; }

.widecolumn .entry {
  text-align: left;
  line-height: 1.25em;
  padding: 3px 5px 4px 57px;
  margin: 0;
  font-family: verdana;
  color: #666;
  border: 0px solid blue;
  clear: both;
  }

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry a {
  text-decoration: underline;
  font-weight: normal;
  color: #000;

  }

.entry a:hover {
  text-decoration: underline;
  }

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.entry a img {
  padding: 10px 10px 12px 10px;
  border-bottom: 0px solid #000;
  display: block;
  }

.entry .continue {
  background: #EEEDEF url(images/post-nav-next.gif) no-repeat right 3px;
	padding: 3px 20px 3px 6px;
	margin: 0 0 0px 0;
	font-weight: normal;
	font-style: italic;
	border: 0px solid #000;	
  float: left;
  display: block;
}

.edit {
  background: #EEEDEF url(images/respond.gif) no-repeat;
	padding: 2px 5px 2px 20px;
	margin: 0 0 0px 12px;
	font-weight: normal;
  font-size: 80%;
	color: #F14033;	
	border: 0px solid #EEEDEF;	
  }

a .edit {
	color: #000;
	background-color: #fff;
	font-weight: normal;
	color: #000;
  }

a:hover .edit  {
	font-weight: normal;
	color: #F14033;	
	background-color: #EEEDEF;
	text-decoration: none;
  }

.authorimage
{
  float: right;
  border: solid 1px #ccc;
  margin: 0;
  padding: 1px 1px 1px 1px;
}

.authorimage img
{
  width: 30px;

}

/******************** Ende Content ************************/

/********************** Sidebar **********************/


/* ------------------------------------- sidebar area  */
/* sidebar */
#sidebar {
        background-color: #F1F1EF;
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.25em;
  float:left;
	width: 234px;
	color: #666666;
	line-height: 140%;
	padding: 5px 3px 0 8px;
  margin: 0 0 0 0px;
  border-top: 0px solid #DCDCDC;
  border-right: 0px solid #DCDCDC;
  border-bottom: 0px solid #DCDCDC;
  border-left: 0px solid #DCDCDC;
}

#sidebar p {
	margin: 0px 0px 15px;
}

#sidebar h1 {
  color: #000;
  padding: 0px 0 15px 0;
  }

#sidebar h3 {
  background-color: #7E9C69;
	font: bold 18px/150% Georgia, Arial, Helvetica, sans-serif;
	color: #eeedef;
	padding: 0 0 3px 10px;
}
#sidebar h3 a, #sidebar h3 a:visited {
	color: #666666;
}
#sidebar h3 img {
	vertical-align: middle;
}

#sidebar div {
  padding: 8px 8px 0px 8px;
  margin: 0 0 15px 0;
  }

#sidebar div div {
  padding: 5px 0px 10px 0px;
  border-bottom: 1px dashed #8C8C8C;
  }

#sidebar a, #sidebar a:visited {
	color: #5B834C;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	text-decoration:underline;
}
#sidebar ul {
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}
#sidebar ul li {
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 18px ;
}
#sidebar ul li ul li {
	background: url(images/bullet-grey.gif) no-repeat;
	padding-left: 12px ;
}

/* ------------------------------------- widget styles  */
/* archives widget */
#archives  {
	border-bottom: 1px dashed red;
	padding: 0 0 20px 0;
}
#archives ul li {
	background: url(images/mini-archive.gif) no-repeat;
	padding-bottom: 10px;
}
/* recent comments widget */
#recent-comments a {
	font-weight: bold;
	color: #70C317;
}
#recent-comments ul li {
  font: small Georgia, Verdana, Arial, Sans-Serif;
	background: url(images/mini-comment.gif) no-repeat;
	padding-bottom: 10px;
	line-height: 120%;

}
/* category widget */
#categories  {
	border-bottom: 0px dashed red;
	padding: 0 0 0px 0;
}
#categories ul li {
	background: url(images/mini-category.gif) no-repeat;
}
/* recent posts widget */
#recent-posts ul li {
	background: url(images/mini-page.gif) no-repeat;
}
/* links widget */
#links ul li {
	background: url(images/mini-blogroll.gif) no-repeat;
}
/* meta */
#meta .rss {
	background: url(images/mini-rss.gif) no-repeat;
}
#meta .login {
	background: url(images/mini-user.gif) no-repeat;
}
#meta .check {
	background: url(images/mini-check.gif) no-repeat;
}
#meta .wordpress {
	background: url(images/mini-wp.gif) no-repeat;
}
/* calendar */
#calendar table {
	margin: 0px auto;
}
#calendar td {
	padding: 0px 4px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}
/*************** Sidebar Ende ******************/

/******************* Kommentare ***********************/

h3#comments {
	background: url(images/comments.gif) no-repeat;
	font: normal Arial, Helvetica, sans-serif;
	clear: both;
	margin-left: 60px;
	padding-left: 25px;
}
h3#respond {
	background: url(images/respond.gif) no-repeat;
	font: normal Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px;
	clear: both;
	margin-left: 60px;
	padding-left: 25px;
}

.commentlist li, #commentform input, #commentform textarea {
	/* font: 0.9em "Lucida Grande", Verdana, Arial, Sans-Serif; */
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	color: #70C317
	/* font-size: 1.1em; */
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata a {
	font-weight: normal;
	color: #999;
	}

select {
	width: 130px;
	}

#commentform p {
	font-family: "Lucida Grande", Arial, Verdana, Sans-Serif;
	color: #999;
	margin: 5px 0;
	padding-left: 86px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 400px;
	height: 100px;
	padding: 2px;
	}

#commentform #submit {
  color: #618653;
  border: 1px solid #B9BE75;
  background: #DADFA1;
	width: 80px;
	height: 20px;
  padding: 0px 0px 0px 0px;
	margin: 0;
	}
/* End Form Elements */

.alt {
  color: #999;	
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 10px 0 0 100px;
	margin: 0;
	text-align: justify;
	}

.commentlist li {
	padding: 5px 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

#commentform #submit:hover {
	background: url(images/submit-btn.gif) no-repeat bottom left;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #F8F8F8;
}

/**************** Ende Kommentare *****************/

/**************** WP-Calendar *****************/

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em "Lucida Grande", Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/**************** Ende WP-Calendar *****************/

/**************** Footer *****************/

#footer {
  background: #7A9C60; 
  background: #ccc; 
  color: #fff;
	padding: 25px 0 55px 173px; 
	margin: 0 auto;
	clear: both;
	/*width: 100%;*/
	border-top: 6px solid #DCDCDC;
	border-bottom: 2px solid #999;
	}
	

#footer p {
	margin: 0;
	padding: 0;

	color: #fff;
	}

#footer p a {

	color: #666;
  }	
/**************** Ende Footer ***************/

/**************** Books ***************/

.now-reading {
	width: 350px;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	display: inline;
	border: 1px solid blue;
}


.now-reading ul li {
  border: 1px solid red;
  list-style: none;
  float: left;
  width: 55px;
  max-width: 55px;
  padding: 0px;
}

.now-reading img {
  border: 3px solid #ccc;

	margin:0 0 0px 0px;
	background:#3f4e4e;
	padding: 3px;
	height: 50px;
}

.now-reading img.amazon {
	border:none !important;
	margin:0px !important;
	background:none;
	padding:0;
}

.now-reading p {
  display: none;
}

.now-reading p strong {
  display: none;
}

.now-reading h3 {
  display: none;
}

.now-reading ul li p {
  display: inline;
}
/**************** End Books ***************/

/********************* Begin Calendar *********************/
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/********************* Begin Various Tags & Classes *****************/
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {	
	text-align: center;
        padding: 25px 0 0 7px;
        margin-left: 56px;
        border-top: 1px solid #fff;
        clear: both;
	}

  
/* End Various Tags & Classes*/

/* Newsletter-Plugin */

#newsletter {
	margin: 0px auto;
	padding: 2px;
	text-align: left;
	border: 0px solid #ccc;
	}
	
#newsletter submit {
  color: #618653;
  border: 1px solid #B9BE75;
  background: #DADFA1;
  }

/* Ende Newsletter-Plugin */




/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
