/*
Theme Name: Samsara
Theme URI: http://demo.themevan.com/samsara
Description: Samsara is a Multiple Purpose Responsive WordPress Theme with fully customizable and unlimited style. 
Author: ThemeVan
Author URI:  http://www.themevan.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-colors,custom-menu,theme-options,translation-ready
Version: 1.15
*/

/*-----------------------------------------------------------------------
Please reading the following instruction before you want to customize CSS
-------------------------------------------------------------------------

!!!! Strongly suggest you that don't edit the orignal CSS files in the theme folder, 
otherwise, you won't upgrade the theme conveniently. !!!!!

The recommended customize method is copy the orignal CSS from the following files to custom.css, 
then just change it to what you want, or you can also add your custom CSS into "Samsaram Options > Custom Style > Custom CSS".
Of course, create a child theme is the best solution.
*/

/*Load CSS Framework*/
@import url(css/base.css);
@import url(css/skeleton.css);

/*Load Theme CSS files*/
@import url(css/reset.css);
@import url(css/layout.css);
@import url(custom.css);