@import "/index.php?title=MediaWiki:Chdk.css&action=raw&ctype=text/css";

.color1, .color1 a {
   font-family: tahoma, sans-serif;
   background-color: #a60328;
   color:            White;
}

.color2{
   font-family: tahoma, sans-serif;
   background-color: #e0e0e0;
}

#wikia_header {
   background-color: #680318;
   border-color:     #eee;
   color:            #fff;
}

#wikia_header a {
   border-color:     #eee;
   color:            #fff;
}

#wikiaBranding #request_wiki {
  color: #e02000;
}

#header_username a {
	color: #ffffc0;
}

.headerMenu, .headerMenu a {
   background-color: #680318;
   color:            #fff;
   -moz-opacity:     .95;
   opacity:          .95;
}

#wikia_logo {
	background-image: url(http://images.wikia.com/chdk/images/4/4c/Monaco_wikia_logo_template.png);
}
* html #wikia_logo {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/chdk/images/4/4c/Monaco_wikia_logo_template.png', sizingMethod='crop');
}


.headerMenuButton dt, .headerMenuButton dd {
	background-image: url(http://images.wikia.com/chdk/images/0/0a/Monaco_header_button_template.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/chdk/images/0/0a/Monaco_header_button_template.png', sizingMethod='crop');
}

#widget_cockpit {
   background-color: #a60328;
}

#background_strip {
   background: #a60328 url(http://images.wikia.com/chdk/images//0/06/Header-bg.gif) 0 0 repeat-x;
}

#wiki_logo {
  height: 155px !important;
  width: 155px !important;
  left: 20px !important;
}

#wiki_logo a {
  height: 155px !important;
  width: 195px !important;
}

/*
#accent_graphic1 {
   background: url(http://images.wikia.com/chdk/images//f/fd/Header-l.gif) no-repeat;
   height: 129px;
   width: 15px;
}

#accent_graphic2 {
   background: url(http://images.wikia.com/chdk/images//8/8d/Header-r.gif) no-repeat;
   height: 129px;
   width: 15px;
}
*/

#accent_graphic1 {
 background: url('http://www.mapyourvisitors.com/1/1766.jpg') no-repeat !important;
 width: 1px;
 height: 1px;
 visibility: hidden;
}

.widget {
   background-color: #fffcfc;
}

.widget dt {
   background-color: #980320;
}

#search_box {
   background-color: #980320;
}

#search_field {
   background-color: #fffce0;
   border-color: #780210 #c80528 #c80528 #780210;
}

#navigation a {
   color:      #89021c;
}

#navigation a:hover, #navigation .navigation-hover>a {
   background-color: #980320;
   color:            #f0f0f0 !important;
}

.navigation-hover{
   background-color: #f0e0e2;
   color:            #f0f0f0 !important;
}

#link_box {
   background-color: #fffafb;
}

#page_bar {
   background-color: #980320;
}

#page_controls a {
   color:            #fff !important;
}

#page_tabs li {
   background-color: #ddc0c0;
}

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

#wikia_page {
   background-color: #fdfcfc;
}

/*-----------------------------------------*/

.widget a, .widget a:visited {
	color: #89021c;
}

.widget a:hover {
   color:      #cc3333;
   text-decoration: underline;
}


/* Recoloring links */
#bodyContent a.extiw, #bodyContent a.extiw:visited, #bodyContent a.extiw:active {
   color: #89021c;
}

#bodyContent a.extiw:hover {
   color:      #cc3333;
   text-decoration: underline;
}

/*** Changes the link-icon for external links to fit the skin ***/
#bodyContent a.external,
#bodyContent a[href ^="gopher://"] {
    background: url('http://images.wikia.com/chdk/images//4/44/External.png') center right no-repeat;
    color: #89021c;
}

.color2 a, .color2 a:visited, .color2 a:active {
   color: #89021c;
}

.color2 a:hover {
   color:      #cc3333;
   text-decoration: underline;
}

#bodyContent a.new {
  color: #e05000 !important;
  font-style: italic;
}


.nav_links a { color: white !important; }
.nav_links .selected a { color: black !important; }

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

.dark_text_1 { color: #680318; }