/*
Theme Name: Forest Theme
Theme URI: http://wpjunction.com
Description: Forest Theme
Version: 1.0
Author: HPA
Author URI: http://wpjunction.com 
*/



/* General */

body {
	margin: 0;
	background: #151f01;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 1004px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 1004px;
	background: url("images/page_bottom.gif") no-repeat left bottom;
}


/* Header */

#header {
	width: 1004px;
	height: 385px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 22px;
		left: 152px;
		width: 700px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #000000;
		font: normal 44px Arial, Verdana;
		padding-bottom: 1px;
	}
	
	#header #header-info h1 a {
		color: #000000;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #000000;
		font: normal 14px Arial, Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 345px;
		left: 30px;
		width: 600px;
		height: 34px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 600px;
		height: 34px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 34px;
		font: bold 12px/34px Arial, Verdana;
		color: #162300;
		margin-right: 15px;
	}
	
	#header #header-menu ul li a {
		color: #162300;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 350px;
		left: 641px;
		width: 256px;
		height: 23px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 256px;
		height: 23px;
	}
	
	#header #header-search #s {
		width: 245px;
		height: 15px;
		border: 0;
		padding: 4px 5px;
		font: bold 12px Arial, Verdana;
		color: #263607;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 23px;
		padding: 0;
		float: right;
		display: none;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 327px;
		left: 913px;
		width: 67px;
		height: 67px;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 606px;
		padding: 0 17px 0 20px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		padding-bottom: 25px;
		width: 606px;
		background: url("images/post.jpg") no-repeat right bottom;
	}
	
	#content .post-page {
		background: none;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 606px;
			color: #436a04;
			font: normal 12px Arial, Verdana;
			background: #0b1100;
		}
		
		#content .post .post-title a {
			color: #436a04;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
		}
		
		#content .post .post-title h2 {
			color: #54700a;
			font: normal 24px Arial, Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #54700a;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			width: 592px;
			padding: 0 7px;
			height: 21px;
			line-height: 21px;
			border-top: 2px solid #334604;
			background: #131d01;
			margin-top: 7px;
		}
		
			#content .post .post-title .post-title-info .post-title-date {
				float: left;
				background: url("images/icon_date.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-author {
				float: left;
				background: url("images/icon_author.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-category {
				float: left;
				background: url("images/icon_category.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 13px/19px Arial, Verdana;
			color: #8f987e;
			width: 592px;
			padding: 0 7px;
		}
		
			#content .post .post-entry-page {
				width: 606px;
				padding: 0;
			}
		
		#content .post .post-entry a {
			color: #436a04;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #141d03;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			font: normal 13px/28px Arial, Verdana;
			color: #436a04;
			width: 576px;
			padding: 0 15px;
		}
		
		#content .post .post-info a {
			color: #436a04;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
			/* Post - Info - Comments */
		
			#content .post .post-info .post-info-comments {
				float: right;
				background: url("images/icon_comments.gif") no-repeat left center;
				padding-left: 20px;
			}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #54700a;
			font: normal 20px Arial, Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 13px/19px Arial, Verdana;
			color: #8f987e;
			width: 592px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #436a04;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #141d03;
		}
		
		#content .post .comments ol li cite {
			color: #436a04;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #436a04;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #436a04;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 13px/19px Arial, Verdana;
			color: #8f987e;
			width: 567px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #436a04;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 13px Arial, Verdana;
		color: #436a04;
		padding: 0 7px;
		float: left;
		width: 592px;
	}
	
	#content .navigation a {
		color: #436a04;
		text-decoration: none;
		margin-bottom: 25px;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 338px;
		font: normal 12px/18px Arial, Verdana;
		color: #8f987e;
		margin-bottom: 15px;
	}
	
	#sidebar a {
		color: #436a04;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 165px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 165px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 165px;
		margin-bottom: 10px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 163px;
			padding-left: 2px;
			font: normal 18px/30px Arial, Verdana;
			color: #7c992f;
			border-bottom: 2px solid #334604;
			margin-bottom: 4px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #436a04;
			font: normal 12px/24px Arial, Verdana;
		}
		
		#sidebar ul li a {
			color: #436a04;
			text-decoration: none;
			background: #131d01;
			padding-left: 4px;
			display: block;
			margin-bottom: 2px;
		}
		
		#sidebar ul li a:hover {
			background: #1f2f03;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul li a {
				padding-left: 14px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 15px 0;
			width: 165px;
			text-align: center;
			background: #131d01;
		}
		
		#sidebar #searchform #s {
			width: 135px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			width: 165px;
			background: #131d01;
			padding-top: 2px;
		}
		
		#sidebar #calendar_wrap table {
			margin: 0 auto;
			width: 135px;
		}
		
		#sidebar #calendar_wrap caption {
			margin: 0 auto;
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			background: #131d01;
			padding: 1px 3px;
		}


/* Footer */

#footer {
	width: 974px;
	height: 59px;
	padding: 0 15px;
	color: #919d7a;
	font: normal 13px/59px Arial, Verdana;
	text-align: center;
}

#footer a {
	color: #919d7a;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

a.xl{
        display: none !important;
}
