/* 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><nowiki>

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




#ca-edit a { 
  font-weight: bold !important; 
}

#quick-menu {
  display:none;
}

p {
  text-align:justify;
}



.page-Main_Page * .firstHeading
{
  display:none;
}

.page-Main_Page * h1 .editsection
{
  display:none;
}

.page-Main_Page * .mw-headline a,
.page-Scripts_by_category * .mw-headline a
{
  color:black;
}

.page-Screenshots p {
  text-align:left;
}



table.scripts tr 
{
  vertical-align: top;
}

table.scripts td 
{
  vertical-align: top;
  border: none;
  padding-left: 0px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
}



table.themes 
{
  margin-top:5px;
  margin-bottom:5px;
}

table.themes * h3
{
  margin-top:0px;
  padding-top:0px;
}

table.themes * td
{
  vertical-align:top;
}
 
table.themes * p 
{ 
  text-align:left; 
}

table.themes * img 
{ 
  margin-right:10px;
  margin-left:5px;
  padding:2px;
  border:1px solid silver;
}

#article { position: relative; }

#quick-menu {
  display:table;
  vertical-align:top;
  text-align:left;
  padding:0em 0.2em 0em 0em;
  position:absolute;
  top:3px; right:3px;
  z-index:10;
  width:20em;
  background-color:#dbdeff;
}

// </nowiki></pre>