/* http://inside.wikia.com/wiki/Monaco_Skin_Customization */
/* http://starwars.wikia.com/index.php?title=MediaWiki:Monaco.css */
/* http://marvel.wikia.com/wiki/MediaWiki:Monaco.css */

/* Color1 */
.color1, .color1 a, .yui-panel .hd {
   background-color: Green;
   color:            #FFFFFF; /* White */
}

/* Color2 */
.color2 {
   background-color: #d9fde2; /* Light Green */
}

/* Colors to use for the Wikia bar at the top of the page. */
#wikia_header {
   background-color: #323b34; /* Dark Green thats almost black */
   border-color:     #49644f; /* Dark Green thats almost black, Lighter than the above*/
}
#wikia_header a {
   color: #FFFFFF; /* White */
}

/* Wiki Logo image on the Wikia bar. */
#wikia_logo {
   background-image: url(http://images.wikia.com/tmnt/images/9/9e/Monaco_wikia_logo.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/tmnt/images/9/9e/Monaco_wikia_logo.png', sizingMethod='crop');
}

/* Button Image on the Wikia bar. */
.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images.wikia.com/tmnt/images/6/69/Monaco_header_button.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/tmnt/images/6/69/Monaco_header_button.png', sizingMethod='crop');
}

/* Colors and opacity of the Wikia Bar drop down menus.  */
.headerMenu, .headerMenu a {
   background-color: Green;
   color:            #FFFFFF; /* White */
   -moz-opacity:     .95;
   opacity:          .95;
}

/* background color of the Manage Widgets widget. */
#widget_cockpit {
   background-color: Green;
}

/* background color of All of the other widget. */
.widget {
   background-color: 70b170; /* Medium Green */
}

.widget dd {
    background-color: #f9f9f9; /* Off white */
}


/* widget header background color. */
.widget dt {
   background-color: Green;
}

/* Background color of the search box. */
#search_box {
   background-color: Green;
}

/* Search Button : Button Image http://inside.wikia.com/wiki/Image:Monaco_search_button_template.psd
#search_button {
   background-image: url(URL_TO_YOUR_IMAGE);
}
* html #search_button {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='URL_TO_YOUR_IMAGE', sizingMethod='crop');
}
*/

/* Navigation */

/* Background color of the buttons below the Search Box. */
#navigation a {
   background-color: #f9f9f9; /* Off white */
}

/* Background color when cursor is hover over navigation buttons. */
#navigation a:hover, #navigation .navigation-hover {
   background-color: #a1d9a1; /* Light Green2 */
}

/* Link Box */
/* The link box sits just below the navigation in the first widget. */
#link_box, #link_box a {
   background-color: #70b170; /* Medium Green */
   color: #000000; /* Black */
}


/* Customizing the Article Area */
/* Edit, History... Bar background color. */
#page_bar {
   background-color: Green;
}

/* Userpage control bar; Edit this page, History, etc */
#page_controls a {
   color: black;
}

/* Page Tabs */
/* The page tabs, in most cases, are the Article and Discussion tabs within the page bar. The second selector sets the color of the currently selected tab. */

/*#page_tabs li {
   background-color: Red;
}*/

/* It's a good idea to make the selected tab's background color match the background color of the article. */
#page_tabs li.selected {
   background-color: #FFFFFF; /* White */
}

/* Article Background Color */
#wikia_page {
   background-color: #FFFFFF; /* White */
}