

/* THIS FILE CONTAINS ALL CSS FILES IMPORTS. IT CONSISTS OF CSS FILES WITH NO CHANGE WITH THEM, AND THE OTHER PART IS FOR STYLES OPTIONS OF THE THEME  */

/* 
---------------------------------------------------------------------------------------------------------------------------------
	"CSS FILES" MAP
---------------------------------------------------------------------------------------------------------------------------------

A)  HTML5 DISPLAY DEFINITIONS
	1.  normalize.css

B)  THE FOUNDATION FRAMEWORK CSS FILE
	1.  foundation.css

C)  IE CSS FIXES NEEDS
	1.  ie.css

D)  FLEXSLIDER CSS FILE
	1.  flexslider.css

E)  BLOG CSS FILE
	1.  blog.css
	
F)  SHORTCODES CSS FILE
	1.  shortcodes.css

G)  THE ICONS FONT CSS FILE
	1.  font-awesome.min.css

H)  SOCIAL BOOKMARKS CSS FILE
	1.  social_icons.css

I)  AUDIO PLAYER CSS FILE
	1.  audioplayer.css

J)  COLORBOX CSS FILE
	1.  colorbox/colorbox_skin4.css

K)  RESPONSIVE SPECIFICATIONS CSS FILE
	1.  responsive_specifications.css

L)  COLORS AND BACKGROUNDS OPTIONS CSS FILE
	1.  colors_and_backgrounds_options.css
	
M)  LOGO STLYES OPTIONS
	1.  text_logo.css
	2.  image_logo.css

N)  LAYOUT WIDTH OPTIONS
	1.  boxed_layout_style.css
	2.  fullwidth_layout_style.css

O)  SKINS OPTIONS
	1.  skin1.css
	2.  skin2.css
	3.  skin3.css
		 .
		 .
		 .
		 .
	20. skin20.css

P)  BACKGROUND PATTERN OPTION OF BOXED LAYOUT
	
   (1)-  TEXTURE PATTERN [ take in mind to change the previous floder name in the import line to "texture_pattern" ]
	   1.  texture_pattern/1.css
	   2.  texture_pattern/2.css
	   3.  texture_pattern/3.css
			.
			.
			.
			.
		294.  texture_pattern/294.css	
		
   (2)-  GRID PATTERN [ take in mind to change the previous floder name in the import line to "grid_pattern" ]

	   1.  grid_pattern/1.css
	   2.  grid_pattern/2.css
	   3.  grid_pattern/3.css
			.
			.
			.
			.
	   18.  grid_pattern/18.css	

Q)  CUSTOM SEPARATED CSS FILES FOR CUSTOM SEPARATED OTIMIZATIONS [ this is for a quick change any element separately ]
	1. custom_separated_css_file_for_custom_specific_optimizations.css

R)  GENERAL FONT [ google font import ]

S)  HEADING FONT [ google font import ]

	
*/







/* ### HOW TO USE ### 

To change between the styles specified elements, just go to the "CSS MAP" and see the style you would like to choose and apply and go down to the "IMPORTS PART" and past the css file name in the suitable place. It's comented, so you can simply specify where to paste your changes!

*/








/* ###### IMPORTS PART ###### */


/* -------------------------------------------------------------------------------------------------------------------------- 

	HERE IS THE SECTION OF CSS FILES IMPORTS THAT SHOULD BE LEFT AS WITHOUT CHANGING THEM
		
----------------------------------------------------------------------------------------------------------------------------- */


/* HTML5 DISPLAY DEFINITIONS [ no change with import ] */
@import url("normalize.css");

/* LAYOUT AND ELEMENTS STRUCTURES [ no change with import ] */
@import url("styles.css");

/* THE FOUNDATION FRAMEWORK CSS FILE. IT'S CONTAINING THE RESPONSIVE LAYOUT SEPCIFICATIONS [ no change with import ] */
@import url("foundation.css");

/* IE CSS FIXES NEEDS [ no change with import ] */
@import url("ie.css");

/* FLEXSLIDER CSS FILE [ no change with import ] */
@import url("flexslider.css");

/* BLOG CSS FILE [ no change with import ] */
@import url("blog.css");

/* SHORTCODES CSS FILE [ no change with import ] */
@import url("shortcodes.css");

/* THE ICONS FONT CSS FILE [ no change with import ] */
@import url("font-awesome.min.css");

/* SOCIAL BOOKMARKS CSS FILE [ no change with import ] */
@import url("social_icons.css");

/* AUDIO PLAYER CSS FILE [ no change with import ] */
@import url("audioplayer.css");

/* COLORBOX CSS FILE [ no change with import ] */
@import url("colorbox/colorbox_skin4.css");

/* RESPONSIVE SPECIFICATIONS CSS FILE [ no change with import ] */
@import url("responsive_specifications.css");

/* STYLE SWITCHER CSS FILE [ no change with import ] */
@import url("style_switcher.css");









/* -------------------------------------------------------------------------------------------------------------------------- 

	HERE IS THE SECTION OF STYLING FEATURES OF THE THEME THAT YOU CAN CHANGE ITS VALUES TO GET THE STYLES YOU WANT 
	
----------------------------------------------------------------------------------------------------------------------------- */


/* COLORS AND BACKGROUNDS OPTIONS */
@import url("colors_and_backgrounds_options.css");

/* LOGO STLYES OPTIONS */
@import url("logo_styles_options/text_logo.css"); 

/* LAYOUT WIDTH OPTIONS */
@import url("layout_width_style_options/fullwidth_layout_style.css"); 

/* SKINS OPTIONS */
/* @import url("skins/skin14.css"); */

/* BACKGROUND PATTERN OPTION OF BOXED LAYOUT */
@import url("layout_width_style_options/background_pattern_style_options/texture_pattern/20.css");

/* CUSTOM SEPARATED CSS FILES FOR CUSTOM SEPARATED OPTIMIZATIONS */
@import url("custom_separated_css_file_for_custom_specific_optimizations.css"); 

/* GENERAL FONT */
@import url("");

/* HEADING FONT */
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,700italic");





