* html body {
	width: expression(document.documentElement.clientWidth < 1000 ? "1000px" : "auto");
}
* html .top-nav li,
* html .footer-list li {
	background-image: expression( (this===this.parentNode.childNodes[0]) ? "none" : "auto"); 
}
* html .png{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/none.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

#socials li a{border:none;cursor:pointer;}
#socials li{margin:0 0 10px;padding:0;float:left;clear:left;}
#social-sidebar #socials{margin:0;padding:0;}
i.icon{display:block;width:35px;height:35px;border:none;}
i.facebook{background:url('../images/soc-facebook.png') 0 0 no-repeat;}
i.twitter{background:url('../images/soc-twitter.png') 0 0 no-repeat;}
i.google{background:url('../images/soc-google.png') 0 0 no-repeat;}
i.pinterest{background:url('../images/soc-pinterest.png') 0 0 no-repeat;}
i.linkedin{background:url('../images/soc-linkedin.png') 0 0 no-repeat;}