/**********************************************************
 X10D3.CSS
 **********************************************************
 Description: A CSS framework  - CSS Reset & Base classes
 Creator: TJ Presley - tj@xiode.net
 http://www.xiode.net
 
 File: print.css
 Holds the styles to make the page printable. This should
 mirror screen.css with only the styles needed to make the
 site printable.
 *********************************************************/

/*****************************************
 GENERAL BODY LAYOUT
 *****************************************
 The general structure of the site.
 ****************************************/

    body { }

/*****************************************
 MAIN PAGE
 *****************************************
 Main page specific styles.
 ****************************************/

    /* SUB SECTION
    ****************************************/

/*****************************************
 INTERIOR MASTER
 *****************************************
 Interior.Master specific styles.
 ****************************************/

    /* SUB SECTION
    ****************************************/

/*****************************************
 Navigation
 *****************************************
 Site's navigation styles.
 ****************************************/

    /* MAIN PAGE NAVIGATION
    ****************************************/

    /* INTERIOR NAVIGATION
    ****************************************/

/*****************************************
 OTHER STUFF
 *****************************************
 For things like JQuery Plugins, ETC.
 ****************************************/

    /* JQUERY STUFF
    ****************************************/

/*****************************************
 SECTION SPECIFIC
 *****************************************
 Styles specific to a certain page or 
 section of the site.
 ****************************************/

    /* SUB SECTION
    ****************************************/