


* { 
font-family: "Century Gothic", "Muli", "myriad-pro", "Calibri Light", "Calibri", "Helvetica Neue", "Helvetica", "Arial", sans-serif;; 
font-weight: 300; 
}

/* ui elements */
@font-face {
    font-family: 'Genericons';
    src: url('/includes/genericons/Genericons.eot');
    src: url('/includes/genericons/Genericons.eot?#iefix') format('embedded-opentype'),
url('/includes/genericons/Genericons.woff') format('woff'),
url('/includes/genericons/Genericons.ttf') format('truetype'),
url('/includes/genericons/Genericons.svg#entyporegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {margin: 0; padding: 0; font-weight:400 !important;}
strong,  strong *, strong span {font-weight: 800;}
.forcePageWidth p, #content .area p  {margin:0; margin-bottom:2px; font-size:13.75pt;}
#content .area.testimonials p  {font-size:12.5pt;}
body {text-align:center;margin: 0;background:#EDD8A4;background:#F7E7BF;}
.forcePageWidth {text-align:left; width:auto; margin:0 auto;}

/* basic animations / animated objects*/
#menubg *,#content .area *, a {
	-webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;	
}
#content, #menu, #toggle {
	-webkit-transition: all 0.6s ease;                  
	-moz-transition: all 0.6s ease;                 
	-o-transition: all 0.6s ease;   
	-ms-transition: all 0.6s ease;          
	transition: all 0.6s ease;	
}
#coda-slider-1 {
	-webkit-transition: none;                  
	-moz-transition: none;                 
	-o-transition: none;   
	-ms-transition: none;          
	transition: none;	
}

.hideme {
	display: none;	
}
#container {
	position:relative;
	z-index:0;
	text-align: left;
	clear: both;
	/*max-width: 980px;*/
	min-height: 500px;
	margin: 0 auto;
}
		/*#header {
			padding: 0;
			margin: 0;
			width: 100%;
			text-align: center;
			height: 12px;
			background: url(images/top-graphic.gif) repeat-y center top;
			overflow: hidden;
			position: absolute;
			z-index: -99;
		}
		*/
#header {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    height: auto;
    background: url(images/top-graphic.gif) repeat-y center top;
    overflow: hidden;
    position: relative;
    
}
		/*#header .area {
			margin: 0px auto;
			padding: 12px;
			width: 100%;
			height: inherit;
			background: no-repeat left top;
			text-align: left;
			font-size: 14px;
			color: #36213D;
		}*/
#header .area {display: none;}

#header .slogan {
	float: right;
	margin: 0px 40px 0 0;
	font-size: 17px;
	font-style: italic;
	color: #B23F45;
}
/* ================================== MENU ================== */

#toggle {
    display: table;
    position: fixed;
    top: 15px;
    left: 5px;
    background: #EDD8A4;    background: #F7E7BF;
    width: 20px;
    height: 20px;
    overflow: hidden;
    padding: 6px 7px;
	cursor: pointer;
	z-index:9999;
}
#toggle:before {
    content: '\f419';
    display: table-cell;
    -webkit-font-smoothing: antialiased;
    font: normal 26px/1 'Genericons';
    color: #A7414A;
    vertical-align: middle;
    text-align: center;
	cursor: pointer;
}

#toggle.push::before{ content: '\f405';}



#menu {
	position:absolute;	
    width: 300px;
    display: block;
	vertical-align:top;
	left: 0px;
    top: 0px;
    padding: 17px 0px 0px 0px;
   /* border-top: 12px #A7414A solid;*/
	background-color: #EDD8A4; 
	background-color: #F7E7BF;
    z-index: 9998;
}
#menu.push { left: 0px;}

#menu .scrollme {
    margin: 0px 0 12px 12px;
}
#menubg {
	padding: 0px;
	margin: 0px 7px 0px 0px;
}
#menubg .area {
	margin: 0;
	padding: 33px 20px 20px 20px;
	text-align:left;
	font-size: 14px;
	line-height: 28px;
	
}
#menubg .area blockquote{
	margin: 0px 0px 0px 12px;
	padding: 0px;
}
#menubg .area a {
	color: #812E32;
	text-decoration: none;
	border-bottom: 0px none #A6424A;
}
#menubg a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #80281A;
}
#menu img:hover  {
	text-decoration: none;
	border-bottom: 0px none #63F;
}



.page-overlay { display:none;width:.001%}
.page-overlay.push {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(247, 231, 191, 0.66);
    position: absolute;
    z-index: 4000;
}

/* ================================== CONTENT ================== */
#content {
    max-width: 700px;
    display: block;
    vertical-align: top;
    position: relative;
    left: 301px;
	width: 97%;
}
#content.push {}

#content::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;	
}


#content .area {
    margin: 0px 20px 30px 46px;
	width: auto;
    min-height: 460px;
    color: #1E140D;
    padding: 40px 0;
    clear: both;
}
#content .area h1 {
	margin-top: 0px;
	margin-bottom: 12px;
	font-weight: normal;
	color: #A13E42;
}
#content .area h2 {
	font-weight: normal;
	
}
#content .area h3 {
	font-weight: normal;
	
}
#content .area h4 {
	font-weight: normal;
	
}
#content .area h1 a, #content .area h2 a, #content .area h3 a, #content .area h4 a, {
	
}
#content .area h1 a:hover, #content .area h2 a:hover, #content .area h3 a:hover, #content .area h4 a:hover, {
	
}
#content .area a{
	color: #333;	
}
#content .area a:hover{
	color: #4B6154 !important;
}
#content .area img {
    max-width: 100%;    height: auto;
}
#content blockquote {
	margin: 0 auto;
	padding: 0 auto;
}
#contentB blockquote p {
	margin-top: 0px;
	margin-bottom: 3px;
	
}
.linebreak {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto !important;
}
#content .area .novis {
	display:none;
}
#content h1.responsive-title {
    display: none;
    position: relative;
    max-width: 85%;
    font-size: 21px;
    color: #D3744C;
    line-height: 28px;
    margin: 10px 0 6px 0;
    font-family: inherit;
    text-transform: lowercase;
    text-shadow: 0px 0px 1px #DEB077;
}
#content h1.responsive-title:after {
    display: none;
    content: url('/images/KBlogo-shape-only-web.png');
    width: 70px;
    zoom: 0.5;
    position: absolute;
    top: -22px;
    right: -62px;
}
#content h1.responsive-title span{
	color: #A7414A;	font-family: inherit;
}
/* ================================== PORTFOLIO STYLES ================== */

#content .portfoliothumbs{
	max-width: 740px;
	width: 95%;
	margin: 16px 0 9px 0;
}
#content .portfoliothumbs a img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #edd8a4;
    width: 48px;
    height: 48px;
}
#content .portfoliothumbs a img:hover, #content .portfoliothumbs a img:focus, #content .portfoliothumbs a img:visited {
	border: 1px solid #FFFFFF;
}

#content .portfolioimagenav {
	font-size: 13px;
	font-weight: bold;
	color: #666;
}
#content .portfolioimagenav a{
	color: #060;
	text-decoration: none;
	border-bottom: 1px dashed #060;
}
#content .portfolioimagenav strong{
	font-weight: normal;
}
#content .portfolioimagenav em{

	font-style: normal;
	font-weight: normal;
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}
#content .portfolioimagenav a:hover{
	color: #1BAB16;
	border-bottom: 1px solid #093;
}
#content .portfoliolargeimg {
	/*min-height: 200px;*/
	margin-bottom: 12px;
	position: relative;
}
.portfoliolargeimg img {
width: 100%;
height: auto;
}
.portfoliolargeimg .closebutton {
    position: absolute;
    top: -3px;
    right: -4px;
    width: 11px;
    font-size: 11px;
    line-height: 11px;
    overflow: hidden;
    background: rgb(214, 111, 0);
    color: white;
    cursor: pointer;
    text-align: center;
    border: 1px solid white;
    padding: 4px;
    box-shadow: inset 0px 0px 1px 1px rgba(234, 126, 126, 0.7);
    border-radius: 0px;
		
}
.portfoliolargeimg .closebutton:hover {
background: rgb(170, 13, 63);

}
#content .portfoliopagethumb {
	width: 80px;
	padding: 1px;
	text-align:center;
	height: 120px;
	margin: 18px 6px 12px 0;
	float:left;
	font-size: 12px;
}
#content .portfoliopagethumb a{
	color:#666;
}
#content .portfoliopagethumb:hover {
	background:#C8D6C0;
}
#content .portfoliopagethumb i {
	font: normal 11px Verdana, Geneva, sans-serif;
	color: #697A5F;
}
#content .portfoliopagethumb a{
	text-decoration: none;
}
#typography {}







/* ================================== CONTACT US FORM ================== */
table.formtable td {
	padding: 6px 12px 6px 24px;
	font: 14px Tahoma, Geneva, sans-serif;
	vertical-align: top;
}
table.formtable td tabe td{
	padding: 0;
}
table.formtable tr.odd {
	background: #E2CA92;
	
}
table.formtable .fieldfix {
	width: 280px;
	font: normal 13px Arial, Helvetica, sans-serif;
	padding: 2px;
	background: #F5F2DE;
	border: 0px none #CB9872;
}
table.formtable .fieldfix:hover, table.formtable .fieldfix:focus, table.formtable .fieldfix:active {
	background: #fff;
}
table.formtable tr:hover, table.formtable tr.odd:hover {
	
}

.formtable input, .formtable textarea {
    width: 228px;
    border: 1px solid #dac99e;
    padding: 2px;
    line-height: 118%;
	background:white;
}
.formtable textarea {
    min-height: 70px;
}
.formtable input[type="submit"] {
    background: #b7c56b;
    color: white;
    font-size: 20px;
    padding: 6px;
    border: 1px solid #a4b353;
    text-shadow: 1px 2px #a4b353;
}

#contactCloneArea {
    background: #ecd5a9;
    padding: 12px;
    margin: 22px 0;
}
#contactCloneArea * { 
	font-size: 13.75pt !important;
    margin: 0 0 9px !important;
}




/* ================================== FOOTER ================== */
#footer{
	margin: 30px auto 0px;
	padding: 0;
	/*min-width:980px;*/
	width: 100%;
	background:url(images/footer.gif) no-repeat center 48px;
	height: 310px;
	overflow: hidden;
	text-align:center;
    position: relative;
    z-index: 0;

}
#footer.makefix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #edd8a4;
}
#footer .area{
	margin: 15px auto 0px auto;
	padding-left: 280px;
	max-width: 700px;
	text-align:left;
	color: #FFE093;
	font: 12px Arial, Helvetica, sans-serif;
}
#footer .area h3{
	font-size: 13px;
	font-weight: normal;
	color: #A13E42;

}
#footer .area a{
	color: #DBE8BD;
	text-decoration: underline;
}
#footer .area a:hover{
	color: #FFF;
	text-decoration: underline;
}
#footer img.bayfriendly {
	opacity:0.85;
	filter:alpha(opacity=85);
}
#footer img.bayfriendly:hover {
	opacity:0.99;
	filter:alpha(opacity=99);
}
#footer .ecarb {
	margin-top:65px; text-align:right;
}
#footer .ecarb a:hover {color: rgb(255, 178, 37) !important;text-decoration: none;}
.largequote {
	font-size: 24px;
	font-weight: bold;
	/* [disabled]baseline-shift: sub; */
	height:18px;
	overflow:hidden;
	background-color:none;
	display:inline-block;
	
}
.testimonialbreak {
	clear:both;
	height:3px;
	border-bottom: 1px dotted #7B8040;
	width:100%;margin: 12px 0;
}
div.gallerypagethumb {
	margin: 6px 0 6px 0;
	padding:5px;
	background:#F2EEE3;
}
div.gallerypagethumb:hover{
	background:#E0D5BC;
	background:white;

}
div.gallerypagethumb a{
	display:block;
	clear:both;
	min-height:80px;
	background:#F1E0B8;
	text-decoration: none;
	font-size: 12px;
}
.gallerypagethumb a strong{
	display:block;
	font-size: 16px;
	color:#666 !important;
}

div.gallerypagethumb a img.move {
	float:left;
	display:inline-block;
	border: 4px green solid;
	margin:0 18px 0 0;
}
.clear {
	clear:both;
	width:100%;
		
}

p, a {
    text-shadow: 0px 0px 2px rgba(105, 94, 109, 0.2);
}
#top-message {
    position: relative;
    width: 100%;
	margin: 9px auto;
    background: #ead192;
    padding: 0px 0px;
}
#top-message .padddd {
	display:none;
}
	#top-message.display {
		width: 100%;
		padding: 1px 0px;
	}
	#top-message.display .padddd {
		display:block;
		margin: 0 auto;
		padding: 0;
		width: 80%;
		max-width: 900px;
	}


	#top-message .padddd p, #top-message .padddd * {
		line-height: 110%;
		margin: 5px 0px 5px 0px;
		font-size: 14px;
		font-weight: 800;
		color: #a7414a;
		text-shadow: 0px 0px 2px rgba(142, 97, 109, 0.18);
	}

#pictext {
    color: #9e3114;
    line-height: 40px;
    font-size: 17px;
}



/*  ---------------------------------- Responsive Structure ------------- */
/*  ---------------------------------- Responsive Structure ------------- */
/*  ---------------------------------- Responsive Structure ------------- */

/*  <meta name="viewport" content="width=device-width, initial-scale=1">	*/

@media only screen and (max-width : 1224px) {

}
@media only screen and (max-width : 960px) {
#menu {position: fixed; left: -300px;overflow:auto;}
#content{left: 0px;}
#toggle.push {   left: 250px;}
#content .area { margin: 0px; padding: 10px 20px 0 46px; width: 100%;}
#content h1.responsive-title, #content h1.responsive-title:after {display:block;}
.page-overlay, .page-overlay.push {display:block;}



}
@media only screen and (max-width : 768px ) {
#content .area { width: 92%;}
#coda_master_wrapper{ display: none !important;}
img.coda_alt_img, .coda_alt_text {display:block; width:100%; height:auto;max-width:660px;clear:both;padding:0;margin: 0 0 6px 0;}
.portfoliolargeimg {width: auto !important;float:none !important;}

}
@media only screen and (max-width : 600px ) {
#content .area { width: 89%;}
#footer .area {  padding-left: 20px;margin-top: 3px;}

form { width: 100%; overflow: hidden;}
table.formtable { width: auto !important;}
table.formtable tbody { display: inline-block;}
table.formtable tr { display: block;}
table.formtable td { display: list-item;list-style: none;clear: both;width: auto; padding: 2px;}
table.formtable .fieldfix {width: 224px !important;}

.coda_alt_text .tap4 {margin-left:12px !important;}
.coda_alt_text .tap6 {margin-left:18px !important;}
.coda_alt_text .tap8 {margin-left:25px !important;}

#content h1.responsive-title {font-weight:700 !important;}
#content h1.responsive-title span { font-weight:100 !important;}
}
@media only screen and (max-width : 479px) { 
#content .area { width: 80%;    overflow: hidden;}
#content .portfoliothumbs { width: 100%; margin: 16px 0 0px 0;}
#content .portfoliothumbs a img { width: 37px; height: 37px;}
.portfoliopagethumb {float: left !important; width: 30% !important;}

#typography span.responsiveFix {
    display: inline-flex;
    max-width: 42px;
	    height: 12px;
}
p {text-indent: 0px !important; margin-left: 0px !important;}
#typography.of-time p, #typography.garden-making p { text-indent: 37px !important;margin-left: 0px !important;}

#content h1.responsive-title:after {}

#top-message .padddd {width: 60%;}


}
@media only screen and (max-width : 420px) { 
	.shrink-text-contact * {
		font-size: 13px !important;
		line-height: 18px !important;
		margin: 0px 0px !important;
		padding: 0px 0px !important;
	}
}

/* ---------------- base zero ----------------- */
@media only screen and (min-width : 480px ) {
}
@media only screen and (min-width : 600px ) {

}
@media only screen and (min-width : 768px ) {
#coda_master_wrapper { display: block !important;}
img.coda_alt_img, .coda_alt_text {display:none;}

}
@media only screen and (min-width : 863px) {

}
@media only screen and (min-width : 960px) {
#toggle {display:none !important;}
#menu {width: 270px;}
#content{left: 271px;}
#content .area {padding-top: 24px;}

}
@media only screen and (min-width : 1224px) {

}

