/*------------------------------------------------------------------ [Urban Element Global Reset Stylesheet] Note: Use this stylesheet for global cross browser fixes Version:	    1.3 Last change:	04/12/08 [peekabo IE bug fix added DJ] 13/08/08 [Updated the reset section in an attempt to improve browser rendering speeds. removed * method- reference Eric Meyer. DJ] Assigned to:	Dave Johnston [DJ] Malcolm Maclean [MM]  -------------------------------------------------------------------*/ /* 1.0 - Reset ------------------------------------------------------------*/ * { padding: 0px; margin: 0px; } html { height: 100%; } body { height: 100%; } .clear  /* 2.0 - Clearing Fixes ------------------------------------------------------------*/ { clear: both; overflow: hidden; display: block; font-size: 0px; height: 0px; width: 0px; } .clearfix:after {    content: ".";    display: block;    clear: both;    visibility: hidden;    line-height: 0;    height: 0;    }  .clearfix { display: inline-block; } /* 3.0 - Global Fixes ------------------------------------------------------------*/ 
