/*
Theme Name: Blogs MU
Theme URI: http://premium.wpmudev.org
Description: Fully Customize WPMU/BuddyPress theme with customize homepage based on <a href="http://blogs.mu">Blogs.MU</a> design. 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.2
Author: Richie KS at Dezzain Studio (incsub)
Author URI: http://dezzain.com
WDP ID: 131
Tags: buddypress, White, Blue, Two Column, Left Sidebar, Fixed Width, Custom Header, Theme Options, Threaded Comments, Widget

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.2
- added compatible with WordPress 3.0.4 and BuddyPress 1.2.7

v1.2.1
- fixed function error when buddypress not activated/installed

v1.2
- add redirect options in privacy theme settings
- refine load_theme_textdomain() function call
- add new custom widgets like flickr, twitter and featured post multi-category widget

v1.1
- added new WordPress 3.0 custom menu support
- added slideshow mode and images mode for intro featured block
- added compatible grid css using bp-default theme css
- added multi level drop down navigation
- added compatible with latest WordPress 3.0 and BuddyPress 1.2.6
- replace incudes() with locate_template() for better child theme support
- fixed js conflict with theme options
- fixed bug trac

v1
- New released

*/



/* Load the wp base styles */
@import url(http://mouthtosource.org/rivers/wp-content/themes/blogs-mu/_inc/css/base.css);

/* Load the bp base styles */
@import url(http://mouthtosource.org/rivers/wp-content/themes/blogs-mu/_inc/css/default.css);
@import url(http://mouthtosource.org/rivers/wp-content/themes/blogs-mu/_inc/css/bp-css.css);

/* Load the adminbar styles */
@import url(http://mouthtosource.org/rivers/wp-content/themes/blogs-mu/_inc/css/adminbar.css);

/* Load the custom styles */
@import url(http://mouthtosource.org/rivers/wp-content/themes/blogs-mu/_inc/css/custom.css);