/* Base Stylesheet for Screen Styles
--------------------------------------------------------------------------------
   This stylesheet is the organizer for all others and is typically the
   one which is linked to in the html header

   Common Library Imports
   ----------------------
   reset.css for a browser reset of weird margins, paddings, etc.
   
   typography.css in order to provide a solid baseline for all 
   typography decisions
   
   grid.css for the framework "high-level" layout

   patches.css for any "patches" required for browser compatibility
   for example, the IE min-width expression patch.

   colors.css for all color and image styling

   Application Specific Imports
   ----------------------
   widgets/"name of widget".css for "widget-like" tools that we tend to use over and
   over - like forms, horizontal lists, or navigation tabs
   
   Copyright (c) 2007 Unbound Medicine, Inc.
   Author: Dan Kornegay
-------------------------------------------------------------------------------- */
@import url(lib/reset.css);
@import url(lib/typography.css);
@import url(lib/grid.css);
@import url(lib/widgets/forms.css);
@import url(lib/widgets/footer.css);
@import url(lib/widgets/lists.css);
@import url(lib/widgets/index.css);
@import url(lib/widgets/issue.css);
@import url(lib/widgets/archive.css);
@import url(lib/patches.css);
@import url(lib/colors.css);

