.color1, .color1 a, .yui-panel .hd {
	background-color: #cf2a3b;
	color: #FFF;
}
.color2 {
	background-color: #003464;
}
#wikia_header {
	background-color: #222;
	border-color: #AAA;
	color: #FFF;
}
#wikia_header a {
	color: #FFF;
}
#header_username a {
	color: #fec423;
}
.headerMenuButton dt, .headerMenuButton dd {
	background-image: url(http://images.wikia.com/marvel_dc/images/b/b4/Header_button.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/marvel_dc/images/b/b4/Header_button.png', sizingMethod='crop');
}
#wikia_logo {
	background-image: url(http://images.wikia.com/marvel_dc/images/6/68/Wikia_logo.png);
}
* html #wikia_logo {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/marvel_dc/images/6/68/Wikia_logo.png', sizingMethod='crop');
}

#background_strip {
	background: #01a7de url(http://images.wikia.com/marvel_dc/images/7/78/Background_strip.png) repeat-x;
}
#accent_graphic1 {
	background: url(http://images.wikia.com/marvel_dc/images/e/ee/Accent1.jpg) no-repeat;
	height: 155px;
	width: 400px;
}

#navigation a {
	background-color: #cf2a3b;
	color: #FFF;
}
#navigation a:hover, #navigation a.yuimenuitemlabel-hassubmenu-selected, #navigation .navigation-hover {
	background-color: #dd2d3f;
}
#navigation li, #navigation .menu-item {
	border-color: #a82230;
}

#search_box {
	background-color: #222;
}
#link_box {
	background-color: #222;
}

.widget {
	color: #FFF;
}
.widget dt {
	background-color: #003464;
}
.widget dd {
	background-color: #01a7de;
}
.widget a {
	color: #FFF;
}
#monaco_footer, #monaco_footer a {
	color: #FFF;
}
.shadow {
        background-image: url(http://images.wikia.com/common/skins-200802.4/monaco/images/shadow.png);
}

/**********************************************************/
/****** Main Page Fixed-Width and Character Graphics ******/
/**********************************************************/
body.mainpage #background_accent1 {
    background-image: url(http://images.wikia.com/marvel_dc/images/a/a1/Monaco_mainpage_superman.png);
    height: 481px;
    margin-right: 445px;
    position: fixed;
    top: 36px;
    width: 296px;
}

* html body.mainpage #background_accent1 {
    display: none;
}

body.mainpage #background_accent2 {
    background-image: url(http://images.wikia.com/marvel_dc/images/c/c3/Monaco_mainpage_batman.png);
    background-position: 365px 0pt;
    bottom: 0;
    height: 487px;
    position: fixed;
    z-index: 0;
}

* html body.mainpage #background_accent2 {
    display: none;
}

body.mainpage div.monaco_shrinkwrap {
    left: 50%;
    margin-left: -485px;
    width: 971px;
}

* html body.mainpage div.monaco_shrinkwrap {
    left: auto;
    margin-left: auto;
    width: 100%;
}

#accent_graphic1 {
    *display: none;
    _display: block;
}

#monaco_footer {
    z-index: 3;
}