/*
Theme Name: Divogue
Theme URI: http://webylabs.com/
Description: Divogue is a modern, responsive, powerful, super-flexible and professionally designed Wordpress theme.
Version: 1.0.3
Author: Jasin@Webylabs.com
Author URI: http://webylabs.com/
License: Themeforest Split Licence
License URI: license.txt
Tags: white, two-columns, three-columns, right-sidebar, left-sidebar, flexible-width, custom-background, custom-colors, custom-header, custom-menu, theme-options, translation-ready
Framework: WebyFrames 2.0
Attribution: http://github.com/twitter/bootstrap ----- Twitter Bootstrap v2.1.1
			 http://github.com/malarkey/320andup/ ----- by Andy Clarke (stuffandnonsense.co.uk)
			 http://github.com/necolas/normalize.css ----- v2.0.1 by Nicolas Gallagher (nicolasgallagher.com)
			 http://fortawesome.github.com/Font-Awesome ----- v2.0 by Dave Gandy
*/

/* ----------------------------------------------------------------------------------------------- */

/**
 * If you want to add/modify custom CSS styles, you can copy the style rule from any of the CSS files,
 * and paste them in any of the following 3 locations:
 *   1. 'Custom CSS' block in theme admin panel ( WordPress Admin > Admin Panel > tab::Custom Code )
 *      - preferred location for small css snippets
 *      - given highest priority
 *      - remains unaffected by Theme updates
 *   2. bottom of this file ( WordPress Admin > Appearance > Editor )
 *      - preferred location for heavy-duty css modifications
 *      - keeps all your custom changes in one place
 *      - **remember** to backup your changes (in this file) before updating your theme
 *   3. [RECOMMENDED] url('style.css') in a child theme
 *      @see http://codex.wordpress.org/Child_Themes
 *      - preferred location for heavy-duty css modifications
 *      - keeps all your custom changes in one place
 *      - remains unaffected by Theme updates
 *      - **remember** if you are using Child Theme stylesheet, this file will NOT be loaded
 */
 
/* ----------------------------------------------------------------------------------------------- */

/**
 * FOR ADVANCE USERS: [CSS LOCATIONS]
 *
 * This theme uses several CSS locations to render the final style. The order of priority is:
 *     -> Admin Panel tab('Custom Code') - top priority. any style rules here will have highest priority
 *     -> url('/style.css') - yup, its this file!!
 *     -> Virtual Dynamic CSS (created using admin panel options. Example: fonts, colors, backgrounds etc.)
 *     -> url('/assets/css/style.css')
 *        url('/assets/css/base.css')
 *        url('/assets/css/scaffolding.css')
 */
 
/* ----------------------------------------------------------------------------------------------- */