/*  
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.5
Author: Michael Heilemann
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/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {

	font-family: Verdana, Arial, Sans-Serif;
	text-align: center;
	margin:0;
	padding:0;
	}


#titel p
{
font-size:11px;
line-height:14px;
margin:0px 20px 0px 165px;
padding:5px 20px;
text-align:justify;
}

#content {
	font-size: 11px;

	margin-right:20px;
		}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #FFEFD8;
	}


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

h1 {
	font-size: 16px;
	
	}

h2 {
	font-size: 14px;
	}


#sidebar h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	}



#sidebar {
font-size:11px;
	border:1px solid #DEB887;
margin:3px;
background:#FAF0E6;
padding:5px;
width:160px;
float:right;
margin-bottom:30px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	

a
{
color:#000080;
font-weight:bold;
}

a:hover

{
text-decoration:none;
color:#477AFE;
}
	
/* End Typography & Colors */



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

	
#header img
{
float:left;
margin-right:15px;
}

.narrowcolumn {
	float: left;
	margin: 0px 15px;
	padding:0;
	font-size:11px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	margin: 0 0 5px;
	text-align: justify;
	border-bottom:3px double #bbb;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 10px;
	margin-bottom:15px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	padding: 0;
	margin: 0;
		clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
		margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
		}


#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


.item h2, .item a:hover h2

{
color:#000;
text-align:left;
}



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

#content ul
{
padding-right:50px;
}

#content li

{
margin-bottom:5px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

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

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 Sidebar */
#sidebar
{
	padding: 10px;
	float:right;
	width: 160px;
	text-align:left;
	}


#sidebar p
{
margin:15px 1px;
font-size:11px;
text-align:justify;
}


#sidebar form {
	margin: 0;
	}
/* End Sidebar */





/* Begin Various Tags & Classes */


a img {
	border: none;
	}

/* ----------------------------- Navigation ------------------------ */

ul#navi

{
padding:1px 5px;
margin:0px 0px 5px 0px;
}

ul#navi li
{
display:inline;
padding:1px 8px 1px 12px;
font-size:11px;
border-left:1px solid #008;
}

ul#navi a:link

{
text-decoration:none;

}

ul#navi a:visited

{
text-decoration:none;
color:#000080;
}

ul#navi a:hover

{
text-decoration:none;
color:#2562FE;
}

ul#navi a:active

{
text-decoration:none;
color:#fff;
}


/* ----------------------------- Navigation Ende ------------------------ */

.zitat p
{
color:#B22222;
letter-spacing:1px;
font-style:italic;
font-size:11px;
font-weight:bold;
}

.autor
{
text-align:right;
}

.zitat p
{
margin:3px 0;
padding:3px 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." */

/* 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;
	}
	
.alignleft {
	float: left
	}
/* End Images */
