/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on Twenty Ten)
Version: 3.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "css/reset.css";

img{display:block;}
body{
	background-color:#191919;
	color:#fff;
	font-family:"helvetica neue", helvetica, arial, sans-serif;
	font-size:100%;
	line-height:120%;
	}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/*---------Header  ------- */

#header-wrapper{
	background:url("images/header-repeating-bg.jpg") repeat-x 0 0;
	}
	
#header-content h1 a{
	display: block; /*inline;*/
	float: left;
	width:223px;
	height:126px;
	background: url(images/ttf-logo.png) no-repeat 0 0;
	text-indent:-99999px;
	}

#header-content{
	width:805px;
	margin:0 auto;
	height:140px;
	}






/*----Content Area ---*/
#wrapper{
	background:url("images/background.jpg") no-repeat 50% 0 #2f2f2f;
	background-position:bottom;
	margin:0 auto;
	}

#content-wrapper{
	width:800px;
	margin:0 auto;
	padding-top:60px;
	}
	
#content-wrapper h2{
	font-size:185%;
	padding-bottom:20px;
	}
	
#content-wrapper p{padding-bottom:10px;}		
	
#main-content{width:525px;}

#main-content li{
	list-style:disc;
	margin-left:20px;
	padding-bottom:10px;
	}



/*----Contact Information ---*/
#contact-wrapper{
	margin-top:40px;
	background-color:#191919;
	padding:15px;
	margin-bottom:100px;
	width:495px;
	}
	
#contact-wrapper h3{
	font-size:150%;
	padding-bottom:20px;
	}
	
.red-text{color:#c4003a;}

#contact-wrapper ul{
	float:left;
	margin:0 0 0 40px;
	}
	
ul#company{margin-left:0;}

#contact-wrapper li{
	list-style:none!important;
	padding-bottom:3px;
	margin:0;
	}



/*------Footer  ---------*/
#footer{
	background-color:#191919;
	padding:10px 0;
	}
	
p#copyright{
	width:800px;
	margin:0 auto;
	font-size:75%
	}