Index: src/bp-templates/bp-legacy/css/twentyfifteen.css
===================================================================
--- src/bp-templates/bp-legacy/css/twentyfifteen.css	(revision 0)
+++ src/bp-templates/bp-legacy/css/twentyfifteen.css	(revision 0)
@@ -0,0 +1,101 @@
+/*--------------------------------------------------------------
+
+This is the BuddyPress Companion stylesheet for 
+the WordPress Twentyfifteen theme.
+
+The Rulesets shadow the BP default stylesheet sectioning 
+to maintain uniformity.
+
+----------------------------------------------------------------
+>>> TABLE OF CONTENTS:
+----------------------------------------------------------------
+1.0 - Navigation
+	1.1 - Nav - General/Common tabs, links
+	1.2 - Pagination
+2.0 - 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.9 - Private Messaging Threads
+	3.10 - Extended Profiles
+	3.11 - Widgets
+--------------------------------------------------------------*/
+
+/*--------------------------------------------------------------
+1 - Navigation
+--------------------------------------------------------------*/
+
+/*--------------------------------------------------------------
+1.1 - Nav - General/Common tabs, links
+--------------------------------------------------------------*/
+
+#buddypress div.item-list-tabs ul li a,
+#buddypress div.item-list-tabs ul li span,
+#buddypress div.pagination .pagination-links span,
+#buddypress div.pagination .pagination-links a,
+#buddypress .activity-header a, #buddypress .activity-inner a,
+#buddypress .activity-comments a, #buddypress .item-list .load-more a {
+	border-bottom: 0;
+}
+
+/*--------------------------------------------------------------
+1.2 - Pagination
+--------------------------------------------------------------*/
+
+#buddypress div.pagination {
+	box-shadow: none;
+}
+#buddypress div.pagination .pagination-links {
+	margin-right: 0;
+}
+#buddypress div.pagination .pagination-links span,
+#buddypress div.pagination .pagination-links a {
+	height: auto;
+	line-height: 1;
+	padding: 5px;
+}
+#buddypress .pagination .prev:before,
+#buddypress .pagination .next:before {
+	display: none;
+}
+#buddypress .pagination .prev,
+#buddypress .pagination .next {
+	background-color: transparent;
+	color: inherit;
+	overflow: visible;
+	width: auto;
+}
+#buddypress .pagination .prev {
+	position: static;
+	left: auto;
+}
+#buddypress .pagination .next {
+	position: static;
+	right: auto;
+}
+
+/*--------------------------------------------------------------
+3.0 - BuddyPress
+--------------------------------------------------------------*/
+/*--------------------------------------------------------------
+3.1 - Activity
+--------------------------------------------------------------*/
+
+/*--------------------------------------------------------------
+3.1.1 - Activity Listing
+--------------------------------------------------------------*/
+
+#buddypress .activity-list .activity-content {
+	margin-top: -12px;
+}
+#buddypress .activity-list .activity-content .activity-header img.avatar {
+	display: inline-block;
+}
\ No newline at end of file
