/***** Edit this file to customize the Monaco 'custom' theme. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. See Help:Customizing_Monaco for details *****/
 
.color1, .color1 a {
   background-color: orange;
   color:            black;
}
.color2 {
   background-color: black;
}

.widget {
   background-color: gray;
}

#background_strip {
   background-color: black;
}

#wikia_logo {
   background-image: url(http://images4.wikia.nocookie.net/teamfortress/images/7/7c/Orange_Wikia_logo.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images4.wikia.nocookie.net/teamfortress/images/7/7c/Orange_Wikia_logo.png', sizingMethod='crop');
}

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