/*  
Theme Name: Alphanet
Theme URI: http://www.alphatheme.com/
Description: Alpha Theme for Buddpress Network Pages
Version: 0.5
Author: Necati Topyildiz
Author URI: http://necati.info
*/

/**
 * I find it easier to break down CSS into seperate files, each one tackling a specific component.
 * Of course this is only a guide, you could quite easily keep all your CSS in this style.css file.
 */

/* Global compatibility */
@import url( library/styles/reset.css );
@import url( library/styles/typography.css );
@import url( library/styles/images.css );

/* Include the "base" styles, that will structure and style the header, main content areas and footer. */
@import url( css/base.css );

/* Next, include the CSS file for each component. Profile, Groups, Friends, etc... */
@import url( css/activity.css );
@import url( css/blogs.css );
@import url( css/directories.css );
@import url( css/friends.css );
@import url( css/groups.css );
@import url( css/messages.css );
@import url( css/profile.css );
@import url( css/wire.css );

