/*   
Theme Name: Shire - fluid
Theme URI: http://thematictheme.com/
Description: Custom theme for Shire Systems South Pacific
Author: Hannah Smith
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
License: Private


.
This is only for use on the Shire Systems South Pacific website.
.

*/

/* 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('2col-fixed.css');

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

/* Apply styling for the links */
@import url('links.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('shire.css');

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

/*Prepare theme for Shire widgets styling */
@import url('shire_widgets.css');

/* Overriding Thematic's styles for congruity with WP-Admin > Appearance > Header default header text color settings */
#blog-description { color: #000 }