/* 
Title:     Fixes for IE/win
Author:    dan@simplebits.com
Updated:   March 16 2006
*/

/* fixes font-size keyword problem for IE5/Win */
body {
		font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

/* self-clearing floats */
* html #logo, 
* html #nav, 
* html #title, 
* html #main-body, 
* html #extra,
* html #port,
* html .prod-feature,
* html dl.teaser {
	height: 1%;
	}

/* IE doesn't like block anchors */
* html ul.articles li a { height: 1%; }

/* fixes weird IE body padding issue */
* html #wrap { height: 1%; }