/*
Theme Name: MNHart Theme
Theme URI: http://wordpress.org/
Description: Custom theme coded for MNHart
Author: MNH
Tags: mantle color, variable width, two columns, widgets
*/

@charset "utf-8";
/* CSS Document */
body {
	background:url(images/bg.png) repeat-x #223540;
	*background:url(images/bg.png) repeat-x #1a2c36;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
a {
	text-decoration:none;
	color:#96ad3b;
}
a:hover {
	color:#cede38;
}
#wrapper {
	width: 834px;
	margin: 0 auto;
}
#container {
	width:834px;
	margin:250px auto;
}

#header {
	width: 960px;
	height: 100px;
	float: left;
	padding-left:22px;
}

#content {
	width: 834px;
	background:url(images/main_bck.png) repeat-y;
	float: left;
}

#content #left-col {
	width: 500px;
	float: left;
	position: relative;
	padding-left: 40px;
	margin-top:-30px;
}

#content #right-col {
	width: 250px;
	margin-top: 20px;
	margin-left:30px;
	float: left;
	padding-left:0px;
	position: relative;
}

#content #right-col #sidebar {
	width: 250px;
	float: left;
	margin-top:0px;
	margin-left:0px;
	padding-left:0px;
	color:#FFF;
	position: relative;
}
#content #right-col #sidebar a {
	color:#FFF;
	text-decoration:none;
}
#top_border {
	width: 100%;
	float: left;
	margin-top:100px;
	background: url(images/main_top.png) no-repeat;
	height: 80px;
	padding-top: 0px;
	color: #fff;
}

#footer {
	width: 100%;
	float: left;
	text-align:center;
	background: url(images/main_bottom.png) no-repeat;
	height: 80px;
	padding-top: 30px;
	color: #000;
	text-indent:-260px;
}
/* Menu styling */
#header #menu {
	float: left;
	width: 530px;
	margin-top: 10px;
}
#header #logo img {
	outline:none;
	border:none;
}

#header #menu ul {
	width: 530px;
	list-style: none;
	float: right;
	text-align: center;
}

#header #menu ul li.page_item { /* page_item is wordpress default class for page list */
	float: left;
	line-height:45px;
	margin-right:5px;
}

#header #menu ul li.page_item a {
	padding-top:10px;
	display: block;
	line-height:45px;
	float: left;
	text-decoration: none;
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #000;
	background:url(images/menu_up.png) no-repeat;
	width:100px;
	outline:none;
	height:45px;
}

#header #menu ul li.page_item a:hover {
	color: #fff;
	background:url(images/menu_hover.png) no-repeat;
	width:100px;
	height:45px;
}

#header #menu ul li.current_page_item a {
	color: #fff;
	background:url(images/menu_hover.png) no-repeat;
}
/* Sidebar */
#sidebar ul {
	list-style: none;
	padding-left:20px;
	margin-left:0px;
}

#sidebar1 {
	float: left;
	padding-top:0px;
	width: 250px;
	padding-right:0px;
	margin-top:0px;
}

#sidebar2 {
	margin-top:0px;
	float: left;
	width: 250px;
}

#sidebar h2 {
	font-size:16px;
}

#sidebar ul li {
	padding:5px;
}
#sidebar ul li ul {
	padding:0px;
}
#feed a.follow  img {
	margin-left:30px;
	border:none;
	outline:none;
}
/* Post info */
div.post-info h2 a {
	color:#162229;
	text-decoration:none;
	font-size:24px;
}
div.post-details {
	font-size:12px;
	margin-top:-15px;
	font-style:italic;
	color:#162229;
}
div.post-details span.highlight {
	color:#99b207;
}
div.post-details span.highlight a {
	color:#99b207;
	text-decoration:none;
}
div.post-details span.highlight a:hover {
	color:#bcc909;
	text-decoration:none;
}
div.tags {
	width:95%;
	border-top:dotted 1px;
	padding-top:5px;
	background:url(images/tags_icon.png) no-repeat center left;
	padding-left:25px;
	color:#334f60;
	font-size:12px;
	line-height:24px;
}
div.tags a {
	text-decoration:none;
	color:#adc139;
	font-style:italic;
}
div.entry {
	line-height:18px;
}
div#bgoverlay {
	width:95%;
	margin-left:50px;
	position:absolute;
	background:url(images/grunge_bck.png) top center no-repeat;
	z-index:-1000;
	height:800px;
}
div#sinput {
	background:url(images/search_form.png) top left no-repeat;
	height:40px;
	padding-top:9px;
	width:240px;
	margin-top:20px;
	margin-bottom:0px;
}
input#s {
	width:210px;
	background: transparent;
	border:none;
	margin-left:10px;
	color:#7a8b06;
}
div.separator {
	background:url(images/menu_separator.png) no-repeat;
	height:4px;
	margin-top:10px;
}
form#commentform input.user  {
	border:1px solid #7a8b06;
	padding:5px;
	height:18px;
}
form#commentform textarea {
	border:1px solid #7a8b06;
}
form#commentform label {
	display:block;
	font-size:12px;
	line-height:20px;
}
.gravatar {
	float:left;
}
ul#commentlist {
	margin-left:0px;
	padding-left:0px;
}
ul#commentlist li {
	margin-top:0px;
	padding:10px;
	list-style:none;
	border-top:1px solid #c3d438;
}
.comment_info {
	float:left;
	font-size:12px;
	color:#162229;
	margin-left:10px;
}
.comment_date {
	font-style:italic;
}
.comment_moderation {
	font-style:italic;
	color:#c3d438;
}
.comment_info a {
	text-decoration:none;
	color:#7d8e06;
	font-weight:bold;
}
.comment_logged_in a {
	font-style:italic;
	color:#7d8e06;
	text-decoration:none;
}
.post img {
	padding:5px;
	background-color:#e8e8e8;
	border:1px solid #c7c7c7;
}
.widget_title {
	font-weight:bold;
	font-size:16px;
}