/*--------------------------------------------------------------
Hello, this is the BuddyPress Legacy stylesheet.

----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Navigation
	1.1 - Pagination
2.0 - WordPress
	2.1 - Images
3.0 - BuddyPress
	3.1 - Activity
		3.1.1 - Activity Listing
		3.1.2 - Activity Comments
	3.2 - Toolbar
	3.3 - Directories - Members, Groups, Blogs, Forums
	3.4 - Error / Success Messages
	3.5 - Forms
	3.6 - Ajax Loading
	3.7 - Topics and Tables - Forums and General
	3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
		3.8.1 - Cover Image
	3.9 - Private Messaging Threads
	3.10 - Extended Profiles
	3.11 - Widgets
4.0 - Media Queries
	4.1 - Smartphones Landscape
	4.2 - Smartphones Portrait
	4.3 - Smartphones - smaller screen sizes
--------------------------------------------------------------*/
/*
@import url("../../../../plugins/buddypress/bp-templates/bp-legacy/css/buddypress.min.css");
*/

/*--------------------------------------------------------------
1 - Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.1 - Pagination
--------------------------------------------------------------*/

/*--------------------------------------------------------------
2 - WordPress
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 - Images
--------------------------------------------------------------*/


/*--------------------------------------------------------------
3.0 - BuddyPress
--------------------------------------------------------------*/
#buddypress p.warning
{
	background-color: #ffb200;
	border: none;
	font-size: 100%;
	
}
/*--------------------------------------------------------------
3.1 - Activity
--------------------------------------------------------------*/
#buddypress #activity-stream  p{
	font-size: 14px;
	color: #000;
}


/*--------------------------------------------------------------
3.1.1 - Activity Listing
--------------------------------------------------------------*/

#buddypress .activity-list li.mini {
	font-size: 14px;
}

#buddypress .activity-list li.mini .activity-avatar img.avatar,
#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic {
	width: 50px;
	height: auto;
	margin: 0 10px 0 0;
	border-radius: 10%;
}

/*--------------------------------------------------------------
3.1.2 - Activity Comments
--------------------------------------------------------------*/


/*--------------------------------------------------------------
3.4 - Errors / Success Messages
--------------------------------------------------------------*/


/*--------------------------------------------------------------
3.5 - Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
3.6 - Ajax Loading
--------------------------------------------------------------*/

/*--------------------------------------------------------------
3.7 - Forums, Tables and Topics
--------------------------------------------------------------*/

#buddypress table tr td.thread-info p.thread-excerpt {
	color: #000;
	font-size: 90%;
}
#buddypress table.forum td.td-freshness span.time-since {
	font-size: 100%;
	color: #5a5a5a;
}

/*-------------------------------------------------------------------------
3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles
-------------------------------------------------------------------------*/
#buddypress span.activity {
	display: inline-block;
	font-size: small;
	opacity: 1.0;
	padding: 0;
}

#buddypress div#message p,
#sitewide-notice p {
	background-color: #ffb200; /* accent licht */
	border: 1px solid #ff7d4e; /*  accent donker */
	color: #000;
}

#buddypress div#item-header img.avatar {
	float: left;
	margin: 0 20px 19px 0;
	border-radius: 8%;
}
#buddypress div#item-header div#item-meta {
	font-size: 100%;
	color: #5a5a5a;
}

#buddypress ul.item-list {
	border-top: 1px solid #339933;
}

#buddypress ul.item-list li {
	border-bottom: 1px solid #339933;
}

#buddypress ul.item-list li img.avatar {
	float: left;
	margin: 0 10px 0 0;
	width: 50px;
	height: auto;
	border-radius: 10%;
}


#buddypress ul.item-list li div.item-title,
#buddypress ul.item-list li h4 {
	font-weight: normal;
	font-size: 90%;
	margin: 0;
	width: 75%;
	color: #111;
}
#buddypress ul.item-list li div.item-title span {
	color: #5a5a5a;
	font-size: 95%;
}
#buddypress ul.item-list li div.item-desc {
	color: #000;
	font-size: 95%;
	margin: 10px 0 0 60px;
	width: 65%;
}
#buddypress div.item-list-tabs {
	background: transparent;
	clear: left;
/*	border-bottom: 1px solid #99cc33; */
}
#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	background-color: #99cc33;
 	border: 2px #ccffcc solid; 
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: #000;
	opacity: 0.9;
}
/* small indicator on tab showing number of items */
#buddypress div.item-list-tabs ul li a span {
	background: #fff;
	border-radius: 40%;
/*	border: 1px solid #ffb200; */
	color: #444444;
	display: inline;
	font-size: 70%;
	margin-left: 2px;
	padding: 2px 2px;
	text-align: center;
	vertical-align: middle;
}
/* selected tab */
#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a {
	background-color: transparent;
	color: #000;
	opacity: 1.0;
	font-weight: bold;
	border: 1px solid #99cc33;
/*	border-bottom-style: none;  */
	border-bottom: 2px solid #ccffcc;
}
#buddypress div.item-list-tabs ul li.selected a span,
#buddypress div.item-list-tabs ul li.current a span,
#buddypress div.item-list-tabs ul li a:hover span {
	background-color: #eee;
}
#buddypress div.item-list-tabs ul li.selected a span,
#buddypress div.item-list-tabs ul li.current a span {
	background-color: #fff;
}

/*--------------------------------------------------------------
3.8.1 - Cover Image
--------------------------------------------------------------*/


/*--------------------------------------------------------------
3.9 - Private Messaging Threads
--------------------------------------------------------------*/


/*--------------------------------------------------------------
3.10 - Extended Profiles
--------------------------------------------------------------*/


/*--------------------------------------------------------------
4.0 - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4.1 - Smartphones - landscape


/*--------------------------------------------------------------
4.2 - Smartphones - portrait
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4.2 - Smartphones - smaller screen sizes
--------------------------------------------------------------*/

