/*------------------------------------------------------
Overrides loaded after the YUI reset and base files are loaded

version:	1.1
author:		joe ardeeser
email:		info@jordancrown.com
website:	http://www.jordancrown.com
------------------------------------------------------*/ 
/* Make the radio look like IE */
.radio 		{ vertical-align: text-top; margin: 0 6px 0 8px }
.checkbox	{ vertical-align: text-top; margin: 0 5px 0 7px }



/* Layout 
------------------------------------------------------*/
/* So we don't have to use extra clear mark up */
.clearfix:after		{ content: "."; display: block; height: 0; clear: both; visibility: hidden }

.clearfix 		{ display: inline-block }
/* Hides from IE-mac \*/
* html .clearfix 	{ height: 1% } 
.clearfix 		{ display: block } 
/* End Hides from IE-mac */


/* Standard clear class */
.clear			{ clear: both }

/* Add layout to an element (for IE only) */
* html .getLayout 	{ height: 1% }
