
/*
Theme Name: Stone Mountain Radio
Theme URI: http://stonemountainradio.com
Description: The default Stone Mountain Radio theme based on the famous Starkers theme which was designed by <a href="http://elliotjaystocks.com/starkers/">Elliot Jay Stocks</a> as a 'blank canvas' for WordPress theme development.
Version: 1.0
Author: Brady Starr
Author URI: http://ondezign.com
Tags: black, custom header, fixed width, two columns, widgets
*/


/* Importing the style sheet for "resetting" browser defaults for equalizing the look across all current browsers */
@import url("css/reset.css");

/* Importing the style sheet for the site's "color" */
@import url("css/color.css");

/* Importing the style sheet for the site's "form" elements */
@import url("css/form.css");

/* Importing the style sheet for the site's "typography" */
@import url("css/text.css");

/* Importing the style sheet for "Wordpress Generated" classes and id's that can be used site-wide */
@import url("css/wp_generated.css");

/* Importing the style sheet for generic "classes" that can be used site-wide */
@import url("css/classes.css");

/* Importing the style sheet for styling "global" elements that effect every page of the site. */
@import url("css/global.css");

/* Importing the style sheet for the site's "header". */
@import url("css/header.css");

/* Importing the style sheet for the site's "navigation" including anchor links. */
@import url("css/nav.css");

/* Importing the style sheet for the site's "pagination" controls. */
@import url("css/pagenavi.css");

/* Importing the style sheet for the "home" page or main page layout */
@import url("css/main.css");

/* Importing the style sheet for the site's "sidebar". */
@import url("css/sidebar.css");

/* Importing the style sheet for the "single" post page layout */
@import url("css/single.css");

/* Importing the style sheet for the "archive" post page layout */
@import url("css/archive.css");

/* Importing the style sheet for the "search results" page layout */
@import url("css/search.css");