/*  
Theme Name: Best Loan Way
Theme URI: http://www.bestloanway.com
Description: Best Loan Way blog theme coded for WordPress.
Author: Best Loan Way
Author URI: http://www.bestloanway.com
*/

/*************************************************
*	HTML
*************************************************/
body{
	margin: 0;
	padding: 0;
	color: #02375A;
	font-family: arial;
	font-size: 9pt;
	background: url(images/bg.gif) repeat-x bottom left #5FB4EB;
	}
#wrapper{
	width: 965px;
	margin: 0 auto;
	}
.navigation{
	clear: both;
	padding: 0 15px;
	}
.alignright{
	float: right;
	}
.alignleft{
	float: left;
	}
blockquote{
	background: url(images/blockquote.gif) no-repeat top left;
	padding: 5px 0 0 40px;
	margin: 20px;
	}
/*************************************************
*	HEADER
*************************************************/
.subheader{
	padding: 10px 20px;
	color: #035282;
	text-transform: uppercase;
	font-weight: bold;
	}
.subheader h1{
	color: #ffffff;
	font-size: 30pt;
	margin: 0;
	padding: 0;
	text-transform: none;
	padding: 0 0 5px 0;
	}
.navbar{
	background: url(images/navbar.gif) no-repeat;
	width: 567px;
	height: 39px;
	}
.navbar ul{
	margin: 0;
	padding: 12px 0;
	list-style: none;
	}
.navbar ul li{
	margin: 0;
	padding: 0 10px;
	list-style: none;
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	}
/*************************************************
*	MAIN
*************************************************/
#main{
	float: left;
	width: 567px;
	}
.posttop{
	width: 567px;
	height: 7px;
	padding: 20px 0 0 0;
	background: url(images/posttop.gif) no-repeat bottom;
	}
.postbottom{
	width: 567px;
	height: 7px;
	background: url(images/postbottom.gif) no-repeat bottom;
	}
.postbg{
	width: 567px;
	background: url(images/post.gif) repeat-y;
	overflow: hidden;
	}
.postheader{
	background: #02314E;
	padding: 5px 15px;
	color: #ffffff;
	font-size: 8pt;
	}
.post h2, .post h1{
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 15pt;
	}
.post h2, .post h1{
	color: #ffffff;
	text-decoration: none;
	}
.entry{
	padding: 10px 15px;
	text-align: justify;
	}
.postmetadata{
	text-align: right;
	color: #246C9A;
	}
/*************************************************
*	COMMENTS
*************************************************/
.commenth3{
	background: #02314E;
	padding: 5px 15px;
	color: #ffffff;
	}
#comments h3{
	margin: 0;
	padding: 0;
	font-size: 12pt;
	}
.comheader span{
	font-size: 8pt;
	font-weight: normal;
	}
.comheader{
	font-weight: bold;
	}
#comments ol{
	margin: 0;
	padding: 15px;
	list-style: none;
	}
#comments ol li{
	margin: 0;
	padding: 0;
	list-style: none;
	}
input#author, input#email, input#url, textarea#comment{
	border: 1px solid #000000;
	padding: 0;
	font-size: 9pt;
	font-family: arial;
	}
.comreply{
	padding: 0 15px 5px 15px;
	}
/*************************************************
*	SIDEBAR
*************************************************/
#sidebar{
	float: right;
	width: 368px;
	}
#sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar ul li{
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	background: url(images/sidecontent.gif) repeat-y;
	}
#sidebar ul li ul{
	margin: 0;
	padding: 5px 0;
	list-style: none;
	}
#sidebar ul li ul li{
	margin: 0 15px;
	padding: 3px 5px;
	border-bottom: 1px solid #246C9A;
	list-style: none;
	background: none;
	}
#sidebar h2{
	margin: 0;
	padding: 0;
	background: #02314E;
	padding: 5px 15px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 10pt;
	}
.search{
	width: 368px;
	height: 105px;
	background: url(images/search.gif) no-repeat;
	text-transform: uppercase;
	color: #ffffff;
	}
.search form{
	margin: 0;
	padding: 23px 0 0 30px;
	}
input#s{
	width: 190px;
	height: 21px; /*24*/
	border: none;
	background: #AADBFA;
	padding: 3px 0 0 0;
	}
input#searchsubmit{
	background: #02314E;
	text-transform: uppercase;
	text-align: center;
	border: none;
	color: #ffffff;
	font-weight: bold;
	height: 30px;
	width: 120px;
	margin: 0 0 0 3px;
	}
.feed{
	padding: 25px 0 0 15px;
	}
.feed span{
	background: url(images/feed.gif) no-repeat left;
	padding: 1px 15px 0 21px;
	}
.sidefooter{
	background: url(images/sidebottom.gif) no-repeat;
	width: 368px;
	height: 9px;
	}
/*************************************************
*	FOOTER
*************************************************/
#footer{
	color: #ffffff;
	clear: both;
	padding: 5px;
	font-size: 8pt;
	}
/*************************************************
*	LINKS
*************************************************/
.navbar a, .postheader a{
	color: #ffffff;
	text-decoration: none;
	}
.navbar a:hover, .postheader a:hover{
	color: #5FB4EB;
	text-decoration: none;
	}
.feed a{
	color: #ffffff;
	text-decoration: none;
	}
a, .entry a, .postmetadata a{
	color: #246C9A;
	text-decoration: none;
	}
a:hover, .entry a:hover, .postmetadata a:hover{
	color: #02375A;
	text-decoration: none;
	}