/*********************************************
MediaWiki:Monaco.css (Monaco Skin
Stylesheet)

for Googology Wiki, the free large number
encyclopedia (http://googology.wikia.com/)

Designed by User:Followed by 100 zeroes.
Licensed under the GFDL.

= Documentation =

== Wikitables ==

Using the markup {| ... |} produces a table
without a border. Applying {| class="wikitable"
... |} colors the table gray.

== Copyright ==

Using the markup <div class="copyright"> ... 
</div> produces a copyright box style.

== Plainlinks2 ==

Using the markup <span class="plainlinks2">
... </span> causes all external links to appear
as normal links.

*********************************************/

/* General color themes */

.color1, .color1 a, .yui-panel, .hd {
    background-color:#000;
    color:#fff;
}

/**************************************************************************/

/* Copyright class used for the copyright templates */

.copyright {
    background-color:#F9F9F9;
    border:1px solid #AAAAAA;
    margin:20px;
    -moz-border-radius-topleft:10px;
    padding:10px;
}

/**************************************************************************/

/* Rounded top left corners in Firefox */

#wikia_page {
    -moz-border-radius-topleft:20px;
}

#page_bar {
    -moz-border-radius-topleft:16px;
}

.widget {
    -moz-border-radius-topleft:10px;
}

.widget_title, #search_box {
    -moz-border-radius-topleft:6px;
}

.menu-item:first-child > a {
    -moz-border-radius-topleft:6px;
}

#ygddfdiv {
    -moz-border-radius-topleft:10px;
}

#search_field {
    -moz-border-radius-topleft:5px;
}

.community_details {
    -moz-border-radius-topleft:5px
}

#toc {
    -moz-border-radius-topleft:8px
}

#edit_enhancements_toolbar {
    -moz-border-radius-topleft:10px;
}

.CSitem {
    -moz-border-radius:0px !important;
    -moz-border-radius-topleft:5px !important;
}

/**************************************************************************/

#search_field {
    border: thin solid black;
}

/**************************************************************************/

/* Push the page down so the background strip is visible */
/*
#wikia_page {
    margin-top:155px;
}
*/

/* The above, however, also pushed down the search box and the widgets */
/*
#widget_sidebar {
    margin-top:-155px;
}
*/
/**************************************************************************/

/* Username header */

#header_username a {
    color:#555;
}

/**************************************************************************/

/* Featured wiki links */

#wikia_footer * a {
    color:#555;
}

/**************************************************************************/

/* Default font shows up for page controls in Linux */

#page_controls li {
    font-family:Helvetica,Arial,sans-serif;
}

/* Page tabs with rounded top corners (in Firefox) and no more default font for Linux */

#page_tabs li {
    font-family:Helvetica,Arial,sans-serif;
    background-color:#CCC; /* Darkens unselected tabs, this will be canceled out in following declaration block */
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
}

/* Don't darken out selected tabs */

#page_tabs li.selected {
    background-color:#fff;
}

#page_tabs li a:hover {
    text-decoration:none;
}

/* Grayscale page controls */

#page_controls div {
    background-image:url("http://images4.wikia.nocookie.net/googology/images/5/56/GrayscaleSprite.png");
}

/**************************************************************************/

/* Semitransparent navigation */

#navigation {
    opacity:.9;
    -moz-opacity:.9;
}

/* Helvetica navigation */

#navigation a {
    font-family:Helvetica,Arial,sans-serif;
    font-size: 11pt;
}

/* Navigation hovers match the page */

#navigation a:hover, .navigation-hover {
    background-color:#ddd;
}

/**************************************************************************/

/* User message gray */

.usermessage {
    background-color:#ccc;
    border:thin solid #555;
}


/**************************************************************************/

/* Wikipedia-esque tables; use {| class="wikitable" ... |} to employ */

.wikitable {
    background-color:#F9F9F9;
    border:1px solid #AAAAAA;
    border-collapse:collapse; /* required to avoid double borders */
}

.wikitable > tbody > tr > td, .wikitable > tbody > tr > th {
    border:thin solid #AAAAAA;
}


/**************************************************************************/

/* Semitransparent hub header menu... */

#headerMenuHub {
   opacity:.75;
   -moz-opacity:.75;
   -moz-border-radius-topleft:10px;
}

/* ... and user header menu */

#headerMenuUser {
   opacity:.75;
   -moz-opacity:.75;
   -moz-border-radius-topleft:10px;
}

/**************************************************************************/

/* Subheader */

#siteSub {display:inline;font-weight:normal;font-size:8pt}

/**************************************************************************/

/* Hide title and tagline on main page */

body.mainpage * h1.firstHeading {display:none;}
body.mainpage * h3#siteSub {display:none;}

/**************************************************************************/

/* Remove unneeded background images from page bar and search box -- page loads faster */

#search_box {background-image:none;}
#page_bar {background-image:none;}

/**************************************************************************/

.CSitem {background-color:white !important;color:black !important;border:thin solid black !important;}
.CSaddCategory {background-color:#DDD !important;color:black !important;border:thin solid #BBB !important;}
.CSsuggestHover {background-color:#CCC !important;}

/**************************************************************************/

.plainlinks2 a{background:none!important;padding:0!important;color:#002BB8}
.plainlinks2 a:visited{color:#5A3696}
.plainlinks2 a:active{color:#faa700}

/**************************************************************************/

/* Black Wikia logo */

#wikia_logo {
   background-image: url("http://images1.wikia.nocookie.net/googology/images/5/57/Wikia.png");
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images1.wikia.nocookie.net/googology/images/5/57/Wikia.png', sizingMethod='crop');
}

/* Black menu buttons */

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url("http://images4.wikia.nocookie.net/googology/images/c/cf/Button.png");
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images4.wikia.nocookie.net/googology/images/c/cf/Button.png', sizingMethod='crop');
}

/* Gray search buttons */

#search_button {
   background-image: url("http://images3.wikia.nocookie.net/googology/images/9/95/Search.png");
}
* html #search_button {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images3.wikia.nocookie.net/googology/images/9/95/Search.png', sizingMethod='crop');
}