/*
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
Anpassung für Thom Krom: www.bocqbox.de
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; 
	font-family: Arial, Helvetica, sans-serif;
	background: #DEDEDE url('images/seite_htgrd.jpg') no-repeat -15px 0;
	background-attachment:fixed;
	color: #666666;
	text-align: center;
	margin:0;
	padding:0;
overflow:scroll;
	}

#page {
	margin:0;
	padding:0;
	width: 933px;
	text-align: left;
	}

#header {
	width: 933px;
	padding:0;
	margin: 0  0 67px 0
	}

#content {
	font-size: 1.2em;
	}

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


.narrowcolumn {
	text-align: left;
	}
h1 {
	font-size: 4em;
	}
h2 {
	font-size: 1.6em;
	text-transform:uppercase;
	color:#525252;
	}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-transform:capitalize ;
	color:#FFFFFF;
	width:100px;
	background-color: #404040  
	}

h3 {
	font-size: 1.6em;
	}
h4 {/* Sidebar  "About"*/
	font-size: 1.2em;
	font-weight:normal;
	line-height:1.4em;
	margin:0 0 20px 0;
	}
#sidebar {
	font-size: 1.2em;
	float:right;
	width:319px;
	margin:0;
	padding:0
	}

a{/*bb*/
	color: #525252;
	text-decoration: underline;
	}

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

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

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

#page {
	margin: 0 auto 0 auto;
	padding: 0;
	}
.narrowcolumn {
	float: right;
	padding: 0;
	margin: 0 45px 0 0;
	width: 435px;
	}
.leftcolumn{
	float: left;
	padding: 0;
	margin: 180px 35px 0 0;
	width: 98px;
	position:fixed;
	}
.leftcolumn .logo {
	clear: left;
	padding:0;
	margin: 0 0 60px 0;
	background:  url('images/logo_thom_krom.gif') no-repeat 0 0;
	width:98px;
	height:183px
	}
.post {
	margin: 0 0 40px 0;
	text-align: left;
	}

.post hr {
	display: block;
	}
/*	Begin Headers */
h1 {
	padding: 0;
	margin: 0;
	}

h2 {/*zusammenfassen*/
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px dotted #666666
	}


#sidebar h2 {
	margin: 5px 0 0;
	padding: 1px 1px 2px 6px;
	border-bottom: 0
	}

h3 {/*titel  artikeln wie titel  Seite u.  Kategorie*/
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px dotted #666666;
	text-transform:uppercase
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	margin:0
	}

/* 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, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 10px;
	width:320px;
	}
*html #sidebar ul {
	width:320px;
	w\idth:320px
	}


#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
#sidebar ul li.widget {
	margin:0 0  30px 0;
	padding: 0;
	border-bottom: 2px dotted #666666
}
#sidebar ul li.widget .textwidget,  #sidebar ul li.widget .miniposts, #sidebar ul ul.blogroll {
	margin:0 ;
	padding: 6px 6px 10px 6px;
	background: url('images/widgets_htgrd.jpg') repeat-y 0 0;
}	
#sidebar ul p {
	margin: 5px 0 8px;
	}

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

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

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



#sidebar #searchsubmit {
	padding: 1px;
	}
/* Begin Sidebar */
#sidebar
{
	float:right;
	padding: 0;
	margin: 0;
	}

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

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 5px solid #ddd;
	text-align: center;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

.wp-caption img, .alignnone {
	margin: 0;
	padding: 1px;
	border: 5px solid #C9C9C9;
	background-color:#FFFFFF
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0;/*0 4px 5px;*/
	margin: 0;
}
/* End captions */


/*------------------------ Von Bocqbox neu eingefügt -------------------------------*/
/*Liste Categories und Pages*/
#header ul {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	padding:0 ;
		}
#header ul {
	margin: 57px 0 0 130px; 
	text-transform: uppercase;
	font-size: 1.1em;
		}
li.categories{visibility:hidden}/*Überschrift "Kategorien" nicht zeigen*/
li.categories ul li{visibility:visible}

#header ul li{
	margin: 0 1px 0 0;
	padding: 2px 20px 5px 20px;
	border-bottom: 1px dotted #7D7D7D;
	display:inline;
	list-style-type: none;
	background:  url('images/nav_buttons_htgrd.gif') repeat-x 0 0;
	}
#header ul li.current-cat{
	margin: 0 1px 0 0 ;
	padding: 7px 20px 5px 20px;
	background:  url('images/nav_buttons_htgrd_current.gif') repeat-x 0 0;
	}
#header ul li a{
	margin: 0;
	padding: 0;
	text-decoration:none;
	color: #E0E0E0;
	font-weight:bold;
	}
#header ul li a:hover, .leftcolumn ul li a:hover{
	color: #FFFFFF;
	}
.leftcolumn ul{
	margin:0; 
	padding:0;
	width: 100%;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	text-align:right
		}
.leftcolumn ul li{
	margin: 0 1px 0 -4px;
	padding: 2px 4px 2px 4px;
	display:inline;
	list-style-type: none;
	background:  url('images/nav_buttons_htgrd.gif') repeat-x 0 0;
	}
.leftcolumn ul li.current_page_item{
	background:  url('images/nav_buttons_htgrd_current.gif') repeat-x 0 0;
	padding: 8px 4px 2px 4px;
	}

.leftcolumn ul li a{
	margin: 0;
	padding: 0;
	text-decoration:none;
	color: #E0E0E0;
	}
/*zusätzliche typo widgets*/
.widget_text img {
	margin:-5px 0 10px -5px;
	padding:0;
	border-top:0; 
	border-left:0; 
	border-right:0; 
	border-bottom: 2px dotted #666666
	}
.minipost .title {
	margin:0;
	padding:0;
	font-weight:bold;
	}
p.minipost  {
	margin:0;
	padding:0 0 20px 0;
	line-height:1.4em
	}
p.minipost  a.title{ /*Titel des Miniposts nicht zeigen*/
	visibility:hidden;
	font-size:1px;
	line-height:0
	}


