/*   
Theme Name: Old Saratoga Rentals
Theme URI: http://www.oldsaratogarentals.com
Description: Custom Thematic child theme created for Old Saratoga Rentals by Shannon Rose Design.
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('../thematic/library/styles/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');

/* Old Saratoga Rentals Styles */
@import url('/css/main.css');



