/*
Theme Name: iConsultant Pro Theme
Theme URI: http://www.siteleadmachine.com
Description: Professional theme for your offline constultant business.
Author: SuccessBug, Ltd
Version: 1.0
*/

html {
	margin-top: 0 !important;
	padding: 0;
}

body {
	background: url(images/background.jpg) repeat-x top #fff;
	font-family: Helvetica, Lucida, Arial, Sans-serif;
	font-size: 12px;
}


	body.green {
		background: url(images/background-green.jpg) repeat-x top #fff;
	}
	body.blue {
		background: url(images/background-blue.jpg) repeat-x top #fff;
	}
	body.red {
		background: url(images/background-red.jpg) repeat-x top #fff;
	}
	body.army {
		background: url(images/army.png) repeat-x top #fff;
	}
	body.concrete {
		background: url(images/concrete.png) repeat-x top #fff;
	}
	body.darkwood {
		background: url(images/darkwood.png) repeat-x top #fff;
	}
	body.lightwood {
		background: url(images/lightwood.png) repeat-x top #fff;
	}
	body.maturewood {
		background: url(images/maturewood.png) repeat-x top #fff;
	}
	body.darkfloral {
		background: url(images/darkfloral.png) repeat-x top #fff;
	}
	body.redfloral {
		background: url(images/redfloral.png) repeat-x top #fff;
	}
	body.water {
		background: url(images/water.png) repeat-x top #fff;
	}
 
* {
	margin: 0;
	padding: 0;
}

p, h3, h4, h5, h6, a {
	padding: 5px 0;
	color: #666;
	line-height: 1.5em;	
	font-family: 'Istok Web', sans-serif;
}
a {
	color: #4b638e;
	text-decoration: none;
}
h3 { font-weight: normal;}

.clear {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

#wrapper {
	margin-bottom: 15px;
}
#header {
	min-height: 80px;
}
#uniqueGraphic {
}
#logo {
	float: left;
	height: 65px;
	
	width: 370px;
	padding: 15px;
	padding-bottom: 8px;
	padding-left: 0;
}
	#logo h2 {
		font-size: 32px;
		color: #252525 !important;
		font-style: italic;
		letter-spacing: -1px;
	}
		#logo h2 strong {
			color: #5671a1;
		}
	#logo h2 a {
		color: #252525 !important;
	}
	#logo h3 {
		font-size: 13px;
		color: #444;
		padding: 0;
		margin: 0;
		margin-top: -10px;
		font-weight: normal;
	}
#nav {
	width: 590px;
	float: right;
}
	#nav ul { list-style: none; }
	#nav ul li {
		float: right;
		display: block;
	}
	#nav ul li a {
		float: right;
		display: block;
		padding:  5px 15px;
		margin-top: 30px;
		font-size: 16px;
		text-decoration: none;
		font-weight: bold;
	}
		#nav ul li a:hover {
			color: #222;
			background: #fff;
			border: 1px solid #eee;
			padding: 4px 14px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			-khtml-border-radius: 10px; 
			border-radius: 10px;
		}
		
#logo2 {
	float: left;
	width: 300px;
	padding: 15px;
	padding-left: 0;
}
	#logo2 h2 {
		font-size: 32px;
		color: #dbdbdb  !important;
		font-style: italic;
		letter-spacing: -1px;
	}
		#logo2 h2 strong {
			color: #494f5b;
		}
	#logo2 h3 {
		font-size: 13px;
		color: #727373;
		padding: 0;
		margin: 0;
		font-weight: normal;
	}
#nav2 {
	width: 600px;
	float: right;
}
	#nav2 ul { list-style: none; }
	#nav2 ul li {
		float: right;
		display: block;
	}
	#nav2 ul li a {
		float: right;
		color: #666  !important;
		display: block;
		padding:  35px 15px;
		font-size: 16px;
		text-decoration: none;
		font-weight: bold;
	}
		#nav2 ul li a:hover {
			color: #222;
		}
#banner {
	clear: both;
	min-height: 340px;
}
	#bannerInfo {
		padding: 15px;
		padding-left: 0;
		padding-top: 30px;
	}
	#bannerInfo h1 {
		font-size: 52px;
		color: #fff;
		letter-spacing: -3px;
	}
	#bannerInfo h2 {
		font-size: 19px;
		color: #fff;
		font-weight: normal;
	}
	
	#bannerInfo p {
		font-size: 13px;
		color: #fff;
		font-weight: normal;
	}
#phone {
	padding: 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px; 
	border-radius: 4px;
	margin: 10px 0;
	width: 215px;
	padding-left: 70px;
	min-height: 35px;
	background: #111;
	background-position: 10px 10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
}
	#phone-h3 {
		font-size: 26px;
		padding: 8px 0;
		padding-left: 70px;
		color: #fff;
		display: block;
		font-weight: bold;
		z-index: 999999;
		position:relative;
		padding: 15px;
		padding-top: 14px;
		margin: 10px 0;
		margin-top: -75px;
		width: 215px;
		padding-left: 70px;
		min-height: 35px;
		background: url(images/phone.png) no-repeat left;
		background-position: 10px 10px;
	}
#email2 {
	padding: 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px; 
	border-radius: 4px;
	margin: 10px 0;
	width: 225px;
	min-height: 30px;
	padding-left: 70px;
	background-position: 13px 20px;
	background: #111;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
}
	#email2-h3 {
		font-size: 21px;
		padding: 8px 0;
		padding-left: 70px;
		color: #fff;
		display: block;
		font-weight: bold;
		z-index: 999999;
		position:relative;
		padding: 15px;
		padding-top: 10px;
		margin: 10px 0;
		margin-top: -66px;
		width: 215px;
		padding-left: 70px;
		min-height: 35px;
		background: url(images/email3.png) no-repeat left;
		background-position: 10px 10px;
	}
#phone2 {
	padding: 12px;
	padding-bottom: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px; 
	border-radius: 4px;
	margin: 10px 0;
	width: 400px;
	padding-left: 65px;
	background: url(images/phone.png) no-repeat left #e6e6e6;
	background-position: 10px 15px;
}
	#phone2 h3 {
		font-size: 26px;
		color: #222;
		font-weight: bold;
		letter-spacing: -1px;
		
	}
#email {
	padding: 12px;
	padding-bottom: 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px; 
	border-radius: 4px;
	margin: 10px 0;
	width: 400px;
	padding-left: 65px;
	background: url(images/email3.png) no-repeat left #e6e6e6;
	background-position: 10px 18px;

}
	#email h3 {
		font-size: 21px;
		color: #222;
		font-weight: bold;
		letter-spacing: -1px;
		
	}
#socialprofile {
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px; 
	border-radius: 4px;
	margin: 10px 0;
	width: 456px;
	background: #e6e6e6;
	background-position: 5px 5px;
}
	#socialprofile h3 {
		font-size: 17px;
		color: #222;
		padding: 10px;
		float: right;
		letter-spacing: -1px;
		font-weight: normal;
		
	}
#services {
	clear: both;
}
	#servicesTop {
		min-height: 70px;
	}
	#servicesTop h1 {
		font-size: 32px;
		color: #1d1d1d;
		font-weight: bold;
		letter-spacing: -1px;
		padding-top: 8px;
		text-shadow: 1px 2px 0 #fff;
		float: left;
	}
	#servicesTop h3 {
		font-size: 16px;
		color: #444;
		font-weight: normal;
		padding: 12px 20px;
		text-shadow: 1px 2px 0 #fff;
		float: left;
	}
	a.button {
		width: 145px;
		height: 25px;
		background: url(images/button.gif) no-repeat;
		padding: 15px;
		font-weight: bold;
		text-align: left;
		font-size: 11px;
		color: #4b638e;
		float: right;
		text-decoration: none;
		text-transform: uppercase;
	}
#myServices {
	clear: both;
	padding: 20px 0;
}
	.column {
		margin: 30px 0;
	}
	.column h2 {
		font-size: 28px;
		color: #1d1d1d;
		font-weight: bold;
		letter-spacing: -1px;
	}
	.seo {
		background: url(images/seo.png) no-repeat top right;
		background-position: 430px 0;
	}
	.design {
		background: url(images/design.png) no-repeat top right;
		background-position: 430px 0;
	}
	.social {
		background: url(images/socialmedia.png) no-repeat top right;
		background-position: 430px 0;
	}
	.facebook {
		background: url(images/facebook.png) no-repeat top right;
		background-position: 430px 0;
	}
#outerWrapper {
	background: url(images/bottom.jpg) repeat-x top #0e0f10;
	clear: both;
	min-height: 670px;
	overflow: hidden;
}
#outerWrapper.inner {
	min-height: 220px;
	background: url(images/bottom2.jpg) repeat-x top #0e0f10;
}
#wrapper2 {

}
#contact {
	min-height: 280px;
	padding-bottom: 0;
	padding-top: 28px;
}
#aboutUs {
}
	#aboutUs h2 {
		font-size: 32px;
		color: #1d1d1d;
		padding-bottom: 6px;
		margin-bottom: 6px;
		border-bottom: 1px solid #dedede;
		font-weight: bold;
		letter-spacing: -1px;
	}
	#aboutUs h3 {
		font-size: 18px;
		color: #333;
		font-weight: bold;
		letter-spacing: -1px;
	}
	#aboutUs h4 {
		font-size: 13px;
		color: #333;
		font-weight: normal;
	}
	#aboutUs p {
		font-size: 14px;
		color: #555;
		font-weight: normal;
	}
#contactBox {
	padding-bottom: 0;
	padding-left: 12px;
}
	#contactBox h2 {
		font-size: 32px;
		color: #1d1d1d;
		padding-bottom: 6px;
		margin-bottom: 6px;
		border-bottom: 1px solid #dedede;
		font-weight: bold;
		letter-spacing: -1px;
	}
#footer {
	clear: both;
	min-height: 250px;
}	
.footerColumn {
	padding: 25px 0;
	padding-bottom: 0;
	margin-right: 15px;
	margin-left: 0;
}
	.footerColumn h3 {
		font-size: 18px;
		color: #fff;
		padding-bottom: 6px;
		margin-bottom: 6px;
		border-bottom: 1px dashed #2b2c2e;
		font-weight: bold;
	}
	.footerColumn ul { list-style: none;}
	.footerColumn ul li a {
		padding: 10px 0;
		font-size:12px;
		color: #858689 !important;
		display: block;
		border-bottom: 1px dashed #2b2c2e;
		padding-left: 20px;
		background: url(images/bullet.png) no-repeat left;
		background-position: 6px 13px;
	}
#realFooter {
	clear: both;
	padding-top: 7px;
}
#innerContent {
	border: 4px solid #e5e5e5;
	padding: 15px 15px;
	margin-top: 20px;
	background: #fff url(images/content.gif) repeat-y right;
	box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	-webkit-box-shadow: 1px 1px 3px #333;
}
.postTitle {
	padding-bottom: 10px;
}
	.postTitle h2 {
		font-size: 34px;
		letter-spacing: -1px;
		margin-bottom: 6px;
		font-weight: bold;
	}
		.postTitle h2 a { color: #444 !important;}
	.postTitle h3 {
		font-size: 12px;
		color: #444;
		border-bottom: 1px dashed #ddd;
		display: block;
		padding: 6px;
		font-weight: normal;
	}
	span.author {
		display: block;
		float: left;
		padding-left: 20px;
		margin-right: 20px;
		background: url(images/author.png) no-repeat left;
	}
	 span.commentsIcon {
		display: block;
		float: left;
		margin-right: 20px;
		padding-left: 20px;
		background: url(images/comments.png) no-repeat left;
	}
	span.category {
		display: block;
		float: left;
		margin-right: 20px;
		width: 200px;
		padding-left: 20px;
		background: url(images/tag.png) no-repeat left;
	}
	span.category .post-categories { list-style: none; display: inline; }
	span.category .post-categories li { list-style: none; display: inline; }
.post {
	color: #333;
	padding: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.post p {
	font-size: 13px;
	padding: 10px 0;
}
#blogPost {
	width: 600px;
	float: left;
}
#sidebar {
	width: 290px;
	padding: 0 10px;
	
	float: right;
}
.searchbox {
	width: 260px;
	margin: 10px 0;
	margin-left: 8px;
	margin-bottom: 20px;
	padding: 10px;
	display: block;
	font-weight: bold;
	font-size: 15px;
	color: #999;
	letter-spacing: 1px;
	background: #fff url(images/search.png) no-repeat right;
	background-position: 250px 10px;
	border: 1px solid #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px; 
	border-radius: 10px;
}
.rss {
	font-size: 21px;
	color: #724509 !important;
	background: url(images/rss.png) no-repeat left;
	background-position: 3px 10px;
	font-weight: normal;
	min-height: 50px;
	display: block;
	padding-top: 14px;
	letter-spacing: -1px;
	padding-left: 70px;
}
.phone3 {
	font-size: 24px;
	color: #444;
	background: url(images/phone.png) no-repeat left;
	background-position: 13px 10px;
	font-weight: normal;
	font-style: italic;
	min-height: 50px;
	display: block;
	padding-top: 14px;
	letter-spacing: -1px;
	padding-left: 70px;
}
.email3 {
	font-size: 17px;
	color: #444;
	background: url(images/email3.png) no-repeat left;
	background-position: 13px 10px;
	font-weight: normal;
	min-height: 50px;
	display: block;
	padding-top: 14px;
	letter-spacing: -1px;
	padding-left: 70px;
}
	#sidebar h3 {
		font-size: 18px;
		color: #333;
		margin: 0  10px;
		padding-bottom: 6px;
		margin-bottom: 6px;
		border-bottom: 1px dashed #ddd;
		font-weight: bold;
		margin-top: 10px;
	}
	#sidebar li { list-style: none; }
	#sidebar ul { list-style: none; padding: 0 10px; padding-bottom: 20px;  }
	#sidebar ul li a {
		padding: 10px 0;
		font-size:13px;
		display: block;
		color: #666  !important;
		border-bottom: 1px dashed #ddd;
		padding-left: 20px;
		background: url(images/bullet.png) no-repeat left;
		background-position: 6px 13px;
	}
	#sidebar ul.postsIcon li a {
		padding-left: 30px;
		background: url(images/post.png) no-repeat left;
		background-position: 6px 13px;
	}
	#footer ul.postsIcon li a {
		padding-left: 30px;
		background: url(images/post.png) no-repeat left;
		background-position: 6px 13px;
	}
	#footer ul.starIcon li a {
		padding-left: 30px;
		background: url(images/star.png) no-repeat left;
		background-position: 6px 13px;
	}
	#footer li a.smallrss {
		padding-left: 30px;
		background: url(images/smallrss.png) no-repeat left;
		background-position: 6px 13px;
	}
	#footer li a.smallphone {
		padding-left: 30px;
		background: url(images/phone3.png) no-repeat left;
		background-position: 6px 13px;
	}
	#footer li a.smallname {
		padding-left: 30px;
		background: url(images/author.png) no-repeat left;
		background-position: 6px 13px;
	}
	#footer li a.smallemail {
		padding-left: 30px;
		background: url(images/email4.png) no-repeat left;
		background-position: 6px 13px;
	}
div.comments
{
	clear: both;
}
.comment-meta
{
	float: left;
	padding: 10px 0;
	text-align: right;
	width: 40px;
}
.commenttext
{
	border-left: dotted 1px #eee;
	border-bottom: dotted 1px #eee;
	float: right;
	margin-bottom: -5px;
	width: 420px;
	padding: 10px 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}
	.commenttext p {
		font-size: 12px;
		font-style: normal;
	}
.comments div.cgravatar
{
	border: 1px dotted #ddd;
	float: left;
	margin: 10px 10px;
	padding: 4px 10px;
	text-align: left;
}
.comment-author
{
	text-align: left;
	display: block;
	font-weight: bold;padding-left: 20px;
	border-top: dotted 1px #eee;
	border-left: dotted 1px #eee;
	padding-top: 10px;
	width: 90px;
}
.comment-date
{
	color: #B4AB9D;
	text-align: left;
	display: block;
	font-size: 10px;
	padding-left: 20px;
}
.comment-meta a
{
	color: #333;
	text-decoration: none;
}
.comment
{
	clear: both;
	margin-bottom: 15px;
	color: #444  ;
		font-style: italic;
}
h2#comments
{
	border-bottom: dotted 1px #eee;
	display: block;
	color: #444  ;
	font-weight: normal;
	padding: 15px 0;
	margin-bottom: 15px;
	padding-top: 0;
}
#commentform span
{
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
#commentform input
{
	background-color: #ffffff;
	border: solid 2px #dddddd;
	margin-right: 10px;
	padding: 3px;
	width: 300px;
}
#commentform textarea
{
	border: solid 2px #dddddd;
	margin-bottom: 10px;
	padding: 3px;
	width: 540px;
}
	.readmore {
		width: 165px;
		height: 25px;
		background: url(images/readmore.png) no-repeat;
		padding: 15px;
		font-weight: bold;
		text-align: left;
		font-size: 12px;
		margin-top: 5px;
		margin-left: -5px;
		display: block;
		color: #4b638e;
		text-decoration: none;
		text-transform: uppercase;
	}
#bannerGraphic {
	height: 307px;
	overflow: hidden;
	padding-top: 13px;
}
	#bannerPhoto {
		background: url(images/photo.png) no-repeat center;
		height: 293px;
		float: right;
	}
		#bannerPhoto img {
			width: 239px;
			height: 274px;
			margin-left: 125px;
			margin-top: 10px;
			box-shadow: 1px 1px 3px #444 inset;
			-moz-box-shadow: 1px 1px 3px #444 inset;
			-webkit-box-shadow: 1px 1px 3px #444 inset;
		}
	#bannerEmbed {
		height: 293px;
		float: right;
	}
	#bannerOptin {
		height: 293px;
		float: right;
	}
	#arrow {
		width: 120px;
		height: 60px;
		margin-right: 30px;
		margin-top: -75px;
		float: right;
		padding-left: 10px;
		background: url(images/arrow.png) no-repeat bottom left;
	}
		#arrow p {
			font-size: 16px;
		}
#webButton {
	width: 260px;
	padding: 5px;
	padding-bottom: 0;
	background:  #111;
	margin: 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px; 
	border-radius: 10px;
	height: 55px;
}
#webButton a {
	width: 259px;
	height: 46px;
	background: url(images/webbutton.png) no-repeat;
	text-align: center;
	padding-top: 12px;
	display: block;
	font-size: 15px;
	margin-top: 3px;
	font-weight: bold;
	color: #333 !important;
}
#map_canvas {
	width: 478px;
	height: 280px;
	float: right;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 3px solid #fff;
	box-shadow: 1px 1px 1px #666;
	-moz-box-shadow: 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 1px #666;
	margin-left: 0;
}
#sociallinks {
	list-style: none;
	width: 250px;
	float: left;
	padding-top: 6px;
}
	#sociallinks li {
		float: left;
		display: block;
	}
	#sociallinks li a {
		float: left;
		display: block;
		width: 33px;
		height: 33px;
		text-indent: -9999px;
		margin-right: 10px;
	}
	#facebook {
		background: url(images/facebook2.png) no-repeat left !important; border: none !important;
		width: 33px !important;
		height: 33px !important;
		padding: 0 !important;
	}
	#myspace {
		background: url(images/myspace.png) no-repeat left !important; border: none !important;
		width: 33px !important;
		height: 33px !important;
		padding: 0 !important;
	}
	#twitter {
		background: url(images/twitter.png) no-repeat left !important; border: none !important;
		width: 33px !important;
		height: 33px !important;
		padding: 0 !important;
	}
	#linkedin {
		background: url(images/linkedin.png) no-repeat left !important; border: none !important;
		width: 33px !important;
		height: 33px !important;
		padding: 0 !important;
	}
	#youtube {
		background: url(images/youtube.png) no-repeat left !important;
		width: 33px !important;
		height: 33px !important;
		border: none !important;
		padding: 0 !important;r
	}