/*
Theme Name: Site Crusher Pro Theme
Theme URI: http://www.siteleadmachine.com
Description: Professional theme for your any offline industry. 
Author: SuccessBug, Ltd
Version: 2.2
*/
 
body {
	background: url(../../../wp-content/themes/SiteCrusherPro/images/blue_repeater.png) repeat-x top #f0f0f0;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
}

	body.black {
		background: url(../../../wp-content/themes/SiteCrusherPro/images/black_repeater.png) repeat-x top #f0f0f0;
	}
	body.blue {
		background: url(../../../wp-content/themes/SiteCrusherPro/images/blue_repeater.png) repeat-x top #f0f0f0;
	}
	body.red {
		background: url(../../../wp-content/themes/SiteCrusherPro/images/red_repeater.png) repeat-x top #f0f0f0;
	}
	body.green {
		background: url(../../../wp-content/themes/SiteCrusherPro/images/green_repeater.png) repeat-x top #f0f0f0;
	}
	body.brown {
		background: url(../../../wp-content/themes/SiteCrusherPro/images/brown_repeater.png) repeat-x top #f0f0f0;
	}
	body.clean {
		background: url(../../../wp-content/themes/SiteCrusherPro/images/grey-bg.png) repeat-x top #f0f0f0;
	}
	body.none {
		background: #f0f0f0;
	}
 
* {
	margin: 0;
	padding: 0;
}

p {
	padding: 5px 10px;
	color: #555;
	font-size: 12px;
	line-height: 1.4em;	
}
a {
	color: #225a99;
}
#content h1 {
	font-size: 32px;
	color: #666;
	padding: 5px 10px;
	letter-spacing: -1px;
}
#content h2 {
	font-size: 21px;
	color: #666;
	padding: 5px 10px;
	letter-spacing: -1px;
	font-weight: normal;
}
#content h3 {
	font-size: 18px;
	color: #666;
	padding: 5px 10px;
	font-weight: normal;
	letter-spacing: -1px;
}
#content h4 {
	font-size: 11px;
	color: #888;
	text-transform: uppercase;
	padding: 5px 10px;
	font-weight: normal;
}
#content h5 {
	font-size: 11px;
	color: #888;
	padding: 5px 10px;
	font-weight: bold;
}
#content ul, ol { margin: 10px 0; margin-left: 40px; }
blockquote {
	padding: 10px;
	border-left: 2px solid #ccc;
	margin-left: 10px;
}
.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 {
	
}
#header {
	min-height: 92px;
}
#nav {
	padding: 0;
	padding-top: 3px;
}
#logo  {
	padding: 10px;
	padding-top: 0;
	padding-left: 0;
	position: absolute;
	min-width: 500px;
	height: 80px;
	float: left;
}
	#logo h1 a {
		font-size: 28px !important;
		padding-top: 15px;
		display: block;
		color: #fff;
		text-decoration: none;
		
	}
	#logo h3 {
		font-size: 12px !important;
		color: #fff !important;
		font-weight: normal  !important;
		opacity: .8;
	}
#calltoaction {
	width: 400px;
	float: right;
	padding: 10px;
	padding-top: 18px;
	text-align: right;
}
	#calltoaction h2 {
		font-size: 21px !important;
		color: #fff !important;
		padding-bottom: 0;
		margin-bottom: -20px;
		font-weight: normal;
	}
	#calltoaction h4 {
		font-size: 11px !important;
		color: #fff !important;
		font-weight: normal !important;
		opacity: .8;
	}
	
#calltoaction-mobile {
	width: 520px;
	float: right;
	margin-top: -10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 5px;
	text-align: center;
}
	#calltoaction-mobile h2 {
		font-size: 28px;
		color: #555;
		font-weight: normal;
	}
	#calltoaction-mobile h4 {
		font-size: 11px;
		color: #333;
		font-weight: normal;
	}
#banner {
	min-height: 325px;
	margin-bottom: 10px;
	margin-top: 8px;
}
#content {
	padding: 10px 0;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px; 
	border-radius: 5px;
	border: 1px solid #ddd;
	clear: both;
	margin-bottom: 20px;
}
#content img {
	padding: 5px;
	background: #fafafa;
	border: 1px solid #ddd;
}
a.readmore {
	padding: 10px;
	display: block;
	float: left;
	margin: 10px;
	background: #f0f0f0;
	color: #666;
	font-size: 11px;
}
#footer {
	padding: 10px;
	padding-top: 20px;
	text-align: left;
	clear: both;
	color: #ddd;
}
	#wrapper2 p { color: #ddd; padding-left: 5px; } 
	#sidebar h3 {
		font-size: 18px;
		color: #333;
		margin: 0  10px;
		padding-bottom: 6px;
		margin-bottom: 6px;
		font-weight: bold;
		margin-top: 10px;
	}
	#sidebar li { list-style: none;}
	#sidebar ul li { list-style: none; margin: 0 10px; }
	#sidebar ul { list-style: none; padding: 0 10px; margin: 0; padding-bottom: 20px;  }
	#sidebar ul li a {
		padding: 5px 0;
		font-size:11px;
		display: block;
		background: url(../../../wp-content/themes/SiteCrusherPro/images/bullet.png) no-repeat left;
		background-position: 6px 13px;
	}
	.postTitle {
		padding-bottom: 10px;
	}
	.postTitle h2 {
		font-weight: normal;
	}
	.postTitle h4 {
		font-size: 12px !important;
		color: #444;
		display: block;
		padding: 6px;
		font-weight: normal;
	}
	a {
		text-decoration: none;
	}
	span.author {
		display: block;
		float: left;
		padding-left: 20px;
		margin-right: 20px;
		background: url(../../../wp-content/themes/SiteCrusherPro/images/author.png) no-repeat left;
	}
	 span.commentsIcon {
		display: block;
		float: left;
		margin-right: 20px;
		padding-left: 20px;
		background: url(../../../wp-content/themes/SiteCrusherPro/images/comments.png) no-repeat left;
	}
	span.category {
		display: block;
		float: left;
		margin-right: 20px;
		width: 200px;
		padding-left: 20px;
		background: url(../../../wp-content/themes/SiteCrusherPro/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 {
	padding-bottom: 10px;
	clear: both;
	margin-bottom: 10px;
}
#content.blog {
	background: url(../../../wp-content/themes/SiteCrusherPro/images/blog.png) repeat-y right #fff;
}

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;
}


/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menu {
}
.menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */

}
.menu ul li {
	width:			100%;
}
.menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menu li {
	float:			left;
	position:		relative;
}
.menu a {
	display:		block;
	position:		relative;
	font-size: 13px;
	color: #fff;
}
.menu li:hover ul,
.menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top:			-999em;
}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}


/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;

}
.menu {
	line-height:	1.0;
}
.menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
}
.menu ul li {
	width:			100%;
}
.menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menu li {
	float:			left;
	position:		relative;
}
.menu a {
	display:		block;
	position:		relative;
	text-align: left;
}
.menu li:hover ul,
.menu li.sfHover ul {
	left:			0;
	top:			1.7em; /* match top ul list item height */

	z-index:		99;
}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left:			200px; /* match ul width */
	position:		absolute;
	top:			0;
}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top:			-999em;
}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
position:		absolute;
	left:			200px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.menu {
	float:			left;
	margin-bottom:	1em;

}
.menu a {
	padding: 		.75em 1em;
	text-decoration:none;

}
.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/

}
.menu li {

}
.menu li li {
	background: #222;
	border: 1px solid #111;
}
.footerColumn .menu li li {
	margin-left: 125px;
	padding-right: 30px;
	border: none;
}

.menu li:hover, .menu li.sfHover,
#nav .menu a:focus, #nav .menu a:hover,#nav  .menu a:active {
	outline:		0;
	text-decoration: underline;
}
#nav .sub-menu a:focus, #nav .sub-menu a:hover,#nav  .sub-menu a:active {
	outline:		0;
	text-decoration: underline;
	background: #333 ;
}
.footerColumn .menu li:hover, .footerColumn .menu li:hover,  {
	background: url(../../../wp-content/themes/SiteCrusherPro/images/bullet.png) no-repeat  6px 13px	#333;
	outline:		0;
}
/*** arrows **/
.menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../../../wp-content/themes/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menu ul .sf-sub-indicator { background-position:  -10px 0; }
.menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu ul a:focus > .sf-sub-indicator,
.menu ul a:hover > .sf-sub-indicator,
.menu ul a:active > .sf-sub-indicator,
.menu ul li:hover > a > .sf-sub-indicator,
.menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
.sub-menu {
	margin-top: 8px;
}
#footerOuter {
	background: url(../../../wp-content/themes/SiteCrusherPro/images/footer.png) repeat-x top #1e1e1e;
	overflow: hidden;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	overflow: hidden;
	
}
#wrapper2 {
	text-align: left;
	
}
	#wrapper2 h3 {
		color: #ddd !important;
		font-weight: normal;
		padding: 10px 5px;
		font-size: 21px  !important;
	}
	#wrapper2 li { list-style: none; }
	#wrapper2 ul li a {
		margin: 5px;
		padding: 6px 0;
		display: block;
		border-bottom: 1px dashed #333;
		text-decoration: none;
		color: #888;
		padding-left: 22px;
		background: url(../../../wp-content/themes/SiteCrusherPro/images/post.png) no-repeat left;
		width: 200px;
	}
	#wrapper2 ul.services li a {
		background: url(../../../wp-content/themes/SiteCrusherPro/images/star.png) no-repeat left;
	}
	
	#wrapper2 ul li #phoneLink {
		background: url(../../../wp-content/themes/SiteCrusherPro/images/mobile.png) no-repeat left;
	}
	#wrapper2 ul li #fbLink {
		background: url(http://web.archive.org/web/20121214195424im_/http://cdn4.iconfinder.com/data/icons/Classy_Social_Media_Icons/16/facebook.png) no-repeat left;
	}
	#wrapper2 ul li #placesLink {
		background: url(http://web.archive.org/web/20121214195424im_/http://cdn4.iconfinder.com/data/icons/Classy_Social_Media_Icons/16/map.png) no-repeat left;
	}
#footerWidgets p { color: #666 !important;}

/*
playback timings (ms):
  LoadShardBlock: 37.543 (3)
  esindex: 0.011
  captures_list: 57.318
  CDXLines.iter: 12.748 (3)
  PetaboxLoader3.datanode: 51.528 (5)
  exclusion.robots: 0.272
  exclusion.robots.policy: 0.253
  RedisCDXSource: 1.275
  PetaboxLoader3.resolve: 159.075 (2)
  load_resource: 178.24
*/