/*
Theme Name: Delph Industries Template
Theme URI: http://nathanstaines.com
Description: Based on Starkers HTML5. An HTML5 version of (Based on <a href="http://elliotjaystocks.com/starkers/">Starkers</a> by <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a> which is based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 1.1
Author: Nathan Staines
Author URI: http://nathanstaines.com
Tags: starkers, html5, beginning, start, clean, basic
*/

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

Header, Article, Footer, aside
{

}

Header, Footer
{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	text-align: center;
}
header h1
{
	font-size: 35px;
}
header h2
{
	font-size: 15px;
}
nav
{
	text-align:left;
}
#TopNav ul { list-style:none; margin:0; width: 100%;}
#TopNav li { float:left; display:inline; margin:0; margin-right:10px; }
#TopNav { border: 1px solid #000; padding: 10px; margin-top:5px; font-size:18px;  }

body
{
	border: 1px #000 solid;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
article
{

	padding: 10px;
	margin:10px;
	line-height: 1.429;
	text-align:justify;

	
}
article p
{
	padding-bottom: 22px;
}
aside
{
	/* Sidebar */
	width: 275px;
	float:right;
	margin:10px;
	padding:20px;

}
aside li
{
	list-style:none;
}
aside h2
{
	padding-top:10px;
	text-decoration:underline;
	text-indent:-10px;
}
#content
{
	width: 525px;
	display:block;
	float:left;
}
