@charset "utf-8";
/* -----------------------------------------------------------------------------------------
File:			type.css	
Description:	Typography

Created:		30/01/07
Modified:		dd/mm/yy

TODO:			--
BUG/FIX:		--

Author:			George Komianos
Copyright:		2006 Acrodev.com - Unless otherwise noted.
				The unique combination of images, colors, sizes, typography, and positioning 
				("the design") 	is copyright 2005 Acrodev.com and may not be reproduced. 
----------------------------------------------------------------------------------------- */

/*html>body { 
}


#wrapper {
	font-size: 90%;
	letter-spacing: 0px;
}*/
/* IE4-6 */
body { 
	font-size: small;
}
body #wrapper { 
	font-size: 80%;
}

/* + IE7 only */
html>body { 
	font-size: small;
}
html>body #wrapper { 
	font-size: 90%;
	~font-size: 80%;
}


/**:first-child+html#wrapper { font-size: 80%; }*/
