/* -------------------------------------------------------------------------------------------------------
	CSS-document:	style.css (importing all styles)
	
	project:        Couroon Tennis Community | AlsterContor
	author:         Dennis Amrouche | Screenlabor
	last edited:    04.07 2010
----------------------------------------------------------------------------------------------------------

	This CSS-template was build as a child-template in regard of official Buddypress documentation:
	http://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
	
#	Theme Name: BuddyPress COUROON
#	Description: official Theme for COUROON (child theme of bp-theme 1.2.5)
#	Version: 1.0 beta
#	Theme URI: http://www.couroon.de
#	Author: Dennis Amrouche, www.screenlabor.de
#	Author URI: http://www.screenlabor.de
#	Template: bp-default
#	Tags: buddypress, COUROON, three columns

---------------------------------------------------------------------------------------------------------- */


/* ----------------------------------- Inherit default theme styles -------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */

	@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );
	@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );

/* ---------------------- Overriding default theme styles & adding customized styles --------------------- */
/* ------------------------------------------------------------------------------------------------------- */

	@import url( couroon.css );

/* -------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------- end of CSS document */
