.color1, .color1 a {
   background-color: #3f256d;
   color:            White;
}

#link_box, #link_box a {
   color: #002bb8;
}

element.style {
background-image:url(http://images.wikia.com/buffy/images/b/bc/Wiki.png);
}

#wiki_logo {
   background-color: #3d2568;
}

/***********************************************************
** Hiding .firstHeading, #siteSub, #contentSub on front page only
*/
.page-Main_Page * .firstHeading,
.page-Main_Page * h3#siteSub,
.page-Main_Page * #contentSub {
	display:none;
}

/***********************************************************
** Hiding .firstHeading, #siteSub, #contentSub on front page only
*/
.page-Buffy_the_Vampire_Slayer_and_Angel * .firstHeading,
.page-Buffy_the_Vampire_Slayer_and_Angel * h3#siteSub,
.page-Buffy_the_Vampire_Slayer_and_Angel * #contentSub {
	display:none;
}

/***********************************************************
** Hiding .firstHeading, #siteSub, #contentSub on front page only
*/
.page-Buffyverse_Wiki * .firstHeading,
.page-Buffyverse_Wiki * h3#siteSub,
.page-Buffyverse_Wiki * #contentSub {
	display:none;
}

#header_username a { color: #3f256d; }

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

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

/* TAB AROUND EDIT THIS PAGE */

#control_edit {
  background: #FFF;
  padding: 0 8px !important;
  height: 27px;
  margin-top: 5px;
}
#control_edit div {
  display: none;
}
#ca-edit {
  color: #000;
  font-family: arial;
  font-weight: bold;
  line-height: 27px;
}