/* -------------------------------------------------------------- 
   
   ie.css
   * Contains hacks for Internet Explorer =< IE7
   
-------------------------------------------------------------- */

/* Make sure layout is centered */
body { text-align: center; }
.wrapper { text-align: left; }

/* Keeps IE6 from cutting pulled/pushed images */
#content ul, #content ol { position: relative; }

/* IE6 doesn't like block anchors in lists */
* html #sitemap ul li a, * html #extra ul li a { height: 1%; }

/* Fixes wierd float display for portfolio thumbs in IE6 */
* html #content ul.pf-thumbs li { width: 114px; height: 1%; }

/* Fixes incorrect styling of legend fieldset background */
legend {  
	position: relative;  
	left: -7px; top: -1.7em;
	margin-bottom: 1em;
}
fieldset {
	position: relative;
}

/* fix ddiu form styling incosistencies */
* html form.dform li div span { width:1%; }
form.dform li.checkbox label { margin-top: 4px; }

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
#content ol { margin-left: 2em; }