/* CSS Document */
body {
	background-color: #5769a4;
	background-image: url(/wp-content/themes/temp/images/topbacking.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: arial;
	font-size: 13px;
	color: #111111;
}
a:link {
	color: #6174B1;
	font-weight: bold;
}
a:visited {
	color: #6174B1;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #a6bbfa;
}
a:active {
	text-decoration: none;
	color: #a6bbfa;
}
h1 {
	font-size: 20px;
	color: #6074b0;
}
h2 {
	font-size: 16px;
	color: #6074b0;
}
h3 {
	font-size: 14px;
	color: #6074b0;
}
h4 {
	font-size: 13px;
	color: #6074b0;
}
h5 {
	font-size: 12px;
	color: #6074b0;
}
h6 {
	color: #6074b0;
}
.phonenumber {
	font-size: 36px;
	color: #5675B3;
}
.contentbacking {
	background-image: url(images/contentbacking.png);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.sidebarpadding {
	padding: 5px;
}
.footerbacking {
	color: #f5e2a0;
	font-size: 11px;
}
.footertitle {
	font-size: 20px;
	color: #879de2;
}
.whitetext {
	color: #FFF;
}

h3 a {
	color: #FFF;
}

/*
HOMEPAGE STYLES COPIED FROM KABAKER.com*/

.font18-drkgreen2 {
font-size: 17px;
color: #374A6B;
font-weight: bold;
}
.font18-lightgreen2 {
font-size: 17px;
color: #798CC1;
font-weight: bold;
}
.font-sm {
color: #6174B1;
}

/* Image Floaters */  

.Lpic {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.Rpic {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* DIV Constraints */  

#constraint {
	width:100%;
	margin: auto;}

#header {
	width: 100%;
	height: 140px; 

}

#nav {
	width: 100%;
	background-position: center top;
}

#content {
	height: 100%;
	width: 100%;
}

#footer {
	background-position: center top;
	width: 100%;
	background-image: url(images/footerbacking.png);
	background-repeat: repeat-x;

}

/* Footer Links */ 

a.footerlink:link {
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
	font-size: 11px;
}
a.footerlink:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
	font-size: 11px;
}
a.footerlink:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration:underline;
	font-size: 11px;
}
a.footerlink:active {
	color: #ffffff;
	font-weight: normal;
	text-decoration:underline;
	font-size: 11px;
}

.logo {
	background-image:url(http://www.kabaker.com/wp-content/themes/kabakertheme/images/logo.png);
	width:542px;
	height:73px;
}

.logo a {
	display:block;
	width:542px;
	height:73px;
}
.vcard{
display:inline;
}


.mrg-1 {
	margin-bottom:120px;
}

.footerform {
	display:inline-block;
	width:100%;
}

/*** gravity ***/
.gform_wrapper div.validation_error {
	display:none !important
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin:0 !important;
}
.gform_wrapper .ginput_container+.gfield_description.validation_message {
	margin-top: -10px !important;
	margin-bottom: -10px !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 0px !important;
}
.gform_wrapper form ul.left_label li {
	margin-bottom: 5px !important;
}
.gform_wrapper .gfield_required{
	color:#F00 !important;
}

/*** new small contact ***/
#gform_1 label {
	display:none;
}

/***************REVIEWS****************/
.reviews {
text-align: center;
}
.reviews .fa {
color:#F90
}

/*** Ronald Lau ***/
::-webkit-input-placeholder {
  font-family: @font-primary;
  color: #000;
}

:-moz-placeholder { /* Firefox 18- */
  font-family: @font-primary;
  color: #000;
}

::-moz-placeholder {  /* Firefox 19+ */
  font-family: @font-primary;
  color: #000;
}

:-ms-input-placeholder {
  font-family: @font-primary;
  color: #000;
}
.archive-description, .author-box {
	font-size: 28px;
	margin-bottom: 20px;
	padding: 0;
}
.archive-title {
  font-size: 28px;
}