/*
Theme Name: F2
Theme URI: http://srinig.com/wordpress/themes/f2/
Author: Srini G
Author URI: http://srinig.com/
Description: A clean looking responsive theme for WordPress. Widgetized sidebar, optional additional sidebar, four color schemes to choose from, and many other options.
Version: 2.2.3
License: GNU General Public License
License URI: https://wordpress.org/about/gpl/
Text Domain: f2
Tags: blue, brown, green, dark, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-menu, featured-images, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
*/

/*
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

@import "compass";
@import "defines";
@import "reset";
@import "globals";
@import "accessibility";
@import "canvas";
@import "header";
@import "content";
@import "comments";
@import "widgets";
@import "footer";
@import "layout";
@import "media-queries";

/* =Color Schemes
------------------------------------------------ */

@import "brown";
@import "green";
@import "dark";
