#navigation a[href="/wiki/Notorious_Monster_Madness"] {
   background-image: none;
   background-position: left !important;
   background-repeat: no-repeat !important;
   color: #0B0B0B !important;
   background-color: #DB936D !important;
}

/* BEGIN LIGHT BLUE SECTION
   Make content area light blue in all namespaces except articles (main namespace). 
   This is done by setting the background color for all #content areas 
   to light blue, and then overriding it back to white for any #content 
   enclosed in a .ns-0 (main namespace). We do the same for the "tab" 
   backgrounds and some other objects. */
 
#content,
#p-cactions li a:hover, #p-cactions li.selected a,
#content div.thumb {    /* "Margin" for thumbs, padding for galleries */
    background-color: #F8FCFF;   /* Light blue */
}
#p-cactions li a {
    background-color: #F7F9FB;   /* Light blue-gray inactive tabs */
}
 
.ns-0 #content,
.ns-0 #p-cactions li a:hover, .ns-0 #p-cactions li.selected a, 
.ns-0 #content div.thumb {
    background-color: white;     /* Set back to white for articles */
}
.ns-0 #p-cactions li a {
    background-color: #FBFBFB;   /* Light gray inactive tabs in articles */
}
 
@media print {
    #content { background: white; } /* White background on print */
}
 
/* Category lists and diffs transparent instead of white. */
#mw-subcategories table, #mw-pages table,
table.diff, td.diff-otitle, td.diff-ntitle {
    background-color: transparent;
}
 
/* END LIGHT BLUE SECTION */
 
/* Talk page tab "+" / "new section". 
   Sets the same padding as the other tabs have. */
#p-cactions #ca-addsection a {
    padding-left: .8em;
    padding-right: .8em;
}
 
 
/* Block quotations */
#content blockquote {
    font-size: 93.75%; /* equivalent of 15px in 16px default */
    margin: 1em 1.6em; /* same indent as an unordered list */
}
#content blockquote p {
    line-height:inherit;
}
 
/* Display */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}
 
/*To View Navboxes correctly*/

/* navbox container style; rest of styling resides in [[MediaWiki:Common.css]] */
table.navbox {            /* navbox container style */
  border:1px solid #aaa;
  width:100%; 
  margin:auto;
  clear:both;
  font-size:88%;
  text-align:center;
  padding:1px;
}
table.navbox + table.navbox {
  margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
  text-align:center;      /* title and above/below styles */
  padding-left:1em;
  padding-right:1em;
}
.navbox-group {           /* group style */
  white-space:nowrap;
  text-align:right;
  font-weight:bold;
  padding-left:1em;
  padding-right:1em;
}
.navbox, .navbox-subgroup {
  background:#fdfdfd;     /* Background color */
}
.navbox-list {
  border-color:#fdfdfd;   /* Must match background color */
}
.navbox-title, table.navbox th {
  background:#ccccff;     /* Level 1 color */
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
  background:#ddddff;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background:#e6e6ff;     /* Level 3 color */
}
.navbox-even {
  background:#f7f7f7;     /* Even row striping */
}
.navbox-odd {
  background:transparent; /* Odd row striping */
}
 
.collapseButton {         /* 'show'/'hide' buttons created dynamically by the        */
    float: right;         /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
    font-weight: normal;  /* are styled here so they can be customised.              */
    text-align: right;
    width: auto;
}
.navbox .collapseButton { /* In navboxes, the show/hide button balances the vde links from */
    width: 6em;           /* [[Template:Tnavbar]], so they need to be the same width.      */
}

/*Background*/
.color1, .color1 a, .color1 a:visited {
   background-color: #500200;
   color:            white;
}

.color2 {
   background: black url(http://images.wikia.com/warhammeronline/images/a/a8/Monaco_background_texture_warhammer.jpg);
}

#wikia_logo {
   background-image: url(http://images.wikia.com/warhammeronline/images/b/bb/Monaco_wikia_logo_warhammer.png);
}

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

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images.wikia.com/warhammeronline/images/3/3b/Monaco_header_button_warhammer.png);
}

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

#wikia_header {
   background: url(http://images.wikia.com/warhammeronline/images/5/54/Monaco_darkbrick_texture_warhammer.jpg);
}

#link_box {
   background: url(http://images.wikia.com/warhammeronline/images/5/54/Monaco_darkbrick_texture_warhammer.jpg);
}

#background_strip {
/*   background: url(http://images.wikia.com/warhammeronline/images/8/87/Monaco_background_strip_warhammer.gif) repeat-x;*/
   background-color: #000;
}

.widget {
   color: #e0e0e0;
   background: #2b2723;
   border-color: #9f948e;
}

.widget a, .widget a:visited {
   color: #e0e0e0;
   text-decoration: underline;
}

.widget dt {
   background-color: #444343;
   color: #f8b43e;
}

.widget dd {
   background: url(http://images.wikia.com/warhammeronline/images/5/54/Monaco_darkbrick_texture_warhammer.jpg);
}

#search_box {
   background-color: #444343;
}

#navigation a {
   background-color: #500200;
   color: white;
}

#navigation a:hover, .navigation-hover {
   background: #fdbc41 !important;
   color: black;
}

.community_details {
   background-color: #500200;
   color: #e0e0e0;
   border: 1px ridge #a11e0b;
   background-image: none;
}

.community_details a, .community_details a:visited {
   color: #e0e0e0;
}

#userData {
   color: #e0e0e0;
}

#userData a, #wikiaBranding a, #userData a:visited, #wikiaBranding a:visited {
   color: #e0e0e0;
   text-decoration: underline;
}

#navigation .menu-item {
   border-color: #a11e0b;
}

#monaco_footer {
   color: #e0e0e0;
}

#monaco_footer a, #monaco_footer a:visited {
   color: #e0e0e0;
   text-decoration: underline;
}

#user_masthead {
   background: #444;
}
#user_masthead h2 {
   color: #FFF;
}
.dark_text_1 {
   color: #f8b43e;
}