/*
Theme Name: BuddyPress saeubrenner
Description: Saeubrenner theme for BuddyPress.
Version: 1.0
Author: J
Template: bp-default
Tags: buddypress, two-column, grey, dark
*/

/* 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 );

body {padding-top:25px !important;}
#header {background:url('bg_full_7.jpg') no-repeat;}

a { color: #CC0000; }

		ul#nav li a {
			background: #FBCAC6;
			color: #CC0000;
		}

		ul#nav li.selected a, ul#nav li.current_page_item a {
			background: #f5f5f5;
			color: #CC0000;
		}



		.activity-list .activity-header a:first-child, span.highlight {
			background: #FBCAC6;
			border-bottom: 1px solid #D16563;
			border-right: 1px solid #D16563;
			color: #CC0000;
		}


		.activity-list .activity-header a:first-child:hover {
			background: #CC0000 !important;
			color: #fff !important;
		}

	div#item-header h2 span.highlight span {
		background: #D16563;
		}


span.activity, div#message p {
	background: #E4DFD7;
	border-bottom: 1px solid #BAA993;
	border-right: 1px solid #BAA993;
	color: #665742;
		}

	.activity-list div.activity-meta a.acomment-reply {
		background: #E4DFD7;
		border-bottom: 1px solid #BAA993;
		border-right: 1px solid #BAA993;
		color: #665742;
	}

