/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Screen & Projection Styles *
      
   This is the main CSS-file for the framework.
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

/* Import stylesheets and hide from IE/Mac \*/

@import url(reset.css);
@import url(typography.css);
@import url(buttons.css);
@import url(grid.css);
@import url(hacks.css);
@import url(overwrite_ep_styles.css);
/* End import/hide */


/* grid and baseline */
/*#container { background: url(../images/grid.png); }*/
/*  #container { background: url(../images/baseline.png); } */



