/* Hiding #contentSub from major categories */
.page-Category_Muppet_Characters * #contentSub,
.page-Category_The_Muppets_Characters * #contentSub,
.page-Category_Sesame_Street_Characters * #contentSub,
.page-Category_Fraggle_Rock_Characters * #contentSub,
.page-Category_Muppet_Show_Episodes * #contentSub,
.page-Category_Sesame_Street_Episode_Guide * #contentSub,
.page-Category_Ernie_and_Bert_Sketches * #contentSub,
.page-What_is_a_Muppet * #contentSub,
.page-Season_40_2009-2010 * #contentSub,
.page-Sesame_Street_A_Celebration_-_40_Years_of_Life_on_the_Street * #contentSub,
.page-Category_Halloween * #contentSub,
.page-Category_Halloween_Episodes * #contentSub,
.page-Category_Halloween_Sketches * #contentSub,
.page-Category_Halloween_Characters * #contentSub,
.page-Category_Halloween_Video * #contentSub,
.page-Category_Halloween_Costumes * #contentSub,
.page-Category_Halloween_Books * #contentSub,
.page-Category_Halloween_Songs * #contentSub,
.page-Category_Halloween_Albums * #contentSub,
.page-Category_Halloween_Misc_Merchandise * #contentSub,
.page-Category_Halloween_References * #contentSub,
.page-Category_Halloween_Live_Events * #contentSub,
.page-Category_Unfinished_Halloween_Projects * #contentSub,
.page-Category_Fraggle_Rock_Episodes * #contentSub {
	display:none;
}

/***************/
/* MONACO SKIN */

.color1, .color1 a {
   background-color: #228b22;
   color:            White;
}

#link_box, #link_box_table a {
   color: #002bb8;
   background-color:white;
}

#link_box_table {
   background-color:white;
}

#background_strip {
   border-bottom:1px solid #228b22;
}

#header_username a {
   color: #228b22;
}

#wikia_page {
   border:1px solid #228b22
}

.widget {
   border:1px solid #228b22
}

#wikia_header { 
   background-color: #f5f5f5;
   border-color: #228b22;
}

/* END MONACO SKIN */
/*******************/


/***************/
/* USER MASTHEAD */

.dark_text_1 {
   color: #006400;
}

.accent {
    background-color: #D3E8D3;
    border-color:#006400;
}

/* END USER MASTHEAD */
/*******************/


/**************/
/* WIKIA LOGO */

#wikia_logo {
   background-image: url(http://images2.wikia.nocookie.net/muppet/images/6/68/Wikia_logo.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images2.wikia.nocookie.net/muppet/images/6/68/Wikia_logo.png', sizingMethod='crop');
}

/* END WIKIA LOGO */
/******************/


/*****************/
/* HEADER BUTTON */

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images2.wikia.nocookie.net/muppet/images/b/b4/Header_button.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images2.wikia.nocookie.net/muppet/images/b/b4/Header_button.png', sizingMethod='crop');
}

/* END HEADER BUTTON */
/*********************/


/********************/
/* MUPPET WIKI LOGO */

#accent_graphic1 {
	background: url(http://images4.wikia.nocookie.net/muppet/images/1/11/MuppetWikiLogo.png) no-repeat;
        width: 216px;
        height: 155px;
}

.wikiaSkinMonaco #wiki_logo {
        background: transparent !important;
        border-color: #228b22;
}
* html .wikiaSkinMonaco #wiki_logo {
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='image');
}

/* END MUPPET WIKI LOGO */
/************************/


/*****************************/
/* 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;
}

#control_viewsource {
  background: #FFF;
  padding: 0 8px !important;
  height: 27px;
  margin-top: 5px;
}
#control_viewsource div {
  display: none;
}

#ca-viewsource {
  color: #000;
  font-family: arial;
  font-weight: bold;
  line-height: 27px;
}

/* END TAB AROUND EDIT THIS PAGE */
/*********************************/

/**********************************************************/
/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
 */
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 { display: none; }

/* END TOC HEADER */
/******************/


/**************/
/* MISC FIXES */

table.gallery {
   margin: 16px 2px 16px;
   border: 1px solid #CCCCCC;
}

table.gallery td {
   background-color:#F9F9F9;
   border:2px solid white;
}

#ImageUploadLicenseSpan {
   display:none;
}

#ImageUploadLicenseControl, #ImageUploadLicenseText {
   display:none;
}

#csAddCategorySwitch {
   margin-top: 5px;
}

#AddNewTalkSectionFooter {
   display:none !important;
}

#AddNewTalkSectionImage {
   display:none !important;
}

pre {
   max-height:8000px !important;
}

#contentSub, #contentSub2 {
   text-align:right;
   margin-right:40px;
}

ul.mw-search-results {
  margin-top: 1.25em;
}