/* $Id: ie.css,v 1.1.2.3 2008/01/27 20:59:30 johnalbin Exp $ */

/*
 * IE CSS
 *
 * CSS targeted specifically for Internet Explorer for Windows.
 *
 * Properties starting with an underscore _ are for IE 5 and 6 only.
 *
 */

  #main
  {
    /* Reduce amount of damage done by extremely wide content */
    _overflow: hidden;
  }
.fitblog-sidebar-section span.title { display: block; float: left; width: 50%; }
body div.fitblog-sidebar-section span.link { margin-left: 0; display: block; float: left; width: 45%; text-align: right; }