/*   
Theme Name: Dahnielson
Theme URI: http://dahnielson.com/
Github Theme URI: https://github.com/dahnielson/dahnielson-wp-theme
Description: A Thematic child theme for Dahnielson
Author: Anders Dahnielson
Author URI: http://dahnielson.com/
Template: thematic
Version: v1.0.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('layout.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Display 960px wide 12 col grid */
/*
body.loggedin {
    background-image: url('grids/960_grid_12_col.png');
    background-repeat: repeat-y;
    background-position: center;
}
*/
/* Display 24px high baseline grid */
/*
.loggedin #wrapper {
    background-image: url('grids/24_baseline.png');
}
*/
