.color1, .color1 a {
   background-color: #597866;
   color: White;
}

.color2 {
   background: black url(http://images1.wikia.nocookie.net/lost/images/c/c0/LOSTbackground.png);
}

#wikia_header {
  background-color: #597866;
  border-color: white;
}

#background_strip {
   background: white url(http://images4.wikia.nocookie.net/lost/images/1/12/WidmoreBannerThin.jpg) no-repeat;
   border-color: white;
   height: 155px;
}

#wikia_page {
   margin-top: 0;
   top: +5px !important;
}

#wikia_logo {
   background-image: url(http://images1.wikia.nocookie.net/lost/images/b/b2/Whitelogo.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images1.wikia.nocookie.net/lost/images/b/b2/Whitelogo.png', sizingMethod='crop');
}

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images2.wikia.nocookie.net/lost/images/d/dc/Whiteheaderbutton.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images2.wikia.nocookie.net/lost/images/d/dc/Whiteheaderbutton.png', sizingMethod='crop');
}

.headerMenuButton dt {
   color: #1a2c1e;
}

.headerMenu, .headerMenu a {
   background-color: white;
   color:            #1a2c1e;
   -moz-opacity:     .85;
   opacity:          .85;
}

#navigation a {
   background-color: #597866;
   color: #ffffff;
}

#navigation a:hover, .navigation-hover {
   background-color: #1a2c1e;
   color: #ffffff;
}

#link_box, #link_box a {
   background-color: white;
   background: white;
}

.community_details {
   background-color: white;
   background: white;
   color: #1a2c1e;
   border: 2px solid #597866;
}
#wikiaBranding a {
	color: white;
}
#userData a {
	color: white;
}
#header_username a {
	color: white;
}
#search_box {
        background-color: white;
}
#wikia_footer {
        color: white;
}
#wikia_footer a {
        color: white;
}
#wikia_corporate_footer a {
        color: white;
}

#monaco_footer
{
  top: 0;
}

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 0.4em;
  -moz-border-radius-topright: 0.4em;
}
#content { 
  -moz-border-radius-topleft: 0.6em; 
  -moz-border-radius-bottomleft: 0.6em;
}
div.pBody {
  -moz-border-radius-topright: 0.4em;
  -moz-border-radius-bottomright: 0.4em;
}