/* 
Title: Low Impact Living
Author: Garden Digital, llc, information@gardendigital.com
*/

/* import advanced styles */
@import url(calc_layout.css); /* fluid styles used in calculator */
@import url(calc_typog.css);  /* fluid styles used in calculator */
@import url(calc_gd.css);     /* new styles specific to calculator */

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

/* clearfix solution */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* html body {
    font-family: Arial, sans-serif;
    font-size:62.5%;
    line-height: 1em;
	/*color:#03b5d2;*/
	color:#898989;
	padding: 0 0 2em 0;
	text-align:center;
}

html > body {
    font-family: Arial, sans-serif;
    font-size:62.5%;
    line-height: 1em;
	/*color:#03b5d2;*/
	color:#898989;
	padding: 0 0 2em 0;
}


