/*
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 Typography & Colors */
body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #F4F4F2;
	}

a:focus { outline: none;}
	
	div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 65px; 
    width: 450px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}

#page {
width: 881px;
height: 665px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -440px;
margin-top: -333px;
	background-image: url(images/canvas.gif);	
	background-repeat: no-repeat;
	}
	
#content {
	position: absolute;
	top: 144px;
	left: 288px;
	height: 370px;
	width: 477px;
}
#box {
	position:absolute; top:31px; left:40px; width:800px; height: 620px; z-index:500;
}

#content-com {
	position: absolute;
	top: 222px;
	left: 288px;
	height: 370px;
	width: 477px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F7F7F;
	line-height: 20px;
}

#content-dis {
	position: absolute;
	top: 30px;
	left: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F7F7F;
	line-height: 17px;
	padding-right: 20px;
}
	
p {
	margin-top: 0px;
}	

h4 a:link, h4 a:visited {
	font-size: 11px;
	color: #CDCDC7;
}
h4 {
	margin-top: 20px;
}

h5 {
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 450px;
	line-height: 17px;
	display: block;
	border-bottom: 1px solid white;
}
	
#links {
position: absolute;
left: 140px;
top: 550px;
z-index: 5;
}

#navigation {
	position: absolute;
	left: 140px;
	top: 550px;
	z-index: 2;
	width: 110px;
	height: 70px;
	background-image: url(images/navi.gif);	
	background-repeat: no-repeat
}

#unternavigation {
	position: absolute;
	left: 288px;
	top: 550px;
	width: 477px;
	height: 70px;

}

#unternavigation li {
	list-style: none;
	display: block;
	float: left;
	width: 144px;
	height: 16px;
}

#next {
	background-image: url(images/pfeile2.gif);	
	background-repeat: no-repeat;
	position: absolute;
	left: 465px;
	top: 38px;
	text-align: right;
	width: 15px;
	height: 24px;
}

li.current_page_item a:link, li.current_page_item a:visited{
font-weight: bold;
}

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

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

a:link, a:visited {
	text-decoration: none;
	color: #7F7F7F;
}
	
a:hover {
	text-decoration: underline;
	}

a.dot:link, a.dot:visited {
	display: block;
	float: right;
	width: 13px;
	height: 13px;
} 

a.prevPage  {
	display: block;
	width:15px;
	height: 10px;

}
a.nextPage {
	display: block;
	width:15px;
	height: 10px;

}

/* End Typography & Colors */


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

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

ul.navi {
	background-image: none;
	list-style: none;
	margin: 0;
	padding: 0;
}


/* End Entry Lists */



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

/* Begin Comments*/


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

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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." */

