/* Updated 6/25/10 by BL for mobile devices.

   Using techniques from: http://www.alistapart.com/articles/return-of-the-mobile-stylesheet
   * screen.css is the old main.css
   * antiscreen.css is loaded by mobile devices and is used to undo settings from screen.css
   * handheld.css (loaded in main.tpl) has mobile-specific styles

*/ 
@import url("screen.css");
@import url("antiscreen.css") handheld;
@import url("antiscreen.css") only screen and (max-device-width:480px);
