html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
a { outline: none; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	color: #AAA;
	text-shadow: #000 0 1px 1px;
	background: #000;
	font: 12px/1.6em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#container {
	display: block;
	width: 960px;
	margin: 0 auto;
}

section {
	display: block;
}

header {
	display: block;
	width: 480px;
}

h1 a {
	background: url(../img/kush-patel-header.png);
	display: block;
	width: 480px;
	height: 145px;
	text-indent: -99999px;
}

nav {
	background: url(../img/nav-bg.png) top center;
	display: block;
	height: 44px;
	width: 480px;
}

nav li {
	display: block;
	float: left;
	width: 120px;
	height: 44px;
}

nav a {
	display: block;
	width: 120px;
	height: 44px;
	text-indent: -99999px;
}

nav a.home:hover, nav a.bio:hover, nav a.coaching:hover, nav a.contact:hover {
	background: #000;
	opacity: 0.2;
	filter:alpha(opacity=20);
}

aside {
	display: block;
	float: right;
	width: 340px;
	margin-right: 60px;
}

aside section {
	margin: 0 0 2em;
}

aside section li {
	font-size: 11px;
	margin: 5px 5px 5px 0;
}

aside section h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 20px;
}

aside #postdates a, aside #tagcloud a {
	text-shadow: #000 0 1px 1px;
	background-color: #111;
	text-decoration: none;
	padding: 4px;
}

#content {
	color: #AAA;
	text-shadow: #000 0 1px 1px;
	background: url(../img/content-bg.png) repeat-x;
	display: block;
	border-left: 1px solid #1E1E1E;
	border-right: 1px solid #1E1E1E;
	width: 478px;
	padding: 4em 0;
}

#content h2 {
	height: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 1em;
}

.subhead {
	display: block;
	color: #666;
	font-size: 10px;
	margin: 0 0 1em;
}

article {
	display: block;
	margin: 0 60px 4em;
}

article table {
	width: 100%;
	margin: 0 0 2em;
}

article th {
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	background: #0A0A0A;
	padding: 2px 5px;
}

article td {
	border-top: 1px solid #111;
	padding: 2px 5px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #666;
}

section.tags {
	color: #666;
	font-size: 11px;
	margin: 2em 0;
}

section.tags a {
	color: #666;
	background: #0E0E0E;
	text-decoration: none;
	padding: 4px;
}

section.comments {
	margin: 0 60px;
}

.comments label, #contactform label {
	color: #666;
	display: block;
	font-size: 11px;
	margin: 0.5em 0 0;
}

.comments ol li {
	border-top: 1px solid #111;
	padding: 1em 0 0;
	margin: 1em 0 0;
}

.comments ol {
	margin: 0 0 4em;
}

.comments small a {
	text-decoration: none;
}

#contactform .error {
	color: #C11;
}

.comments input, #contactform input {
	display: block;
}

.comments textarea, #contactform textarea {
	display: block;
	width: 100%;
	height: 100px;
	padding: 0;
	margin: 0.5em 0 1em;
}

#search-box {
	background: url(../img/search-bg.png);
	position: relative;
	width: 358px;
	height: 77px;
	margin: 0 0 2em;
}

#search-criteria {
	border: none;
	color: #AAA;
	text-shadow: #000 0 1px 1px;
	background: none;
	font: 12px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: absolute;
	width: 238px;
	padding: 7px 5px;
	margin: 24px;
}

#search-submit {
	border: none;
	background: url(../img/search-button.png) -67px 0;
	position: absolute;
	top: 21px;
	right: 16px;
	text-indent: -99999px;
	width: 68px;
	height: 37px;
}

#search-submit:hover {
	background-position: 0 0;
}

#search-submit:active {
	background-position: 67px 0;
}

#post-nav, #results-header {
	margin: 0 60px 4em;
}

footer {
	position: relative;
	display: block;
	color: #444;
	background: #0A0A0A;
	font-size: 11px;
	height: 100px;
	
}

footer a {
	color: #666;
	text-decoration: none;
}

footer a:hover {
	color: #333;
	text-decoration: underline;
}

footer #copyright {
	position: absolute;
	top: 65px;
	left: 50%;
	width: 465px;
	margin-left: -420px;
}

footer #credits {
	position: absolute;
	top: 65px;
	left: 50%;
	margin-left: 60px;
}

.clear {
	clear: both;
}
