/*
Theme Name: Konsepti
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.2
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

*/



/* Begin Typography & Colors */
body {
	font-size: 75%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
}
a {
	color: #ff8400;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#page {
	width: 900px;
}
#header {
}
#header h1 {
	background-color: #ff8400;
	padding: 5px 0px 5px 30px;
	margin: 0px;
	font-size: 30px;
}
#header h1 a {
	font-family: Lucida Grande, sans-serif;
	font-weight: normal;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
}
#header a {
	color: #fff;
}
#header #menu {
	font-family: Lucida Grande, sans-serif;
	font-size: 12px;
	background-color: #515151; /*#9f9f9f;*/
	float: left;
	clear: both;
	width: 100%;
}
#header #menu ul {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 5px 30px;
	float: left;
}
#header #menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
}
#content {
	width: 560px;
	padding: 30px;
	float: left;
}
#sidebar {
	width: 250px;
	float: left;
}
#footer {
	clear: both;
	margin: 10px 10px 10px 30px;
	padding-top: 10px;
	border-top: 1px solid #989898;
}
#footer p {
	margin: 0px;
}
.post {
	clear: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #989898;
}
.post .entry {
	line-height: 1.5em;

}
.post h2.post-title {
	font-size: 30px;
	font-family: Lucida Grande, sans-serif;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
.post .post-date {
	color: #989898;
	font-family: Georgia;
	font-size: 14px;
}
.postmetadata {
	padding: 5px;
	background-color: #ffedd9;
}
.single-post .post-title {
	
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.navigation {
	float: left;
	width: 100%;
	padding-bottom: 25px;
}
#sidebar {
	padding-top: 30px;
}
#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li.widget {
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;
}
#sidebar ul li.widget_rss li {
	padding-bottom: 10px;
}
#sidebar .widgettitle {
	font-family: Lucida Grande, sans-serif;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #000;
	margin-top: 0px;
}
blockquote {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	padding-left: 5px;
	border-left: 5px solid #ffedd9;
}