/*
Theme Name: Digital Community 2014
Theme URI: http://community.allen-heath.com/themes/bp-comm-14/
Description: BuddyPress default child theme.
Version: 1.1
Author: Nicola
Author URI: http://example.org/
Template: bp-default
Tags: buddypress
*/


/* Hides title on home page */
.home .pagetitle {
       display:none;
}

/* Widget styling */
.tribe-events-list-widget h4 {font-size:100%; font-weight:normal;}
.tribe-events-list-widget .tribe-events-widget-link {display:none;}
.bp_group_documents_widget .widgettitle {
background-color:#ECECEC !important;
}

/* Re-style group page body for consistency */
div#item-header h2 {
	font-size: 24px;
}
div#item-header h2 a {
	color: #555;
}

div#item-header div#item-meta {
	font-size: 12px;
	color: #555;
}

#header {background:no-repeat;margin:0px;}

/*Sets global style to fix bbpress shortcode issue*/

* {
    font-family: Arial, Helvetica, Verdana, 'sans-serif';
}


#nav li a {
background-image:none;
background:#CC0033;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}