/*   
Theme Name: Stellar, a Thematic Child Theme
Theme URI: 
Description: Ross' own theme, derived from Artisteer Joomla adventure
Author: Ross Mitchell
Author URI: http://rossmitchell.net.au/
Template: thematic
Version: 0.1
Tags: Thematic, stellar
.
Theme is © Ross Mitchell http://rossmitchell.net.au/
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* 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('../thematic/library/layouts/2c-l-fixed.css');

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

/* Apply customised theme styles and colors */
@import url('stellar.css');

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


