/*
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 */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #ddd;
	text-align: center;
	background-color: #222;
	}
div#container{
width:100%;

}

.page {
	text-align: left;
	
	}
	
#header {
	height: 44px;
	padding: 0;
	background: url('images/nav-bg.jpg') repeat-x;
	}
#header .inside {
	width: 960px;
	margin: 0 auto;
}
.navigation {
	margin-left: 0px;
	padding-top: 0px;
	
	
	
}
.navigation ul {
	 margin: 0; 
	 padding: 0px;
	 /*height: 35px;*/
	 /*background-color: #fff;*/
	
	 
	
	}
.navigation li {
	
	margin: 0;
	padding: 0;
	margin-right: 20px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	list-style-type: none;
	font-weight: normal;
	
}

.navigation li a {
	display: block;
	padding-top: 16px;
	}

.navigation li a, .navigation li a:visited {
	color: #fff;
	text-decoration: none;
	
	}
.navigation li a:hover {
	color: #3c8fdd;
	}


/*Subnavigation*/
.navigation li ul {
	display: none;
	}
.navigation li:hover ul {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	
	}
.navigation li ul li {
	
	background-color: #181818;
	
	margin: 5px 0px 0px 0px;
	padding: 5px 10px;
	text-align: center;
	}

/* PAGINATION */


.logo {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 140px;
	height: 30px;
	float: left;
	overflow: hidden;
	}
.headtext {
	height: 30px;
	margin: 0;
	width: 200px;
	padding: 0;
	text-indent: -9999px;
	background: url(images/erdmania-logo.png) no-repeat;
	}
.description a:link{
text-decoration:none;

}

#headmenue a:link , #headmenue a:visited{
color:white; text-decoration:none;
outline: 0;
}
:focus {
	outline: 0;
}
#headmenue a:hover {
color:#64b9e4;
}

#content {
	
	
	font-size: 1.2em;
	
	
	}
#respond{
	color:#ffffff;
	clear: both;
}
#comments{
	clear: both;
	color:#777;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	line-height: 1.55em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	/*border-bottom:1px dotted #AAAAAA;*/
	font-size: 0.9em;
	}

.alt {
	padding: 5px 0px 15px 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	
	}

h1, h2, h3 {
	font-family: 'Helvetica Neue', 'Arial', 'Verdana', Arial, Sans-Serif;
	font-weight: bold;
	
	}

h1 {
	font-size: 3em;
	text-align: left;
	padding-left: 15px;
	font-weight:normal;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: left;
	margin-left:15px;
	}

h2 {
	font-size: 1.7em;
	text-align: left;
	}

h2.pagetitle {
	font-size: 1.6em;
	color:#ffffff;
	}


h3 {
	font-size: 1.0em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
	
	}

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


.postmetadata a, .postmetadata a:visited {
	color:#fff;
	}
.postmetadata a:hover {
color: #3c8fdd;
}

.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;
	font-size: 1.1em;
	}

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

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

.commentmetadata {
	font-weight: normal;
	}


small, .nocomments, .postmetadata, strike {
	color: #777;
	}
form small{
	color: #ffffff;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #3c8fdd;
	}

a, a:visited {
	text-decoration: none;
	color: #3c8fdd;
	}
a:hover {
	color: #fff;
	text-decoration: none;
	}

#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;
	}
	
p { margin-top: 4px;
}
/* End Typography & Colors */



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

.page {
	
	
	margin: 0px auto 0px auto;
	padding: 0;
	width: 960px;
	
	}

.header {
	background: url('images/header_bg.png') repeat-x;
	margin-top: 35px;
	height:250px;
	width: 100%;
	text-align: left;
	}
.headercontent {
	margin: 0 auto;
	
	width: 960px;
	height: 250px;
	
	font-family: Trebuchet MS;
}
.headlines {
	padding-top: 150px;
	margin-left: 440px;
}

.headlines h2 {
	font-size: 2.5em;
	/*color: #3c8fdd;*/
	color: #fff;
	line-height: 1.5em;
	font-weight: 700;
	cursor: default;
	}
.headlines h2 span {
	padding: 2px 8px;
	font-family: Arial;	
	background: url(images/verlauf.png) repeat-y;
	}
.headlines h2 span a, .headlines h2 span a:hover {
	
	color: #fff;
	}
.headlines h2 span a:hover {
	color: #3c8fdd;
	}
	

#headerimg {
	margin: 0;
	width: 100%;
	}
	
.butt_right {
	position: absolute;
	right: 0%;

	}
	

.narrowcolumn {
	
	padding: 0;
	margin: 0;
	padding-top: 15px;
	width: 100%;
	
	}

.widecolumn {
	padding: 0;
	margin: 0;
	padding-top: 55px;
	width: 580px;
	float: left;
	
	
	
	}


.post {
	margin: 0;
	/*margin-right: 225px;*/
	padding: 0px 0px 60px 20px;
	text-align: left;
	
	/*background-color:#ffffff;*/
	
	}


.post hr {
	display: block;
	}



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

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

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	padding-bottom: 10px;
	margin-bottom: 20px;
	/*border-bottom: 1px dotted #222;*/
}

.clear {
	clear: both;
}

#footer {
	background-color: #1b1b1b;
	padding: 0;
	padding-top: 10px;
	width: 100%;
	text-align: left;
	}

#footer p {
	margin: 0;
	padding: 10px 15px;
	text-align: left;
	color: #fff;
	}
#footer .page {
	padding-left: 30px;
	}
#footer a, #footer a:visited {
	color: #3399cc;
	}
/* End Structure */



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

h2 {
	margin: 0;
	line-height: 1.1em;
	}

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

#sidebar h2, .scrn {
	margin: 0px 0px 0px 10px;
	line-height: 1em;
	padding: 40px 0px 0px 0px;
	}
#sidebar small {
	padding: 0px 0px 30px 10px;
	margin-bottom: 30px;
	}


h3 {
	padding: 0;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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;
	color:#777;
	
	}

.alignleft {
	float: left;
	margin-right: 5px;
	color:#777;	
	}
.aligncenter {
margin: 0 auto;	}
.rightbar .alignleft {
	margin: 0;
	padding-bottom: 0px;
	}
.rightbar .alignright {
	margin: 0;
	padding-bottom: 0px;
	}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #fff;
padding-top: 5px;

}
 
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
 
.wp-caption p.wp-caption-text {
font-size: 1em;
line-height: 1.1em;
padding: 0 5px 6px;
margin: 0;
}
.erklaerung:after {
	margin: 0 2px;
	padding: 0 2px;
	content: "[?]";
background-color: #d8e1e5;
color: #06c;
}
/* End Images */



/* 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;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

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

.midbar ul, #sidebar ul{
	padding: 0;
	margin: 0px 0px 30px 0px;
	
	}
.rightbar .textwidget{ 
	color: #bbb;
	text-align:left;
	padding-right: 5px;
	}
 
.textwidget p {
	margin-top: 0px;
	}
.linie {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	}



#sidebar ul p, .midbar ul select {
	margin: 5px 0 8px;
	}


.rightbar ul{
	margin:0;
	padding:0;
	padding-bottom: 15px;
	margin-bottom: 15px;
	}
.rightbar ul li, #sidebar ul li {
	margin: 5px 0px 10px 0px;
	padding: 10px;
	list-style-type: none;
	list-style-image: none;
	background-color: #1B1B1B;
	color: #bbb;
	text-align:left;
	}
	
.rightbar li a {
	text-decoration: none;
	}
	
li .aktt_more_updates{
	margin-bottom: 0px;
	}
.rightbar span.aktt_more_updates a {
	color: #3399cc;
	text-decoration: none;
}
.rightbar .aktt_tweets li a {
	color: #3399cc;
	}
 .kasten {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #1b1b1b;
	color: #bbb;
	text-align:left;
}
.tagcloud div {
	width: 300px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #1b1b1b;
	color: #bbb;
	text-align:left;
	}

	
.scrnshots {
	background-color: #1b1b1b;
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 1.1em;
}
.scrnshots p {
	margin: 0px 10px 5px 10px;
	padding-top: 10px;

}
.scrnshots ul {
	margin: 0px 0px 10px 0px;
	
	}

.scrnshots ul li {
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	width: 280px;
	margin-top: 5px;
	
	text-align: left;
	}

#searchform #s {
	width: 215px;
	color: #222222;
	padding: 2px;
	font-size: 1.1em;
	
	}

#searchsubmit {
	padding: 1px;
	color:#3399cc;
	background: none;
	border:0;
	
	}

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

select {
	width: 130px;
	}
#commentform {
	padding: 0 0 10px 10px;
	margin: 0px;

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

#commentform textarea {
	width:515px;
	margin-right:150px;
	padding: 2px;
	}

#commentform #submit {
	
	}
/* End Form Elements */



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

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

.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 */
.widget_tag_cloud {
	text-align:justify;
	
	}

#sidebar {
	color: #fff;
	
	}

#midbar {
	float:left;
	padding: 5px 15px 0px 5px;
	text-align:left;
	}
#sidebar a, #sidebar a:visited {
	color: #777;
	text-decoration: none;
	}
#sidebar a:hover {
	color: #fff;
	}
.midbar a, .rightbar .textwidget a {
color:#3399cc;
text-decoration: none;
}

.midbar a:visited, .rightbar .textwidget a:visited {
color:#3399cc;
text-decoration: none;
}
.midbar a, .rightbar a {
color:#777;
text-decoration:none;
}
.midbar a:hover, .rightbar a:hover, .rightbar li a:hover {
color:#005982;
text-decoration:none;
}
.midbar a:visited, .rightbar a:visited {
color:#777;
}

#sidebar form {
	margin: 0;
	}
	
.widget {
	width: 250px;
	}
	
.right {
	margin-left: 615px;
	padding-top: 0px;
	}
.rightbar {
	margin-right:10px;
	width: 320px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 40px;
	font-size: 1.1em;
	overflow: hidden;
	}
.reset {
	margin-right: 0px;
	}
#sidebar {
	font-size: 1.1em;
	
	}
.rightbar h2 {
	font-size: 1.6em;
	color: #fff;
	margin-left: 10px;
}
 #sidebar h2 {
 	
	color: #fff;
	}
#sidebar p {
	font-size: 11px;
	margin-top: 5px;
	}
/* 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;
	text-align: left;
	font-style: italic;
	font-size: 1.4em;
	font-family: 'trebuchet MS', Verdana, sans-serif;
	color: #EEE;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
strong {
	
	}
.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* ####################################*/


.werbung {
	border: 1px solid #777777;
	padding: 0px 2px 2px 0px;
	text-align:left;
	}
.werbung img.alignleft {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	}

.wp-pagenavi {
margin-bottom: 15px;
}
.rightbar {
	padding-top: 60px;
	}

.rightbar .blogroll {
	margin-top: 5px;
	padding-top: 10px;
	background-color: #1B1B1B;
	}
.rightbar .sidewerbung {
	margin-top: 5px;
	padding-top: 10px;
	background-color: #1B1B1B;
	padding: 10px;
	}
.rightbar .sidewerbung {
	margin-bottom: 20px;
	}
	

ul.blogroll li {
	margin: 0 0 5px 15px;
	padding: 0;
	}

/* End Various Tags & Classes*/



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