/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/
/****                                                                                                                                                                  ****/
/****    ATTENTION ADMINISTRATORS:                                                                                                                                     ****/
/****                                                                                                                                                                  ****/
/****    This is the CSS for all skins. Any major changes to this page or MediaWiki:Monobook.css should be first proposed on the Wikipedia:Village pump (technical)    ****/
/****                                                                                                                                                                  ****/
/****    CSS placed here will be applied to all skins                                                                                                                  ****/
/****    All template and light skin definitions can be made here                                                                                                      ****/
/****                                                                                                                                                                  ****/
/****    Testing can be done on your own user Monobook.css. In Mozilla and the Opera web browser, you can also test style changes dynamically with the test styles     ****/
/****    bookmarklet from squarefree.com at   http://www.squarefree.com/bookmarklets/webdevel.html . It pops up a window for adding style rules, and updates the       ****/
/****    page as you type.                                                                                                                                             ****/
/****                                                                                                                                                                  ****/
/****    Always check with the W3C CSS Validation Service at   http://tinyurl.com/28y334   and the CVS version before and after any changes at                         ****/
/****    http://tinyurl.com/2g8bsk                                                                                                                                     ****/
/****                                                                                                                                                                  ****/
/****    See also: Wikipedia:Catalogue of CSS classes                                                                                                                  ****/
/****                                                                                                                                                                  ****/
/****    Thank you.                                                                                                                                                    ****/
/****                                                                                                                                                                  ****/
/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/

/*******************************************/
/*******************************************/
/****                                   ****/
/****     WikIkariam related styles     ****/
/****                                   ****/
/*******************************************/
/*******************************************/

/*********************************/
/* WikIkariam BODY for all pages */
/*********************************/

body { background-color: #FAE0AE !important; color:black !important; margin: 1px 1px 1px 1px; border: 1px solid; } /* Area around actual working of page */

#wikia_page { background-color: #FDF7DD; color:black !important;  border: 1px solid; } /* Working area of page*/

/*******************/
/* Main page fixes */
/*******************/

#interwiki-completelist { font-weight: bold; }
body.page-Main_Page #ca-delete { display: none !important; }
body.page-Main_Page #mp-topbanner { clear: both; }

/********/
/* Tabs */
/********/

#tabs { font-size:90%; font-weight:bold; clear:both; margin:1em 0 3px 0; } 
#tabs .activetab { padding:5px 10px 5px 10px; margin:0 .5px 0 .5px; background:#FAE0AE; text-decoration:none; color:black; -moz-border-radius-topright:0.5em; -moz-border-radius-topleft:0.5em;
     -webkit-border-radius-topright:0.5em; -webkit-border-radius-topleft:0.5em; }
#tabs a .inactivetab, #tabs strong .inactivetab { padding:5px 10px 5px 10px; margin:0 .5px 0 .5px; text-decoration:none; background:#D8C08C; color:black; -moz-border-radius-topright:0.5em;
     -moz-border-radius-topleft:0.5em; -webkit-border-radius-topright:0.5em; -webkit-border-radius-topleft:0.5em; }
#tabs a .activetab:hover, #tabs strong .activetab:hover { background:#FDF7DD; color:black;}
#tabs a .inactivetab:hover, #tabs strong .inactivetab:hover { background:#FDF7DD; color:black;}
#tabs a:hover { text-decoration:none !important; }

/*********************/
/* TabView extension */
/*********************/

/******************************************************/
/* TabView - set the base backcolor of the 'off' tabs */
/******************************************************/

.yui-navset .yui-nav li { background-color: #D4DEE8; padding-left: 10px; padding-right: 10px; }

/*******************************************************************************/
/* TabView - set the background color of the content and the 'on' tab the same */
/*******************************************************************************/

.yui-content, .yui-navset .yui-nav li.selected { background-color: #E7F2FF; }

/********************************/
/* TabView - style the 'on' tab */
/********************************/

.yui-navset .yui-nav .selected { border-style: solid;
     border-width: 2px 0 0 0;
     border-top-color: #2F5DBA; }

/*************************************************************************************/
/* TabView - keep the side padding, but enforce no gap between content area and tabs */
/*************************************************************************************/

.yui-content { margin-top: 0; padding-top: 0.25em; padding-left: 0.5em; padding-right: 0.5em; }

/************************************************************************/
/* Display text below main article header, located at MediaWiki:tagline */
/************************************************************************/

#siteSub { display: inline; font-size: 90%; font-weight: normal; }

/***************/
/* LINK COLORS */
/***************/

a:link { color:Blue; }                                      /* General Link color for all unvisited links that have content on them  */
a:active, a.new { color:Black; }                            /* While clicking on link that has much content */
a.interwiki, a.external { color:Green !important; }         /* External UN-VISITED links that are NOT in Wikia's system */
a.interwiki:visited, a.external:visited, { color:Aqua !important; } /* External VISITED links that are NOT in Wikia's system */
a.extiw  { color:GoldenRod !important; }                    /* External UN-VISITED links that are in Wikia's system */
a.extiw:visited { color:BurlyWood  !important; }            /* External VISITED links that are in Wikia's system */
a.stub { color:DarkRed !important; }                        /* Links to page with little content */
a.new { color:Red !important; }                             /* Links to non existing (NEW) page - (NO CONTENT MADE YET) */

/* *********************** */ 
/* a:visited {  }          */                               /* Internal Visited links (Disregards amount of content) -- DO NOT USE */
/* a:hover { }             */                               /* Mouse over color of  link */
/* a.external,             */                               /* ??? */
/* a.interwiki,            */                               /* ??? */
/* a.interwiki:visited { } */                               /* ??? */
/* *********************** */


/****************/
/* Page HEADERS */
/****************/

h1.firstHeading { color:#643200; }                   /* Page heading */
#bodyContent h1, #bodyContent h2 { color:#643200; }  /* H1 + H2 heading */
h1, h2  { border-bottom:2px solid #643200; }
#bodyContent h3, #bodyContent h4 { color:#643200; }  /* H3 + H4 heading */
h3, h4 { border-bottom:1px solid #643200; }
#bodyContent h5, #bodyContent h6  { color:#643200; } /* H5 + H6 heading */


/*************************************/
/* Change background of category bar */
/*************************************/

#catlinks { background-color: #ffffff; }

/**********************************/
/* The backgrounds for galleries. */
/**********************************/

#content .gallerybox div.thumb { background-color: #F9F9F9; }     /* Light gray padding */

/************************************************************************************/
/* Put a chequered background behind images, only visible if they have transparency */
/************************************************************************************/

.gallerybox .thumb img, #file img { background:transparent url(http://images2.wikia.nocookie.net/ikariam/images/2/27/Checkered.svg) repeat; }

/*************************************************************/
/* But not on articles, user pages, portals or with opt-out. */
/*************************************************************/

.ns-0 .gallerybox .thumb img, .ns-2 .gallerybox .thumb img, .ns-100 .gallerybox .thumb img,  .nochecker .gallerybox .thumb img { background: white; }

/****************************/
/* remove table backgrounds */
/****************************/

table { background-color:inherit; }

/*********************************************************/
/* to remove the external link icon from sortable tables */
/*********************************************************/

#bodyContent a.sortheader { background: none; padding-right: 0; }
 
/****************************************/
/* PLAINLINKS (see wikipedia:Common.css */
/****************************************/

.plainlinksneverexpand { background: none ! important; padding: 0 ! important; }
.plainlinksneverexpand .urlexpansion { display: none ! important; }
.plainlinksneverexpand a { background: none !important; padding: 0 !important; }
.plainlinksneverexpand a.external.text:after { display: none !important; }
.plainlinksneverexpand a.external.autonumber:after { display: none !important; }

/**************************************************************/
/* fixes spacing after using plainlinks class to remove arrow */
/**************************************************************/

#bodyContent .plainlinks a { background: none !important; padding: 0 !important; }

/***********************/
/* Edit window toolbar */
/***********************/

#toolbar { height: 22px; margin-bottom: 6px; }

/**********************************************************/
/* --- [[SPECIAL:ALLPAGES]], CATEGORY REDIRECT TWEAKS --- */
/**********************************************************/

.redirect-in-category, .allpagesredirect { font-style: italic; }
.allpagesredirect:after { color: #808080; content: " (redirect)"}

/****************************/
/* --- REFERENCE STYLES --- */
/****************************/

/********************************************/
/* make the list of references look smaller */
/********************************************/
ol.references { font-size: 90%; }
 
/***************************************************************/
/* Make the list of references in [[Template:Reflist]] smaller */
/***************************************************************/

.references-small { font-size: 90%; }

/*********************************************************************************************/
/*    VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it    */
/*    -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1)                                */
/*    column-count is from the CSS3 module "CSS Multi-column Layout"                         */
/*    Please ignore any validator errors caused by these two lines                           */
/*********************************************************************************************/

.references-2column { font-size: 90%; -moz-column-count:2; column-count:2; }

/**********************************************************/
/* Highlight clicked reference in blue to help navigation */
/**********************************************************/

ol.references > li:target, sup.reference:target, span.citation:target, cite:target { background-color: #FAE0AE; }

/*******************************************************************/
/* Ensure refs in table headers and the like aren't bold or italic */
/*******************************************************************/

sup.reference { font-weight: normal; font-style: normal; }

/*************************/
/* Styling for citations */
/*************************/

span.citation, cite { font-style: normal; word-wrap: break-word; }

/*********************************/
/* Removes underlines from links */
/*********************************/

.nounderlines a { text-decoration: none; }

/******************************************************************************/
/*     Prevent line breaks in silly places:                                   */
/*          1) links when we don't want them to                               */
/*          2) HTML formulae                                                  */
/*          3) Ref tags with group names <ref group="Note"> --> "[Note 1]"    */
/******************************************************************************/

.nowraplinks a, span.texhtml, sup.reference a { white-space: nowrap; }

/***********************************************/
/* Increase the height of the image upload box */
/***********************************************/

#wpUploadDescription { height: 13em; }

/******************************************/
/* Reduce line-height for <sup> and <sub> */
/******************************************/

sup, sub { line-height: 1em; }

/*****************************/
/* Margins for <ol> and <ul> */
/*****************************/

#content ol, #content ul, #mw_content ol, #mw_content ul { margin-bottom: 0.5em; }

/**********/
/* <code> */
/**********/

code { color:black; background-color:#c8c8c8; font-style: italics; }

/*******************************************************************************************************************************/
/* Prevent floating boxes from overlapping any category listings, file histories, edit previews, and edit [Show changes] views */
/*******************************************************************************************************************************/

#mw-subcategories, #mw-pages, #mw-category-media, #filehistory, #wikiPreview, #wikiDiff { clear: both; }

/****************************************/
/* Make certain links black on monobook */
/****************************************/

.speciallink { color:black; }

/***************************************/
/* Hatnotes and disambiguation notices */
/***************************************/

.rellink,
.dablink { font-style: italic; padding-left: 2em; margin-bottom: 0.5em;}
.rellink i,
.dablink i { font-style: normal; }
 
/*********************************/
/* Style for horizontal UL lists */
/*********************************/

.horizontal ul { padding: 0; margin: 0; }
.horizontal li { padding: 0 0.6em 0 0.4em; display: inline; border-right: 1px solid; }
.horizontal li:last-child { border-right: none; padding-right: 0; }

/*********************************/
/****    Ikariam TEMPLATES    ****/
/*********************************/

/**************************/
/* Template documentation */
/**************************/

.template-documentation { clear: both; margin: 1em 0 0 0; border: 1px solid #aaa; background-color: #ecfcf4; padding: 5px; }
.thumbinner { min-width: 100px; }

/************/
/* Alertbox */
/************/
 
.alertbox { font-size: 95%; width: 80%;  margin: 0 auto;
     border: 1px solid #228b22;
     border-left: 1px solid #228b22;
     border-right: 1px solid #228b22;
     border-top: 1px solid #228b22;
     border-bottom: 1px solid #228b22;
     border-collapse: collapse;
     background-color: #DDD; }
 
/********************/
/* Alertbox colours */
/********************/

.alertbox-blue { border-left: 10px solid blue;        /* Blue (?) */
     border-top: 1px solid blue;
     border-right: 1px solid blue;
     border-bottom: 1px solid blue; }

.alertbox-red { border-left: 10px solid red;          /* Red (Warning/serious) */
     border-top: 1px solid red;
     border-right: 1px solid red;
     border-bottom: 1px solid red; }

.alertbox-orange { border-left: 10px solid orange;    /* Orange (License) */
     border-top: 1px solid orange;
     border-right: 1px solid orange;
     border-bottom: 1px solid orange; }

.alertbox-yellow { border-left: 10px solid yellow;    /* Yellow (?) */
     border-top: 1px solid yellow;
     border-right: 1px solid yellow;
     border-bottom: 1px solid yellow; }

.alertbox-purple { border-left: 10px solid purple;    /* Purple (?) */
     border-top: 1px solid purple;
     border-right: 1px solid purple;
     border-bottom: 1px solid purple; }

.alertbox-gray { border-left: 10px solid gray;        /* Gray (?) */
     border-top: 1px solid gray;
     border-right: 1px solid gray;
     border-bottom: 1px solid gray; }

.alertbox-green { border-left: 10px solid green;      /* Green (DEFAULT) */
     border-top: 1px solid green;
     border-right: 1px solid green;
     border-bottom: 1px solid green; }

/***********************/
/* Alertbox small text */
/***********************/

.alertsmalltext { font-size: smaller; margin-top:0.5em; margin-left:0.8em; }

/*******************/ 
/* Alertbox images */
/*******************/

.alertbox-image {                                     /* The left image cell */
     width: 60px; 
     padding: 2px 0px 2px 0.5em;                      /* 0.5em left, 0px right */
     text-align: center; }
.alertbox-imageright {                                /* The right image cell */
     width: 60px; 
     padding: 2px 0.5em 2px 0px;                      /* 0px left, 0.5em right */
     text-align: center; }

/************************************************************/
/* Prevents line breaks in links, used for Navigation boxes */
/************************************************************/

.nowraplinks a { white-space: nowrap; }
 
/**********/
/* Navbox */
/**********/

table.navbox { border:1px solid #D8C08C; width:100%; margin:auto; clear:both; font-size:90%; text-align:center; } /* navbox container style */
.navbox, .navbox-subgroup { background:#ECE0C3; }                                                                 /* Background color */
table.navbox + table.navbox { margin-top:-2px; }                                                                  /* single pixel border between navboxes (doesn't work for IE6, but that's okay) */
.navbox-title, .navbox-abovebelow, table.navbox th { background-color:#FDF1D4; text-align:center; }               /* title and above-below styles */
.navbox-group { white-space:nowrap; text-align:right; font-weight:bold; padding-left:1px; padding-right:1px; }    /* group style */
.navbox-list { border:2px solid #D8C08C; }                                                                        /* List border color */ 
.navbox-title, table.navbox th { background:#FDF1D4; }                                                            /* Level 1 color */
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title { background:#FFFFFF; }                         /* Level 2 color */
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { background:#D8C08C; }                       /* Level 3 color */
.navbox-even { background: #FAE0AE; }                                                                             /* Even row striping */
.navbox-odd { background:transparent; }                                                                           /* Odd row striping */

/*********************************************************************************/
/* 'show'-'hide' buttons created dynamically by the CollapsibleTables javascript */
/* in MediaWiki:common.js are styled here so they can be customised.             */
/*********************************************************************************/

.collapseButton { float: right; font-weight: normal; text-align: right; width: auto; }

/**********************************************************************************/
/* In navboxes, the show/hide button balances the vde links from Template:Tnavbar */
/* so they need to be the same width.                                             */
/**********************************************************************************/

.navbox .collapseButton { width: 6em; }

/***********************/
/* ---- USERBOXES ---- */
/***********************/

/***********/
/* Userbox */
/***********/

table.userbox {float: left; margin: 0.2em; padding: 0; border-width: 1px; border-style: solid;}
table.userbox td.left, table.userbox td.right {text-align: center; vertical-align: middle; font-size: 1.6em; padding: 0;}
table.userbox td.main {padding: 0 4px; vertical-align: middle; line-height: 125%; font-size: 0.90em;}

/*******************/
/* Babel's Userbox */
/*******************/

table.babeluserbox { height:60px; }
table.babeluserbox>table { height:100%; }
table.babeluserbox>table>tbody>tr>td,
table.babeluserbox>table>tbody>tr>th { border:none; background:none; }

/******************************/
/****    Ikariam TABLES    ****/
/******************************/

/**************/
/* Darktables */
/**************/

table.darktable { background:#ECE0C3;                                     /* Main body background color */
     border:2px solid #D8C08C;                                            /* Main body border color */ 
     border-collapse: collapse;                                            
     font-size:90%;                                                       
     margin:0.5em 0.5em 0.5em 0.5em; }                                    
table.darktable th { background: #FFFFFF;                                 /* Table HEADING background color - same as .title */
     border:2px solid #D8C08C; }                                          /* Table HEADING border color */  
table.darktable caption { font-size:120%; font-weight:bold; }             /* Caption size */

/*********/
/* Zebra */
/*********/

table.zebra > tbody > tr:nth-child(2n+1) { background:#FAE0AE; border:2px solid #D8C08C; border-collapse:collapse; }  /* SAME AS .alt for Alternating background colors */
table.zebra { border:2px solid #D8C08C; border-collapse:collapse; }                                                   /* Table borders */
 
/**************************************************/
/* Is class=hover for legibility in larger tables */
/**************************************************/

table .hover:hover { background: orange; }

/**********/
/* Titles */
/**********/

.title  { background:#FFFFFF; border:2px solid #643200; border-collapse:collapse; text-align:center; font-weight:bold; }               /* Light  colored Title */
.title2 { background:#FDF1D4; border:2px solid #643200; border-collapse:collapse; text-align:center; font-weight:bold; }               /* Medium colored Title */ 
.title3 { background#643200; border:2px solid #FAE0AE; border-collapse:collapse; text-align:center; font-weight:bold; color:white; }  /* Dark   colored Title */ 

/*******/
/* Alt */
/*******/

.alt { background-color:#FAE0AE; border:1px solid #D8C08C; }

/****************************************************************************************************************************************************/
/****    TESTING AREA    ****    TESTING AREA    ****    TESTING AREA    ****    TESTING AREA    ****    TESTING AREA    ****    TESTING AREA    ****/
/****************************************************************************************************************************************************/

/**********************/
/* --- Poll stuff --- */
/**********************/

.poll { width: 88% !important;
      max-width: 500px !important;
      background-color: #A0A2B8 !important;
      border:none !important;
      padding:5px 0px 5px 0px !important; }
.pollAjax { background-color: #999 !important; }
.pollAnswerVotes div { background-color:#999 !important;
     margin-right:10px !important; }
.poll .ourVote div { border:1px solid #CCC !important; }

/******************/
/* NEW poll stuff */
/******************/

div.ajax-poll { border:none !important;
     width:88% !important; }

/****************************************/
/* Login form fix attempt for all skins */
/****************************************/

* html #userloginForm form { float: none; }
* html #userlogin form { float: none; }

/*******************************/
/* --- Recent Changes LIST --- */
/*******************************/

/*******************************************/
/* Recent changes, Special:Filelist arrows */
/*******************************************/

/****
.mw-arr-r { background-image: url('http://images3.wikia.nocookie.net/wowwiki/images/2/26/Icon-next-12x12.png'); }
.mw-arr-d, .mw-sort-desc { background-image: url('http://images4.wikia.nocookie.net/wowwiki/images/6/68/Icon-down-12x12.png'); }
.mw-arr-u, .mw-sort-asc { background-image: url('http://images2.wikia.nocookie.net/wowwiki/images/7/79/Icon-up-12x12.png'); }
.mw-arr-l { background-image: url('http://images2.wikia.nocookie.net/wowwiki/images/2/20/Icon-back-12x12.png'); }
****/
 
********************************/
/* RC list byte-change colours */
********************************/

.mw-plusminus-neg { color: red; }
.mw-plusminus-pos { color: green; }
.mw-plusminus-null { color: #gray; }

/**********************/
/* colour 'N' and 'm' */
/**********************/

.newpage { color: green; }
.minor { color: gray; }

/**********************************/
/* Move namespace RC to the right */
/***************** ****************/

div.namespacesettings { float: right; clear: none; position: relative; top: -4em; width: 160px; border: 1px dotted #606060;
     background: #555; padding: 4px; font-size: 90%; }
 
/***********************************/
/* Table sort for Special:Filelist */
/***********************************/
 
.TablePager_sort { background-position: 2px 50%; }
.TablePager th a { display: block; } 
.TablePager_sort a { padding: 0 4px 0 16px; } 
.TablePager_sort img { display: none; } 

/***************************/
/**** AJAX table hiding ****/
/***************************/

.ajaxHide-active { display: none; }

/******************************************************************/
/* remove talk link from forum namespace (Monobook/Quartz/Monaco) */
/******************************************************************/

/****
body.ns-110 #ca-talk, body.ns-110 #this_talk, body.ns-110 #page_tabs li+li  { display: none; }
****/