/* =====================================================================
[Master Stylesheet]

THEME NAME: My Simple Framework
THEME URI: http://www.woobzine.com
DESCRIPTION: A user-friendly, search-engine optimized, simple yet powerful framework focusing on adaptability
VERSION: 1.3
AUTHOR: Samuel Petit
AUTHOR URI: http://www.woobzine.com
AUTHOR EMAIL: s.petit@woobzine.com
LAST CHANGE: 06/11/09

------------------------------------------------------------------------
[Copyright]

My Simple Framework is a copyright of Samuel Petit (www.woobzine.com)
It is free to be used, modified and shared provided this text remains intact.

That being said, I'll be really grateful if you drop me an email
(s.petit@woobzine.com) with your feedback when your website is done :)

------------------------------------------------------------------------

/* Reset browser defaults and apply default styles */
@import url('css/default.css');

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

/* Apply a simple and clean layout */
@import url('css/layout.css');

/* Define style for forms, tables and images */
@import url('css/elements.css');

/* Get the theme ready for plugins */
/* @import url('css/plugins.css'); */

/* Apply special styles for debug purpose only */
/* @import url('css/debug.css'); */

