 /*   
Theme Name: Relate theme
Theme URI: 
Description: Thematic Child Theme for Relate.
Author: Paul Dunnington
Author URI: 
Template: thematic
Version: 1.0
Tags: Thematic, three columns
.
This child theme is © Paul Dunnington Design
.
*/

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

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

/* Apply a basic layout */
@import url('library/layouts/3c-r-fixed-primary.css');

/* Apply basic image styles */
@import url('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('library/styles/default.css');

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

/* main stylesheet */
@import url("library/styles/main.css");

/*menu stylesheet */
@import url("library/styles/menus.css");

