/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</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

*/

body{
	background: black url('images/bg_tile.jpg') top center;
	padding: 0px;
	margin: 0px;
}

*  {
	font-family: verdana, arial;
	font-size: 12px;
}

a {
	color: black;
}

a:hover {
	color: #666;
}

a img {
	border: 0px;
}

#page{
	width: 780px;
	margin: 0 auto 0 auto;
	background: white;
	padding-bottom: 400px;
}

#header {
	padding: 0 25px 5px 18px;
	margin: 0 auto 0 auto;
}
#logodiv {
	padding: 10px 0 0 0;
	float: left;
	width: 200px;
	height: 110px;
}

#menu{
	text-align: right;
	margin: 21px 0 0 0;
	float: right;
	width: 520px;
	height: 110px;
}

#pages {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.entry ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.entry ul li {
	margin: 0 0 8px 0;
}

#pages li {
	margin: 0 5px 8px 0;
	padding: 0;
	display: inline;
}
#pages li a, #sidebar ul li a {
	text-transform: uppercase;
	color: #929292;
	font-family: arial narrow, verdana, arial;
	font-size: 14px;
	text-decoration: none;
}

#pages li a:hover, #sidebar ul li a:hover {
	color: black;
}

#content {
	padding: 0 10px 0 10px;
	
}
#column {
 	margin-top: 0px;
	width:520px;
        float: left;
}


h2, h2 a, #search label {
	display: block;
	font-family: arial narrow, verdana, arial;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: black;
}

h2 a:hover {
	text-decoration: underline;
}

.navigation {
	margin-bottom: 30px;
}

.post, .post2 {
	margin: 0 0 50px 0;
}

.post h2 {
	text-align: center;
	margin-left: 275px;
}

.post2 h2 {
	text-align: center;
	margin-left: 0px;
}

li h2 {
 	text-transform: uppercase;
	color: black;
	font-family: arial narrow, verdana, arial;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	
}

.postmetadata {
	color: #777;
	font-size: 12px;
	margin-top: 30px;
}

.postmetadata a {
	color: #777;
	text-decoration: none;
}

.postmetadata a:hover {
	color: black;
}

.post .entry {
	font-size: 12px;
	margin-bottom: 30px;
}

.post .slide .slideshow {
	float: left;
	width: 260px;
	height: 390px;
	margin: 0 15px 12px 0;
	
}

.alignleft {
	float: left;
}
img.alignleft {
	margin: 0 15px 12px 0;
}
.alignright {
	float: right;
}
img.alignright {
	margin: 0 0 12px 15px;
}

#sidebar {
 	margin: 0px 0 30px 24px;
	padding: 0px 5px 0 0px;
    width: 180px;
	float: left;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}
#sidebar div {
 	margin: 0 15px 30px 0;
 	padding: 0;
	
}

#sidebar div h2, #search label {
	text-align: left;
	margin-bottom: 15px;
}

#sidebar div a{
	color: #777;
	text-decoration: none;
}
#sidebar div a:hover{
 	color: black;
}


#sidebar div div {
 	margin: 0;
 	padding: 0;
	float: none;
	border: 0;
}

#press .ngg-gallerytitle {
	display: none;
}

#press .ngg-galleryoverview {
	width: 450px;
	float: right;
}

#press a {
	color: white;
	background: #999;
	padding: 2px;
	text-decoration: none;
}

#press a:hover {
	color: #999;
	background: white;
}

#press .ngg-galleryoverview a {
	background: white;
	padding: 0;
} 

#footer {
	color: #a4a4a4;
	text-align: center;
	width: 780px;
	margin: 0 auto 0 auto;
}
#footer img {
	
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
