/**
	File:
		clearing.css

	Validates:
		CSS Level 2.1

	Project: 
		[Project name and any abbreviation the project is known by]

	Author:
		[Author name]

	Date Created:
		[YYYY-MM-DD]

	About:
		Enables the use of .clearfix across the site.
		For more information:
		http://www.positioniseverything.net/easyclearing.html

	Notes:
		!! NEVER EDIT THIS FILE !!

	File content:
		.clearfix

	Cascade index:
		01	undo.css - Resets browser default styles
		02	layout.css - Styles for the main layout and framework of the site
		03	content.css - Styles for general content 
		04	elements.css - Styles for specific page elements 
		05	ie6.css - IE6 specific styles.
		06	ie7.css - IE7 specific styles.
		07	clearing.css - Enables the use of .clearfix across the site.
		08	main.css - Continuity generated stylesheet
		09	print.css - Print specific styles
*/

/* START CLEARING */
	.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
		/*.clearfix { display: inline-table; }*/
		/* Hides from IE-mac \*/
		* html .clearfix { height: 1%; }
		.clearfix { display: block; }
		/* End hide from IE-mac */
/* END CLEARING */

