/*
 * @package WordPreciousss
 * @subpackage Precious_Parent_Theme


CSS for Internet Explorer 7 and older - Don't underestimate the Power of the Dark Side...

Some hacking tips
========
*html foo { } are for IE6 and lower 
html>body foo { } for IE7 only
*/

body.ie #wrap {
width:expression(document.body.clientWidth > 850? "830px" : "auto");
height:1%;
text-align:left;
}
*html div#content {
display:inline;
margin-right:1px;
}
*html div#sidebar {
display:inline;
word-wrap:break-word;
margin-left:2px;
}
*html div#sidebar ul {
list-style-position:outside;
margin:2px 0px;
}
*html div#sidebar ul ul ul {
list-style:square inside;
padding: 2px 5px;
}
img {
overflow: hidden;
}


