/*
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
Text Domain: kubrick

	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 Structure */

h2 { margin-top:0px;}

small, small a { line-height:12px; padding:0px; margin:0px;}

.navigation {background-color:#FFF; padding:25px; margin-bottom:10px;}
.navigation .alignleft, .navigation .alignright { margin:0px; padding:0px; margin-top:-8px; }

.navigation-top {background-color:#FFF; padding-left:25px; padding-bottom:35px; margin-bottom:10px;}
.navigation-top .alignleft, .navigation-top .alignright { margin:0px; padding:0px; }

.narrowcolumn h1.titel, .widecolumn h1.titel {
padding-top:20px;
	color:#96BF32;
}

.narrowcolumn {
	float: left;
	padding:0px;
	margin:0px;
	margin-top:5px;
	width: 517px;
	}

.widecolumn {
	float: left;
	padding:0px;
	margin:0px;
	margin-top:5px;
	width: 517px;
	}

.post {
	margin-top:0px;
	background-color:#FFF;
	padding: 0 25px 0px 25px;
	}

.post h2 { padding-top:25px;}

.postmetadata {
	padding-bottom: 25px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */


/* 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 */




/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

#respond { background-color:#FFF; margin-bottom:10px; padding:25px; margin-top:10px;}

.alt {
	margin: 0;
	padding-top:10px;
	}

.comments { background-color:#FFF; 	padding:25px; margin-top:10px; }
.comments li { background-image:none;}

.comments .navigation {background-color:#FFF; padding:0px; margin-bottom:0px;}

.comments img { display:none;}

.commentlist {
	padding: 0;
	margin:0px;
	text-align: justify;
	list-style-type:none;

	}
.fn { margin-left:0px;}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 0px 10px 0px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: 0px;
	margin-left: 0px;
}

.commentlist a { margin:0px; padding:0px;}

.commentlist p {
	margin: 10px 0px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{	width: 240px; float:right;
	padding:0px; padding-left:10px;

	}
	
#sidebar ul { margin:0px; padding:0px; list-style-type:none;}	

ul.sidebarbox li.widget {
	background-color:#EDEBEB;
	margin-bottom:10px;
	padding: 25px 25px 25px 25px;
	}

/* 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;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "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." */

