/**
 * The Holier Grail Website Layout Framework
 * @author    Bill Brown <mailto:macnimble@gmail.com>
 * @copyright None really.
 *            You may use The Holier Grail freely, for any project.
 *            Just please don't claim credit for creating it.
 * @timestamp 2008-MAR-10 2:40 AM
 *
 * @page      Style Fixes for non Internet Explorer Browsers
 */

body {
    font-size:               10px;
  }
/**
 * Float Fix. Add more elements as required. This code validates, but is kept
 * here for easier synching with the IE version.
 */
#pageFrame:after,
#pagePanel:after,
#coreFrame:after,
ul.horizontal:after,
ul.vertical:after{
  clear:                     both;
  content:                   "...";
  display:                   block;
  font-size:                 1px;
  height:                    0;
  overflow:                  hidden;
  visibility:                hidden;
  }
