<!-- Color 1 impacts box headers -->
.color1, 
.color1 a {
   background-color: Gray;
   color:            White;
}

.color2 {
   background-color: #336699;
   color:            Black;
}

#wikia_header {
   background-color: #336699;
   border-color:     Gray;
}

#background_strip {
   background: #336699;
}

<!-- 808040 ... 978C6C -->

.widget {
   background-color: White;
}

.widget dt {
   background-color: Gray;
}

.community_details {
	border: Red;
        background: white;
}

#search_box {
   background-color: Gray;
}

#navigation a {
   background-color: White;
}

#link_box {
   background-color: Silver;
}

#page_bar {
   background-color: Gray;
}

#page_controls a {
   color: White;
}

#wikia_page {
   background-color: #978C6C;
   -moz-opacity:     .95 !important;
   opacity:          .95 !important;
   /*Hack: Opacity for IE*/
   zoom: 1 !important;
   filter: alpha(opacity = 95) !important;
}

#header_username a {
   color: White;
}

#userData a, #wikiaBranding a { 
   color: White; 
}

#wikia_footer a {
   color: White;
}

#wikia_logo {
   background-image: url(http://images.wikia.com/coldplay/en/images/b/b2/Whitelogo.png);
}