/*  
Theme Name: Natural Wordpress Theme
Theme URI: http://wptemplates.org/
Description: Adsense ready widgetized Wordpress theme.
Version: 1.0
Author: mikozv
Author URI: http://www.wptemplates.org
*/




/* General */

body {
	margin: 0;
	background: #000000;
	font-family: Arial;
}

h1, h2, h3, h4 {
	margin: 0;
}

a {
	color: #0d8dbe;
	text-decoration: none;
}

a:hover {
	color: #c00000;
	text-decoration: underline;
}

img {
	border: 0;
}

/* Page */

#page {
	margin: 0 auto;
	width: 100%;
}



/* Header */

#header {
	width: 100%;
	background: #282828 url("images/header_bg.gif") repeat-x;
}

#header #header-in {
	background: url("images/header.gif") no-repeat top right;
	margin: 0 auto;
	width: 1004px;
	height: 190px;
	position: relative;
}

#header #header-in #head-title {
	position: absolute;
	top: 115px;
	left: 225px;
	width: 570px;
	height: 30px;
}

#header #header-in #head-title h1 {
	margin: 0;
	color: #ffffff;
	font: normal 32px Arial;
	float: left;
}
	
#header #header-in #head-title h1 a {
	color: #ffffff;
	text-decoration: none;
}

#header #header-in #head-title .line {
	float: left;
	width: 50px;
	height: 30px;
	margin: 0 8px;
	border-bottom: 1px solid #d4d4d0;
}

#header #header-in #head-title .description {
	color: #ffffff;
	font: bold 13px/45px Arial;
	float: left;
	height: 30px;
	text-transform: lowercase;
}

#header #header-in ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	bottom: 0px;
	left: 30px;
}

#header #header-in ul li {
	float: left;
}

#header #header-in ul li a {
	float: left;
	color: #a9d13f;
	/*width: 97px;*/
	padding: 0 15px;
	margin-right: 5px;
	font: bold 16px Arial;
	text-decoration: none;
	text-transform: lowercase;
	background: #242424;
	display: block;
	height: 25px;
	text-align: center;
}

#header #header-in ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}


/* Main */

#main {
	width: 100%;
	background: #ffffff url("images/main.gif") repeat;
	float: left;
}

#main #main-in {
	margin: 0 auto;
	padding-top: 30px;
	width: 1000px;
	background: #ffffff;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
}

	/* Main - Sidebar */
	
	#main #main-in #sidebar {
		float: left;
		width: 365px;
		margin: 0 0 0 5px;
	}
	
	#main #main-in #sidebar .searchbox {
		height: 23px;
		padding-left: 37px;
		margin-bottom: 25px;
		background: url("images/search.gif") no-repeat;
	}
	
	#main #main-in #sidebar .searchbox #searchform {
		margin: 5px;
	}
	
	#main #main-in #sidebar .searchbox #s {
		width: 224px;
		line-height: 21px;
		background: url("images/search_bg.gif") repeat-x;
		border: 1px solid #bababa;
		height: 21px;
	}

	#main #main-in #sidebar .searchbox #searchsubmit {
		visibility: hidden;
		width: 1px;
	}
	
	#main #main-in #sidebar .left {
		float: left;
		width: 180px;
	}
	
	#main #main-in #sidebar .right {
		float: right;
		width: 180px;
	}
	

	
	#main #main-in #sidebar .box {
		width: 180px;
		margin-bottom: 25px;
	}
	
	#main #main-in #sidebar .box h3 {
		margin: 0;
		padding-left: 5px;
		font: normal 21px/28px Arial;
		color: #000000;
		height: 28px;
		width: 175px;
		background: #a6ce39;
	}
	
	#main #main-in #sidebar .box ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#main #main-in #sidebar .box ul li {
		color: #000000;
		height: 24px;
		font: normal 13px/24px Arial;
		display: block;
	}
	
	#main #main-in #sidebar .box ul li a {
		height: 24px;
		padding-left: 20px;
		color: #000000;
		font: normal 13px/24px Arial;
		text-decoration: none;
		display: block;
	}
	
	#main #main-in #sidebar .box ul li a:hover {
		background: #b7b7b1;
		text-decoration: none;
	}
	
	
	
	/* Main - Content */
	
	#main #main-in #content {
		float: left;
		width: 585px;
		margin: 0 20px;
	}
	
	#main #main-in #content .post {
		margin: 0;
		font-size: 13px;
		color: #010101;
		float: left;
		margin-bottom: 20px;
		width: 585px;
	}
	
	#main #main-in #content .post .title {
		padding-bottom: 11px;
		border-bottom: 1px dashed #000000;
	}
	
	#main #main-in #content .post .title h2 {
		padding: 20px 0;
		color: #000000;
		font: bold 27px Arial;
	}
	
	#main #main-in #content .post .title h2 a {
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}
	
	#main #main-in #content .post .title h2 a:hover {
		text-decoration: underline;
	}	
	
	#main #main-in #content .post .title a {
		font-weight: normal;
		color: #000000;
		text-decoration: none;
	}
	
	#main #main-in #content .post .title a:hover {
		text-decoration: underline;
	}
	

	#main #main-in #content .post .entry {
		margin: 0;
		padding: 15px 0;
		line-height: 18px;
	}
	
	#main #main-in #content .post .entry a {
		color: #a6ce39;
		text-decoration: none;
		font-weight: bold;
	}
	
	#main #main-in #content .post .entry a:hover {
		color: #a6ce39;
		text-decoration: underline;
	}
	
	#main #main-in #content .post .entry .picture {
		margin: 0 5px 5px 0;
		float: left;
	}
	
	
	#main #main-in #content .post .entry .more-link {
		font: bold 13px/16px Arial;
		color: #a6ce39;
		float: right;
	}
	
	#main #main-in #content .post .entry .more-link a {
		color: #a6ce39;
		text-decoration: none;
	}
	
	#main #main-in #content .post .entry .more-link a:hover {
		color: #a6ce39;
		text-decoration: underline;
	}
	
	#main #main-in #content .post .info {
		font: bold 13px Arial;
		color: #a6ce39;
		padding-top: 5px;
		border-top: 1px dashed #000000;
	}
	
	#main #main-in #content .post .info a {
		color: #a6ce39;
	}
	
	#main #main-in #content .post .info a:hover {
		text-decoration: underline;
	}
	

	
	
	
	
	

	
	
	#main #main-in #content .post .title h3 {
		height: 36px;
		color: #000000;
		font: bold 16px/36px Arial;
		margin-top: 15px;
	}
	
	
	
	
	#main #main-in #content .post .comments {
		margin: 0;
	}
	
	#main #main-in #content .post .comments ol {
		margin: 10px 0 10px 0;
		padding-left: 20px;
	}
	
	#main #main-in #content .post .comments ol li {
		padding: 5px;
	}
	
	#main #main-in #content .post .comments ol li.alt {
		background: #f2f2f2;
	}
	
	#main #main-in #content .post .comments ol li cite {
		color: #a6ce39;
		font-style: normal;
		font-weight: bold;
	}
	
	#main #main-in #content .post .comments ol li cite a {
		color: #a6ce39;
		text-decoration: none;
	}
	
	#main #main-in #content .post .comments ol li cite a:hover {
		text-decoration: underline;
	}
	
	#main #main-in #content .post .comments ol li .commentmetadata a {
		color: #a6ce39;
	}
	
	#main #main-in #content .post .comments ol li .commentmetadata a:hover {
		color: #a6ce39;
		text-decoration: underline;
	}
	
	#main #main-in #content .post #commentform {
		margin: 0;
	}



/* Footer */

#footer {
	height: 26px;
	background: url("images/footer.gif") repeat-x;
	width: 100%;
	clear: both;
	color: #6c6c6c;
	text-align: center;
	font: normal 12px/26px Arial;
}

#footer a {
	color: #e6e6e6;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}



