#wikia_header {
   font-family: tahoma;
   background: #000;
   border-bottom: 1px solid darkgray;
	color: #FFF;
}

.headerMenu, .headerMenu a {
   font-family: tahoma;
   background: FireBrick;
   color:            white;
   -moz-opacity:     .95;
   opacity:          .95;
}
#page_tabs li {
   font-family: tahoma;
   background: silver;
   font-size: smaller;
}

#page_tabs li.selected {
   font-size: smaller;
   background: #FFF;
}
#page_bar {
   background: Firebrick;
}

#page_controls a {
   color:            White !important;
}
#search_box {
   background: FireBrick;
}
.widget dt {
   background: FireBrick;
}
#link_box {
   background-color: Bisque;
   border: DarkSalmon 1px solid;
}
#background_strip {
   background: #000;
   border-bottom: 1px darkgrey solid;
}
.color2 {
   background-color: black;
}
.community_details {
   background-color: Bisque;
   border: DarkSalmon 1px solid;
}
#wikia_header a {
	color: #FFF;
}
#header_username a {
	color: FireBrick;
}
.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images.wikia.com/metal/images/0/0a/Monaco_header_button_template.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/metal/images/0/0a/Monaco_header_button_template.png', sizingMethod='crop');
}
#wikia_logo {
   background-image: url(http://images.wikia.com/metal/images/4/4c/Monaco_wikia_logo_template.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/metal/images/4/4c/Monaco_wikia_logo_template.png', sizingMethod='crop');
}
#monaco_footer, #wikia_footer {
   color: #fff;
}
#monaco_footer a, #wikia_footer a {
   color: FireBrick;
}

/* rounded corners - Mozilla/Firefox only */
#wikia_page, #search_box, #link_box, #navigation_widget, #sidebar_1 dl, .community_details, #page_bar, #sidebar_1 dt {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}

#page_tabs li {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
}