/*
Theme Name: WordPress Default DE-Edition
Theme URI: http://wordpress.org/
Description: Das Standard WordPress Theme basierend auf dem bekannten <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Die deutsche Bearbeitung erfolgte durch <a href="http://wordpress-deutschland.org/">WordPress-Deutschland.org</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	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 */

HTML { height: 100%; }

BODY {
	font-size: 11px;
	font-family: 'Myriad Pro', Verdana, Sans-Serif;
	background-color: #f2f2f2;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	}
	
P { margin: 0; }	

#content {
	padding-top: 10px;
	padding-left: 10px;
	}
	
.blog {
	float: right;
	width: 400px;
	padding-bottom: 20px;
	}	

.entry {
	font: 14px/13px 'Myriad Pro', Verdana, Sans-Serif;
	line-height: 17px;
	padding: 0;
	}	
	
.entry IMG {
	margin-top: 5px;
	border: none;
	}	

.more-link {
	padding: 10px 0 10px 0;
	display: block;
	}

small {

	}

h1 {
	text-align: center;
	}

h2 {
	font-weight: bold;
	font: 18px 'Myriad Pro', Tahoma, Sans-Serif;
	color: #333;
	margin: 20px 0 10px 0;
	}

h3 {
	font: 10px 'Myriad Pro', Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #5e8c34;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
h4 {
	font: 15px/14px 'Myriad Pro', Verdana, Sans-Serif;
	padding: 0;
	margin: 5px 0 5px 0;
	}
	
.post h4 {
	color: #5e8c34;
	}
	

.entry p a:visited {
	color: #5e8c34;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar UL {
	margin: 0;
	padding: 0;
	}	
	
#sidebar UL.children {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	display: none;
	}	



code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{

	}

a, h2 a:hover, h3 a:hover {
	color: #5e8c34;
	text-decoration: none;
	}

a:hover {
	color: #5e8c34;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next 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;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0;
	}

#page {
	background-color: #FFF;
	margin: 0px auto;
	width: 801px;
	text-align: left;
	display: block;	
	padding-top: 9px;
	padding-bottom: 10px;
	}

#header {
	background: #323035 url('images/logo.gif') no-repeat 13px 13px;
	margin: 0 10px 0 10px;
	height: 60px;
	padding: 0;
	border: 1px solid #4a4a4a;
	position: relative;
	}
	
#header IMG {
	border: none;
	}	
	
#season_preview {
	float: right;
	border-left: 1px solid #3c3b3f;
	height: 60px;
	width: 220px;
	}	
	
#season_preview .text {
	float: left;
	text-align: center;
	width: 130px;
	font: 15px 'Myriad Pro', Verdana, Sans-Serif;
	margin-top: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}	
	
#season_preview .text A {
	text-decoration: none;
	margin-bottom: 3px;
	line-height: 19px;
	color: #789ecb;
	}	

#season_preview .img {
	float: right;
	margin: 5px;
	}	
	
#season_preview .season {
	color: #FFF;
	font-size: 10px;
	}	

#nav {
	font-family: 'Myriad Pro', Tahoma, Sans-Serif;
	position: absolute;
	bottom: -2px;
	padding-left: 8px;
	}

#nav LI, #subnav LI {
	list-style-type: none;
	display: inline;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 21px;
	}	
	
#nav LI A {
	color: #5e8c34;
	padding: 5px;
	letter-spacing: 1px;
	}
	
#nav LI A:hover {
	text-decoration: underline;
	}		
	
#nav .current_page_item, #nav .current_page_parent {
	background-color: #FFF;
	color: #333;
	padding: 5px 2px 5px 2px;
	}
	
#nav .current_page_item A, #nav .current_page_parent A { color: #333; }
#nav .current_page_item A:hover, #nav .current_page_parent A:hover { text-decoration: none; color: #333; }

#subnav { font-family: 'Myriad Pro', Tahoma, Sans-Serif; padding-top: 3px; padding-left: 6px; }
#subnav LI A { color: #5e8c34; padding: 4px; letter-spacing: 1px; }

#subnav .current_page_item A, #subnav .current_page_parent A { color: #000; }
#subnav .current_page_item A:hover, #subnav .current_page_parent A:hover { text-decoration: none; color: #000; }

#languageSwitcher {
	position: absolute;
	bottom: 0px;
	right: 226px;
	height: 17px;
	text-align: right;
	}
	
#languageSwitcher UL { margin: 0; padding: 0; }	
	
#languageSwitcher LI {
	list-style-type: none;
	}	
	
#languageSwitcher LI.active	{
	display: none;
	}
	
#languageSwitcher A {
	color: #555;
	font: 9px 'Myriad Pro', Tahoma, Sans-Serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	
	}
	
#languageSwitcher A:hover {
	text-decoration: none;
	}		

.post {
	padding-top: 5px;
	margin: 0px 10px 40px 0px;
	padding-bottom: 25px;
	}
	
.post .post_column_right {
	}	

.post hr {
	display: block;
	}
	
.post_date {
	text-transform: uppercase;
	color: #bdbdbd;
	font: 10px 'Myriad Pro', Tahoma, Sans-Serif;
	}
	
.post_date A {
	color: #b4d79d;
	}
	
.narrowcolumn {
	float: right;
	width: 500px;
	margin-right: 65px;
	}	

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.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;
}

.clear {
	clear: both;
}

#footer {
	width: 800px;
	margin: 0 auto;
	clear: both;
	padding-left: 20px;
	font: 10px 'Myriad Pro', Tahoma, Sans-Serif;
	}

.push { clear: both; }
#footer, .push { text-align: left; height: 20px; margin: 0 auto; /* .push must be the same height as .footer */ }


.allbutfooter { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -31px; /* the bottom margin is the negative value of the footer's height */		
	width: 801px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	background-color: #FFF;
	}
	
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}



/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	margin-right: 10px;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float: left;
	padding: 15px 0 10px 10px;
	width: 210px;
	font: 10px 'Myriad Pro', Tahoma, Sans-Serif;
	}
	

#sidebar form {
	margin: 0;
	}
	
#sidebar A {
	margin: 0;
	padding: 0;
	color: #333;
	text-decoration: none;
	font: 10px 'Myriad Pro', Tahoma, Sans-Serif;
	line-height: 14px;
	}	
	
#sidebar ul {
	margin-bottom: 15px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}
		
/* End Sidebar */




/* 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;
	}


/* End Various Tags & Classes*/

.indent { margin-left: 10px; }
.footerColor { color: #5e8c34; }

.smalltext {
	font-size: 11px;
	color: #999;
	line-height: 13px;
	}

.kontaktformular .submit, #formHaendlersuche .submit {
	margin-top: 15px;
	height: 38px;
	width: 140px;
	background: url('images/bgButton.jpg') repeat-x;
	border: 1px solid #aaaaaa;
	color: #FFF;
	font: 14px/13px 'Myriad Pro', Verdana, Sans-Serif;
	}
	
IFRAME { margin-bottom: 15px; }	

.backlink { margin: -10px 10px 10px 10px; }

#formHaendlersuche INPUT, #formHaendlersuche SELECT {
	font: 14px/13px 'Myriad Pro', Verdana, Sans-Serif;
	}
	
#formHaendlersuche INPUT {
	height: 23px;
	width: 150px;
	padding: 2px;
	border: 1px solid #cecece;
	border-top: 2px solid #999;
	}	

#formHaendlersuche .text { width: 75px; }
	
#formHaendlersuche .submit {
	display: block;
	clear: both;
	}	
	
#formHaendlersuche LABEL {
	font-weight: bold;
	line-height: 25px;
	}	

#formHaendlersuche DIV {
	padding-right: 15px;
	}	
	
.stores,
.stores A {
	font-size: 13px !important;
	line-height: 15px !important;
	}	

.fl { float: left; }
.fr { float: right; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }



