/*
Title:		microformats fixes for Internet Explorer
Author: 	dan@simplebits.com
Updated:	1 June 2005
*/

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

/* Add 16px to IE5/Win to account for 8px border on either side */

#wrap {
	width: 758px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 750px;
	}
html>body #wrap { /* be nice to Opera */
	width: 750px;
	}

/* fixes IE double-margin bug */
#content, #sidebar {
	display: inline;
	}

/* hide from IE/Mac \*/
#footer {
	height: 1%;
	}
/* end hide */

