/*
Theme Name: Urban Flats Toronto
Theme URI: http://urbanflatstoronto.com/
Author: Jessica Duarte
Author URI: http://www.jessplease.com
Description: A custom theme for Urban Flats Toronto
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: urbanflats
Tags:

This theme, like WordPress, is licensed under the GPL.
Urban Flats Toronto is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/**
 * CONTENTS

 *
 * SETTINGS
 * Default..............inuitcss’ default settings.
 * Global...............Globally-available variables and settings/config.
 * Colors...............Manage our color palette in isolation.
 * Responsive...........Set up and name our breakpoints.

 *
 * TOOLS
 * Functions............inuitcss’ default functions.
 * Mixins...............inuitcss’ default mixins.
 * Responsive...........Responsive tooling (requires responsive settings).
 *

 *
 * GENERIC
 * Normalize.css........A level playing field.
 * Reset................A pared back reset to remove margins.
 * Box-sizing...........Better default `box-sizing`.
 * Shared...............Sensibly and tersely share global commonalities.
 * SF's Reset...........The reset styles included in the HY dev pack. 
 *
	
 *
 * BASE
 * Page.................Page-level styles (HTML element).
 * Page.................Our extension of the inuitcss page module.
 * Headings.............Heading styles
 * Links................Hyperlink styles
 * Paragraphs...............Styling for paragraphs, etc.

 * 
 * OBJECTS
 * Layout...............inuitcss’ layout tool.
 
 *
 * COMPONENTS
 * Site-nav.............Site’s main nav area.
 * Buttons..............Extension of inuitcss’ buttons.
 * Post.................Post-specific styles.


 *
 * TRUMPS
 * Clearfix.............I can’t believe we still need this in 2014.
 
 */
 /*
// IMPORT ORDER

// Settings: Global variables, site-wide settings, config switches, etc.
// Tools: Site-wide mixins and functions.
// Generic: Low-specificity, far-reaching rulesets (e.g. resets).
// Base: Unclassed HTML elements (e.g. a {}, blockquote {}, address {}).
// Objects: Objects, abstractions, and design patterns (e.g. .media {}).
// Components: Discrete, complete chunks of UI (e.g. .carousel {}). This is the one layer that inuitcss doesn’t get involved with.
// Trumps: High-specificity, very explicit selectors. Overrides and helper classes (e.g. .hidden {}).


// SETTINGS
// We declare any changes to the variable inside the default files, right above where the file is being called. In this case I'm adapting the base font-size to what's stated in our CSS Guide. */

@import url('css/build/style.css');