/***** 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 {
   background-color:DeepSkyBlue;
   color:White;
}
.color1 a {
   color:White;
}
.color2 {
	background: DodgerBlue; 
}
.accent {
       background-color: DeepSkyBlue /*a tint of .color1*/
       border-color: DeepSkyBlue; /*same as .color1's background*/
       color: Black; /*text color that looks appropriate on the background-color*/
}
.neutral {
       background-color: DodgerBlue; /*a color that offsets slightly from the main article background color*/
       border-color: MediumSlateBlue; /*a border color that looks good*/
       color: #000000; /*text color that looks appropriate on the background-color*/
}
#background_strip {
	background: PowderBlue;
	border-color: PaleTurquoise;
}
#page_bar {
   background-color: SteelBlue ;
}

#page_controls a {
   color:White !important;
}
#page_tabs li {
   background-color: WhiteSmoke;
}

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

/* inactive tab background color */
#user_masthead #user_masthead_tabs li {
 background-color: LightSlateGray;
}

/* inactive tab link color */
#user_masthead #user_masthead_tabs li a {
 color: #ffffff;
}

/* active tab background color */
#user_masthead #user_masthead_tabs li.selected {
 background-color:SteelBlue !important;
}

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

/* pagebar colorings (only on masthead pages)
Note: It is a good idea, but not required, to keep these the same colors picked for the "selected" tab */
.masthead-regular #page_bar, .masthead-special #page_bar {
  background-color:SteelBlue !important;
}

.masthead-regular #page_bar a, .masthead-special #page_bar a {
  color:Black !important;
}

#wikia_logo {
   background-image: url(http://images1.wikia.nocookie.net/onepiece/images/d/d7/OP_wikia_template.png);
}

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images3.wikia.nocookie.net/onepiece/images/5/53/OP_wikia_header.png);
}