/*
Theme Name: Starkers / Veloce Media
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Customized by Veloce Media (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com, customization by http://velocemedia.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
/*@import "style/css/typography.css";
@import "style/css/layout.css";
@import "style/css/main_navigation-dropdown.css";*/
@import "style/css/old/template.css";
@import "style/css/old/typography.css";
@import "style/css/old/main_navigation-dropdown.css";

/* Overrides for the blog only */
#mainContent {
	float: left;
	width: 600px;
	padding-right: 10px;
	border: none;
}

#sidebar {
	margin: 0px 0px 0px 0px;
	padding-left: 9px;
	width: 219px;
	float: left;
	border-left: 1px solid #DCDBDB;
	/*background-color: #CCCCCC;*/
	
}

.post {
	margin-bottom: 25px;
}

.postHeader {
	background-color: #EFEFEF;
	padding: 10px 10px 0px 10px;
	border-bottom: 1px solid #5E5757;
	margin-bottom: 10px;
}

.widget { margin-bottom: 20px; }
