/*
Theme Name: Swobjack
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: Swobjack Himself
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

*/

#page {
	margin-top: 20px;
	width: 768px;
    font-family: Arial;
    margin-left: 80px;
}

#header {
	margin-bottom: 60px;
}

#content {
	width: 500px;
    float: left;
    padding-right: 20px;
}

#content .post {
	text-align: justify;
    font-size: 13px;
    line-height: 20px;
}

#content .post div.head, #content .post h3 {
    font-family: Georgia;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

#content .post p.postmetadata {
	font-size: 11px;
    padding: 3px;
	background-color: #EFEFEF;
    color: #7F7F7F;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#content .post p.postmetadata a {
	color: #7F7F7F;
}

#content .post div.head a, #content .post h3 a {
    color: #000;
    text-decoration: none;
}

#content blockquote {
	font-family: Courier New;
    background-color: #EFEFEF;
    padding: 5px;
}

#content .post .entry a {
	color: #7F7F7F;
	font-style: italic;
    text-decoration: none;
}

#content .post .entry a:hover {
	color: #000;
    text-decoration: underline;
}

#content img {
	border-top: 2px #000 solid;
	border-bottom: 4px #000 solid;
    padding-top: 1px;
    padding-bottom: 1px;
}

#sidebar {
	margin-top: 38px;
	width: 248px;
    float: right;
}

#sidebar ul {
	list-style: none;
    padding: 0px;
    font-size: 12px;
}

#sidebar ul li h2 {
	background-color: #000000;
    font-family: Georgia;
    color: #EFEFEF;
    font-size: 14px;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#sidebar ul li ul {
	padding-left: 8px;
	padding-right: 8px;
}

#sidebar ul li ul li {
    padding-bottom: 8px;
}

#twitter {
	text-align: justify;
}

.widget_tag_cloud div {
	padding-left: 8px;
	padding-right: 8px;
}

#sidebar a {
    color: #7F7F7F;
    text-decoration: none;
}

#sidebar a:hover {
    color: #000000;
}

#sidebar ul li {
}

#footer {
	width: 768px;
}
