/** CSS placed here will be applied to all skins */

 /* Removes the title 'Main Page' from the Main Page; it is redundant. */
body.page-LEGO_Wiki #siteSub, 
body.page-LEGO_Wiki #contentSub, 
body.page-LEGO_Wiki h1.firstHeading {
    display: none !important;
}

.allpagesredirect:after {content: " (redirect)"}
.allpagesredirect a { background: url(http://images.wikia.com/dofus/images/5/5c/Allpagesredirect.gif) center left no-repeat; padding-left: 13px; }

/* 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;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th,
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption,
.prettytable caption {
    font-weight: bold;
}

/* brickibanner class for main page background image */
.brickibanner {
    background: url(http://images3.wikia.nocookie.net/lego/images/f/f7/Bricki-banner-blue.png);
    background-repeat: no-repeat;
    background-position: bottom left;
 }

/* forum stuff */
 
.forumheader { 
   border: 1px solid #aaa; background-color: #f9f9f9; color: #000; margin-top: 1em; padding: 6px; 
}
.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(http://images1.wikia.nocookie.net/lego/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; 
}