html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #333333;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

body {
	background: url(img/bg_footer.jpg);
}

p {
	line-height: 20px;
	padding: 10px 0;
}

h1, h2, h3, h4, h5 {
	
	color: #fff;
}

ul, ol {
	list-style: none;
	padding: 10px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #0066FF;
}

a img {
	border: none;
}

blockquote {
	font-size: 12px;
	width: 80%;
	padding: 0 4%;
	margin: 10px 0 10px 4%;
	border-left: #D58B00 2px solid;
	color: #5F5F5F;
	line-height: 19px;
	font-style: italic;
}

blockquote p {
	padding: 5px 0;
}

blockquote blockquote {
	border-left: #8A111E 2px solid;
}

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 10px 10px 8px 0;
	float: left;
}

.alignright {
	margin: 10px 0px 8px 10px;
	float: right;
}

/* Wrap */

#wrap {
	width: 100%;
}

/* Top */

#top {
	width: 100%;
	height: 168px;
	padding-top: 5px;
	background: url(img/bg_top.jpg);
}

#top .in {
	width: 840px;
	height: 168px;
	margin: 0 auto;
	position: relative;
}

/* Top (title) */

#title {
	width: 840px;
	height: 100px;
	background: url(img/bg_title.jpg) no-repeat left top;
	overflow: hidden;
	float: left;
	position: relative;
	margin-left: 0px;
}

#title h1 {
	font-family: Tahoma;
	font-size: 24px;
	margin-left: 60px;
	padding-top: 65px;
}

#title h1 a {
	color: #fff;
	text-decoration: none;
	letter-spacing: -1px;
}

#title h1 a:hover {
	color: #5cba00;
}

#top #search {
	width: 197px;
	height: 42px;
	background: url(img/bg_search.jpg);
	position: relative;
	float: right;
	margin-top: 77px;
	margin-right: 43px;
	display: inline;
}

#top #search input.txt {
	color: #646464;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	left: 15px;
	top: 12px;
	border: 0;
	background: transparent;
	width: 130px;
}

#top #search input.bt {
	position: absolute;
	left: 158px;
	top: 8px;
}



/* Top (menu) */

#menu {
	width:100%;
	clear: both;
	position: absolute;
	bottom: 10px;
}

#menu ul {
	padding: 0;
	float:left;
	width:800px;
}

#menu ul li {
	text-transform: uppercase;
	display: inline;
}

#menu li a {
	color: #FFFFFF;
	display: block;
	float: left;
	padding-left: 3px;
	margin-right: 3px;
}

#menu li a span {
	display: block;
	line-height: 34px;
	padding: 0 14px 0 11px;
}

#menu ul li a:hover {
	color: #FFFF99;
	background: url(img/link_left.jpg) no-repeat left top;
}

#menu ul li a:hover span {
	background: url(img/link_right.jpg) no-repeat right top;
}

#menu ul li.current_page_item a {
	color: #FFFF99;
	font-weight:bold;
	background: url(img/link_left.jpg) no-repeat left top;
}

#menu ul li.current_page_item a span {
	background: url(img/link_right.jpg) no-repeat right top;
}

/* Content Wrap */

#content_wrap {
	width: 100%;
	background: url(img/bg_content.jpg);
}

#content_wrap .in {
	width: 840px;
	margin: 0 auto;
	padding-bottom: 30px;
}

/* Content */

#content {
	width: 580px;
	float: left;
	padding-top: 35px;
	padding-right: 20px;
}

#content h2 {
	font-size: 21px;
	font-family: Georgia;
	font-weight: normal;
}

#content h1, #content h2, #content h3 {
	color: #fff;
}

#content h2 a {
	color: #5cba00;
	text-decoration: none;
}

#content h2 span a {
	color: #fff;
}

#content h2 a:hover {
	text-decoration: underline;
}

#content ul {
	padding-left: 50px;
	color: #000000;
}

#content ol {
	padding-left: 70px;
	color: #a9a9a9;
}

#content ol li {
	padding-left: 70px;
	line-height: 19px;
	padding: 2px 0 2px 0px;
}

#content ul li {
	line-height: 19px;
	padding: 2px 0 2px 20px;
	background: url(img/square.gif) no-repeat 0 10px;
}

#content ol li {
	list-style: decimal;
}

/* Content (post) */

.post {
	padding: 15px 0 10px 0;
	clear: both;
}

.post a {
	color: #5cba00 !important;
	text-decoration: underline;
}

.post a:hover {
	color: #5cba00 !important;
}

.post .title {
	background: url(img/line.gif) no-repeat left bottom;
	position: relative;
	margin-bottom: 5px;
}

.post .date {
	margin-top: -20px;
	font-size: 11px;
	position: relative;
	padding-bottom: 8px;
}

.post .date a, .post .post_details a {
	color: #9D9D9D;
	text-decoration: none;
	border-bottom: #494949 1px solid;
}

.post .date a:hover, .post .post_details a:hover {
	text-decoration: none;
	border-color: #5A5A5A;
}

.post .post_details {
	font-size: 11px;
	clear: both;
}

.image {
	float: left;
	width: 225px;
}

.image2 {
	float: left;
	width: 225px;
	margin-top:15px;
}

.image3 {
	float: left;
	width: 270px;
	margin-top:15px;
}

.business {
	float: left;
	width: 260px;
	margin-top:15px;
	padding-right:30px;
}

.business1 {
	float: left;
	width: 260px;
	margin-top:45px;
	padding-right:30px;
}

.business a, .business1 a {
	color:#333333;
	text-decoration:none;
}

.business a:hover, .business1 a:hover {
	color:#0066ff;
	text-decoration:underline;
}

.image4 {
	float: left;
	width: 115px;
	margin-top:15px;
	height: 130px;
}
.image5 {
	float:left;
	width:310px;
	height: 155px;
}
/* More Posts */

.more_posts {
	padding: 15px 0 10px 0;
	font-family: Georgia;
}

.more_posts h2 {
	font-size: 19px !important;
}

.more_posts a {
	color: #9F9F9F !important;
}

.more_posts h2 a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

/* Comments (single.php and comments.php) */

h2.lc {
	padding-top: 20px;
}

.comments_wrap {
	width: 500px;
	margin: 20px 0 0px 10px;
	clear: both;
	padding-bottom: 5px;
}

.comments_wrap a {
	text-decoration: underline !important;
}

.comments_wrap a:hover {
	text-decoration: none;
	color: #fff;
}

.comments_wrap .left {
	width: 46px;
	padding-top: 2px;
	float: left;
}

.comments_wrap .left img {
	border: #4A4A4A 3px solid;
	padding: 1px;
}

.comments_wrap .right {
	width: 410px;
	float: left;
	padding-left: 20px;
}

.comments_wrap .right h4 {
	font-size: 11px !important;
	text-transform: none;
	padding: 0;
	font-weight: normal;
	color: #707070;
}

.comments_wrap .right h4 b {
	font-size: 12px !important;
	color: #8C8C8C;
}

.comments_wrap .right h4 a {
	text-decoration: none;
}

.comments_wrap .right h4 a:hover {
	text-decoration: underline;
}

/* Comments (form) */

#content form {
	margin: 10px 0 30px 0;
}

#content form label {
	display: block;
	margin: 5px 0;
	font-size: 12px;
}

#content form label input {
	padding: 4px 4px 3px 3px;
	width: 220px;
	font-size: 12px;
	background: #F4F8FB;
	border: #A0B7D6 1px solid;
	color: #000000;
}

#content textarea {
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	font-size: 12px;
	background: #F4F8FB;
	border: #A0B7D6 1px solid;
	color: #000000;
	width: 220px;
}

#content form input {
	margin-top: 5px;
}

#content form input.sb {
	background: #2F2F2F;
	border: #3F3F3F 1px solid;
	color: #8B8B8B;
	padding: 5px 0;
	width: 80px;
}

.finance_form {
	margin:0 0 0 30px;
}

.lc_logged {
	padding: 0;
	margin-top: -10px;
}

/* Sidebar */

#sidebar {
	width: 224px;
	float: right;
	background: url(img/bg_sidebar.jpg);
}

#sidebar_in {
	width: 224px;
	padding-bottom: 120px;
	background: url(img/sidebar_bottom.jpg) no-repeat left bottom;
	padding-top: 30px;
}

#sidein {
	padding-left: 20px;
	margin-top: -10px;
	width: 204px;
	overflow: hidden;
	
}

#sidebar h2 {
	font-size: 21px;
	font-weight: normal;
	padding: 10px 0;
	font-family: Georgia;
	color:#FF0000;
}

#sidebar h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0;
	font-family: Georgia;
	color:#FF0000;
}

.sidebar_phone {
	font-weight:bold;
	font-size:16px;
	color:#006699;
	padding-left:2px;
}

.sidebar_num {
	font-weight:bold;
	font-size:16px;
	color:#006699;	
}

.sidebar_mobile {
	font-size: 18px;
	font-weight: normal;
	background: url(img/mobile.gif) no-repeat;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
	line-height: 40px;
	width: 204px;
	margin-left: -9px;
}

#tag_cloud h2 {
	margin-bottom: 15px;
}

.widget_tag_cloud {
	padding-bottom: 20px !important;
}

.widget_text {
	padding-bottom: 20px !important;
}

.widget_text h2 {
	margin-bottom: 15px !important;
}

.block {
	padding-bottom: 10px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	color: #0066FF;
	text-decoration: underline;
}

#sidebar ul {
	padding: 10px 0;
}

/* Footer */

#footer {
	width: 100%;
	background: url(img/footer_top.jpg) repeat-x top;
}

#footer .in {
	width: 840px;
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 40px;
}

/* Footer (copyright) */

#copyright {
	font-size: 12px;
	width: 400px;
	float: left;
}

#copyright a {
	color: #CDCDCD;
	border-bottom: #494949 1px solid;
	text-decoration: none;
}

#copyright a:hover {
	border-color: #5A5A5A;
	color: #fff;
}

#copyright p {
	padding: 0;
	color: #FFFFCC;
	padding-left: 5px;
}

/* Footer (menu) */

#fmenu {
	width: 800px;
	float: right;
}

#fmenu ul {
	float: right;
}

#fmenu li {
	display: inline;
}

#fmenu li a {
	color: #273C52;
	padding: 6px;
	margin-right: 8px;
}

#fmenu li a:hover, #fmenu li.current_page_item a {
	color: #fff;
	background: url(img/footer_menu_bg.jpg);
}

/* Fix */

#content_wrap:after,
.comments_wrap:after,
.in:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}
