@charset "utf-8";
/* CSS Document */
@import url(reset.css);
@import url(text.css);
@import url(structure.css);
@import url(nav-blocks.css);

.error{
/* Should not be used anymore when the site goes live */
	clear:both;
	background-color:red;
	color:white;
	padding:5px;
	font-size:1.4em;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:20px;
}
.clearfix:after { 
	content: "";
	display: block; 
	clear: both;
	height: 0; 
	visibility: hidden; 
}
.clearfix { 
	min-height: 0;
	height: 0; 
}
html>body .clearfix { 
	height: auto;
}