/***** Edit this file to customize the Monaco 'custom' theme. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. See Help:Customizing_Monaco for details *****/


.color1, .color1 a {
   background-color: #68564C;
   color:            #CC9966;
}

.color2 {
   background-color: 	#CC9868;
}

#wikia_header {
   border: 0;
   background-color: #C09C7A;
   border-color:     #463C32;
        background-image: url('http://images4.wikia.nocookie.net/istaria/images/d/df/TopBanner.png') !important;
        background-repeat: repeat;
        background-position: top left;
        border-bottom: 1px solid #2a2a2a;
}

#wikia_logo {
   background-image: url(http://images4.wikia.nocookie.net/istaria/images/b/ba/Monaco_wikia_logo_beige.png);
}

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images2.wikia.nocookie.net/istaria/images/2/29/Monaco_header_button_beige.png);
}

.headerMenu, .headerMenu a {
   background-color: #CC9966;
   color:            Black;
   -moz-opacity:     .95;
   opacity:          .95;
}

.widget {
   border-color: #463C32;
   background-color: #F0D7AE;
}

#wikia_page {
        margin-top:20px;
}

/**

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: #D3AA6A;
}

#page_tabs li.selected {
   background-color: #F5DAAD;
}

/**

It's a good idea to make the selected tab's background color match the background color of the article.
[edit] Article

**/

#wikia_page {
   background-color: #F5DAAD;
}