/*  
Theme Name: Brown Nature Wordpress Theme
Theme URI: wptemplates.org	
Description: Very nice natural theme
Version: 1.0
Author: miko	
Author URI: wptemplates.org/wordpress.php
*/



/* General */

body {
	margin: 0;
	background: #381600;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}


/* Page */

#page {
	margin: 0 auto;
	background: url("images/page.gif") repeat-y;
	width: 1010px;
}

#page-in {
	background: url("images/page_top.jpg") no-repeat;
	width: 1010px;
	min-height: 846px;
}


/* Header */

#header {
	width: 1010px;
	height: 260px;
	position: relative;
}

#header h1 {
	color: #381600;
	font: normal 37px Arial;
	position: absolute;
	top: 5px;
	right: 165px;
}
	
#header h1 a {
	color: #381600;
	text-decoration: none;
}

#header .description {
	color: #5e2500;
	font: normal 23px Arial;
	position: absolute;
	top: 50px;
	right: 165px;
	text-transform: lowercase;
}

	/* Header - Search */
	
	#header #search {
		width: 348px;
		height: 22px;
		position: absolute;
		top: 108px;
		right: 30px;
	}
	
	#header #search #searchform {
		margin: 0;
		padding: 0;
		width: 348px;
		height: 22px;
	}
	
	#header #search #s {
		width: 348px;
		height: 22px;
		border: none;
		background: transparent;
		font: normal 17px Arial;
		color: #feb100;
	}
	
	#header #search #searchsubmit {
		background: transparent;
		visibility: hidden;
		width: 0;
	}
	
	/* Header - Menu */
	
	#header #menu {
		position: absolute;
		right: 625px;
		top: 153px;
		height: 35px;
	}
	
	#header #menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 35px;
	}
	
	#header #menu ul li {
		float: left;
		text-transform: lowercase;
	}
	
	#header #menu ul li a {
		float: left;
		height: 35px;
		margin: 0 25px;
		color: #ffb300;
		font: bold 15px/35px Arial;
		text-decoration: none;
	}
	
	#header #menu ul li a:hover {
		color: #fbe4ae;
	}
	
	/* Header - Feed */
	
	#header #feed {
		position: absolute;
		left: 172px;
		top: 2px;
		width: 125px;
		height: 127px;
	}


/* Main */

#main {
	width: 1010px;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

	/* Main - Content */
	
	#main #content {
		float: left;
		margin-left: 200px;
		width: 640px;
		padding-bottom: 25px;
	}
	
	#main #content .post {
		font: normal 14px Arial;
		color: #000000;
		float: left;
		margin-bottom: 45px;
		width: 602px;
	}
	
	#main #content .post .date {
		margin-bottom: 20px;
		width: 602px;
		height: 77px;
		background: url("images/date.png") no-repeat;
		position: relative;
	}
	
	#main #content .post .date .month {
		color: #ffe49d;
		font: normal 15px Arial;
		text-transform: lowercase;
		width: 68px;
		position: absolute;
		top: 12px;
		left: 17px;
		text-align: center;
	}
	
	#main #content .post .date .day {
		color: #ffe49d;
		font: normal 35px Arial;
		width: 55px;
		position: absolute;
		top: 31px;
		left: 14px;
		text-align: center;
	}
	
	#main #content .post h2 {
		color: #ffe49d;
		font: bold 28px Arial;
	}
	
	#main #content .post h2 a {
		color: #ffe49d;
		text-decoration: none;
	}
	
	#main #content .post h2 a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .entry {
		line-height: 19px;
		border-bottom: 1px dotted #000000;
		padding-bottom: 12px;
		width: 560px;
	}
	
	#main #content .post .entry a {
		color: #ffe49d;
		text-decoration: none;
	}
	
	#main #content .post .entry a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .entry img {
		margin: 0 5px 5px 0;
		float: left;
	}
	
	#main #content .post .entry .more-link {
		font: bold 14px/20px Arial;
		color: #ffe49d;
		float: right;
		margin-top: 5px;
	}
	
	#main #content .post .entry .more-link a {
		color: #ffe49d;
		text-decoration: none;
	}
	
	#main #content .post .entry .more-link a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .info {
		font: normal 14px Arial;
		color: #000000;
		padding-top: 20px;
	}
	
	#main #content .post .info a {
		color: #000000;
		text-decoration: none;
	}
	
	#main #content .post .info a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .info .comms-links {
		font-weight: bold;
		color: #ffe49d;
	}
	
	#main #content .post .info .comms-links a {
		color: #ffe49d;
		font-weight: bold;
	}
	
	#main #content .post h3 {
		color: #ffe49d;
		font: normal 22px Arial;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	#main #content .post .comments {
		margin: 0;
		width: 560px;
	}
	
	#main #content .post .comments ol {
		margin: 10px 0 10px 0;
		padding-left: 20px;
	}
	
	#main #content .post .comments ol li {
		padding: 5px;
		margin-top: 5px;
	}
	
	#main #content .post .comments ol li.alt {
		background: #df9702;
	}
	
	#main #content .post .comments ol li cite {
		color: #ffe49d;
		font-style: normal;
		font-weight: bold;
	}
	
	#main #content .post .comments ol li cite a {
		color: #ffe49d;
		text-decoration: none;
		font-weight: bold;
	}
	
	#main #content .post .comments ol li cite a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .comments ol li .commentmetadata a {
		color: #ffe49d;
		text-decoration: none;
	}
	
	#main #content .post .comments ol li .commentmetadata a:hover {
		color: #ffe49d;
		text-decoration: underline;
	}
	
	#main #content .post #commentform {
		margin: 0;
	}
	
	/* Main - Sidebar */
	
	#main #sidebar {
		float: left;
		margin-top: 310px;
		padding-bottom: 25px;
		width: 105px;
	}
	
	#main #sidebar h3 {
		font: bold 16px Arial;
		color: #ffd574;
		margin-bottom: 10px;
		margin-top: 10px;
		padding-left: 3px;
	}
	
	#main #sidebar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		padding-bottom: 15px;
		margin-bottom: 10px;
		width: 105px;
		background: url("images/sidebar_separator.gif") no-repeat left bottom;
	}
	
	#main #sidebar ul li {
		font: normal 13px Arial;
		padding-left: 6px;
		width: 99px;
	}
	
	#main #sidebar ul li a {
		color: #e6a30d;
		text-decoration: none;
		line-height: 18px;
	}
	
	#main #sidebar ul li a:hover {
		color: #ffe8b3;
	}


/* Footer */

#footer {
	width: 672px;
	height: 25px;
	background: url("images/footer.gif") no-repeat;
	padding-top: 25px;
	padding-left: 160px;
	font: normal 12px Arial;
	color: #784b01;
	text-align: center
}

#footer a {
	color: #b87201;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
