/*  
Theme Name: Financial Nirvana
Theme URI: 
Description: A Custom WordPress Theme
Version: 1.0
Author: W3Lift
Author URI: http://www.w3lift.com/
*/

/*Global Settings*/
body
{
	color: #2b2926;
	font-family: Arial,sans-serif;
	padding: 0;
	margin: 0;
}

img { border: 0; }

p
{
	font-size: 92%;
	text-align: justify;
}

a:link,a:active,a:visited
{
	background-color: inherit;
	color: #651414;
	text-decoration: none;
}

a:hover
{
	background-color: inherit;
	color: #FB9300;
}

input
{
	background: #FFF;
	color: #999;
	border: 1px solid #8f8f8c;
}

.button
{
	background: url(images/search.png) 0 50% no-repeat;
	border: 0;
	height: 25px;
	width: 26px;
	padding: 0;
	margin: 0;
}

.clear { clear: both; }

/*End Global Settings*/
#menu
{
	background: #595959 url(images/white.jpg) repeat-x left bottom;
	color: #fff;
	width: 100%;
	font: bold 12px Arial,sans-serif;
	font-size: 12px;
	line-height: 2.4em;
	border-bottom: 6px #8f8f8c solid;
	margin: 0 0 0 0;
	float: left;
}

#nav,#nav ul
{
	padding: 0;
	margin: 0 0 0 5px;
	list-style: none;
}

#nav a
{
	background-color: inherit;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 10em;
}

#nav li li a
{
	background: #F5F6EE;
	color: #333;
	border: 1px solid #EEE;
}

#nav li li a:hover
{
	background: #FFF;
	color: #333;
}

#nav li
{
	float: left;
	width: 10em;
}

#nav li.current-cat
{
	background: #FFF;
	border-style: solid;
	border-color: #fff;
	background: #8f8f8c;
	border-width: 1px 1px 0 1px;
}

#nav li ul
{
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul { left: auto; }
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav li ul ul { margin: -2.2em 0 0 10.1em; }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }

#header
{
	background: #00454D;
	height: 90px;
}


#header h1 {
	margin: 0;
	padding: 15px 0 0 10px;
	width: 400px;
	height: 63px;
	position: relative;
}

#header h1 span {
	background: url(images/logo.jpg) left top no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
	
#wrapper1
{
	background: url(images/bg.png) right top repeat-y;
        text-align: center;
	width: 100%;
	min-width: 950px;
        background-position: 92%;
	margin: 0;
	display: absolute;
}


#leftsidebar
{
	width: 150px;
	padding: 0;
	text-align: left;
	margin: 0 37px 0 0;
	float: right;
}


#topbar {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #fff;
	font-size: 0.8em;
}

#topbar a {
	color: #fff;
}

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

#searchform
{
	display: inline;
}

#leftsidebar h3, #rightcontent h3
{
	color: #595959;
	border-bottom: 1px solid #8f8f8c;
	font-weight: 600;
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 0 0 5px 0px;
	margin: 15px 0 0 5px;
}


#leftsidebar ul,#rightcontent ul
{
	list-style: none;
	padding: 1px;
	margin: 5px 0 25px 10px;
}

#leftsidebar ul li
{
	color: #595959;
	font-size: 0.8em;
	padding: 0 0 5px 5px;
	margin: 6px auto;
}

#leftsidebar ul li ul  {
	margin: 5px 0 0px 0px;
}

#leftsidebar ul li ul li {
	border: none;
	font-size: 1em;
	padding: 0 0 3px 15px;

}


#rightsidebar
{
	width: 235px;
	text-align: left;
	margin-right: 1%;
	float: right;
}

* html #rightsidebar
{
	width: 195px;
	margin: 0;
}

#rightcontent
{
	background: inherit;
	color: #595959;
	padding: 0 2px;
	margin-top: 15px;
}

#rightcontent ul li
{
	color: #595959;
	font-size: 82%;
	padding: 0 0 5px 5px;
	margin: 6px auto;
}

#rightcontent .adbox
{
	background: #F5F6EE;
	color: inherit;
	border: 1px solid #ddd;
	text-align: center;
	width: 200px;
	padding: 5px 0;
	margin-bottom: 25px;
}

#body
{
	text-align: left;
	margin: 0px 450px 0 5px;
	padding: 1px 0 0 0;
}

#content { margin-top: 15px; }

#content h2
{
	background-color: inherit;
	color: #651414;
	font-size: 110%;
	font-weight: 600;
	padding: 0 0 5px 15px;
	margin: 30px 0 0 5px;
}


#content .item
{
	border-top: 1px solid #8f8f8c;
	margin: 0 10px 0 20px;
}

#content .details
{
	color: #595959;
	font-size: 72%;
	border-top: 1px solid #8f8f8c;
	border-bottom: 1px solid #8f8f8c;
	padding: 5px 0 5px 5px;
	margin: 20px 10px 20px 20px;
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.navigation {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 10px 0 22px;
	border-bottom: 1px #8f8f8c solid;
}
/* footer */

#footer {
	margin: 10px 10px 0 22px;

}

.footer_box {	
	border: 1px #8f8f8c solid;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 0.8em;
	background-color: #f5f6ee;
}

.footer_box h3 {
	margin: -5px -5px 10px -5px;
	padding: 5px 5px 5px 5px;
	color: #595959;
	border-bottom: 1px #8f8f8c solid;
}

.footer_box ul, .footer_box li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer_left {
	width: 45%;
	float: left;
}

#footer_right {
	width: 45%;
	float: right;
}

#bottombar {
	position: relative;
	height: 50px;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
	border-top: 5px #595959 solid;
	background: #00454d;
	overflow: hidden;
}


h3.pagetitle {
	text-align: center;
}

#comments {
	margin: 0 10px 0 20px;
}

#comments h3 {
	color: #00454d;
	font-weight: 600;
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 0 0 5px 0px;
	margin: 15px 0 0 5px;
}

.commentlist {
	font-size :0.9em;
}

.commentlist li {
	border: 1px #8f8f8c solid;
	padding: 5px;
	margin: 0 0 10px 20px;
}

/* mini posts */
#content .mini {
	font-size: 0.9em;
	border: 1px solid #8f8f8c;
	background: #ccc;
	padding: 5px 10px;
	margin: 0 10px 20px 20px;
}

#content .mini .item {
	margin: 0;
	padding: 0;
	border: none;

}

#content .mini h2
{
	font-size: 98%;
	padding: 0;
	margin: 0;
}

#content .mini .details
{
	color: #595959;
	font-size: 72%;
	border: none;
	text-align: right;
	padding: 0;
	margin: 0;
}