/*
Theme Name: Invesmint Reloaded v1
Theme URI: http://invesmint.com
Description: Theme created for invesmint.com
Version: 1
Author: Mark Archer
*/
/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* color preset */
/* 
	green - #1e950f
	light green - #20b10d
*/

Body {
	font-family: arial;
	font-size: 12px;
	color: #333;
	background: url(images/main-bg.gif);
}

p {
	line-height: 18px;
}

a {
	color: #1e950f;
	outline: none;
}

a:hover {
	color: #20b10d;
}

#main {
	text-align: left;
}
#header {
	width: 998px;
	height: 163px;
	margin: 0px auto;
	background: url(images/header-bg.png);
}
#header .wrap {
	margin: 0px 27px;
}
#logo  {
	float: left;
	width: 350px;
	height: 110px;
}
#logo h1 {
	text-indent: -9999px;
	width: 297px;
	height: 85px;
	background: url('images/logo.jpg') no-repeat bottom left;
	margin-top: 37px;
}
#logo h2 {
	text-indent: -9999px;
	display: none;
}
#feed {
	float: right;
	margin-top: 40px;
}
#nav {
	height: 50px;
	width: 998px;
	margin: 0px auto;
}
#nav .wrap {
	margin: 0px 27px;
}
#banner {
	margin-top: 15px;
	height: 195px;
	background: url('images/banner.jpg') no-repeat;
}
#content {
	width: 998px;
	background: url('images/content-bg.png') repeat-y;
	margin: 0px auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}
#content .wrap {
	margin: 0px 27px;
	overflow-x: hidden;
	overflow-y: hidden;
}
#content-main {
	width: 500px;
	float: left;
	overflow-x: hidden;
	overflow-y: hidden;
}
#sidebar {
	width: 400px;
	float: left;
	margin-left: 40px;
	overflow-x: hidden;
	overflow-y: hidden;
}
#sidebar-1 {
	width: 200px;
	float: left;
}
#sidebar-2 {
	width: 160px;
	float: right;
}
#footer {
	width: 998px;
	height: 92px;
	margin: 0px auto;
	background: url('images/footer-bg.png') no-repeat;
}
#footer .wrap {
	margin: 0px 27px;
	border-top: 1px dotted #999;
}
#footer p {
	padding-top: 13px;
	color: #999;
	text-align: center;
}

#content h1 {
	font-size: 20px;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
}

#content h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	color: #333;
}
#content h3.home {
	font-size: 17px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
}
#content h3 a {
	text-decoration: none;
	color: #1e950f;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 15px;
}
#content h3 a:hover {
	color: #555;
}
#content ul {
	margin-left:35px;
	
}
#content li {
	list-style: disc;
	line-height: 18px;
}
#content p {
	padding: 10px 0px;
}
#content p.post-details {
	padding: 0px;
	color: #777;
	margin-bottom: 10px;
}
#content-main img {
	float: right;
	margin-left: 10px;
	border: 2px double #ccc;
}
#sidebar ul, #sidebar p {
	margin: 0px;
	padding: 0px;
	color: #777;
}
#sidebar ul li {
	list-style-type: none;
	margin-bottom: 20px;
}
#sidebar ul li ul li {
	list-style-type: square;
	margin-left: 13px;
	margin-bottom: 0px;
	line-height: 22px;
	text-align: left;
}
#sidebar a {
	color: #777;
}
#sidebar a:hover {
	color: #444;
}
#sidebar h5 {
	font-size: 14px;
	line-height: 25px;
	background: #2DB82D;
	color: #fff;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding-left: 10px;
	text-align: left;
}

/* navigation classes */
#nav ul {
	float:right;
	margin-top: 23px;
}

#nav li {
	float: left;
	background: #f0fcdf;
	height: 25px;
	margin-right: 2px;
	border: 1px solid #3bce40;
}

#nav li a {
	height: 25px;
	color: #347802;
	padding: 0px 10px;
	line-height: 25px;
	text-decoration: none;
	display: block;
	float: left;
}

#nav li.menu-item-1641 a {
	color: #FF6600;
	font-weight: bold;
}
#nav li.menu-item-1641 a:hover {
	color: #fff;
	background: #3bce40;
}

#nav li a:hover {
	color: #fff;
	background: #3bce40;
}
#nav li.current-menu-item a  {
	color: #fff;
	background: #3bce40;
}

/* featured post box */

#featured-post-box {
	width: 470px;
	height: 285px;
	background: url("images/featured-post-bg.jpg") no-repeat;
	margin: 0px;
	padding: 0px;
}
#featured-post-box .wrap {
	margin: 0px 20px 20px 25px;
	padding-top: 50px;

}
#featured-post-box h2 {
	margin: 0px;
	padding:0px;
	border: none;
	line-height: 20px;
	padding-bottom: 12px;
	font-size: 16px;
}
#featured-post-box a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#featured-post-box hr {
	display: none;
}
#featured-post-box .heading {
	font-size: 15px;
	color: #1e950f;
	padding-top: 18px;
	padding-bottom: 17px;
	font-weight: bold;
}

/* other classes */
.technorati-tags {
	clear:both;
}

.ad-banner {
	clear: both;
	margin-top: 10px;
}

ol#comments-section li {
	list-style-type: none;
	margin: 3px 0px;
}
ol#comments-section li.alt {
	background: #f3f3f3;
}

.label {
	width: 90px;
	float: left;
}
.input {
	float: left;
}
.row2 {
	margin-bottom: 0px;
	height: 16px;
}

.boxRel  {
	width: 114px;
	text-align: left;
	float: left;
	margin-right: 7px;
	margin-left: 3px;
	overflow: auto;
	padding-top: 10px;
}
.boxRel img {
	margin-bottom: 5px;
}
.boxRel  a {
	font-weight: none;
	color: #333;
	text-decoration: none;
	line-height: 16px;
}


.boxRel  a:hover {
	text-decoration: underline;
}

#disclaimer {
	font-size: 11px;
	background: #f4f4f4;
	padding: 10px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	font-style: italic;
}
