/***** 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: #00b8f0;
   color:            white;
}
.color2 {
   background-color: #00b8f0;
}
#background_strip {
   background-color: #aaff55;
   border-color:     black;
}

#wikia_header {
        border-color: #00b8f0;
}
#wikia_header a {
	color:        white;
}

#header_username a {
	color: white;
}
.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images.wikia.com/help/images//d/dc/Whiteheaderbutton.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/help/images//d/dc/Whiteheaderbutton.png', sizingMethod='crop');
}


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

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

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images.wikia.com/help/images//d/dc/Whiteheaderbutton.png);
   color: black;
}

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


.community_details, .community_details a, .community_details a:visited {
	color: #00b8f0;
}

#navigation a:hover, #navigation a.yuimenuitemlabel-hassubmenu-selected, #navigation .navigation-hover {
	background-color: #f7ffef;
        color: #000000;
}

#navigation a {
color: #009bca;
}

#link_box, #link_box a {
        background-color: white;
        color: black;
}
.widget dd {
        background-color: white;
        color: black;
}
.community_details {
        background-color:white;
        border: 1px solid #00b8f0;
        color: black;
}