/*
	Clearing floats without structural markup
	See http://www.positioniseverything.net/easyclearing.html for reference
*/
.clearfix:after,
#footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#footer,
.clearfix {display: inline-block;}

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