diff --git a/bp-templates/bp-legacy/css/buddypress.css b/bp-templates/bp-legacy/css/buddypress.css
index 6e9fc72..6a1d92d 100644
--- a/bp-templates/bp-legacy/css/buddypress.css
+++ b/bp-templates/bp-legacy/css/buddypress.css
@@ -4,36 +4,35 @@ Hello, this is the BuddyPress Legacy stylesheet.
 ----------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
-4.0 - Navigation
-	4.1 - Pagination
-5.0 - WordPress
-	5.1 - Alignments
-	5.2 - Comments
-	5.3 - Gallery
-	5.4 - Images
-	5.5 - Posts
-6.0 - BuddyPress
-	6.1 - Activity
-		6.1.1 - Activity Listing
-		6.1.2 - Activity Comments
-	6.2 - Toolbar
-	6.3 - Directories - Members, Groups, Blogs, Forums
-	6.4 - Error / Success Messages
-	6.5 - Forms
-	6.6 - Ajax Loading
-	6.7 - Topics and Tables - Forums and General
-	6.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
-	6.9 - Private Messaging Threads
-	6.10 - Extended Profiles
-	6.11 - Widgets
-7.0 - Media Queries
-	7.1 - Smartphones Landscape
-	7.2 - Smartphones Portrait
-	7.3 - Smartphones - smaller screen sizes
+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.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
 --------------------------------------------------------------*/
 
 /*--------------------------------------------------------------
-4.1 - Pagination
+1 - Navigation
+--------------------------------------------------------------*/
+/*--------------------------------------------------------------
+1.1 - Pagination
 --------------------------------------------------------------*/
 #buddypress div.pagination {
 	background: transparent;
@@ -72,9 +71,11 @@ Hello, this is the BuddyPress Legacy stylesheet.
 #buddypress .paged #nav-above {
 	display: block;
 }
-
 /*--------------------------------------------------------------
-5.4 - Images
+2 - WordPress
+--------------------------------------------------------------*/
+/*--------------------------------------------------------------
+2.1 - Images
 --------------------------------------------------------------*/
 #buddypress img.wp-smiley {
 	border: none !important;
@@ -85,10 +86,10 @@ Hello, this is the BuddyPress Legacy stylesheet.
 }
 
 /*--------------------------------------------------------------
-6.0 - BuddyPress
+3.0 - BuddyPress
 --------------------------------------------------------------*/
 /*--------------------------------------------------------------
-6.1 - Activity
+3.1 - Activity
 --------------------------------------------------------------*/
 #buddypress #activity-stream {
 	margin-top: -5px;
@@ -120,10 +121,6 @@ Hello, this is the BuddyPress Legacy stylesheet.
 }
 #buddypress form#whats-new-form textarea {
 	background: #fff;
-	border: 1px inset #ccc;
-	-moz-border-radius: 3px;
-	-webkit-border-radius: 3px;
-	border-radius: 3px;
 	color: #555;
 	font-family: inherit;
 	font-size: 90%;
@@ -152,13 +149,10 @@ body.no-js #buddypress #whats-new-options {
 #buddypress #whats-new:focus {
 	border-color: rgba(31, 179, 221, 0.9) !important;
 	outline-color: rgba(31, 179, 221, 0.9);
-	box-shadow: 0 0 7px         rgba(31, 179, 221, 0.7);
-	-moz-box-shadow: 0 0 7px    rgba(31, 179, 221, 0.7);
-	-webkit-box-shadow: 0 0 7px rgba(31, 179, 221, 0.7);
 }
 
 /*--------------------------------------------------------------
-6.1.1 - Activity Listing
+3.1.1 - Activity Listing
 --------------------------------------------------------------*/
 #buddypress ul.activity-list li {
 	overflow: hidden;
@@ -309,7 +303,7 @@ body.activity-permalink #buddypress .activity-content blockquote {
 
 
 /*--------------------------------------------------------------
-6.1.2 - Activity Comments
+3.1.2 - Activity Comments
 --------------------------------------------------------------*/
 #buddypress div.activity-meta {
 	margin: 18px 0 0;
@@ -318,7 +312,6 @@ body.activity-permalink #buddypress div.activity-meta {
 	margin-bottom: 6px;
 }
 #buddypress div.activity-meta a {
-	font: normal 11px/20px Arial, Tahoma, Verdana, sans-serif;
 	padding: 4px 8px;
 }
 #buddypress a.activity-time-since {
@@ -338,7 +331,6 @@ body.activity-permalink #buddypress div.activity-meta {
 #buddypress a.bp-primary-action span,
 #buddypress #reply-title small a span {
 	background: #999;
-	border-radius: 3px;
 	color: #fff;
 	font-size: 90%;
 	margin-left: 2px;
@@ -443,7 +435,6 @@ body.activity-permalink #buddypress div.activity-comments div.acomment-content {
 #buddypress div.activity-comments form .ac-textarea {
 	background: #fff;
 	border: 1px inset #ccc;
-	border-radius: 3px;
 	margin-bottom: 10px;
 	padding: 8px;
 }
@@ -489,7 +480,7 @@ body.activity-permalink #buddypress div.activity-comments div.acomment-content {
 }
 
 /*--------------------------------------------------------------
-6.3 - Directories - Members, Groups, Blogs, Forums
+3.3 - Directories - Members, Groups, Blogs, Forums
 --------------------------------------------------------------*/
 #buddypress div.dir-search {
 	float: right;
@@ -505,7 +496,7 @@ body.activity-permalink #buddypress div.activity-comments div.acomment-content {
 }
 
 /*--------------------------------------------------------------
-6.4 - Errors / Success Messages
+3.4 - Errors / Success Messages
 --------------------------------------------------------------*/
 #buddypress div#message {
 	margin: 0 0 15px;
@@ -523,21 +514,15 @@ body.activity-permalink #buddypress div.activity-comments div.acomment-content {
 	padding: 10px 15px;
 }
 #buddypress div#message.error p {
-	background-color: #db1717;
-	border-color: #a71a1a;
+	background-color: #ff0000;
 	clear: left;
 	color: #fff;
 }
 #buddypress div#message.updated p {
-	background-color: #8ff57a;
-	border-color: #80cf70;
-	color: #1a6a00;
+	background-color: #99ff33;
 }
 #buddypress .standard-form#signup_form div div.error {
-	background: #e41717;
-	-moz-border-radius: 3px;
-	-webkit-border-radius: 3px;
-	border-radius: 3px;
+	background: #ff0000;
 	color: #fff;
 	margin: 0 0 10px 0;
 	padding: 6px;
@@ -572,7 +557,7 @@ body.activity-permalink #buddypress div.activity-comments div.acomment-content {
 }
 
 /*--------------------------------------------------------------
-6.5 - Forms
+3.5 - Forms
 --------------------------------------------------------------*/
 #buddypress .standard-form textarea,
 #buddypress .standard-form input[type=text],
@@ -593,9 +578,8 @@ body.activity-permalink #buddypress div.activity-comments div.acomment-content {
 #buddypress .standard-form select,
 #buddypress .standard-form input[type=password],
 #buddypress .dir-search input[type=search],
-#buddypress .dir-search input[type=text] {
+#buddypress .dir-search input[type=text]{
 	border: 1px inset #ccc;
-	border-radius: 3px;
 	color: #888;
 	font: inherit;
 	font-size: 100%;
@@ -725,25 +709,14 @@ body.activity-permalink #buddypress div.activity-comments div.acomment-content {
 #buddypress .comment-reply-link,
 a.bp-title-button {
 	background: #fff; /* Old browsers */
-	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
-	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
-	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
-	background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
-	background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
-	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
-	background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
 	border: 1px solid #ccc;
-	-moz-border-radius: 3px;
-	-webkit-border-radius: 3px;
-	border-radius: 3px;
 	color: #777;
+	font-size: .8rem;
 	cursor: pointer;
-	font: normal 12px/20px Arial, Tahoma, Verdana, sans-serif;
 	outline: none;
 	padding: 4px 10px;
 	text-align: center;
 	text-decoration: none;
-	line-height: 14px;
 }
 #buddypress button:hover,
 #buddypress a.button:hover,
@@ -756,13 +729,6 @@ a.bp-title-button {
 #buddypress div.generic-button a:hover,
 #buddypress .comment-reply-link:hover {
 	background: #ededed;
-	background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
-	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
-	background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
-	background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */
-	background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
-	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
-	background: linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */
 	border: 1px solid #bbb;
 	color: #555;
 	outline: none;
@@ -770,16 +736,13 @@ a.bp-title-button {
 }
 
 /*--------------------------------------------------------------
-6.6 - Ajax Loading
+3.6 - Ajax Loading
 --------------------------------------------------------------*/
 #buddypress a.loading,
 #buddypress input.loading {
 	-webkit-animation: loader-pulsate .5s infinite ease-in-out alternate;
 	-moz-animation: loader-pulsate .5s infinite ease-in-out alternate;
 	border-color: #aaa;
-	-moz-box-shadow: 0 0 6px #ccc;
-	-webkit-box-shadow: 0 0 6px #ccc;
-	box-shadow: 0 0 6px #ccc;
 }
 @-webkit-keyframes loader-pulsate {
 	from {
@@ -834,19 +797,12 @@ a.bp-title-button {
 #buddypress button.disabled:hover,
 #buddypress div.pending a:hover,
 #buddypress a.disabled:hover {
-	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
-	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
-	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
-	background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
-	background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
-	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
-	background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
-    border-color: #eee;
+	border-color: #eee;
     color: #bbb;
 }
 
 /*--------------------------------------------------------------
-6.7 - Forums, Tables and Topics
+3.7 - Forums, Tables and Topics
 --------------------------------------------------------------*/
 #buddypress ul#topic-post-list {
 	margin: 0;
@@ -1026,7 +982,7 @@ a.bp-title-button {
 }
 
 /*-------------------------------------------------------------------------
-6.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles
+3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles
 -------------------------------------------------------------------------*/
 #buddypress .item-body {
 	margin: 20px 0;
@@ -1045,20 +1001,10 @@ a.bp-title-button {
 }
 #buddypress div#message p,
 #sitewide-notice p {
-	border: 1px solid #e1ca82;
-	-moz-border-radius: 3px;
-	-webkit-border-radius: 3px;
-	border-radius: 3px;
 	font-weight: normal;
 	margin-top: 3px;
 	text-decoration: none;
-	background: #ffeaa6;
-	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
-	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .5)), color-stop(100%,rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
-	background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
-	background-image: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
-	background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
-	background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
+	background: #ffff00;
 }
 #buddypress div#item-header {
 	overflow: hidden;
@@ -1091,9 +1037,6 @@ a.bp-title-button {
 }
 #buddypress div#item-header h2 span.highlight span {
 	background: #a1dcfa;
-	-moz-border-radius: 3px;
-	-webkit-border-radius: 3px;
-	border-radius: 3px;
 	color: #fff;
 	cursor: pointer;
 	font-weight: bold;
@@ -1289,7 +1232,7 @@ body.activity-permalink #buddypress ul.item-list li.activity-item {
 
 
 /*--------------------------------------------------------------
-6.9 - Private Messaging Threads
+3.9 - Private Messaging Threads
 --------------------------------------------------------------*/
 #buddypress table#message-threads tr.unread td {
 	background: #fff9db;
@@ -1300,7 +1243,6 @@ body.activity-permalink #buddypress ul.item-list li.activity-item {
 #buddypress li span.unread-count,
 #buddypress tr.unread span.unread-count {
 	background: #dd0000;
-	border-radius: 3px;
 	color: #fff;
 	font-weight: bold;
 	padding: 2px 8px;
@@ -1359,7 +1301,7 @@ body.activity-permalink #buddypress ul.item-list li.activity-item {
 }
 
 /*--------------------------------------------------------------
-6.10 - Extended Profiles
+3.10 - Extended Profiles
 --------------------------------------------------------------*/
 
 #buddypress div.profile h4 {
@@ -1406,7 +1348,7 @@ body.register #buddypress div.page ul {
 }
 
 /*--------------------------------------------------------------
-6.11 - Widgets
+3.11 - Widgets
 --------------------------------------------------------------*/
 
 .widget.buddypress div.item-avatar img.avatar {
@@ -1453,10 +1395,10 @@ body.register #buddypress div.page ul {
 }
 
 /*--------------------------------------------------------------
-7.0 - Media Queries
+4.0 - Media Queries
 --------------------------------------------------------------*/
 /*--------------------------------------------------------------
-7.1 - Smartphones - landscape
+4.1 - Smartphones - landscape
 --------------------------------------------------------------*/
 @media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {
 	-webkit-text-size-adjust: none;
@@ -1477,7 +1419,7 @@ body.register #buddypress div.page ul {
 }
 
 /*--------------------------------------------------------------
-7.2 - Smartphones - portrait
+4.2 - Smartphones - portrait
 --------------------------------------------------------------*/
 @media only screen and (max-width: 320px) {
 	#buddypress div.dir-search {
@@ -1522,7 +1464,7 @@ body.register #buddypress div.page ul {
 }
 
 /*--------------------------------------------------------------
-7.2 - Smartphones - smaller screen sizes
+4.2 - Smartphones - smaller screen sizes
 --------------------------------------------------------------*/
 @media only screen and (max-width: 240px) {
 	#buddypress div.dir-search {
@@ -1540,7 +1482,7 @@ body.register #buddypress div.page ul {
 		height: auto;
 	}
 	#buddypress ul.item-list li div.action,
-	#buddypress li div.item{ 
+	#buddypress li div.item{
 		margin-left: 45px;
 	}
 	h1 a.bp-title-button {
@@ -1548,4 +1490,4 @@ body.register #buddypress div.page ul {
 		float: left;
 		margin: 10px 0 20px;
 	}
-}
\ No newline at end of file
+}
