@charset "UTF-8";
/*
Theme Name: asiopen.com
Theme URI: N/A
Author: the Christopher L. Parker
Author URI: http://chrisparkerproductions.com
Description: Custom built for asiopen website.
Version: 1.0
License:© Copyright 2017 Phantom Enterprises, LL.  All rights reserved.
License URI:N/A
Tags: I.T., Blue, Light bulb
*/
/* =Notes
--------------------------------------------------------------

---------- Font Family

*Open Sans, sans-serif

*300 - Light
*300i - Light Italic
*400 - Normal
*400i - Normal Italic
*600 - Semi-Bold
*600i - Semi-Bold Italic
*700 - Bold
*700i - Bold Italic
*800 - Extra Bold
*800i - Extra Bold Italic

---------- Text Size and Alignment

This stylesheet uses em values.

font-size= 100%

*0em = 0px
	*0.5em = 8px
	*0.625em = 10px
	*0.75em = 12px
	*0.875 = 14px
*1em = 16px
	*1.125em = 18px 
	*1.25em = 20px
	*1.5em = 24px
	*1.625 = 26px
	*1.75em = 28px
	*1.875 = 30px
*2em = 32px
*3em = 48px

---------- Vertical spacing

Vertical spacing between most elements should use 20px or 40px
to maintain vertical rhythm:

* Base Font Size = 1em (16px)
* Base Line Height = 1.6
* Standard Header and Title Line Height = 1

* Standard Padding Top|Bottom = 0
* Standard Margin Top|Bottom = 1em

----------- Left|Right Spacing

* Standard Padding Left|Right = 2%
* Standard Margin Left|Right = 0

---------- Color Pallette

*Super Black - #000000
*Black (Shadows) - #333333
*White (Primary Background) - #ffffff
*Gray (Text) - #fcfcfc
*Primary Blue Gray (Primary Brand) - #556c80
*Light Blue Gray (Hovers) - #788896
*Blue (Secondary Brand ) - #3b7cb4

* ----------------------------------------------------------------------------
*/

/**
 * Table of Contents:
  *******************************
 * 0.0 - Reset All Styles
 *******************************
 * 1.0 - Elements
 * 2.0 - Basic Structure
 * 3.0 - Header
 *   3.1 - Header Branding
 * 4.0 - Navigation
 * 5.0 - Feature
 * 6.0 - Content
 *	 6.1 - Featured content
 *   6.2 - Post Thumbnail
 *   6.3 - Entry Header
 *   6.4 - Entry Meta
 *   6.5 - Entry Content
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - 404 Page
 * 7.0 - Pages
 *	 7.1 - Home Page
 * 8.0 - Sidebar
 * 9.0 - Footer
 * 10.0 - Media Queries
 * 11.0 - Print
 * -----------------------------------------------------------------------------
 */

/*0.0 Reset*/
@import url("css/reset.css");

/*1.0 Elements*/
@import url("css/elements.css");

/**
  * 2.0 Basic Structure
  * 3.0 Header
  * 5.0 Feature
  * 9.0 Footer
**/
@import url("css/basic-structure.css");

/* 4.0 Navigation*/
@import url("css/navigation.css");

/* 6.0 Content*/
@import url("css/content.css");

/* 7.0 Content*/
@import url("css/pages.css");

/* 8.0 Sidebars*/
@import url("css/sidebar.css");

/* 10.0 Media Queries*/
@import url("css/media-queries.css");

