/*  
Theme Name: PlatformBase
Theme URI: http://www.pagelines.com/themes/PlatformPro
Description: Platform Base is a Platform child theme (a WordPress child theme) designed for customizing the PlatformPro WordPress framework. Use custom CSS and PHP hooks to do almost anything. Designed and developed by <a href="http://www.pagelines.com">PageLines</a>.  **IMPORTANT** For this to work PlatformPro must be called 'platformpro' (lowercase) in your themes folder.
Version: 1.0.3
Author: PageLines
Author URI: http://www.pagelines.com
Tags: buddypress, theme-options, white, silver, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-width, custom-menu, fixed-width, threaded-comments, custom-header, custom-colors, translation-ready

Template: platformpro

/* ======================= */
/* = Get PlatformPro CSS = */
/* ======================= */


/*
 IMPORTANT -  The files below need to find the actual directory of Platform. If the PlatformPro is named something other than 'platformpro' you will need to change that value below.
*/
	/* Get Core CSS */
	@import url('../platformpro/core/css/core.css');

	/* Get Theme-Parent CSS */
	@import url('../platformpro/css/theme.css');
	
	/* Get Dynamic CSS */
	@import url('../platformpro/core/css/dynamic.css');
	
/* ======================== */
/* = Your Custom CSS File = */
/* ======================== */	

	/* Your Custom CSS goes in this file - You'll find instructions there */
	@import url('base.css');
