* html body {
   width:expression(document.documentElement.clientWidth < 976 ? "976px" : "auto");
}
#content-box { margin-top: expression(document.getElementById("header").offsetHeight + "px");}
#header { margin-top: expression((0 - (this.offsetHeight + document.getElementById("content-box").offsetHeight)) + "px");}
* html .logo a {
   background:url(../none.gif);
   cursor:pointer;
   filter:progid:dximagetransform.microsoft.alphaimageloader(src='s/groupearobas/themes/logo.png', sizingmethod='crop');
}
* html .blog-img-holder .bottom-right,
* html .blog-img-holder .bottom-left { bottom: expression((this.parentNode.offsetHeight % 2 == 1) ? '-2px' : '-1px');}
* html .blog-img-holder .top-right,
* html .blog-img-holder .bottom-right { right: expression((this.parentNode.offsetWidth % 2 == 1) ? '-2px' : '-1px');}
.categories strong {
   float:left;
   margin-top: expression(this.parentNode.offsetHeight > this.offsetHeight ? ((this.parentNode.offsetHeight-this.offsetHeight)/2 + "px") : "0");
}
* html #footer ul li {
   background-image: expression( (this===this.parentNode.childNodes[0]) ? "none" : "auto");
}