/*  
Theme Name: the average home
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/

	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

*/

*
	{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
	font-family: courier, monospace;
	font-weight: normal;
	text-transform: lowercase;
	}
	
b,
strong
	{
	font-weight: bold;
	}
	
body
	{
	}

h1
	{
	font-size: 100%;
	margin: 0px;
	font-weight: normal;
	padding-left: 15px;
	padding-top: 10px;
	margin-bottom: 10px;
	}

ul li
	{
	list-style: none;
	}
	
ul li a
	{
	border-bottom: 0px;
	}
	
ul li ul 
	{
	margin-left: 15px;
	margin-bottom: 15px;
	}
	
hr
	{
	clear: left;
	border: 0px;
	border-bottom: 1px dashed #000;
	margin: 10px 0px;
	}
	
input,
textarea
	{
	border: 1px solid #000;
	padding: 1px;
	font-family: courier, monospace;
	font-size: 11px;
	background: none;
	}
	
h1.edition,
h1.edition a,
h1.edition span
	{
	background: #000;
	color: #fff;
	height: 340px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	border-bottom: 0px;
	}

h1.edition.homepage
	{
	background-image: url(images/home.jpg);
	}
	
h1.edition.berlin
	{
	background-image: url(images/berlin.jpg);
	}
	
h1.edition.no1
	{
	background-image: url(images/nr1.jpg);
	}	

h1.edition.homes
	{
	background-image: url(images/gallerists.jpg);
	}

h1.edition.artists
	{
	background-image: url(images/artists.jpg);
	}	

h1.edition.amsterdam
	{
	background-image: url(images/amsterdam.jpg);
	}

h1.edition.milano
	{
	background-image: url(images/milano.jpg);
	}

h1.edition.tokyo
	{
	background-image: url(images/tokyo.jpg);
	}


h1.edition.wroclav
	{
	background-image: url(images/wroclav.jpg);
	}

h1.edition.stockholm
	{
	background-image: url(images/stockholm.jpg);
	}

h1.edition.contact
	{
	background-image: url(images/contact.jpg);
	}

h1.edition.barcelona
	{
	background-image: url(images/barcelona.jpg);
	}

h1.edition.mona
	{
	background-image: url(images/mona.jpg);
	}

h1.edition.leah
	{
	background-image: url(images/leah.jpg);
	}

h1.edition.sascha
	{
	background-image: url(images/sascha.jpg);
	}

h2
	{
	font-weight: normal;
	background: #fff;
	}

h3
	{
	padding-top: 2px;
	margin-bottom: 15px;
	}
	
h3,
h3 a
	{
	background: #000;
	color: #fff;
	}
	
	
a,
ul li ul li a
	{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
	}
	
a:hover,
ul li.page_item a:hover,
li.current-cat a
	{
	border-bottom: 0px;
	background: #000;
	color: #fff;
	}

img
	{
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
	}
	
p
	{
margin: 0px;
	padding: 5px 0px 10px 0px;
	}
	
#content
	{
	width: 600px;
	float: left;
	}

.post,
.commentarea
	{
	padding: 15px;
	
	}
	
.entry
	{
	background: #fff;
	}
		
#context
	{
	width: 270px;
	float: left;
	margin-left: 30px;
	}

li.search
	{
	padding: 10px 0px 20px 0px;
	}

li.about
	{
	padding-bottom: 15px;
	}
	
input#searchsubmit
	{
	border: 0px;
	}


.postmetadata,
.postmetadata a,
#footer,
#footer a
	{
	color: #bbb;
	text-decoration: none;
	border-bottom: 0px;
	}

.postmetadata a:hover,
#footer a:hover
	{
	color: #fff;
	}
	
.commentarea textarea
	{
	width: 563px;
	}
#footer
	{
	padding-top: 30px;
	padding-left: 15px;
	}

ol.commentlist
	{
	margin-bottom: 30px;
	}
	
.commentlist li
	{
	color: #fff;
	background: #000;
	padding: 15px;
	width: 535px;
	border: 1px solid #000;
	}

li.current_page_item a
{background: #000; color: #fff;}