/* IPHONE.CSS
   The iPhone has a few interesting characteristics that may need addressing. Hit area's, cache sizes, etc.
   
   --------------------------------------------------------------------------------------------------------------------------
   FILE INFO
   Revision number:  1.0
   Last updated:     2008/11/01
   Last updated by:  Matt Wilcox
   ----------------------------------------------------------------------------------------------------------------------- */
   
   /* iPhone doesn't support CSS3 font embedding and so the menu etc screws up */
   #nav_main {
     position : absolute; top : 270px; left : 0;
     margin : 0;
     font: 14px/28px "Helvetica Neue", Helvetica, Arial; }
   #nav_main li a {
     font: 14px/24px "Helvetica Neue", Helvetica, Arial; }
   .timer p {
     font: 18px/24px "Helvetica Neue", Helvetica, Arial; }