/*
 * Theme Name: DragonFactory
 * Theme URI: http://dragonfactory.org
 * Description: Dragon Factory theme for BuddyPress.
 * Version: 1.0
 * Author: Michael Babler
 * Author URI: http://dragonfactory.org/
 * Template: bp-default
 * Tags: buddypress, two-column, grey, dark
 * */

/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );

/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );

/* Custom DF code */
@import url( df.css );

