/*
Theme Name: HuntGreen
Description: A Wordpress theme custom designed for HuntGreen LLC
Version: 0.1
Author: Rebecca Miller
Author URI: http://rubygrrl.com/
*/
body, div, form, h1, h2, h3, h4, h5, h6, ul, ol, li, p, dt, dl{
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
}
body{
	background: #958d5f;
	color: rgb(89,90,81);
	font-size: 62.5%; /* Resets 1em to 10px */
}
h1{	
}
h2{
	color: #d0622f;
	text-transform: uppercase;
	font-family: "Georgia";
	letter-spacing: 2px;
	font-size: 1.2em;
	margin: 9px 0;
}
h3{
	font-family: Georgia, "Times New Roman", "New York", serif;
	color: #D0622F;
	font-size: 1.5em;
	margin: 12px 0;
}
p{
	margin: 0 0 1em;
	line-height: 1.7em;
	font-size: 1.3em;
}
ul{
	padding-left: 20px;
	font-size: 1.3em;
}
ul li{
	line-height: 1.7em;
}
hr{
	display: none;
}
a, a:visited{
	color: #d0622f;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/* Background: #edefe1
	 Accent red: #d0622f
	 Main green: #958d5f */

#page{
	width: 1024px;
	margin: 0 auto;
	background: #edefe1 url('images/background_bar.jpg') repeat-y top left;
	font-family: Arial, Verdana, Trebuchet, sans-serif;
}
#bg_bar{
	background: url('images/background.gif') no-repeat top left;
}
#header #headerimg{
}
#header #headerimg h1{
	position: relative;
	display: block;
	float: left;
	height: 150px;
	width: 260px;
	top: 23px;
/*	background: url('images/huntgreenlogo.gif') no-repeat top left; */
	overflow: hidden;
	text-indent: -7em;
}
#content{
	margin-top: 130px;
	width: 664px;
	padding: 0 70px 0 20px;
	float: right;
}
/* Home page */
#content #mission p{
	color: #958d5f;
	border-bottom: 1px solid #958d5f;
	margin: 0;
	font-size: 2.15em;
	line-height: 1.5em;
	padding-bottom: 1em;
	font-family: "Verdana";
}
#content #posts{
	margin-top: 19px;
}
#content #posts .post{
	border-bottom: solid 1px #C2C191;
}
#content #posts .entry p{
	font-size: 1.3em;
	line-height: 1.4em;
}
#content #posts a.post-edit-link{
	display: inline;
	padding: 0;
	background: none;
	border: none;
	margin-top: 0;
}
/* Article page */
#content .navigation{
	border-bottom: 1px solid #C2C191;
	font-size: 1.1em;
}

#content .post{
	clear: both;
	margin-top: 2em;
}
#content .page h2{
	color: #d0622f;
	text-transform: uppercase;
	margin-top: 3em;
}
#content .entry{
	margin-top: 1em;
}
#content .entry hr{
	display: block;
	clear: both;
	margin-bottom: 10px;
}
#content p.tags{
	clear: both;
}
#content a.post-edit-link{
	display: inline-block;
	padding: 5px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #D0622F;
	margin-top: 1.5em;
	background-color: #ffffff;
}
#content p.postmetadata{
	font-size: 1.1em;
	clear: both;
}
form textarea#comment{
	width: 100%;
}
#content div.columnright{
	margin-left: 215px;
}

.two_column{
	column-count: 2;
	column-gap: 20px;
}
.two_column{
	float: left;
	width: 45%;
}
.three_column{
	float: left;
	width: 30%;
}


/* Restore some default Wordpress styles */
.alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
dl.alignleft{
	margin-right: 0px;
	margin-bottom: 10px;
}
.alignright{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.aligncenter{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 5px;
}
#content div.aligncenter img{
	margin-top: 5px;
}
div.wp-caption{
	text-align: center;
}
p.wp-caption-text{
	font-size: 1.1em;
	line-height: 1.3em;
	padding-top: 5px;
}

.cleardiv{
	clear: both;
	height: 0;
}
/* Sidebar */
#sidebar{
	float: left;
	clear: left;
	width: 200px;
	margin-left: 27px;
	margin-top: 36px;
}
#sidebar .nav{
	text-align: right;
	padding-right: 20px;
	font-size: 1.8em;
	width: 200px;
}
#sidebar .nav ul{
	list-style: none;
	padding-left: 0;
	font-size: 1em;
}
#sidebar .nav li{
	line-height: .85em;
}
#sidebar .nav a{
	color: #958d5f;
	display: block;
	background: transparent url('images/home_menu.gif') no-repeat 3px -19px;
	text-indent: 200px;
	overflow: hidden;
	width: 200px;
	height: 15px;
	margin-bottom: 3px;
}
#sidebar .nav a:hover{
	text-decoration: none;
	color: #d0622f;
	background: transparent url('images/home_menu.gif') no-repeat 3px 0px;
}
#sidebar .nav ul ul{
	display: none;
	padding: 3px 1px;
	font
}
#sidebar .nav ul ul a{
	background: none;
}
#sidebar .nav ul ul a:hover{
	background: none;
}
#sidebar .nav li.current_page_ancestor a, #sidebar .nav li.current_page_item a{
	height: 19px;
}
#sidebar .nav li.current_page_ancestor ul, #sidebar .nav li.current_page_item ul{
	display: block;
}
#sidebar .nav .current_page_item{
	/* font-size: 1.5em; */
	font-weight: bold;
}
#sidebar .nav li.current_page_item a, #sidebar .nav li.current_page_item a:hover{
	background: transparent url('images/home_menu.gif') no-repeat 3px -40px;
	height: 20px;
	line-height: 2em;
}
#sidebar .nav ul li.current_page_ancestor ul li.page_item a, #sidebar .nav .current_page_item ul li.page_item a{
	background: none;
	font-size: .6em;
	line-height: 1em;
	border-right: 1px solid #d0622f;
	padding-right: 3px;
	height: 1em;
	margin-bottom: 0;
	padding-bottom: 2px;
	text-indent: 0;
	font-weight: normal;
}
#sidebar .nav ul li.current_page_ancestor ul li.current_page_item{
	font-size: 1em;
} 
#sidebar .nav ul li.current_page_ancestor ul li.current_page_item a{
	font-weight: bold;
} 
#sidebar form{
	margin-top: 240px;
	margin-left: 20px;
	font-size: 1.1em;
}
#sidebar form label{
	color: #d0622f;
}
#sidebar form input[type="text"]{
	width: 100%;
	border: 1px solid #d0622f;
	padding: 2px;
}
#sidebar form input[type="submit"]{
	display: none;
}
#footer{
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: .7em;
}
