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

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/* CSS Stylesheet for APD
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#e7e7e7;
	margin-top:20px;
}

p { 
	font-size: 13px;
	color: #000000;
	line-height: 15px;
	margin-bottom:15px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#825783;
	margin-top:20px;
}

.widget widget_pages {
	margin-top:10px;
}

#textwidget {
	font-size:13px;
}

strong {
	color: #14437e;
	font-weight:bold;
}

em {
	font-style:italic;
}

.blue {
	color: #14437e;
}

a, .small a, a:active, .small a:active {
	font-size: 13px;
	color: #14437e;
	text-decoration: underline;
	line-height: 11.5pt;
}
a:link, a: visited, a:hover, .small a:link, .small a:visited, .small a:hover {
	font-size: 13px;
	color: #14437e;
	text-decoration: underline;
	line-height: 11.5pt;
}

/*DEFINED DIV BY ID*/

#container {
	position:relative;
	width:800px;
	margin:0px auto;
}

#content {
	background-color:#FFFFFF;
	float:left;
	margin-bottom:20px;
}

#main {
	width:290px;
	padding:20px;
	float:left;
}

#sidebar {
	width:420px;
	padding:20px;
	float:left;
}

#footer {
	clear:both;
	font-size: 11px; 
	background-color:#FFFFFF;
	margin-top:20px;
	padding: 6px 0px 6px 0px;
}