/*
Theme Name: BuddyPress Community
Theme URI: http://premium.wpmudev.org/
Description: A hugely customizable BuddyPress Community theme - including 12 preset styles that you can choose from! Compatible with WordPress with or without BuddyPress, WordPress MU with or without BuddyPress and WP/WPMU installation with BuddyPress 1.2+ only.
Version: 1.2
Author: Richard Kiew at Dezzain Studio (incsub)
Author URI: http://dezzain.com
WDP ID: 90
Tags: buddypress, White, Blue, Three Column, Two Column, Right Sidebar, Fixed Width, Custom Colors, Custom Header, Theme Options, Threaded Comments

Copyright 2007-2010 Incsub (http://incsub.com)
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


changelog
v1.2
- add border line for activity stream
- update adminbar to new bp 1.2 style
- fixed adminbar dropdown missing in sub blog

v1.1.9
- updated documentation

v1.1.8
- fixed missing filter option in activity
- fixed group options_nav issue
- fixed navigation ruling when in multiblog mode

v1.1.7
- fixed recent sitewide blockquote padding issue
- fixed group item-content css overlay issue
- replace php theme option stylesheet with style sync theme option for better compatible with various server host


v1.1.6
- added compatible with BuddyPress 1.2+
- added compatible with single wordpress install or wpmu install with or without BuddyPress enable.
- frontpage activity stream support

v1.1.5
- added privacy option and article block on and off
- added global adminbar option
- fix components css
- added dropdown navigation
- fixed directory templating
- img overflow fixed
- added the ability to let only admin and mod create group
- added widget to profile page
- add default style for extra component without breaking the original css.


v1.1.4
- fix forum directory css
- fix double facebook fbc_login with bp-fbconnect
- fix adminbar css across all blogs

v1.1.3
- facebook core code changed that changed their css fb_login needed to recss
- remove current-site option in navigation so site link did not link to main blog
- you can comment out the main-column.php if you do not want to used the home news feature

v1.1.2
- added support for facebook Connect plugin

v1.1
- added compatible with bp 1.1 new theme structure

*/



/* Load the base styles */

@import url(_inc/css/layout.css);
@import url(_inc/css/base.css);
@import url(_inc/css/global.css);

@import url(_inc/css/member-css.css);

/* Load the your adminbar styles */
@import url(_inc/css/adminbar.css);

/* Load the your custom styles */
@import url(_inc/css/custom.css);
