/*
Theme Name: Shecky's BuddyPress Default
Theme URI: http://www.sheckys.com
Description: The default customed buddypress theme for Shecky's.
Version: 1.2
Author: Summing Fong
Author URI: http://www.sheckys.com
Template: bp-default
Tags: buddypress, two-columns, custom-header, white, blue

** IMPORTANT - DO NOT COPY THIS THEME **
If you want to make a custom theme based on this theme, DO NOT copy and edit it. By
doing this you will make upgrades and maintainence much harder for yourself.
Instead, please read this codex page on how to build a BuddyPress child theme:

http://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
*/

/***
 * The default theme styles.
 
 @import url( _inc/css/default.css ); 
*/
/***
 * The admin bar styles.
 */
 @import url( css/reset.css );
 @import url( css/jquery-ui-custom.css );
 @import url( css/all.css );
 @import url( _inc/css/adminbar.css );
 /*@import url( css/buddypress.css ); */
 @import url( css/fix.css ); 
 



