/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.5 (28/8/2007)
   * Website:   http://code.google.com/p/blueprintcss/
      
   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 'reset.css';
@import 'typography.css';
@import 'grid.css';
@import 'buttons.css';
#jump-to-nav { display: none; }
@media handheld 
{
#jump-to-nav { display: block; }
#alavalikko { display: none;  }
#overlay, #hoverNav { visibility: hidden; }
}


