/*   
Theme Name: This is Awesome
Theme URI: http://www.pallian.com
Description: The awesome theme for the uber awesome blog
Author: Adarsh Pallian
Author URI: http://www.pallian.com
Template: awesomeness
Version: 1.0
*/

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

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

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

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

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


