--- colors.css.orig     2011-06-09 22:01:41.000000000 +0000
+++ colors.css  2011-06-09 22:00:01.000000000 +0000
@@ -64,6 +64,7 @@ blockquote {
 
 /* Header Top */
 .header-top-wrapper {
+  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.6)), to(rgba(0,0,0,.7)));
   background: -moz-linear-gradient(top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.7)100%);
 }
 
@@ -95,6 +96,7 @@ blockquote {
 /* Header Regions - Search
 -------------------------------------------------------------- */
 .search-box-inner form#search-theme-form {
+  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.6)), to(rgba(0,0,0,.7)));
   background: -moz-linear-gradient(top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.7)100%);
 }
 
@@ -166,6 +168,7 @@ blockquote {
 }
 
 .main-menu-wrapper {
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.85)), to(rgba(0,0,0,.9)));
  background: -moz-linear-gradient(top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.9)100%);
  border-bottom: 5px solid #a9a9a9;
 }

