
/*  
Theme Name: WordPress Standard  DE-Edition adaptiert
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>, Adaption: Simone Schwarz.
Version: 1.6
Author: Michael Heilemann, Adaption: Simone Schwarz
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/
	
	This theme was adapted by Simone Schwarz,
	whose website you will find at http://www.design-of-media.de

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin KLV Colors: Color, Background, Border, !Background wird durch kubrickbg.jpg bzw. kubrickwide.jpg in single erzeugt! */

/* #D5FFBF hellgruen, #81BF60 gruen, #EEFFE6 pastellgruen, #2B4020 dunkelgruen */
/* #CDC5FF helllila, #7468BF lila, #EBE8FF pastelllila, #333 dunkelgrau */

body {
	background: #d5ffbf url('images/kubrickbgcolor.jpg');
	color: #333;
	}
/* Linkrahmen ausblenden */	
a	{ 
	outline: none;
	}	
#page {
	background: white;
	}
#header {
	background: #81BF60 url('images/kubrickheader.jpg') no-repeat top;
	}
#date {
	background: #7468BF url('images/date.jpg') no-repeat bottom;
	color: #FFF; 
	}
#content {
	background: white;
	}
#sidebar h2 {
	background: #81bf60 url('images/kubricksidebar.jpg') no-repeat bottom;
	}
/* Bloecke */
#sidebar ul ul {
	background: white;
	}
/* Buttons 2. Ebene */
#sidebar ul ul ul {
	background: white;
	}
/* Buttons aller Ebenen */
#sidebar ul ul li {
	color: #333;
	}
#footer {
	background: #7468BF url('images/kubrickfooter.jpg') no-repeat bottom; 
	color: #FFF;
	}
/*#wp-calendar td.pad:hover {  Doesn't work in IE 
	background: #FFF; }*/


/* Colors: Forms and Buttons */

input.button {
  color: #333;
  background-color: white;
  }
input.textarea {
  color: #000;
  background-color: #EEFFE6;
  }
/*only contact form and comment form*/
textarea {
  color: #000;
  background-color: #EEFFE6;
  }
	


/* Colors: Posts and Comments */
	
.nocomments, .postmetadata{
	color: #333;
	}


/* Colors: Headlines und Links - link, visited, hover, focus, active */
	
h1, h1 a, h1 a:visited, h1 a:hover, #headerimg .description {
	color: white;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #7468BF;
	}
h2 a:hover, h3 a:hover {
	color: #000;
	}
h2.pagetitle {
	color: #333;
	}
#footer a {
	color: #FFF;
	}
a   {
	color: #7468BF;
	}
a, a:visited {
	color: #7468BF;
	}
a:hover{
	color: #000;
	}
a img {
	border: 1px solid #81BF60;
	}
.entry p a {
	color: #7468BF;
	}
.entry p a, .entry p a:visited {
	color: #7468BF;
	}
.entry p a:hover {
	color: #000;
	}
	
	
/* Colors: Various Tags */
	
.alt {
	border: none;
	}
acronym, abbr {
	border-bottom: 1px dashed #333;
	}
small, blockquote, strike {
	color: #333;
	}	


/* End Colors */



/* Begin Typography: Font, Text, Line */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	text-align: left;
	}
#page {
	text-align: left;
	}
#headerimg .description {
	font-size: 1.4em;
	text-align: center;
	text-decoration: none;
	}
#date {
	font-size: 1.1em;
	}
#date p {
	text-align: left;
	}
#content {
	font-size: 1.2em;
	}
#sidebar {
	font-size: 1.1em;
	}
#footer {
	font-size: 1.1em;
	}
#footer p {
	text-align: center;
	}


/* Typography: Posts and Comments */

.post {
	text-align: left;
	}
.commentlist li {
	font-size: 0.9em;
	}
.commentlist li {
	font-weight: bold;
	}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentmetadata {
	font-weight: normal;
	}
.commentlist {
	text-align: justify;
	}
.nocomments {
	text-align: center;
	}

		
	
/* Typography: Forms and Buttons*/

input.button {
  font-size:1.0em;
  font-weight:normal; 
  }
input.textarea {
  font-size:1.1em;
  font-weight:normal; 
  }
/*only contact form and comment form*/
textarea {
  font-size:1.1em;
  font-weight:normal; 
  }
#commentform input, #commentform textarea {
	font-size: 1.1em ;
	}
#searchform {
	text-align: center;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}


/* Typography: Headlines and Links*/
	
h1, h2, h3 {
	font-weight: bold;
	}
h1 {
	font-size: 4em;
	text-align: center;
	}
h2 {
	font-size: 1.4em;
	}
h2.pagetitle {
	font-size: 1.4em;
	text-align: left;
	}
h3  {
	font-size: 1.3em;
	}
h1, h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	}
h2, h2 a, h2 a:visited {
	text-decoration: none;
	}
h2 a:hover {
	text-decoration: underline;
	}
h3, h3 a, h3 a:visited {
	text-decoration: none;
	}	
h3 a:hover {
	text-decoration: underline;
	}
#sidebar h2 {
	font-size: 1.2em;
	text-decoration: none;
	}
#sidebar a {
	font-size: 1.2em;
	}
a   {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.entry p a {
	text-decoration: none;
	}
.entry p a:hover {
	text-decoration: underline;
	}
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
#date p{
	letter-spacing: 0.2em;
	}
#footer p{
	letter-spacing: 0.2em;
	}			
		
/* Typography: Index, Archive, Archives*/
	
.narrowcolumn .postmetadata {
	font-size: 0.9em;
	text-align: center;
	}
.narrowcolumn .entry p {
	font-size: 1.05em;
	}
.narrowcolumn ul {
	font-size: 1.05em;
	}
.narrowcolumn .entry {
	line-height: 1.4em;
	}
/* Zeilenabstand in einer Liste*/
.narrowcolumn .entry ul {
	line-height: 2em;
	}
		
	
/* Typography: Single*/

.widecolumn {
	line-height: 1.6em;
	}
.widecolumn .entry p {
	font-size: 1.05em;
	}
.widecolumn .entry {
	line-height: 1.4em;
	}
.widecolumn .smallattachment {
	text-align: center;
	}
.widecolumn .attachment {
	text-align: center;
	}
	

/* Typography: Navigation*/	
.navigation {
	text-align: center;
	}
.alignright {
	text-align: right;
	}
.alignleft {
	text-align: left;
	}
	

/* Typography: Calendar */

#wp-calendar a, #wp-calendar a:visited, #wp-calendar a:hover {
	font-size: 1.0em;
	display: block;
	text-decoration: none;
	border: none;
	}
#wp-calendar caption {
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar td {
	text-align: center;
	}
#wp-calendar #next a {
	text-align: right;
	}
#wp-calendar #prev a {
	text-align: left;
	}


/* Typography: Various Tags */

.center {
	text-align: center;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
cite {
	text-decoration: none;
	}
small {
	font-size: 0.8em;
	line-height: 1.5em;
	}	
	
/* End Typography*/



/* Begin Structure: Float, Margin, Padding, Width, Height */

body {
	margin: 0 0 20px 0;
	padding: 0; 
	}
#page {
	margin: 15px auto;
	padding: 0;
	width: 725px;
	border: none;
	}
#header {
	margin: 0; 
	padding: 0; 
	height: 150px; 
	width: 723px;
	}
#headerimg {
	margin: 0;
	padding: 0; 
	height: 150px;
	width: 100%;
	}
#date {
	margin: 0; 
	border: none;
	padding: 0; 
	height: 25px;
	width: 723px;
	}
#date p {
	margin: 0; 
	padding: 2px 0px 2px 10px;
	}
#content {
	float: left;
	margin: 0;
	border: 1px solid #81BF60;
	padding: 0 15px 0px 15px; 
	width: 470px;
	}
#sidebar{
	padding: 0px 0px 0px 0px;
	margin: 0; 
	margin-left: 510px;
	width: 212px;
	}
/* Navigation insgesamt */
#sidebar ul {
	margin: 0;
	padding: 0;
		}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px 0;
		}
/* Buttons aller Ebenen */
#sidebar ul li {
	margin: 0 0 15px 0;
	
	}
/* Bloecke */
#sidebar ul ul {
	margin: 0;
	border: 1px solid #81BF60;
	padding: 3px 3px 10px 10px;
	}
/* Buttons 2. Ebene */
#sidebar ul ul ul {
	margin: 0 0 0 10px;
	border: none;
	padding: 3px 2px 0 2px;
	}
/* Buttons aller Ebenen */
#sidebar ul ul li {
	margin: 1px;
	padding: 1px;
	}
#footer {
	padding: 0;
	margin: 0;
	width: 725px;
	height: 40px;
	clear: both;
	}
#footer p {
	margin: 0;
	padding: 5px 0 0 0;
	}	


/* Sructure: Forms and Buttons*/

input.button {
  margin: 5px 0 0 0;
  border:1px solid #81BF60;
}
input.textarea {
  margin: 0;
  border:1px solid #81BF60;
}
/*only contact form and comment form*/
textarea {
  margin: 0;
  border:1px solid #81BF60;
}
#sidebar form {
	margin: 0;
	}
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}
#sidebar #searchsubmit {
	padding: 1px;
	}
select {
	width: 130px;
	}
#commentform input {
	width: 160px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform textarea {
	width: 400px;
	padding: 2px;
	}
#commentform #submit {
	margin: 0;
	}	
#commentform p {
	margin: 5px 0;
	}
	

/* Structure: Posts and Comments */

.post {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #81bf60;
	}
.postmetadata {
	clear: left;
	}	
.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px 0;
	}
.commentlist p {
	margin: 10px 5px 10px 0;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

/* Structure: Headlines and Links*/

h1 {
	padding-top: 50px;
	margin: 0;
	}
h2 {
	margin: 30px 0 0 0;
	}
h2.pagetitle {
	margin-top: 30px;
	}
h3 {
	padding: 0;
	margin: 30px 0 0;
	}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
#sidebar h2 {
	margin: 0;
	border: 1px solid #81BF60;
	padding: 0 0 0 5px;
	}

	
/* Structure: Index, Archive*/
	
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0;
	width: 450px;
	}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

	
/* Structure: Single*/

.widecolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0;
	width: 450px;
	}
.widecolumn .post {
	margin: 0;
	}
.widecolumn .postmetadata {
	margin: 30px 0;
	}
.widecolumn .attachment {
	margin: 5px 0;
	}
.widecolumn .smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}


/* Structure: Page Navigation */

.navigation {
	display: block;
	margin: 15px 0 0 0;
	padding: 0 0 25px 0;	
	}	
.alignright {
	float: right;
	width: 210px;
	}
.alignleft {
	float: left;
	width: 210px;
	}
	
		
/* Structure: Images*/

p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	display: inline;
	padding: 4px;
	margin: 0 0 2px 7px;
	}
img.alignleft {
	display: inline;
	padding: 4px;
	margin: 0 7px 2px 0;
	}
	
	
/* Structure: Lists*/

html>body .entry ul {
	margin: 0px;
	padding: 0 0 0 20px;
	} 
html>body .entry li {
	margin: 5px 0 5px 20px;
	}
.entry ul {
	margin: 0px;
	padding: 0 0 0 20px;
	} 
.entry li {
	margin: 5px 0 5px 20px;
	}
	
	
/* Structure: Calendar*/

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
#wp-calendar #next a {
	padding-right: 10px;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	}
#wp-calendar caption {
	width: 100%;
	}
#wp-calendar td {
	padding: 3px 0;
	}


/* Structure: Various Tags*/
	
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}		


/* End Structure */


/* Begin List-Style

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	list-style: disc;
	text-indent: 0px;
	} 
#sidebar ul ul li:before {
	content: "\00BB \0020";
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}
.commentlist li {
	list-style: none;
	}

	
/* End Lists */



/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}
hr {
	display: none;
	}

/* End Various Tags & Classes*/

