/* SIDE-SKIN */
.color1, .color1 a {
   background-color: #9A0C0B;
   color:            White;
}

.color2 {
   background-color: #650708;
}

#userData a, #wikiaBranding a {
   color: #3366CC;
}

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

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images.wikia.com/help/images//7/70/Yellow_header_button.png);
   color: #9A0C0B;
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/help/images//7/70/Yellow_header_button.png', sizingMethod='crop');
}

#link_box {
   background-color: white;
}

.community_details {
border: 1px solid white;
background: white;
}

/* --- LINKS --- */
 
 /* links get orange colour on select */
 a:active { color: #faa700; }
 #bodyContent a.extiw:active, #bodyContent a.external:active {
  color: #faa700;
 }
 
 /* external/interwiki link colours */
 #bodyContent a.external, #bodyContent a.extiw {
    color: #5588cc;
 }
 #bodyContent a.external:visited, #bodyContent a.extiw:visited {
    color: #5c66d3;
 }