/*

Theme Name: BuddyPress Colours
Theme Date: 13/05/2010
Version: 1
Theme URI: http://buddydress.com/
Description: Child theme for the Default BuddyPress 1.2 theme with just the colours in a stylesheet
Author: Buddydress
Author URI: http://www.buddydress.com/

Tags: buddypress, two-columns

Template: bp-default

*/

/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );

/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );

/* Colour Styles */
@import url( _inc/css/colours.css );



h4{
margin: 10px 0px;
padding: 5px 10px;
background-color: #dddddd;
border:dashed 1px #EEEEEE;
font-size:15pt;
}

h5{
margin:10px 0px 10px 0px;
border-left:5px solid #DDDDDD;
padding-left: 10px;
font-size:13pt;
}

