/*
Theme Name: BuddyPress Social
Theme URI: http://premium.wpmudev.org/
Description: A Social BuddyPress Theme that connect people, friends and family.
Version: 1.1.2
Author: Incsub
Author URI: http://incsub.com


changelog

v1.1.2b
--------------------------------------------------------------------------

- refixed admin bar style across all blogs


v1.1.2
--------------------------------------------------------------------------
- added widget for group slug - group left and group right
- fixed ie major bug
- fixed admin bar default core css overwrite the theme option css
- fixed facebook avatar image scale
- added global button css


v1.1
-------------------------------------------------------------------------
- added gallery style and articles style featured block controllable via theme options
- added home and blog layout option - choose between 2 column or 3 column
- added page template - full width and 2 column
- fixed slug for setting and member on custom component and avatar post
- fixed custom-function copy.function error in earlier version
- added bp-social-childtheme
- refine css for new bp 1.1.3 activity blockquote css
- fixed group layout break if no member detected - problem cause by endif was close before </div>
- add optional advertisment or script block in header image position..user can used ads here instead of custom image header...suitable for skywide 720x90 ads


v1.0
-------------------------------------------------------------------------
- new version




*/


/* Load the base styles */

@import url(_inc/css/reset.css);
@import url(_inc/css/style.css);
@import url(_inc/css/global.css);
@import url(_inc/css/comments.css);
@import url(_inc/css/member.css);

@import url(_inc/css/adminbar.css);

@import url(_inc/css/jd.gallery.css);

/* Load the your custom styles */
@import url(_inc/css/custom.css);