/*
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";

body
{
	background-color:#fff;
	font-family:Helvetica, Arial, sans-serif;
}

div.wrapper
{
	width:700px;
	margin:0px auto 0px auto;
	background-color:#fceb79;
	background-image:url(/images/wrapper-bg.gif);
	background-repeat:repeat-y;
}

div.header
{
	height:253px;
}
div.header img, div.header a
{
	display:block;
	float:left;
}

div.nav
{
	width:202px;
	float:left;
	background-color:#cfedfc;
	padding-top:24px;
}

div.nav a
{
	display:block;
	width:165px; /* was 202 */
	height:46px; /* was 61 */
	color:#003663;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	padding:15px 0px 0px 37px;
	background-image:url(/images/nav-bg.gif);
	background-repeat:no-repeat;
	background-position:-999px;
}

div.nav a:hover
{
	color:#fff;
	background-image:url(/images/nav-bg.gif);
	background-repeat:repeat-x;
	background-position:0;
}

div.content
{
	width:425px;
	float:right;
	margin-right:36px;
}

img.footerimage
{
	display:block;
	clear:both;
}

h1
{
	color:#ec008c;
	font-size:36px;
	margin-bottom:12px;
	margin-top:24px;
}

h1:first-child
{
	color:#ec008c;
	font-size:36px;
	margin-bottom:12px;
	margin-top:0px;
}

h2
{
	color:#f47b20;
	font-size:24px;
	margin-top:24px;
	margin-bottom:12px;
}

h3
{
	color:#00aeef;
	font-size:18px;
	margin-bottom:10px;
}

h4
{
	color:#ec008c;
	font-size:14px;
	margin-bottom:0px;
}

body.home h1
{
	color:#00aeef;
	font-size:36px;
	margin:0;
}

body.home h2
{
	color:#00aeef;
	font-size:24px;
	margin:0;
}

body.home h3
{
	color:#00aeef;
	font-size:18px;
	margin:0 0 10px 0;
}

p
{
	font-size:14px;
	line-height:150%;
	margin-bottom:12px;
	color:#003663;
}

p strong, h2 strong
{
	/* color:#00aeef; */
}

a
{
	color:#00aeef;
}

a:hover
{
	color:#003663;
}

ul.padd_ul
{
	margin:12px 0px 24px 0px;
}

ul.padd_ul li
{
	list-style-type:none;
	background-image:url(/images/bullet-board.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding:0px 0px 10px 54px;
	color:#00aeef;
}

ul.padd_ul li strong
{
	font-weight:normal;
	color:#003663;
}

img.alignleft
{
	margin-right:10px;
	margin-bottom:10px;
}
