/*   
Theme Name: Conservation Measures
Theme URI: http://www.conservationmeasures.org
Description: Custom theme for Conservation Measures built as a child theme of Thematic.
Author: Ray Milstrey
Author URI: http://www.shannonrose.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('/css/reset.css');

/* Apply basic image styles */
@import url('css/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('css/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Conservation Measures Styles */
@import url('/css/main.css');



