/**********************************************************/
/********************* Main Colors ************************/
/**********************************************************/
.color1, .color1 a {
   background-color: #f8e477;
   color:            black;
}

.color2 {
   background-color:black;
}

/**********************************************************/
/********************* 'Wikia' Area ***********************/
/**********************************************************/
#wikia_header {
	border-color: white;
}

#header_username a { 
        color: #f8e477; 
}

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images4.wikia.nocookie.net/heroes/images/6/69/Monaco_header_button.png);
   color: #222;
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images4.wikia.nocookie.net/heroes/images/6/69/Monaco_header_button.png', sizingMethod='crop');
   color: #222;
}

#wikia_logo {
   background-image: url(http://images2.wikia.nocookie.net/heroes/images/4/41/Wikia_Logo.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images2.wikia.nocookie.net/heroes/images/4/41/Wikia_Logo.png', sizingMethod='crop');
}

#userData a, #wikiaBranding a {
	color: white;
}

/**********************************************************/
/********************** Logo Area *************************/
/*********************************************************
#background_strip {
	background: black url(http://images3.wikia.nocookie.net/watchmen/images//c/cf/Watchmen_Movie_Skin_Right.png) repeat-x;
        border-color: transparent;
}*/

#accent_graphic1 {
	background: black url(http://images4.wikia.nocookie.net/heroes/images/f/f0/Wiki_Heroes.png) no-repeat;
	border-color: transparent;
	height: 154px;
	width: 216px;
}
.wikiaSkinMonaco #wiki_logo {
        background: transparent !important;
        border-color: #000000;
}
* html .wikiaSkinMonaco #wiki_logo {
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='image');
}

/**********************************************************/
/********************* Toolbar Area ***********************/
/**********************************************************/
#navigation {
        background: #000 url(http://images2.wikia.nocookie.net/heroes/images/0/0f/Godsend.png) no-repeat;
}
#navigation div a {
	background-color: transparent;
	color: #FFF;
}
#navigation div div a {
        background-color: #000;
}
#navigation a:hover, #navigation .navigation-hover {
	background-color: #2e2e2e;
}
#navigation .menu-item {
	border-color: #222;
}

#link_box, #link_box a {
   color: #f8e477;
   background-color: black;
}

/**********************************************************/
/******************** Community Box ***********************/
/**********************************************************/
.community_details {
   color: #f8e477;
   background-color: black;
}
.community_details a:visited, .community_details a, .community_details a.new {
   color: white;
}

/**********************************************************/
/******************** Widget Boxes ************************/
/*********************************************************
.widget {
   border:1px solid #f8e477;
}

.widget dd {
        border-color: #f9f9f9;
        background-color: #f9f9f9;
}

/**********************************************************/
/********************** Main Page *************************/
/*********************************************************
 /* Removes the title 'Heroes Wiki' from the Main Page; it is redundant. */
body.page-Heroes_Wiki #siteSub, 
body.page-Heroes_Wiki #contentSub, 
body.page-Heroes_Wiki h1.firstHeading {
    display: none !important;
}

#wikia_page {
   border:1px solid #eee400 
}*/

/**********************************************************/
/********************** Footer ****************************/
/**********************************************************/
#monaco_footer, #monaco_footer a {
	color: #f8e477;
}

/**********************************************************/
/********************** Blog Area  ************************/
/**********************************************************/
#user_masthead {
        background: black !important; /* black background */
        color: #eee400 !important; /* yellow text*/
}

/* default tab background is defined from what is in .color1 */

/* default tab LINK color */
#user_masthead li a {
        color: black;
}

/* selected tab background */
#user_masthead li.selected {
        background: #c00203 !important;
}

/* selected tab link color */
#user_masthead li.selected a {
        color: #ffffff !important;
}

div.blog-comm-input {
        background: white !important;
}

/****************************************************/
/****** "curves" copied from Lostpedia.wikia by request on Destiny! ******/
/****************************************************/
#wikia_page {
        padding: 2px;
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}

#navigation_widget {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}

#sidebar_1 dl {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}

#sidebar_1 dt {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}

#search_box {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}

#page_bar {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}

#page_tabs li {
    -moz-border-radius-topleft: 0.4em;
    -moz-border-radius-topright: 0.4em;
}