/*
Theme Name:		Fsk141 Framework
Theme URI: 		http://fsk141.com/fsk141-framework
Version: 		0.2.5
Description: 	Clean, simple, easily editable wordpress theme. Doesn't give you everything, just enough to get you started. Now with more HTML5!
Author: 		Jonny Gerold <jonny@fsk141.com>	
Author URI:		http://fsk141.com
License:		GPLv3
License URI:	http://www.gnu.org/licenses/gpl-3.0.txt
Tags:			three-columns, two-columns, one-column, left-sidebar, right-sidebar

Copyright Jonny Gerold (fsk141.com)
Licensed under GPLv3 (/license.txt)

-- See readme.txt for more information, and where to get started. --

-- Layout --
 1. reset.css (remove all stylings)
 2. core.css (core alignment, re-add settings removed from reset (cross browser max compatibility)
 3. framework-options.css (stylings for the framework options)
 4. fonts.css (optional font declaration)
 5. Misc options to pass theme validation
*/

/* 1. Reset.css to make stuff standard */
@import url( 'include/css/reset.css' );

/* 2. Core Stylesheet */
@import url( 'include/css/core.css' );

/* 3. Framework Styling Options */
@import url( 'include/css/framework-options.css' );

/* 4. Fonts */
@import url( 'include/css/fonts.css' );

/* 5. WordPress theme repo checklist */
.sticky {} .gallery-caption {} .bypostauthor {}
