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

.editsimilar {
    background: #ccffcc;
    border: 2px outset #0b0;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-bottom right: 40px;
    -webkit-border-top-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
}

.usermessage {
    background: #cfc;
    font-weight: bold;
    margin: 20px 0 10px 0;
    padding: 5px 10px;
    vertical-align: middle;
    border: 2px outset #0b0;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-topleft: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
}

table, td {
    background: none;
}
div.thumb {
   border: none;
}
div.tright {
   border: none;
   margin: 5px 0 5px 10px;
}
div.tleft {
   border: none;
   margin: 5px 15px 5px 0;
}

/*Sidebar*/
.portlet {
    width: 150px;
}
.portlet h5 {
    text-transform: uppercase;
    color: #fff;
    background: #050;
    border: 2px outset #0b0;
    padding: 1px 0 3px 10px;
    font-weight: bold;
    display: block;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
}
.pBody {
    background: #cfc;
    border: 2px outset #0b0;
    padding-left: 0;
    margin: 2px 30px 0px 10px;
    border-top-left-radius: 2.0em;
    border-bottom-right-radius: 2.0em;
    -moz-border-radius-topleft: 2.0em;
    -moz-border-radius-bottomright: 2.0em;
    -webkit-border-top-left-radius: 2.0em;
    -webkit-border-bottom-right-radius: 2.0em;
}
.portlet ul {
    list-style-type: none;
}

/*ToC*/
#toc {
    background: #cfc;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 40px;
    -moz-border-radius-topleft: 60px;
    -moz-border-radius-bottomright: 40px;
    -webkit-border-top-left-radius: 60px;
    -webkit-border-bottom-right-radius: 40px;
    border: 2px outset #0b0;
}
#toc li {list-style: none;}

/*Hover*/
.usermessage:hover,
#toc:hover,
#catlinks:hover {
    background: none;
}
.portlet h5:hover {
    background: none;
    color: #070;
}

/*Input boxes*/
input[type="submit"],
input[type="button"] {
    margin-top: 2px;
    margin-bottom: 1px;
    padding: 0;
    cursor: pointer;
    background: #cfc;
    border: 2px outset #0b0 !important;
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"] {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
}
input[type="text"],
input[type="password"] {
    border: 2px inset #0b0 !important;
    padding-left: 3px;
    height: 16px;
}
textarea {
    border: 2px inset #0b0;
    margin-bottom: 3px;
    background: none;
}
input[type="submit"],
input[type="button"] {
    color: #000;
    cursor: pointer;
    background: #cfc;
    border: 2px outset #0b0;
}
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #fff;
}

/*Content area*/
#content {
    border: 2px outset #0b0;
    border-radius: 20px
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

/*Links*/
a,
a.extiw,
a.external {
    color: #080 !important;
}

a:visited,
a.extiw:visited,
a.external:visited {
    color: #084 !important;
}
a:hover,
a.extiw:hover,
a.external:hover {
    color: #0b0 !important;
}
a:visited:hover,
a.extiw:visited:hover,
a.external:visited:hover {
    color: #0b4 !important;
}
a.new,
a.new:visited,
#p-cactions .new a,
#p-cactions .new a:visited {
    color: #bb0 !important;
}
#bodyContent a.external {background-image: url(http://images.wikia.com/pikmin/images/4/44/External.png);}
#catlinks {
    border: 2px outset #0b0;
    background: #cfc;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    padding-bottom: 0;
    padding-top: 0;
}
.color1 {background-color: #050;}
.color2 {background-color: #cfc;}
#search_box {
    border-top-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -webkit-border-top-left-radius: 12px;
}
#link_box {
    border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
}
#navigation a {
   background-color: #cfc;
   color: #080;
}

#navigation a:hover, .navigation-hover {
   background-color: #fff;
   color: #0b0;
}
.menu-item:first-child a, .menu-item:first-child {
   border-top-left-radius: 12px;
   -moz-border-radius-topleft: 12px;
   -webkit-border-top-left-radius: 12px;
}
.menu-item:last-child a, .menu-item:last-child {
   border-bottom-right-radius: 12px;
   -moz-border-radius-bottomright: 12px;
   -webkit-border-bottom-right-radius: 12px;
}
.widget {
   border: 2px outset #0b0;
   padding: 0 !important;
   border-top-left-radius: 15px;
   border-bottom-right-radius: 15px;
   -moz-border-radius-topleft: 15px;
   -moz-border-radius-bottomright: 15px;
   -webkit-border-top-left-radius: 15px;
   -webkit-border-bottom-right-radius: 15px;
}
.widget dt {
   padding-left: 5px;
   border-top-left-radius: 15px;
   -moz-border-radius-topleft: 15px;
   -webkit-border-top-left-radius: 15px;
}
.widget dd,
.ask_form {
   background-color: #cfc;
   border-bottom-right-radius: 15px;
   -moz-border-radius-bottomright: 15px;
   -webkit-border-bottom-right-radius: 15px;
}
.widget dd:hover {background-color: #dfd;}
#page_bar, #search_box {
   background-image: none;
}
#page_controls a {
   color: #fff;
}
#wikia_page {
    background: #fff url(http://images4.wikia.nocookie.net/pikmin/images/6/67/BG_contentarea.png) right fixed no-repeat;
    border: 2px outset #0b0;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
#page_bar {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
}
#page_tabs li {
    background: #cfc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}
.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images.wikia.com/pikmin/images/6/69/Monaco_header_button.png);
   color: #080;
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/pikmin/images/6/69/Monaco_header_button.png', sizingMethod='crop');
}
#headerMenuHub a, #headerMenuUser a {color: #fff !important;}
#wikia_logo {background-image: url(http://images.wikia.com/pikmin/images/9/9e/Monaco_wikia_logo.png);}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/pikmin/images/9/9e/Monaco_wikia_logo.png', sizingMethod='crop');
}
#search_button {
   background-image: url(http://images.wikia.com/pikmin/images/2/22/Monaco_search.png);
}
* html #search_button {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/pikmin/images/2/22/Monaco_search.png', sizingMethod='crop');
}
#header_username a {
   color: #080;
}
#user_masthead {
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    background: #8c8;
}
#user_masthead a {color: #FFF}
#user_masthead+#page_bar {-moz-border-radius: 0; margin-top: 0;}
ul li {list-style-image: url(http://images4.wikia.nocookie.net/pikmin/images/7/7a/Bullet.png);}
#user_masthead ul.nav_links li, #user_masthead ul.nav_links li a {
  background: #005500;
  color: #FFF;
}
#user_masthead ul.nav_links li.selected, #user_masthead ul.nav_links li.selected a {
  background: #FFF;
  color: #005500;
}
body.masthead-regular #page_bar, body.masthead-special #page_bar, 
body.masthead-regular #page_bar a, body.masthead-special #page_bar a {
  background: #FFF;
  color: #005500;
}
.dark_text_1 {
  color: #005500;
}