/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';
@import 'lib/custom.css';

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   
/* See the grid:
   Uncomment the line below to see the grid and baseline.
   .container { background: url(lib/grid.png); } */

/* ADxMenu CSS Files:
   Uncomment the lines below to use dropdown menus.
   You can style any unordered list by adding <ul class="adxm menu"> to 
   the first UL of the list.
   
   Also add the ADxMenu.js and the IE6 code to the html like so:
      
   <!--[if lte IE 6]>
   <link href="css/lib/TMenuIE6.css" rel="stylesheet" type="text/css" media="screen, tv, projection" />
   <link href="css/lib/TMenuDesign.css" rel="stylesheet" type="text/css" media="screen, tv, projection" />
   <script type="text/javascript" src="js/ADxMenu.js"></script>
   <![endif]-->
   
   Also make sure you copy the empty.gif file into the folder with the menu css files.
   */

@import 'lib/TMenu.css';
@import 'lib/TMenuDesign.css';