/*
Theme Name: Monbo - Serious Money
Theme URI: http://wpfreemiumthemes.com/
Description: Premium quality magazine style theme with a very strong structure and SEO 
Version: 1.0
Author: Banhawi
Author URI: http://www.mspired.com/
*/

@import url('styles/reset.css');
@import url('styles/typography.css');
* {
	margin : 0;
	padding : 0;
}
body {
	background-color:#fff;
	text-align:left;
}
a {
	color: #9fca3a;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
img { 
	padding:5px;
	margin:5px;
}
a img {
	border:0px;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}
#container { 
	width:950px;;
	margin:0 auto;
	text-align:left;
	background-color: #fff;
}
#wrapper {
	float:left;
	width:100%;
	margin-bottom: 15px;
}

/************************HEADER***********************/
#header {
	width:941px;
	height:160px;
	margin: 0 auto;
	background: #4c595f url('images/hbg.jpg') no-repeat top right;
	margin-bottom: 20px;
}
#branding {
	height: 120px;
	position: relative;
	width: 941px;
}

#branding h1{
	font-size: 44px;
	text-transform: uppercase;
	padding-top: 25px;
	padding-left: 10px;
}
#branding h1 a{
	color: #fff;
}	
p.description{
	font-size: 12px;
	font-style: italic;
	color: #9fca3a;
	padding-left: 10px;
}
#search {
	width: 262px;
	height: 32px;
	background: url('images/searchbg.jpg') no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 25px;
}
/*Search Form*/
#searchform {
	width: 251px;
	height: 19px;
	float : left;
	margin-top:7px;
	margin-left:4px;
	background: url('images/sibg.png') no-repeat;
}
#searchform input {
	background:transparent;
	background:#fff;
	color : #bcc9cf;
	padding : 2px;
	border:2px solid #fff9c5;
	
}
#searchform #s {
	width : 178px;
	padding :2px 5px;
	color : #4c595f;
}
#nav {
	background:#bcc9cf url('images/navbg.jpg') no-repeat;
	border-top: 4px #fff solid;
	height: 36px; 
	padding-bottom:15px;
}
#navigation ul li{
	display : block;
	font-family: Century Gothic,Arial, Helvetica, sans-serif;;
	font-size : 20px;
	font-weight : bold;
	padding:20px;
	float: left;

}
#navigation ul li a{
	/*color: #bad3e7;*/
	color: #FF630F;
	color: #fff9c5;
	text-decoration: none;
}
#navigation ul li a:hover{
	color: #bad3e7;
	color: #FF630F;
	text-decoration: none;
}

/*************************CONTENT******************************/

#content {
	width:590px;
	float:left;
    margin-left:5px;
}
#content img{
	max-width: 570px;
}
h3.lp{
	font-family: Century Gothic,Arial, Helvetica, sans-serif;;
	font-weight: lighter;
	color: #999;
	margin-bottom: 10px;
	font-size: 16px;
}
.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : normal;
	text-decoration : none;
    padding:0;
    color: #9fca3a;
}
.post {
	font-size : 12px;
	margin-bottom : 5px;
	text-align : justify;
}
.post ul, .post ol {
	margin-left : 25px;
}
.entry {
	padding :0px 20px 10px 5px;
}
.entry p{
	margin-bottom: 14px;
}
/*post images*/
img.alignleft{
	float:left;
	padding:5px 5px 5px 0;
	margin:0px;
}
img.alignright{
	float:right;
	padding:5px 0 5px 5px ;
	margin:0px;
}
/*end post images*/		

small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : italic;
	color : #a5acaf;
}
blockquote {
	background-image: url(images/bquote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:10px 40px 10px 5px;
	font-family : Georgia, "Times New Roman", Times, serif;
	color : #999;
	clear: both;
	padding-top: 15px;
	padding-left: 38px;
}
code {
	font : 14px 'Courier New', Courier, Fixed;
	display : block;
	overflow : auto;
	text-align : left;
	margin : 5px 0;
	padding : 5px 10px 5px 10px;
	background : #eee;
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
}
.postmetadata {
	border-top:1px #a5acaf solid;
	font-size: 11px;
	color:#b7babd;
	height: 20px;
	padding: 5px;
}
.left{
	width: 500px;
	float: left;
}
.right{
	width: 68px;
	float: right;
	margin: -3px -7px 0 0;
}
.postmetadata .right a{
	background: #a5acaf;
	color: #FFF;
	padding: 3px;
	text-align: right;
}
.postmetadata .right a:hover{
	background: #4c595f;
	text-decoration: none;
}
span.cate{
	background:url('images/cate.png') no-repeat left center;
	padding-left:18px;
	margin-right:10px;
}
span.com{
	background:url('images/comment.gif') no-repeat left center;
	padding-left:18px;
}

.alignleft {
	float : left;
	text-align : left;
}
.alignright {
	float : right;
	text-align : right;
}

/*************************SIDEBAR******************************/
#sidebar{
	border-left: 1px solid #000;
	float:right;
	width:342px;
    padding-left:5px;
}
#sidebar a, #sidebar a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
}
#sidebar a:hover {
	text-decoration : underline;
}
#sidebar ul {
	list-style : none;
	margin-bottom:0px;
    padding-left:10px;
}
#sidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 5px 10px 10px;
	width: 320px;
	font-size: 12px;
}
#sidebar ul ul ul,#sidebar ul ul ul ul,#sidebar ul ul ul ul ul {
	margin: 0;
	padding:0;
}
#sidebar ul h2 { /*Sidebar titles*/
	font-size : 16px;
	text-transform: capitalize;
	text-align: left;
	border-bottom:1px #a5acaf solid;
	padding:2px;
	color: #656971;
}
#sidebar ul li {
	line-height : 21px;
}
#sidebar ul ul li {
	border-bottom:1px #edeeee solid;
	padding-bottom:2px;
	background : transparent;
	width: 145px;
	float: left;
	margin-right: 5px;
}
#sidebar ul ul ul li,#sidebar ul ul ul ul li,#sidebar ul ul ul ul ul li{
	margin-left :10px;
	background : transparent;
	border-bottom:0;
}
#rss{
	width: 320px;
	background-color: #e7f2ce;
	padding: 10px 2px 10px 2px;
	margin-left: 15px;
	margin-bottom: 25px;
}
#rss a {
	font-size: 14px;
	color: #FF630F;
	background: url('images/rss.jpg') no-repeat left;
	padding-left: 21px;
}
/***********************COMMENTS******************************/
h3#comments,h3#respond {
	color : #656971;
	margin-left:5px;
	margin-bottom: 20px;
}
h3#respond{
	padding-top:10px;
}
.right a{
	background: transparent;
	padding: 0;
	color: #9fca3a;
}
ol.commentlist .left{
	width: 150px;
	float: left;
}
ol.commentlist .right{
	width: 390px;
	float: left;
	margin-bottom: 20px;
	padding: 0 10px;
}
#auth{
	padding:10px 10px;
}
.avatar {
	padding : 3px;
	border : 1px solid #ccc;
	margin:0 5px 5px 0;
	float: left;
}
ol.commentlist {
	list-style-type : none;
	margin-bottom: 20px;
}
ol.commentlist li {
    width: 650px;
}
.authcomment {
	border-bottom : 0px;
} 
.authcomment .right{
	background-color: #f5faeb !important;
} 
small.commentmetadata{
	padding-bottom: 5px;
	float: right;
}
span.comauth{
	margin-bottom : 12px;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#666;
}
#comment_title {
	margin-bottom : 5px;
}
#commentform {
	margin-bottom : 50px;
	margin-left : 10px;
}
#commentform label{
	margin-bottom : 5px;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#666;
}
#commentform textarea {
	width : 98%;
	padding : 5px;
	font-size : 12px;
	background : #fff;
	border : 1px solid #d2cece;
	margin:5px 0px;
}
input#author,input#email,input#url {
	width : 300px;
	padding : 4px;
	font-size : 12px;
	background : #fff;
	border : 1px solid #d2cece;
	margin:0;
}
input#author:hover,input#email:hover,input#url:hover,#commentform textarea:hover {
	border : 1px solid #4c595f;
}
input#submit{
	background : #d2cece;
	color:#656971;
	padding:5px;
	border:0px;
} 
input#submit:hover {
	background-color: #4c595f;
	color: #FFF;
}
/**************************FOOTER******************************/
#footer{
	background:#4c595f;
	color:#eee;
	clear:left;
	width:920px;
	margin: 0 auto;
	padding: 10px;
	min-height: 20px;
}
.fleft {
	width: 620px;
	float: left;
}
.fright {
	width: 300px;
	float: right;
	text-align: right;
}
hr {display : none;}


/**********************Extras*********************/

/*Featured Post*/
#featured {
	background:#eee;
	padding:10px;
	margin-bottom:10px;
	height:	190px;
	border: 1px #CCEF77 solid;
}
p.fmeta {
	font-family: "Georgia",Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9fca3a;
	font-style:italic;
	line-height:11px;
}
img.featured {
	width:200px;
	height:125px;
	float:left;
	margin:0 10px 10px 0;
	border:1px #bec0c3 solid;
	padding:2px;
}

h2.featured a {
	font-size : 24px;
	padding:0px;
	color: #4c595f;
}
.fexcerpt{
	margin-top:5px;
	font-size: 12px;
}
a.rm{
	background:#bde268;
	padding:5px;
	text-align:right;
	float:right;
	color:#FFF;
	margin-right: 5px;

}
a.rm:hover{
	background:#4c595f;
	color:#fff;
	text-decoration:none;
}
/* end featured */


/*side ads*/
#ads{
	width:315px;
	margin:10px 0 20px 15px;
	background:#f6f6f6;
	border: 4px #e9e9e9 solid;
}
#ads .ads{
	width:100%;
	padding: 5px 5px 5px 15px;
}
#ads img{
	marign:0px;
	padding:5px;

}

/*end side-ads*/
