/*
Theme Name: Hewett Honey
Theme URI: http://hewettshoney.com
Description: Custom theme for Hewett's Honey
Version: 1.0
Author: William Barry
Author URI: http://williambarry.net/
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	background: #412b14;
}

h2.no_style_title {
	display: none;
}

/*******************************************************************************
Container
*******************************************************************************/

#container {
	width: 800px;
	margin: 0 auto;	
	background: #d1d398;
}

/*******************************************************************************
Header
*******************************************************************************/

#header_container {
	background: url(images/header.jpg) top center no-repeat;
}

#header {
	width: 800px;
	height: 295px;
	margin: 0 auto;
	position: relative;
		
}

#logo {
	position: absolute;
	top: 62px;
	left: 45px;
}

#logo a {
	display: block;
	width: 310px;
	height: 150px;	
}

#logo a span {
	display: none;
}

/*******************************************************************************
Content
*******************************************************************************/

#content_container {
	background: #fff;	
}

#content {
	float: right;
	width: 530px;
	padding-right: 20px;
	
	font-size: 1.4em;
	line-height: 140%;	
}

#content h1 {
	margin: 0;
	padding: 20px 0;
	line-height: normal;
	font-size: 2em;	
}

#content_no_sidebar {
	float: right;
	width: 760px;
	padding: 0 20px;
	
	font-size: 1.4em;
	line-height: 140%;	
}

#content_footer {
	clear: both;	
	height: 150px;
	background: url(images/bee_footer.jpg) center 50px no-repeat;
}

/*******************************************************************************
Sidebar
*******************************************************************************/

#sidebar_container {
	float: left;
	width: 230px;
	padding: 20px 10px 0 10px;	
}

#sidebar a {
	text-decoration: none;
	color: #333;
	border: #ccc 1px solid;
	font-size: 1.2em;	
}

#sidebar a:hover  {
	border: #666 1px solid;
	background: #999;
	color: #fff;	
}

#sidebar td {
	font-size: 0.8em;	
}

/*******************************************************************************
Main navigation
*******************************************************************************/

#main_nav_container {
	position: absolute;
	top: 260px;
	left: 0;
	background: #d1d398;
}

#main_nav {
	width: 800px;
	margin: 0 auto;
	text-align: right;	
}

#main_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;	
}

#main_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;	
}

#main_nav a {
	display: block;
	margin: 0;
	padding: 8px 10px 9px 10px;
	color: #42601a;
	text-decoration: none;
	font-size: 1.4em;
}

#main_nav a:hover {
	color: #fff;
	background: #412b14;	
}

#main_nav li.selected a,
#main_nav li.selected a:hover {
	color: #cecd7f;
	background: #710003;
	border: #6b0003 1px solid;	
}

/*******************************************************************************
Footer
*******************************************************************************/

#footer_container {
	padding: 10px 0 20px 0;	
}

#footer {
	font-size: 1.2em;
	text-align: center;
	background: #d1d398;
}

#footer a {
	color: #000;
}

#footer a:hover {
	color: #666;	
}
