/*
	Site:       Enmore Theatre
	Title:      IE Fixes
	Author:     Bruce Martin, design@brucemartin.net
	Updated:    March 2007
*/

body {
	font-size: x-small;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	} html>body { 
	font-size: small; 
	}

/* IE 5 & 6 \*/
* html a { background: url(../img/alink-ie.png) repeat-x 0 100%; }
* html a:hover { background: url(../img/ahover.png) repeat-x 0 100%; }
* html abbr, * html acronym { background: url(../img/abbr-ie.png) repeat-x 0 100%; }
* html div#wrap {
	width: 760px;
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 958 ? "940px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 618 ? "600px" : "99.7%"));
	}
* html #wrap,
* html #header,
* html #container,
* html #content,
* html #navwrap,
* html #nav li,
* html .teaser,
* html .giginfo,
* html ul.menu li,
* html ul.primary,
* html ul.primary li {
	height: 1%;
	}
* html ul.menu li li {
	background: url(../img/menu-li-li.png) no-repeat 0 0.8em;
	}
	
* html #sidebar {
	margin-left: -180px;
	}
* html .soldout {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/enmore.ish.com.au/themes/enmore/img/soldout.png',sizingMethod='normal');
	}
/**/

/* IE 7 \*/
*+html a { background: url(../img/alink-ie.png) repeat-x 0 100%; }
*+html a:hover { background: url(../img/ahover.png) repeat-x 0 100%; }
*+html abbr, *+html acronym { background: url(../img/abbr-ie.png) repeat-x 0 100%; }
*+html #wrap,
*+html #header,
*+html #container,
*+html #navwrap,
*+html #nav li,
*+html .teaser,
*+html .giginfo,
*+html ul.menu li,
*+html ul.primary,
*+html ul.primary li {
	height: 1%;
	}
*+html ul.menu li li {
	background: url(../img/menu-li-li.png) no-repeat 0 0.8em;
	}
*+html #sidebar {
	margin-left: -180px;
	}
/**/

	
/*\*//*/
#wrap,
#container,
#navwrap,
#nav li a,
.teaser,
ul.primary,
ul.primary li a {
	display: inline-block;
	}
/**/