
/*  
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 ,adapted by 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 VWH Colors: Color, Background, Border, !Background wird durch kubrickbg.gif bzw. kubrick.gif in single erzeugt! */

/* #D7BBA4 sand pastel, #CC9C6A sand medium, #BD7D2E sand dark, #0099E6 komplementärblau oder #0088CC dunkler */
/* #DDDCE0 grau pastel, #CDCCD0 grau medium, #AFAFB3 grau dark, #666 Headlines und Links */

/* * { padding: 0; margin: 0; } fuer Kalibrierung*/ 
 

body {
	background: #AFAFB3 url('images/kubrickbgcolor.jpg');
	color: #000;
	}
html {
	height: 101%; 
	/* erzwingt scrollbar in FF */
	}
#page {
	background: white; 
	}
#header {
	background-color: #BD7D2E;
	background-image: url('images/kubrickheader.gif');
	background-repeat: no-repeat;
	background-position: right 0px;
	}
#subheader {
	background: #D7BBA4 url('images/kubricksubheader_hg.gif') no-repeat bottom;
	}
#content {
	}
#innercontent {
	background: white;
	}
#sidebarleft ul ul, #sidebarright ul ul {
	background: #CC9C6A;
	}
#sidebarleft ul ul ul, #sidebarright ul ul ul {
	background: #CC9C6A;
	}
#sidebarleft ul ul li, #sidebarright ul ul li {
	color: #000;
	background: #D7BBA4;
	}
#footer {
	background: #D7BBA4 url('images/kubrickfooter.gif') no-repeat bottom;;
	color: #FFF;
	}
	
	
/* Colors: Forms and Buttons */

input.button {
  color: #000;
  background-color: #D7BBA4;
  }
input.buttoncomments {
  color: #000;
  background-color: #D7BBA4;
  }
input.textarea {
  color: #000;
  background-color: #DDDCE0;
  }
/*only contact form and comment form*/
textarea {
  color: #000;
  background-color: #DDDCE0;
  }
#searchform {
	background-color: #D7BBA4;
	}
	

/* Colors: Posts ans Comments */
	
.post {
	border-bottom: 1px solid #B4B9BE;
	}	
.nocomments, .postmetadata{
	color: #000;
	}



/* Colors: Headlines und Links - link, visited, hover, focus, active */

/* Linkrahmen ausblenden */
a {
	outline: none;
	}	
h1, h1 a, h1 a:visited, h1 a:hover, #headerimg .description {
	color: #666;
	}
h2, h2 a, h2 a:visited {
	color: #666;
	}
h2 a:hover{
	color: #666;
	}
h2.pagetitle {
	color: #666;
	}
#sidebarleft h2, #sidebarright h2 {
	background: #BD7D2E; 
	color: #FFF;
	}
h3, h3 a, h3 a:visited {
	color: #666;
	}
h3 a:hover {
	color: #666;
	}
a, a:visited {
	color: #000;
	}
a:hover{
	color: #000;
	}
a img {
	border: 1px solid #BD7D2E;
	}
.entry p a, .entry p a:visited {
	color: #666;
	}
.entry p a:hover {
	color: #666;
	}
#subheader a, subheader a:hover, subheader a:visited {
	color: #000;
	}
#footer a, footer a:hover, footer a:visited {
	color: #FFF;
	}
.skiplink {
	color: #000 !important;
	}
.skiplinktext {
	color: #000 !important;
	background-color: #EEE;
	}	

	
		
	
/* Colors: Various Tags */
	
small, blockquote, strike {
	color: #BD7D2E;
	}	

	

/* Colors: Calendar */

#wp-calendar {
	background-color: #D7BBA4;
	}
#wp-calendar a, #wp-calendar a:visited {
	color: #FFF;
	}
#wp-calendar a:hover {
	color: #FFF;
	}
#wp-calendar a, #wp-calendar a:visited {
	color: #FFF;
	}
#wp-calendar a:hover {
	color: #FFF;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #BD7D2E; }


/* End Colors */


/* Begin Typography: Font, Text, Line*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	text-align: left;
	}
#page {
	text-align: left;
	}
#headerimg .description {
	font-size: 1.4em;
	text-align: center;
	text-decoration: none;
	}
#subheader {
	font-size: 1.2em;
	font-weight:normal; 
	text-align: right;
	letter-spacing: 0.1em;
		}
#content {
	font-size: 1.0em;
	}
#innercontent {
	font-size: 1.2em;
	}
#sidebarleft, #sidebarright {
	font-size: 1.1em;
	}
#footer {
	font-size: 1.1em;
	text-align: center;
	letter-spacing: 0.15em;
	}
#footer p {
	text-align: center;
	}

	
/* Typo: Forms and Buttons */

input.button {
  font-size: 0.9em;
  font-weight:normal; 
  }
input.buttoncomments {
  font-size: 0.8em !important;
  font-weight:normal; 
  }
input.textarea {
  font-size:1.0em;
  font-weight:normal; 
  }
/*only contact form and comment form*/
textarea {
  font-size:1.0em;
  font-weight:normal; 
  }
#commentform input, #commentform textarea {
	font-size: 1.1em ;
	}
#commentform p {
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	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: Posts and Comments*/

.post {
	text-align: left;
	}
.postmetadata {
	font-size: 0.9em;
	}
.commentlist li {
	font-size: 1.0em;
	font-weight: bold;
	}
.commentlist cite, .commentlist cite a {
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	}
.commentlist p {
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentmetadata {
	font-size: 0.9em;
	font-weight: normal;
	}
.commentlist {
	text-align: justify;
	}
.nocomments {
	text-align: center;
	}
		
			
/* Typography: Index, Archive*/
	
.narrowcolumn .postmetadata {
	font-size: 0.9em;
	text-align: center;
	}
.narrowcolumn .entry {
	line-height: 1.4em;
	}
.narrowcolumn .entry p {
	font-size: 1.0em;
	}
/* Zeilenabstand in einer Liste*/
.narrowcolumn .entry ul {
	line-height: 2em;
	}
	
	
/* Typography: Single*/

.widecolumn .entry{
	line-height: 1.4em;
	}
.widecolumn .entry p {
	font-size: 1.0em;
	}
.widecolumn .smallattachment {
	text-align: center;
	}
.widecolumn .attachment {
	text-align: center;
	}
.navigation {
	display: block;
	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.1em;
	}
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;
	}
#sidebarleft h2, #sidebarright h2 {
	font-size: 1.2em;
	text-decoration: none;
	}
#sidebarleft a, #sidebarright a {
	font-size: 1.1em;
	}
a   {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.entry p a {
	text-decoration: none;
	}
.entry p a:hover {
	text-decoration: underline;
	}


/* 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.9em;
	line-height: 1.5em;
	}
	

/* Typography: Calendar */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 1.1em;
	}
#wp-calendar a, #wp-calendar a:visited {
	text-decoration: none;
	}
#wp-calendar a:hover {
	text-decoration: none;	
	}
#wp-calendar caption {
	font: normal 1.1em 'MS Trebuchet', Arial, Sans-Serif;
	text-align: center;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}


/* End Typography*/



/* Begin Structure: Float, Margin, Padding, Width, Height : Top, Right; Bottom, Left */

body {
	margin: 0 0 5px 0;
	padding: 0; 
	}
#page {
	margin: 10px auto;
	padding: 0;
	width: 910px;
	}
#header {
	margin: 0; 
	padding: 0; 
	width: 908px;
	height: 112px;	
	}
#headerimg {
	margin: 0;
	padding: 0; 
	width: 100%;
	height: 105px;	
	}
#subheader {
	margin: 0; 
	padding: 5px 0px 0px 0px; 
	width: 908px;
	height: 30px;
	}
#subheader p {
	margin: 0;
	padding: 5px 13px 0 0;
	}
#content {
	float: right;
	margin: 0; 
	padding: 0; 
	width: 725px;
	}
#innercontent {
	float: left;
	margin: 0; 
	padding: 0px 10px 5px 10px; 
	width: 537px;
	}
#sidebarleft{
	float: left;
	margin: 0;
	padding: 0px 3px 3px 3px;
	width: 174px;
	}	
#sidebarright{
	float: right;
	margin: 0;
	padding: 0px 3px 3px 3px;
	width: 157px;
	}

/* Information zum Autor und zur Suche */ 
#sidebarleft ul p, #sidebarleft ul select, #sidebarright ul p, #sidebaright ul select {
	margin: 5px 0 8px 0px;
	}
/* Gesamte Sidebar */
#sidebarleft ul, #sidebarright ul {
	margin: 0;
	padding: 0;
	}
/* Ein Block */
#sidebarleft ul li, #sidebarright ul li {
	margin: 0 0 8px 0;
	padding: 0;
	}
/*Button-Liste im Block 1. und 2.Ebene */
#sidebarleft ul li ul, #sidebarright ul li ul {
	margin: 0;
	padding: 3px 3px 15px 3px;	
	}
/*Buttons 1. Ebene und 2. */
#sidebarleft ul li ul li, #sidebarright ul li ul li {
	margin: 0;
	margin-bottom: 1px;
	padding: 4px 4px 4px 8px;
	}
/*Button-Liste im Block 2.Ebene */
#sidebarleft ul li ul li ul , #sidebarright ul li ul li ul {
	margin: 3px;
	padding: 1px;
	}
/* Buttons 2. Ebene */
#sidebarleft ul li ul li ul li, #sidebarright ul li ul li ul li {
	margin: 0px;
	margin-bottom: 1px;
	padding: 4px 4px 0px 6px;
	}

#footer {
	margin: 0;
	padding: 0;
	width: 910px;
	height: 32px;
	clear: both;
	}
#footer p {
	margin: 0;
	padding: 9px 0 0 0;
	}	

	
/* Structure: Forms and Buttons */

input.button {
	margin: 0;
	border:1px solid #BD7D2E;
	}
input.buttoncomments {
	margin: 0;
	border:1px solid #BD7D2E;
	}
input.textarea {
	margin: 0;
	border:1px solid #BD7D2E;
	}
/*only contact form and comment form*/
textarea {
	margin: 0;
	border:1px solid #BD7D2E;
	}
#sidebarleft form, #sidebarright form {
	margin: 0;
	}	
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	}
#sidebarleft #searchform #s, #sidebarright #searchform #s {
	padding: 2px;
	width: 108px;	
	}
#sidebarleft #searchsubmit, #sidebarright #searchsubmit {
	padding: 1px;
	}
select {
	width: 130px;
	}
#commentform input {
	margin: 0 0 0 4px;
	width: 125px;	
	}
#commentform textarea {
	width: 400px;
	}
#commentform #submit {
	margin: 0;
	}	
#commentform p {
	margin: 5px 0;
	}

	
/* Structure: Posts and Comments */

.post {
	margin: 0 0 10px 0;
	}
.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: Index, Archive*/
	
.narrowcolumn {
	float: left;
	margin: 0;
	padding: 0 0 20px 45px;
	width: 450px;
	}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

	
/* Structure: Single*/

.widecolumn {
	float: left;
	margin: 0;
	padding: 0 0 20px 45px;
	width: 450px;
	}
.widecolumn .post {
	margin: 0;
	}
.widecolumn .postmetadata {
	margin: 30px 0;
	}
.widecolumn .attachment {
	margin: 5px 0;
	}
.widecolumn .smallattachment {
	float: left;
	margin: 5px 5px 5px 0px;
	width: 128px;
	}

	
/* Structure: Page Navigation */

.navigation {
	display: block;
	margin: 18px 0 0 0;
	padding: 0 0 18px 0;	
	}	
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}


/* Structure: Headlines and Links*/

h1 {
	margin: 0;
	padding-top: 50px;
	}
h2 {
	margin: 30px 0 0;
	}
h2.pagetitle {
	margin-top: 30px;
	}
#sidebarleft h2, #sidebarright h2 {
	margin: 0;
	padding: 4px 0 4px 10px;
	}
h3 {
	margin: 30px 0 0;
	padding: 0;
	}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

	
/* Structure: Images*/

p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;	
	}
img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;	
	}


/* Structure: Lists*/

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	} 
html>body .entry li {
	margin: 7px 0 8px 10px;
	}
.entry ol {
	margin: 0;
	padding: 0 0 0 35px;	
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
	
	
/* Structure: Various Tags*/
	
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}
blockquote cite {
	display: block;
	margin: 5px 0 0;	
	}		
alt {
	border: none;
	}
acronym, abbr {
	border-bottom: 1px dashed #B4B9BE;
	}


/* Structure: Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto;
	width: 135px;
	}
#wp-calendar #next a {
	padding-right: 8px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 8px;
	text-align: left;
	}
#wp-calendar a {
	display: block;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	}
#wp-calendar td {
	padding: 3px 0px;
	text-align: center;
	}


/* 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: none;
	text-indent: -10px;
	} 
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	} 
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
#sidebarleft ul li, #sidebarright 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*/
