/*
Theme Name: BuddyBoss JayneStars
Theme URI: http://www.buddyboss.com/updating
Description: A child theme of BuddyBoss, with a fixed width navbar similar to BuddyBoss.com.
Version: 2.1.3
Author: BuddyBoss.com
Author URI: http://www.buddyboss.com
Tags: buddypress, two-columns, right-sidebar, fixed-width, flexible-width
Template: buddyboss
*/

/* Inherit the default theme styles */
@import url( ../buddyboss/_inc/css/default.css );

/* Load the front-end adminbar styles. BP-Default's adminbar.css will still be used in the WordPress Dashboard. */
/* "all" text prevents IE7 from loading. buddybar.css is not compatible with IE7 and below. */
@import url( ../buddyboss/_inc/css/buddybar.css ) all;

/* Load Theme Options */
@import url( ../buddyboss/_inc/css/auto.css );

/* Inherit the default theme custom styles */
@import url( ../buddyboss/_inc/css/custom.css );

/* Add your own custom styles */
@import url( _inc/css/custom.css );
