/*
Theme Name: BuddyPress Corporate
Theme URI: http://premium.wpmudev.org/
Description: A massively customizable BuddyPress theme that might be suitable for a more corporate look and feel - 8 preset variations to choose from.
Version: 1.0
Author: Incsub
Author URI: http://incsub.com
*/

/* Load the base styles */

@import url(css/base.css);
@import url(css/global.css);
@import url(css/wp-comments.css);

@import url(css/custom.css);

/***
 * Rename /css/custom-sample.css to /css/custom.css and uncomment the following line to load your own
 * custom styles without modifying the originals (this will preserve your changes across theme updates)
 *
 * @import url(css/custom.css);
 */

/***
 * NOTE: If you rename /css/site-wide-sample.css to /css/site-wide.css you can apply CSS styles to any
 * theme that is in use across your whole site. This includes any blog or member theme. You do not
 * need to add an @import declaration in this file, it will load automaticaly.
 */