/*  
Theme Name: JH
Theme URI: http://www.jethrohaynes.com
Description: Custom Theme for www.jethrohaynes.combased on the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Joel Gethin Lewis
Author URI: http://www.joelgethinlewis.com

	JH v1

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	http://css.maxdesign.com.au/floatutorial/tutorial0816.htm
	
	Is the place for information on floats

*/

body {
	font-family:"Helvetica Neue", Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-size: 12px;
	background: #000000;
	color: #ffffff;
	border: 0;
}

p {
	margin: 0;
	padding: 0;
}

/* COMMENTS MUST BE IN PROPER COMMENT TAGS, NOT ONE LINERS! */
#container {
	width: 920px;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-top: 10px;	
} 

#top {
	width: 220px;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

#leftnav
{
	float: left;
	width: 110px;
	margin: 0;
	padding: 0;
}

#content
{
	margin-left: 110px;
	padding: 0;
	width: 900px;
}

h1 {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font: 26px "Helvetica Neue", Arial, sans-serif;
}

#bottom
{
	padding: 0;
	margin: 0;
	clear:both;
}

#pages 
{
	padding-bottom:10px;
}	

#pages ul 
{
	list-style: none;
	margin: 0;
	padding-left: 0px;
}

#pages li 
{
	/*display: inline;*/
	margin: 0;
	padding: 0;	
	padding-left: 0px;	
}

#jh-posts 
{
}

#jh-posts ul 
{
	list-style-type: none;
	padding-left: 0px;
}

#jh-posts ul li 
{
	padding-left: 0px;
}

#jh-posts ul li ul 
{
	list-style-type: none;
	padding-left: 0px;
}

/*Text bits below*/

a {
	color:white;
	text-decoration: none;
}

a:hover
{
	text-decoration:underline;
}

#pages .current_page_item a {
	text-decoration:underline;
}

#jh-posts ul li ul li a {
	color: #7500ff;
}

#jh-posts ul li ul{
	margin-left: 10px;
}

#jh-posts ul li ul li.current_post a {
	color: #0f0;
}

#jh-posts ul li ul li a:active {
	color: #00b3ed;
}

#jh-posts ul li ul li a:active {
	color: #00b3ed;
}

#jh-posts ul li.current_post a {
	color: #00b3ed;
}