/*
  
Title:	DANI, Inc. | Screen Stylesheet
Agency: Crux Studio (http://cruxstudio.com)
Author:	Kai Conragan (kai@conragan.com)
Client: DANI, Inc.
Created: 2007-10-21
Last Updated: 2007-12-19

=====================================
OVERVIEW
=====================================

This stylesheet is included in all templates on the Dani, Inc.
website and handles importing all dependent stylesheets.

*Note*: Internet Explorer 6 and below stylesheets are not handled
through this file. "ie.css" is called using conditional comments.
For more info on using conditional comments see:

http://www.positioniseverything.net/articles/cc-plus.html

--------------------------------------
USAGE
--------------------------------------

The CSS on this site is setup with the following files:

	* lib/reset.css      - Provides global reset for margin/padding
	* lib/typography.css - Provides base type settings of size, line-height,etc.
	* lib/grid.css       - Sets up a 'column' class and corresponding widths based on page width
	* lib/forms.css      - Provides generic form styling
	* dani.css           - All site-specific styles. Overrides previous styles iherited from lib/
  
** IE specific styles go in "ie.css" for IE6 and below. "ie7.css" targets IE 7.

*/

@import url('lib/reset.css');
@import url('lib/typography.css');
@import url('lib/grid.css');
@import url('lib/forms.css');
@import url('dani.css');