
/*
This file contains the structural CSS required to make the
structure of lilja layouts work without limiting the style.

Version: 2
*/

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

/* Use this stylesheet for problems with IE7 and below */
#ie6 .clearfix,
#ie7 .clearfix {
	zoom: 1;
}

