/***** CSS placed here will be applied to all skins on the entire site. *****/
/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */

/* Hide title and tagline on Main Page */
body.page-Wikia_Gaming h1.firstHeading, body.page-Wikia_Gaming #siteSub { 
    display:none;
}

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }

/* Infobox template style */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
     border: 1px solid #aaa;
     background-color: #f9f9f9; margin-top: 1em; padding: 12px;
}
.forumlist td.forum_edited a {
     color: black; text-decoration: none
}
.forumlist td.forum_title a {
     padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif)
     center left no-repeat; padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
     font-weight: normal; background: none; padding-left: 20px;
}
.forumlist th.forum_title {
     padding-left: 20px;
}

/* Recent changes byte indicators */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }

/* Image frame fix */
div.tright, div.tleft {
    border: 1px solid silver;
}
div.thumb {
    margin: 2px;
}

div.thumbinner {
    background: inherit;
    border: none;
}
#article div.thumb {
    color:inherit;
}

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
 
table.wikitable th,
table.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
 
table.prettytable code,
table.wikitable code {
    background-color: transparent;
}

.hubmodule {
   border:1px solid #C2C6CF;
   width: auto;
   margin-bottom: 5px;
   padding:3px;
   background-color: #F5F5F5;
  -moz-border-radius:0.5em;
  color: black;
}

a.hubmodule {
  color: #3366BB;
}

table.hubmodule th, div.hubmodule h2 {
    background-color: #C2C6CF;
    color: black;
    text-align:center;
    font-size: 150%;
    font-weight:bold;
    margin-bottom:0.6em;
    padding-bottom:0.17em;
    padding-top:0.3em;
    border:none;
    -moz-border-radius:0.5em;
}

table.related th, div.related h2 {
    background-color: #C2C6CF;
    color: black;
    text-align:center;
    font-size: 100%;
    font-weight:bold;
    margin-bottom:0.6em;
    padding-bottom:0.17em;
    padding-top:0.3em;
    border:none;
    -moz-border-radius:0.5em;
}

.hubmodule .poll {
    width: auto;
}

#bodyContent .nostar a { 
  background: transparent url(http://images.wikia.com/central/images/9/96/Bullet_plain.png) center left no-repeat !important; 
  padding-left: 14px !important;
}
#bodyContent .yellowstar a { 
  background: transparent url(http://images4.wikia.nocookie.net/central/images/thumb/e/e6/Hubstar-yellow.png/12px-Hubstar-yellow.png) center left no-repeat !important; 
  padding-left: 14px !important;
}
#bodyContent .orangestar a { 
  background: transparent url(http://images1.wikia.nocookie.net/central/images/thumb/7/73/Hubstar-orange.png/12px-Hubstar-orange.png) center left no-repeat !important; 
  padding-left: 14px !important;
}
#bodyContent .redstar a { 
  background: transparent url(http://images3.wikia.nocookie.net/central/images/thumb/e/ea/Hubstar-red.png/12px-Hubstar-red.png) center left no-repeat !important; 
  padding-left: 14px !important;
}
#bodyContent .greenstar a { 
  background: transparent url(http://images4.wikia.nocookie.net/central/images/thumb/8/8e/Hubstar-green.png/12px-Hubstar-green.png) center left no-repeat !important; 
  padding-left: 14px !important;
}

#bodyContent .poll {
    background-color: inherit;
}

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

/*~ Removes Main page heading ~*/
body.page-Wikia_Gaming .firstHeading { display: none; }

.hubmodule h2 .editsection {
  font-size: 60%;
  padding-right: 5px;
}

/* Homepage/Portal Tabs */
 .activetab {
  padding:5px 12px 6px 12px;
  background:#C2C6CF;
  text-decoration:none;
  color:black;
  -moz-border-radius-topright:0.5em;
  -moz-border-radius-topleft:0.5em;
  border-top: 1px solid #777A7F;
  border-left: 1px solid #777A7F;
  border-right: 1px solid #777A7F;
  white-space:nowrap;
 }

 .inactivetab {
  border-top: 1px solid #C2C6CF;
  border-left: 1px solid #C2C6CF;
  border-right: 1px solid #C2C6CF;
  white-space:nowrap;
 }

 a .inactivetab {
  padding:5px 12px 5px 12px;
  text-decoration:none;
  background:#F5F5F5;
  color:black;
  -moz-border-radius-topright:0.5em;
  -moz-border-radius-topleft:0.5em;
 }

 a .inactivetab:link, a .inactivetab:visited, a .inactivetab:focus, a .inactivetab:hover, a .inactivetab:active {
  text-decoration:none;
  background:#C2C6CF;
  color:black;
  border-top: 1px solid #777A7F;
  border-left: 1px solid #777A7F;
  border-right: 1px solid #777A7F;
 }

/* end homepage/portal tab code */

 .mainpage-enclosure {
  position:relative;
  max-width:100em;
  min-width:59em;
  margin-left:auto;
  margin-right:auto;
 }

.wikiaSkinMonaco div.menu-item a[href ^="/wiki/Portal:Full_Wiki_List"],
.wikiaSkinMonaco div.menu-item a[href ^="/wiki/Special:Categories"]
{
  font-size:80%;
  text-align:right;
}

/* Poll autoformatting */
.ajax-poll {
    width:auto !important; /*inline style override for poll extension*/
}

/* default skin for navigation boxes */
table.navbox {
    background-color:#F9F9F9;
    border:1px solid #AAA;
    clear:both;
    font-size:90%;
    margin:1em 0em 0em;
    padding:2px;
    text-align:center;
    width:100%;
}
table.navbox th {
    background-color:#CCF;
    font-size:120%;
    padding-left:1em;
    padding-right:1em;
}
@media print {
    .navbox {
        display:none;
    }
}

/* Standard Navigationsleisten, aka "box hiding thingy" from the German Wikipedia. Documentation at Wikipedia:NavFrame on Wikipedia. */
div.Boxmerge,
div.NavFrame {
    margin:0px;
    padding:4px;
    border:1px solid #AAA;
    text-align:center;
    border-collapse:collapse;
    font-size:95%;
}
div.Boxmerge div.NavFrame {
    border-style:none;
    border-style:hidden;
}
div.NavFrame + div.NavFrame {
    border-top-style:none;
    border-top-style:hidden;
}
div.NavPic {
    background-color:#FFF;
    margin:0px;
    padding:2px;
    float:left;
}
div.NavFrame div.NavHead {
    height:1.6em;
    font-weight:bold;
    background-color:#CCF;
    position:relative;
}
div.NavFrame p {
    font-size:100%;
}
div.NavFrame div.NavContent {
    font-size:100%;
}
div.NavFrame div.NavContent p {
    font-size:100%;
}
div.NavEnd {
    margin:0px;
    padding:0px;
    line-height:1px;
    clear:both;
}
a.NavToggle {
    position:absolute;
    top:0px;
    right:3px;
    font-weight:normal;
    font-size:smaller;
}

/* Display text below main article header, located at MediaWiki:Tagline */
#siteSub {
    display:inline;
    font-size:92%;
    font-weight:normal;
}

/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {
    background: url("http://images.wikia.com/central/images/5/5d/Checker-16x16.png") repeat;
}

/* </pre> */