/*
Theme Name: Edu Campus
Description: Default Theme for Edublogs Campus
Author: Incsub
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
Tags: buddypress,white,blue,three-columns,two-columns,right-sidebar,fixed-width,custom-colors,custom-header,theme-options,threaded-comments

Copyright 2007-2011 Incsub (http://incsub.com)
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

changelog
version 2.2.1
- added compatible with WordPress 3.2 and BuddyPress 1.2.9
- added rtl css support
- added new privacy option for none friend viewing profile privacy
- updated buddypress global.js and ajax.php for compatibility with new WordPress jQuery changes
- added confirmation popup before restore all setting in theme options
- fix missing intro css theme options
- remove footer !important css in theme-options.php

version 2.2
- add jquery call in header
- fix plugin js conflict with tab rss network feeds
- minor css bug fix

version 2.1.9
- added google web fonts replacement
- new and improved theme option panel style
- replaced deprecated functions
- fixed url(none) error log
- change default.css to bp-default.css
- combine global.css into base.css
- added compatible with WordPress 3.1.3 and BuddyPress 1.2.8

version 2.1.8
- added compatible with WordPress 3.0.4 and BuddyPress 1.2.7

version 2.1.7
- fixed function error when buddypress not activated/installed

version 2.1.6
- add redirect options in privacy theme settings
- refine load_text_domain() function call
- add new custom widgets like flickr, twitter and featured post multi-category widget

version 2.1.5
- missing template option include in service-mode.php

version 2.1.4
- Extending to compatible with latest BuddyPress 1.2.6 and WordPress 3.0.1
- refine component css to be compatible with buddypress
- added support for new wordpress 3.0 menu system
- fixed bug/trac from forums members
- fixed widget missing translations
- added new theme options for activity style and button style


version 2.1.3
- Extending to compatible with latest BuddyPress 1.2.1
- making it work with or without BuddyPress installed
- update documentation
- add theme option to work with BuddyPress components and css
- add load_textdomain()

version 2.1.2
- PHP5 fix and new full width page template

version 2.1.1
- minor text removal

version 2.1
- Internationalized!

version 2
- Massively more easily customizable!

version 1.3
- making it gpl

version 1.2
- fixes error in the ie status bar. - props afzz

version 1.1
- This version strips out all direct calls to edublogs.org saving you some time - Props Andrea!

version 1
- New released

*/



/* Load the base styles */
@import url(_inc/css/base.css);

/* Load the buddypress styles */
@import url(_inc/css/bp-default.css);
@import url(_inc/css/bp-css.css);

/* Load the adminbar styles */
@import url(_inc/css/adminbar.css);

/* Load the custom styles - uncomment below to use custom.css */
/* @import url(_inc/css/custom.css); */
