.color1, .color1 a {
	background-color: DarkKhaki;
	color:            #FFFFFF;
}
.color2 {
	background-color: #EEE8AA;
}
#wikia_header {
        background: #a08a33 top center;
	border-color: #453737;
	color: #FFF;
}
#wikia_header a {
	color: #FFF;
}
#header_username a {
	color: #fec423;
}
.headerMenuButton dt, .headerMenuButton dd {
	background-image: url(http://images.wikia.com/crusades/images//0/0a/Monaco_header_button_template.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/crusades/images//0/0a/Monaco_header_button_template.png', sizingMethod='crop');
}
#wikia_logo {
	background-image: url(http://images.wikia.com/marveldatabase/images/9/9e/Monaco_wikia_logo.png);
}
* html #wikia_logo {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/starwars/images/9/9e/Monaco_wikia_logo.png', sizingMethod='crop');
}

#background_strip {
	background: #92aecb url(http://images.wikia.com/crusades/images//5/50/Monaco_background_strip.jpg) repeat-x;
        border-color: #222;
}
#accent_graphic1 {
        background: url(http://images.wikia.com/crusades/images//6/6a/Monaco_accent1.jpg);
        height: 155px;
        left: 148px;
        width: 303px;
}

#navigation a {
	background-color: #EEE8AA;
	color: #222;
}
#navigation a:hover, #navigation a.yuimenuitemlabel-hassubmenu-selected, #navigation .navigation-hover {
	background-color: #fcf4a8;
}
#navigation li, #navigation .menu-item {
	border-color: DarkKhaki;
}

#search_button {
        background-image: url(http://images.wikia.com/starwars/images/2/22/Monaco_search.png);
}
* html #search_button {
        background-image: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/starwars/images/2/22/Monaco_search.png', sizingMethod='crop');
}
#link_box, #link_box a {
        background-color: DarkKhaki;
        color: #FFF;
}
.widget dd {
        background-color: #FFFFFF;
}
.community_details {
        background-color: #EEE8AA;
        border: 1px solid DarkKhaki;
}
#catlinks {
	border: 1px solid #AAAAAA;
	background-color: #EDE594;
	padding: 5px;
	margin-top: 1em;
	clear: both;
        background-image: url(http://images.wikia.com/crusades/images//1/1c/Categorypic.png);
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 50px;
 }
}
/*~ Main page modifiers ~*/
#mp3-global ul {
	padding-left: 10px;
	margin-left: 10px;
}
#mp3-global ul li {
	padding-left: 0;
	margin-left: 0;
	list-style-type: square;
}
#mp3-navlink #mp3-nav { display: none; }
#mp3-navlink {
	font-size: 1.1em;
	margin: auto;
	max-width: 1000px;
	_width: expression(document.getElementById('mp3-nav-outer').offsetWidth > 600 ? '600px' : 'auto');