/* 
Title: Low Impact Living
Author: pjackson@fluidesign.com
*/

/* import advanced styles */
@import url(layout.css);
@import url(typog.css);

* {
	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 */

body {
	padding: 0 0 2em 0;
	background: #eafafc url(../images/bg.gif) 0 0 repeat-x;
}

hr {
	border: 1px dashed #ccc;
	border-style: none none dashed none;
	height: 1px;
}
