/*
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";


*{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	/* removes dotted line in firefox */
	outline: none;
}

a:visited{
	text-decoration:none;
}

div#bg_logo{
	height: 400px;
	width: 750px;
	margin: auto;
	background-image:url('style/images/bg_intro_logo.png');
	background-repeat:no-repeat;
	background-position:center 1px;

}		

div#bg_logo_text a:visited{
	color: white;
}

div#bg_logo_text{
	position: absolute;
	top: 130px;
	left: 400px;
	color: white; 
	font-size: 14px;
}

div#container{
	background-image:url('style/images/bg_intro.png');
	background-repeat:repeat-x;
	background-position: center -51px;
	/* background-color: green; */
	height: 610px;;
}

div#content{
	top: 240px;
	height: 325px;
	width:760px;
	margin:auto;
}

div#item_1, div#item_2, div#item_3, div#spacer_1, div#spacer_2{
	float:left;
	height:inherit;
	/* background-color:red; */
}

div#item_1, div#item_2, div#item_3{
	width:220px;
}

.item_text{
	position:absolute;
	top: 205px;
	width:100%;
	text-align:center;
	font-size:20px;
	color:#FFFFFF;
}		

div#spacer_1{
	width:49px;
}

div#spacer_2{
	width:51px;
}

div#footer{
	position:absolute;
	top:570px;		
	width:100%;
}

div#footer_text{
	width:1000px;
	padding-top:5px;
	height:100px;
	text-align:center;
	margin:auto;
	font-size: 14px;
}

div#footer_logo{
	position:absolute;
	right:100px;
	top: 0px;
}
