diff --git buddypress.org/public_html/wp-content/themes/bporg-developer/css/style.css buddypress.org/public_html/wp-content/themes/bporg-developer/css/style.css
index 9e9a3a938..b1a34057b 100644
--- buddypress.org/public_html/wp-content/themes/bporg-developer/css/style.css
+++ buddypress.org/public_html/wp-content/themes/bporg-developer/css/style.css
@@ -6,6 +6,8 @@
 	font-size: 13px;
 	position: fixed;
 	top: 0;
+	box-shadow: 0 0 20px #ccc;
+	opacity: 0.95;
 }
 
 #header-inner {
@@ -41,7 +43,7 @@ body.admin-bar header#masthead {
 
 #header #network-title {
 	text-indent: -9999px;
-	width: 265px;
+	width: 0;
 }
 
 #header #network-title a {
@@ -80,11 +82,13 @@ body.admin-bar header#masthead {
 	margin: 30px 0 0 0;
 	line-height: 20px;
 }
+
 #nav li {
 	display: inline;
 	margin: 0 3px 0 3px;
 	list-style: none;
 }
+
 #nav li a {
 	text-decoration: none;
 	color: #fff;
@@ -99,6 +103,7 @@ body.admin-bar header#masthead {
 	border-radius: 3px;
 	border: 1px solid transparent;
 }
+
 #nav li a:hover {
 	background-color: #cf4944;
 	color: rgba(255,255,255,0.9);
@@ -117,6 +122,11 @@ body.admin-bar header#masthead {
 	left: -999em;
 }
 
+#header #bb-nav {
+	margin: 0 0 24px 20px;
+	font: 400 13px/24px "Open Sans", sans-serif;
+}
+
 /* Text meant only for screen readers. */
 .screen-reader-text {
 	clip: rect(1px, 1px, 1px, 1px);
