/*

	-- -- -- -- -- -- --
	mezzoblue.com v5 CSS
	dubbed 'Wintermint'
	last edit: 14 Oct 05
	-- -- -- -- -- -- --
	

	Toward future-proofing CSS hacks:

	Each of the following files is a separate,
	browser-specific CSS file that keeps all hacks
	out of the main style sheets.
	
	Over time, as supporting these browsers no longer
	remains a priority, cleaning up the hacks is as
	easy as deleting the @import statement.
	
*/



/* The file below is read by ALL browsers
	but the hacks contained within it further target 
	IE5-6 for Windows. See file for details. */

@import "popupie6win.css";


/* The file below is ONLY read by IE5/Win.
	Makes use of the Mid Pass Filter: 
	http://tantek.com/CSS/Examples/midpass.html */

@media tty {
 i{content:"\";/*" "*/}} @import 'popupie5win.css'; /*";}
}/* */
