/*
Theme Name: Business Habitat
Theme URI: http://businesshabitat.com/
Description: Highly customized theme for <a href="http://businesshabitat.com">The Business Habitat</a> by both <a href="http://dmiracle.com">Dawud Miracle</a> &amp; <a href="http://visionaryblogging.com">Easton Ellsworth</a>. Original theme, <em>ablogtheme</em>, designed by <a href="http://www.themelayouts.com">ThemeLayouts</a> and licensed <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>.
Version: 1.5
Author: Dawud Miracle & Easton Ellsworth
Author URI: http://businesshabitat.com
*/

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}

body {
/*	color: #81734f;*/
	color: #524932;

  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-size: .85em;
  font-style: normal;
  line-height: 200%;
	text-align: center;
	background: #dccea7 url(image/top_bg-new.gif) repeat-x top;
}

#bottom_bg {
	background: url(image/bottom_bg.png) repeat-x bottom;
}

#container {
	width: 957px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#top {
	height: 143px;
	position: relative;
}

#top #toplinks {
	float: right;
}

#top #toplinks img {
	margin-left: 5px;
}

#top #logo {
	background: url(image/logo.gif) no-repeat left top;
	position: absolute;
	left: -50px;
	width: 649px;
	height: 142px;
}

#top #logo a {
	display: block;
	position: absolute;
	top: 50px;
	left: 100px;
	text-decoration: none;
}

#top #logo h1 {
	font-size: 44px;
	color: #fff;
	font-weight: normal;
	position: absolute;
	top: 45px;
	left: 105px;
	line-height: 45px;
	font-family: 'Myriad Pro'
}

#top #logo h1 a {
	display: inline;
	position: relative;
	top: 0;
	left: 0;
	color: #fff;
	text-decoration: none;
}

#top #logo h1 a:hover {
	text-decoration: none;
	color: #f1f9fd;
}

#logo h3 {
	font-weight: bold;
	position: absolute;
	top: 41px;
	left: 108px;
	color: #33627c;
	font-size: 15px;
	text-transform: lowercase;
	letter-spacing: .05em;
}

#top #nav {
	position: absolute;
	right: 0;
	top: 63px;
}

#top #nav li {
	float: left;
	padding-left: 10px;
}

#top #nav li a {
	display: block;
	background: url(image/btn.gif) no-repeat top;
	width: 102px;
	height: 36px;
	text-align: center;
	font: 14px/34px Arial;
	color: #fff;
	text-decoration: none;
}

#top #nav li a:hover, #top #nav li a.active {
	text-decoration: none;
	color: #33627c;
	background-position: bottom;
}

#header {
	height: 239px;
	position: relative;
	background: url(image/header_bg2.jpg) no-repeat 0 18px;
	line-height: 150%;
}

#header #about_me {

}

#header #about_me h3 {

}

#header .head_box {
	position: relative;
	float: left;
	width: 954px;
}

#header .head_box h3 {
	margin: 50px 0 0 282px;
  font-family: "Palatino Linotype", Georgia, "Tahoma", "Century Schoolbook L", Arial, Helvetica;
  font-size: 170%;
  font-weight: normal;
	color: #3279a0;
	letter-spacing: .05em;
}

#header .head_box p {
	margin-left: 282px;
	padding: 5px 0;
}

#header .head_box #head_buttons {
	width: 270px;
	height: 100px;
	float: right;
	background: transparent;
	margin-top: -5px;
}

#header .head_box #head_buttons .more_info,
#header .head_box #head_buttons .signup {
	width: 246px;
	height: 52px;
	margin: 2px auto;
}

#header .head_box #head_buttons a .more_info {
	background: #c6c8b5 url(image/learn-more-now.jpg) no-repeat center 0;
}

#header .head_box #head_buttons a:hover .more_info {
	background: #c6c8b5 url(image/learn-more-now.jpg) no-repeat center 100%;
}

#header .head_box #head_buttons a .signup {
	background: #c6c8b5 url(image/get-help-today.jpg) no-repeat center 0;
}

#header .head_box #head_buttons a:hover .signup {
	background: #c6c8b5 url(image/get-help-today.jpg) no-repeat center 100%;
}


/*#header #about_me {

	height: 213px;
}

#header #about_me h3 {
	height: 24px;

}

#header #subscription {
	position: absolute;
	right: 2px;
	top: 84px;
}

#header #email {
	background: url(image/email_bg.png) no-repeat;
	width: 246px;
	height: 45px;
	margin-top: 5px;
}

#header #email .input {
	font: 11px Arial;
	width: 110px;
	margin: 14px 0 0 80px;
	padding: 0;
	line-height: 11px;
	border: none;
	background-color: none;
}

#header #email .submit {
	position: relative;
	top: 8px;
	left: 11px;
}*/

#content {
	width: 900px;
	border: 6px solid #B4A575;
	padding: 12px 20px;
	margin: 30px 0;
	background: #e1d2ac;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

#entries {
	margin: 30px 0;
}

#pages {
	margin-bottom: 30px;
	margin-top: 10px;
}

#pages .posts_older {
	float: left;
}

#pages .posts_newer {
	float: right;
}

.entry {
	position: relative;
	margin: 20px 0 13px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d1c195;
}

.entry .date {
	position: absolute;
	right: 0;
}

.entry .date span {
	font-size: 24px;
}


.entry .tags {
	background: url(image/tags_left.png) no-repeat left top;
	height: 22px;
	line-height: 22px;
	padding-left: 30px;
	float: left;
}

.entry .tags span {
	display: block;
	background: url(image/tags_right.png) no-repeat right top;
	float: left;
	padding-right: 20px;
}

.entry .tags span a {
/*	color: #81734f;*/
	color: #524932;
}

.entry p {
	margin: 10px 0;
}

.entry .comments {
	background: url(image/comments_bg.png) no-repeat left top;
	padding-left: 25px;
	float: left;
	height: 27px;
	line-height: 27px;
	width: 70px;
}

.entry .more {
	display: block;
	float: left;
}

#comments {
	border-bottom: 1px solid #d1c195;
	margin: 20px 0;
}

#comments h6 span , #add_comment h6 span {
	display: none;
}

#comments h6 , #add_comment h6 {
	height: 21px;
	margin: 20px 0 15px;
	background: url(image/arrow.png) no-repeat left top;
}

#comments h6.com em {
	display: block;
	background: url(image/comments.png) no-repeat left top;
	margin-left: 25px;
	height: 20px;
	width: 110px;
}

.comment {
	margin: 23px 0;
}

.comment .details {
	float: left;
	width: 160px;
	padding-top: 5px;
}

.comment .details span {
	display: block;
	line-height: 15px;
}

.comment .details .author {
	color: #3279a0;
}

.comment .details .date {
	font-style: italic;
	color: #ad9f7a;
}

.comment .comment_center {
	float: right;
	width: 520px;
	background: url(image/comment_center.png) repeat-y right;
}

.comment .comment_bottom {
	background: url(image/comment_bottom.png) no-repeat right bottom;
}

.comment .comment_top {
	background: url(image/comment_top.png) no-repeat left top;
	padding: 8px 14px 8px 36px;
	overflow: hidden;
}

#add_comment {
	margin-bottom: 25px;
}

#add_comment h6.add_com {
	margin-bottom: 5px;
}

#add_comment h6.add_com em {
	display: block;
	background: url(image/reply.png) no-repeat left top;
	margin-left: 25px;
	height: 20px;
	width: 110px;
}

#add_comment p {
	font-weight: bold;
	margin: 5px 0 0;
}

#add_comment p span {
	font-weight: normal;
	font-style: italic;
}

#add_comment .input {
	background: url(image/textbox.png) no-repeat right top;
	width: 156px;
	padding: 6px 10px;
	height: 20px;
	line-height: 14px;
	font: 11px Arial;
	color: #595c53;
	border: none;
	background-color: none;
}

#add_comment .textarea {
	height: 114px;
	width: 280px;
	background: url(image/textarea.png) no-repeat left top;
}

#add_comment .submit {
	margin: 10px 0;
	display: block;
}

#add_comment .text_area {
	font: 11px Arial;
	height: 114px;
	width: 282px;
}

#sidebar {
	width: 243px;
	float: right;
}

#sidebar #search {
	background: url(image/search_bg.png) no-repeat;
	width: 246px;
	height: 45px;
	margin-top: 30px;
}

#sidebar #search .input {
	font: 11px Arial;
	width: 110px;
	margin: 14px 0 0 80px;
	padding: 0;
	line-height: 11px;
	border: none;
	background-color: none;
}

#sidebar #search .submit {
	position: relative;
	top: 8px;
	left: 11px;
}

#sidebar h4 {
	height: 24px;
	background: url(image/arrow.png) no-repeat left top;
	margin: 20px 0 5px;
}

#sidebar h4 span {
	display: none;
}

#sidebar h4 strong {
	display: block;
	height: 23px;
	margin-left: 25px;
}

#sidebar #tags a {
	padding: 0 3px;
	line-height: 25px;
}

#sidebar #tags h4 strong {
	background: url(image/tags.png) no-repeat left top;
}

#sidebar #categories h4 strong {
	background: url(image/categories.png) no-repeat left top;
}

#sidebar #archives h4 strong {
	background: url(image/archives.png) no-repeat left top;
}

.boxcenter {
	width: 243px;
	background: url(image/box_center.png) repeat-y;
	margin-bottom: 10px;
}

.boxbottom {
	background: url(image/box_bottom.png) no-repeat bottom;
}

.boxtop {
	background: url(image/box_top.png) no-repeat top;
	padding: 5px 8px 10px;
}

#sidebar li {
	border-bottom: 1px solid #e1d8bf;
	/*line-height: 27px;*/
        line-height: 1.2em;
}

.hr {
	height: 5px;
	padding: 0;
	background: url(image/hr.png) repeat-x top;
	clear: both;
	margin-top: -15px;
}

.hr hr {
	display: none;
}

#footer {
	height: 294px;
	position: relative;
}

#footer h5 span {
	display: none;
}

#footer h5 {
	height: 21px;
	margin: 20px 0 13px;
}

#footer #socialize h5 {
	background: url(image/socialize.png) no-repeat;
}

#footer #recent_comments h5 {
	background: url(image/recent_comments.png) no-repeat;
}

#footer #recent_comments {
	left: 357px;
}

#footer #recent_posts h5 {
	background: url(image/recent_posts.png) no-repeat;
}

#footer .foot_box {
	width: 291px;
	position: absolute;
}

#footer .foot_box ul {
	width: 291px;
	height: 193px;
	background: url(image/box_bg.png) no-repeat left top;
	padding-top: 3px;
}

#footer .foot_box ul li a {
	line-height: 28px;
	display: block;
	padding-left: 10px;
	color: #574f37;
	width: 281px;
}

#footer #recent_comments ul li a {
	background: url(image/comment_ico.png) no-repeat 10px 5px;
	padding-left: 32px;
	width: 259px;
	line-height: 32px;
	display: block;
	height: 32px;
}

#footer #socialize {
	position: absolute;
	right: 0;
	width: 243px;
}

#footer #socialize li {
	height: 25px;
	line-height: 16px;
	border-bottom: 1px solid #bbaa7b;
	margin: 1px 0;
	height: 27px;
}

#footer #socialize li a {
	display: block;
	padding: 5px 5px 5px 30px;
	color: #574f37;
	width: 208px;
	line-height: 16px;
	background-image: url(image/social_icon.png);
	background-repeat: no-repeat;
}

#footer #socialize li a:hover {
	background-color: #cbb987;
}

#footer #socialize li a.s_1 {
	background-position: 5px 3px;
}

#footer #socialize li a.s_2 {
	background-position: 5px -24px;
}

#footer #socialize li a.s_3 {
	background-position: 5px -51px;
}

#footer #socialize li a.s_4 {
	background-position: 5px -79px;
}

#footer #socialize li a.s_5 {
	background-position: 5px -107px;
}

#footer #socialize li a.s_6 {
	background-position: 5px -135px;
}

#footer #footlinks {
	position: absolute;
	top: 258px;
}

#footer #footlinks li {
	display: inline;
	color: #4c8caf;
}

#footer #footlinks li a {
	color: #c1dff1;
	padding: 0 5px;
}

#footer #footlinks li a:hover {
	color: #fff;
	text-decoration: none;
}

#footer #footnote {
	position: absolute;
	top: 258px;
	right: 0;
	color: #33627c;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 1px;
	overflow: hidden;
}

a img {
	border-width: 0;
}

a {
	color: #3279a0;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #d8d8d8;
}

img.alignright {
	margin: 4px 0 2px 15px;
	display: inline;
	padding: 5px;
	border: 1px solid #d8d8d8;
}

img.alignleft {
	margin: 4px 15px 2px 0;
	display: inline;
	padding: 5px;
	border: 1px solid #d8d8d8;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}



/*h1{
  font-size: 250%;
  margin: 12px 0 4px;
  font-weight: bold;
  letter-spacing:-0.06em;
}*/

h2{
  font-family: "Palatino Linotype", Georgia, "Tahoma", "Century Schoolbook L", Arial, Helvetica;
  font-size: 210%;
  font-weight: normal;
  margin: 3px 0 5px;
	background: url(image/arrow.png) no-repeat left 3px;
	padding-left: 25px;
	margin-bottom: 8px;
	padding-right: 60px;
}

.entry h2 a:hover {
	color: #33627c;
}

h3{
  font-family: "Palatino Linotype", Georgia, "Tahoma", "Century Schoolbook L", Arial, Helvetica;
  font-size: 150%;
  font-weight: normal;
  /*margin: 3px 0 5px;*/
  margin: 16px 8px 0 8px;
}

h3{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-size: 150%;
  font-weight: bold;
  /*margin: 6px 0 2px;*/
  margin: 40px 4px 16px 4px;
  letter-spacing:-0.06em;
}

h4{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-size: 125%;
  font-weight: bold;
  margin: 5px 0 2px;
}

h5{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-size: 115%;
  font-weight: normal;
  margin: 5px 0 2px;
  text-transform: uppercase;
  font-style: italic;
}

h6{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-size: 110%;
  font-weight: bold;
  margin: 5px 0 2px;
}

.rtfbox {
	float: right;
	width: 360px;
	border: 3px solid #B4A575;
	padding: 12px 20px;
	margin: -20px 0 0 24px;
	background: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	line-height: 1.25em;
	color: #524932;
}

.rtfbox p {
	font-size: 12px;
	margin-top: 1.5em;
	border-top: 1px dashed #000;
	padding-top: 1.5em;
	color: #4c8caf;
}

.rtfbox span {
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
	color: #524932;
}

.rtfbox h5 {
	margin-top: 2em;
}

.rtfbox .audioplayer p {
	border-top: none;
	margin-top: 12px;
	padding-top: 0;
	padding-left: 12px;
}

.rtfbox .audioplayer h5 {
}

.rtfbox .audioplayer h5 span {
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

.rtfbox .audioplayer h6 {
	border-top: 1px dashed #000;
	font-size: 16px;
	color: #4c8caf;
	margin-top: 1.5em;
	padding-top: 1.5em;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
}

.rtfbox .audioplayer a.wpaudio {
	text-transform: capitalize;
	font-variant: normal;
	font-size: 13px;
}

.rtfbox .audioplayer .links {
	margin-left: 12px;
	margin-top: 9px;
}

.rtfbox .audioplayer .links span {
	text-transform: none;
}

.rtfbox .audioplayer .links li {
	font-size: 90%;
	margin-bottom: 5px;
	margin-left: 20px;
	list-style: disc;
}