/**
 * Author: Henrik Almer for a AGoodID
 * URL: www.agoodid.se
 * Email: henrik@agoodid.se
 */

/* Reset the rules */
@import url("reset.css");

/**
 * Define the grid and layout styles.
 * This stylesheet manages the columns and grids
 */
@import url("layout.css");

/**
 * Base styles, such as list definitions, menus, etc.
 * This is where the styling of the page happens.
 */
@import url("base.css");

/**
 * Define the type. Arugably the most important part.
 * Managing type styles and keeping everything in line 
 * with the baseline grid.
 */
@import url("typography.css");