/**
 * Theme Name: Showcase
 * Description: Showcase is a WordPress theme built with the intention of being used as a personal portfolio, and a blog. Showcase features a jQuery powered content slider, search engine optimization, custom widgets, multiple color schemes, multiple widget areas, post & page meta-boxes.
 * Version: 1.0
 * Author: Matt Adams
 * Author URI: http://www.itsmattadams.com
 * Tags: fixed-width, microformats, sticky-post, theme-options, threaded-comments, two-columns
 */

/* -------------------------------------------------------------------------------- */
/* - Reset: Resets the browser defaults.
/* -------------------------------------------------------------------------------- */
@import url('library/media/css/reset.css');

/* -------------------------------------------------------------------------------- */
/* - Base: Defines base styles - (margins, padding, vertical rhythm, etc).
/* -------------------------------------------------------------------------------- */
@import url('library/media/css/base.css');

/* -------------------------------------------------------------------------------- */
/* - Screen: Defines base styles for the screen - (margins, padding, etc).
/* -------------------------------------------------------------------------------- */
@import url('library/media/css/screen.css');

/* -------------------------------------------------------------------------------- */
/* - Layouts: Defines a two/three column layout.
/* -------------------------------------------------------------------------------- */
/* - 2c-l-fixed: [ASIDE][CONTENT]
/* - 2c-r-fixed: [CONTENT][ASIDE]
/* -------------------------------------------------------------------------------- */
@import url('library/media/layouts/2c-r-fixed.css');

/* -------------------------------------------------------------------------------- */
/* - Plugins: Defines base styles for plugins - (margins, padding, etc).
/* -------------------------------------------------------------------------------- */
@import url('library/media/css/plugins.css');

/* -------------------------------------------------------------------------------- */
/* - Widgets: Defines base styles for widgets - (margins, padding, etc).
/* -------------------------------------------------------------------------------- */
@import url('library/media/css/widgets.css');