/*
	SmartVoter.org IE Patches
	(C) 2010 League of Women Votes of California
	Design by Diligent Creative (http://diligentcreative.com)
*/


/* "Half" Class doesn't float properly (IE7) */

	#main .half {width:45%;} /* previously 48% (+ 2% margin-right) */


/* Social media icons float outside box (IE6) */

	.bubble {height:55px;}
	

/* Whitespace parsed as content in nav menu (IE6) */

	#nav ul {margin:0; padding:0; list-style:none;}
	#nav li {display:block; height:1%;}