/*   
Theme Name: Wilton Wildlife Preserve and Park
Theme URI: http://www.wiltonpreserve.org
Description: Custom theme for Wilton Wildlife Preserve and Park built as a Thematic Child Theme.
Author: Ray Milstrey
Author URI: http://www.shannonrose.com.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');

/* Wilton Wildlife Preserve */
@import url('/css/main.css');



