/***** 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: Purple;
   color:            White;
}

#link_box {
   border:1px solid Purple;
}

.community_details {
   border:1px solid Purple;
}

#header_username a { color: Purple; }

#wikia_page {
        border:1px solid purple;
}

#wikia_logo {
   background-image: url(http://images3.wikia.nocookie.net/help/images/e/ea/Purple_wikia_logo.png);
}

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

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images4.wikia.nocookie.net/help/images/d/d2/Purple_header_button.png);
   color: white;
}

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

.widget {
	background-color: violet;
	border-color: purple;
	padding:0;
}
.widget dd {
	color: black;
	background: gold;
}
#navigation .menu-item {
	border-color: darkorange; 
}
#navigation a {
	background-color: gold;
	color: black;
}
#navigation a:hover, .navigation-hover {
	background-color: darkorange;
}
#link_box, #link_box a {
        background-image:none;
        background-color:yellow;
        color:black;
}
.community_details {
	background-image: none;
	color:black;
        border: 1px solid purple;
        background: yellow;
}
#search_button {
	background: transparent url('http://images.wikia.com/common/skins/monaco/images/search.png');
}
* html #search_button {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/common/skins/monaco/images/search.png', sizingMethod='crop');
}

#user_masthead {
        background: purple !important;
        color: white !important;
}

#user_masthead li a {
        color: white !important;
}

#user_masthead li.selected {
        background: violet !important;
}

#user_masthead li.selected a {
        color: white !important;
}