/*

Theme Name: BuddyPress Magazine Theme
Theme Date: 12102009
Version: 2.7
Theme URI: http://premium.wpmudev.org/
Description: The Magazine theme for BuddyPress. A magazine dark theme for your own magazine and community and BuddyPress 1.2. 
Author: Tammie Lister at Logical Binary (Incsub)
Author URI: http://www.logicalbinary.com/
WDP ID: 118

Tags: buddypress, 2 Columns, Left Sidebar, Right Sidebar, Fixed Width, Custom Colors, Theme Options, Threaded Comments

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* All the parent theme files */
@import url(_inc/css/layout.css);
@import url(_inc/css/forms.css);
@import url(_inc/css/global.css);
@import url(_inc/css/members.css);
@import url(_inc/css/navigation.css);
@import url(_inc/css/typography.css);

/* custom stylesheet for the slideshow feature */
@import url(_inc/css/slideshow.css );

/* Load the your custom styles */
#content-about-site p {
font-size:12px;
font-colour: #FFFFFF
line-height:20px;
}

@import url(_inc/css/custom.css);

#section-marker {
background-color:#5EA62E;
color:#FFFFFF;


/* Here will be the child style which you can update in your _inc folder under this directory */
@import url(http://www.fennelandfern.co.uk/wp-content/themes/bp-magazine/_inc/css/child.css );