/* Remove titlebar from pages which don't need it */
body.page-Main_Page .firstHeading { display: none; }

.color1, .color1 a {
background-color:#A0522D;
color:#fff;
}

#wikia_logo {
   background-image: url(http://images.wikia.com/forgottenrealms/images/0/08/A0522D_logo.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/forgottenrealms/images/0/08/A0522D_logo.png', sizingMethod='crop');
}

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images.wikia.com/forgottenrealms/images/c/c8/A0522D_button.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/forgottenrealms/images/c/c8/A0522D_button.png', sizingMethod='crop');
}