
/* 
---------------------------------------------------------------------------------------------------------------------------------
	"CSS FILES" MAP
---------------------------------------------------------------------------------------------------------------------------------
A)  DEFAULT CSS FILE
	1.  style.css

B)  DDSMOOTHMENU CSS FILE
	1.  prettyphoto.css

C)  PRETTYPHOTO PLUGIN CSS FILE
	1.  ddsmoothmenu.css
	
D)  COLORS AND BACKGROUNDS OPTIONS CSS FILE
	1.  colors_and_backgrounds_options.css

E)	HEADER EFFECTS OPTIONS
	1. header_effect_style1.css
	2. header_effect_style2.css
	3. header_effect_style3.css
	4. header_effect_style4.css
	5. header_effect_style5.css
	
F)	FOOTER EFFECTS OPTIONS
	1. footer_effect_style1.css
	2. footer_effect_style2.css
	3. footer_effect_style3.css
	4. footer_effect_style4.css

G)	LAYOUT WIDTH OPTIONS
	1. normal_width_layout_style.css
	2. full_width_layout_style.css
	
H)	PAGE TITLE OPTIONS
	1. page_title_normal_width_style.css
	2. page_title_fullwidth_style.css
	
I)	SIDEBAR POSITION OPTIONS
	1. right_sidebar_style.css
	2. left_sidebar_style.css
	
J) HEADERS AND PAGE TITLE FONT STYLE OPTIONS
	1. header_and_page_title_font_italic_style
	2. header_and_page_title_font_normal_style
	
K) SAMPLES SKINS OPTIONS [ from 1 to 10 (texture patterns) , from 11 to 20 (grid patterns) ]
	1. skin1.css
	2. skin2.css
	3. skin3.css
		.
		.
		.
		.
	20. skin20.css
	
L)	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
	
M)  GENERAL FONT [ google font import ]

N)  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 ------------------------ */



/* LAYOUT AND ELEMENTS STRUCTURES [ no change with import ] */
@import url("style.css");

/* DDSMOOTHMENU */
@import url("ddsmoothmenu.css");

/* PRETTYPHOTO LIGHTBOX PLUGIN [ no change with import ] */
@import url("prettyPhoto.css");

/* COLORS AND BACKGROUNDS OPTIONS */
@import url("colors_and_backgrounds_options.css");

/* HEADER EFFECTS OPTIONS */
@import url("header_effects_options/header_effect_style4.css"); 

/* FOOTER EFFECTS OPTIONS */
@import url("footer_effects_options/footer_effect_style2.css"); 

/* LAYOUT WIDTH OPTIONS */
@import url("layout_width_style_options/full_width_layout_style.css"); 

/* SIDEBAR POSITION OPTIONS */
@import url("sidebar_position_options/right_sidebar_style.css"); 

/* HEADERS AND PAGE TITLE FONT STYLE OPTIONS */
@import url("headers_and_page_title_font_style_options/header_and_page_title_font_italic_style.css"); 

/* SAMPLES_SKINS_OPTIONS */
/*@import url("skins/skin2.css");*/

/* CUSTOM SEPARATED CSS FILES FOR CUSTOM SEPARATED OPTIMIZATIONS */
@import url("custom_separated_css_file_for_custom_specific_optimizations.css"); 

/* GENERAL FONT */
@import url("http://fonts.googleapis.com/css?family=Droid+Sans");

/* HEADING FONT */
@import url("http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic");






