diff --git a/wp-content/themes/darwin-buddypress-buddypack/style.css b/wp-content/themes/darwin-buddypress-buddypack/style.css
index 79e0b5481c7c2c3324cb723ba2991bd83d3fdba6..26aa813c376f68088e153ba369f0a2d4f428f061 100644
--- a/wp-content/themes/darwin-buddypress-buddypack/style.css
+++ b/wp-content/themes/darwin-buddypress-buddypack/style.css
@@ -21,9 +21,7 @@ body {
 	font-family: Tahoma, Verdana, sans-serif;
 	line-height: 160%;
 	color: #333;
-	width: 90%;
 	min-width: 960px;
-	max-width: 1250px;
 	margin: 0 auto;
 	padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
 }
@@ -78,22 +76,15 @@ span.activity, div#message p {
 	text-decoration: none;
 }
 
-/* > Admin Bar
--------------------------------------------------------------- */
-
-#wp-admin-bar .padder {
-	width: 90% !important; /* Line up the admin bar with the content body in this theme */
-}
-
 /* > Header
 -------------------------------------------------------------- */
 
 #header {
 	position: relative;
 	color: #fff;
-	background: #ba1800 url(darwin-sample.gif) repeat-x;
+	background: url("http://noblogs.autistici.org/wp-content/uploads/2010/06/header-noblogs.gif") no-repeat 0 -10px #FF0000;
 	margin-bottom: 20px;
-	height: 100px;
+	height: 120px;
 	padding-top: 25px;
 }
 	body.activity-permalink #header { height: 65px; }
@@ -151,11 +142,11 @@ ul#nav {
 	padding: 0;
 	position: absolute;
 	list-style: none;
-        background: #bc1800;
+        background: #000000;
         width: 100%;
         padding: 5px 0;
-        top: 100px;
-        border-top: 1px solid #cd4225;
+        top: 120px;
+        border-top: 1px solid #333333;
         border-bottom: 1px solid #941300;
 }
 	body.activity-permalink ul#nav { display: none; }
@@ -169,14 +160,14 @@ ul#nav {
             font-weight: bold;
 			text-decoration: none;
 			padding: 7px 15px;
-			background: #bc1800;
-            border-right: 1px solid #9b0f00;
-			border-left: 1px solid #cd4225;
+			background: #00000;
+            border-right: 1px solid #666666;
+			border-left: 1px solid #333333;
 			text-shadow: #000 1px 1px 0;
 		}
 			ul#nav li.selected a {
 			    text-shadow: #222 1px 1px 0;
-				background: #d31f04;
+				background: #333333;
                 color: #fff;
                 font-weight: bold;
 			}
@@ -186,10 +177,13 @@ ul#nav {
 
 div#container {
 	position: relative;
-	width: 100%;
+	width: 90%;
+	max-width: 1250px;
+	min-width: 960px;
 	border-bottom: 1px solid #e0e0e0;
 	background: #fff;
 	overflow: hidden;
+    margin: 0 auto;
 }
 	body.activity-permalink div#container {
 		background: none;
@@ -666,6 +660,7 @@ form.standard-form {
 
 		form.standard-form input[type=password] {
 			margin-bottom: 5px;
+			width:75%;
 		}
 
 	form.standard-form label, form.standard-form span.label {
@@ -897,7 +892,7 @@ form#whats-new-form {
 	overflow: hidden;
 	padding: 8px;
         background: #f2f2f2;
-        
+
 }
 	#item-body form#whats-new-form {
 		margin-top: 20px;
@@ -1111,7 +1106,7 @@ ul.activity-list li {
 	text-align: center;
 	font-size: 1.2em;
 	border: 1px solid #d8dfea;
-	
+
 }
 	.activity-list li.load-more a {
 		color: #bc1800;
@@ -1186,7 +1181,7 @@ div.activity-comments ul, div.activity-comments ul li {
 	}
 		body.activity-permalink div.activity-comments ul li {
 			padding: 15px 0;
-             
+
 		}
 
 		div.activity-comments ul li p:last-child {
@@ -1287,7 +1282,7 @@ div.activity-comments ul, div.activity-comments ul li {
 
 		div.activity-comments form div.ac-reply-avatar {
 			float: left;
-                   
+
 		}
 			div.ac-reply-avatar img {
 				border: 2px solid #fff !important;
@@ -1462,7 +1457,7 @@ div.post {
 		font-size: 16px;
 		margin-bottom: 5px;
 		line-height: 120%;
-                 
+
 	}
 		div.post h3 a {
 			text-decoration: none;
@@ -1647,10 +1642,8 @@ body {
 		position: relative;
 		padding: 0;
 		width: 100%;
-		min-width: 960px;
-		max-width: 1250px;
 		margin: 0 auto;
-		background: #bc1800;
+		background: #000000;
 		height: 25px;
 	}
 		body.activity-permalink #wp-admin-bar .padder {
@@ -1819,4 +1812,5 @@ body {
 #wp-admin-bar ul li#bp-adminbar-notifications-menu a span {
 	padding: 0 6px;
 	margin-left: 2px;
-}
\ No newline at end of file
+}
+}