/*
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 (WP2.6.2)
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.EilertMacKenzie {
	background: transparent url(images/bg_green.jpg) repeat;
}
.EilertMacKenzie p,
.EilertMacKenzie h1,
.EilertMacKenzie h2,
.EilertMacKenzie blockquote,
.EilertMacKenzie ul {
	font-family: Georgia,Times,serif;
}
.EilertMacKenzie #wrapper {
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -403px;
	margin-top: -245px;
	height: 470px;
	width:785px;
	border: 1px solid #4a5739;
	padding: 10px;
	background: #fff;
}
.EilertMacKenzie #wrapper p {
	margin: 12px 0 0;
}
img#logo {
	left:285px;
	position:absolute;
	top:-22px;
	width:233px;
	z-index: 10;
}
.EilertMacKenzie #mainBox {
	background: transparent url(images/bg_main.jpg);
	padding-top: 24px;
	height: 444px;
	border: 1px solid #d1d6c9;
}
.EilertMacKenzie h1 {
	font-size:18px;
	margin:0 auto;
	text-align:center;
	width:580px;
	border: 1px solid #e2dcc8;
	border-width: 1px 0;
	padding: 15px 0;	
}

#leftSide {
	width: 180px;
	height: 435px;
	float: left;
	color: #525c44;
	padding: 0 0 0 15px;
}
.EilertMacKenzie #leftSide h2 {
	margin-top: 30px;
}
.EilertMacKenzie li {
	margin: 14px 0 0;
}

div#mainText {
	background: transparent url(images/bg_bracket.png) no-repeat;
/* 	border: 1px solid black; */
	width: 500px;
	height: 350px;
	float: left;
	padding-left: 65px;
}

#mainText p {
	font-style: italic;
}
.EilertMacKenzie #mainText p#contactInfo {
	margin: 12px 0 12px 30px;
	padding: 0 0 0 30px;
}
.EilertMacKenzie #mainText p#contactInfo a {
	font-weight: normal;
	border-bottom: 1px dashed #abadb2;
	color: #263453;
	text-decoration: none;
}
.EilertMacKenzie #mainText p#contactInfo a:hover {
	border-bottom: 1px solid #abadb2;
}