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

	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

*/


/* 
	Mapanui 
	Quickfix stylesheet 
*/
h2{
	color:#fff;
	font-size:1.8em;
	line-height:1.4em;
	width:96%;
	display: block;
	margin-bottom:10px;
}
h2 span{
	background-color: #A5D93E;
	padding: 5px;
}

h2 span, h2 span a:link,
h2 span a:visited,
h2 span a:hover,
h2 span a:active{
	text-decoration: none;
	background-color: #a5d93e !important;
}

blockquote{
	padding-left:10px;
	border-left:#fff 5px solid;
}

small,
div.entry{
	padding-left: 10px;
}
p.postmetadata{
	padding-left: 10px;
	margin-bottom: 20px;
}

#sidebar{
	float: right;
	width: 250px;
}
#sidebar h2{
	font-size: 1.2em;
	color: #333;
	margin: 0;
}
#sidebar a{
	color: #7b6f55;
}
#sidebar ul,
#sidebar ul li ul{
	margin: 0;
	padding: 0;
}
#sidebar ul{
	padding: 8px;
}
#sidebar ul li ul li{
	padding: 0 0 0 8px;
}
h3{
	color: #fff;
	margin-bottom: 10px;
}
h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active{
	background-color: #3cb7ff !important;
	color: #fff !important;
	padding: 4px !important;
	text-decoration: none;
}
#footer{
	margin-top: 50px;
}