/* 
Title:	BellBMX Stylesheet
Agency: Crux Studio (http://cruxstudio.com)
Author:	Kai Conragan (kai@conragan.com)
Client: BellBMX
/*
=====================================
ORGANIZATION
=====================================
As much as possible, please use the folloiwng organization structure
when adding, editing, or removing styles to this site.

    1. master.css
       Used for positioning objects, organized via sections
       
    2. typography.css
       Used for declaring type values, including size, line-height, margins, etc.
       
    3. color.css
       All color declarations should go in this file
*/


/* import stylesheets and hide from ie/mac \*/
@import url("master.css");
@import url("typography.css");
@import url("color.css");
