/***** CSS placed here will be applied to all skins on the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/

/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */


/*** 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; 
}

#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
    font-style: italic;
}

.logoContainer { background-color: transparent!important; }

/* Folding wiki tabs: folder-like tab style */
.foldtabSet {
  position: relative;
}
.foldtabBox {
  padding:.5em;
  background-color:#ffffff;
  overflow:auto;
  border:1px solid crimson;
  position: relative;
  z-index: 1;
}
.foldtabHead a { 
  border:1px solid crimson; 
  padding:.13em 1em;
  background-color:snow;
  -moz-border-radius-topleft:.35em;
  -moz-border-radius-topright:.35em;
  text-decoration:none;
  color:firebrick;
  font-size:150%;
  position: relative;
  z-index: 0;
}
.foldtabHead a.selected { 
  border-width:2px;
  border-bottom:none;
  background-color:#ffffff;
  z-index: 2;
}
.foldtabHead p { padding:0;margin:0; }

/* </pre> */