/***** 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 *****/

/* The following code hides the title on the Main Page */
body.page-Main_Page h1.firstHeading
{
   display: none;
}

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

.color2 {
   background-color: #ccffff;
}

#wikia_header {
   background-color: #4ecefb;
   border-color:     Black;
}

.headerMenu, .headerMenu a {
   background-color: White;
   color:            #1e2a51;
   -moz-opacity:     .95;
   opacity:          .95;
}

.headerMenuButton dt, #header_username a {
   color: #1e2a51;
}

#wikia_logo {
   background-image: url('http://images3.wikia.nocookie.net/help/images/b/b2/Whitelogo.png');
}

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

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url('http://images4.wikia.nocookie.net/help/images/d/dc/Whiteheaderbutton.png');
}

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