/********************/
/* SPONGEBOB WIKI LOGO */

#accent_graphic1 {
	background: url(http://images2.wikia.nocookie.net/spongebob/images/b/b2/Spongebob-face.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 SPONGEBOB WIKI LOGO */
/************************/

a.new {
   color:#002BB8 !important;
}

.color1, .color1 a {
   background-color: #f8ec42;
   color:            Black;
}

.color2 {
   background: #080808 url(http://images3.wikia.nocookie.net/spongebob/images/6/6b/Bubble-background.gif);
}

#background_strip {
   background-color: #f8ec42 !important;
}

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

#link_box, #link_box_dynamic {
   background: #f5f5f5;
   border: none;
}

.community_details {
   border: none;
   background: #f5f5f5;
}

#header_username a {
   color: Black;
}

#page_bar {
   background-image:none;
}

#search_box {
   background-image:none;
}

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

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

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


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

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

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


/*****************/
/* SEARCH BUTTON */

#search_button {
   background-image: url(http://images1.wikia.nocookie.net/Spongebob/images/a/a8/Search_button.png);
}
* html #search_button {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images1.wikia.nocookie.net/Spongebob/images/a/a8/Search_button.png', sizingMethod='crop');
}

/* END SEARCH BUTTON */
/*********************/

body.page-Main_Page .monaco_shrinkwrap {
   left: 50%;
   margin-left: -485px;
   width: 971px;
}

/* Don't display some stuff on the main page */
body.page-Main_Page #deleteconfirm,
body.page-Main_Page #lastmod,
body.page-Main_Page #siteSub,
body.page-Main_Page #contentSub,
body.page-Main_Page h3#siteSub,
body.page-Main_Page #siteNotice,
body.page-Main_Page .firstHeading {
    display: none !important;
}

#siteNotice {
    margin-top: 5px;
    margin-bottom: -.5em;
}
#mw-dismissable-notice {
    background: transparent;
}

/* Talk page tab "+" / "new section". 
   Sets the same padding as the other tabs have. */
#p-cactions #ca-addsection a {
    padding-left: .8em;
    padding-right: .8em;
}

/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a { font-weight: bold !important; }


/* Make diff changes not just colour-based for accessibility */ 
.diffchange {
    font-weight: bold;
    background-color: inherit;
}
td.diff-addedline, td.diff-deletedline, td.diff-context {
    vertical-align: top;
    font-size: 85%;
    color: inherit;
}

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
#content {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}
 
/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {
  border-radius-topleft: 1em;
  border-radius-topright: 1em;
}
#content {
  border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
}
div.pBody {
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}