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

.darkText, #content .darkText, #article .darkText {
        color: black;
}
.darkText a {
	color: #002bb8;
}
.darkText a:visited {
	color: #5a3696;
}
.darkText a:active {
	color: #faa700;
}
.darkText a.stub {
	color: #772233;
}
.darkText a.new {
	color: #ba0000;
}
.darkText a.new:visited {
	color: #a55858;
}
#bodyContent .darkText a.extiw, #bodyContent .darkText a.extiw:active, #bodyContent .darkText a.external {
        color: #3366BB;
}

.lightText, #content .lightText, #article .lightText {
	color: #FFF;
}
.lightText a {
	color: #71d1ef;
}
.lightText a:visited{
        color: #71aaDD;
}
.lightText a.new {
	color: #FF0000;
}
.lightText a.new:visited {
	color: #FF8888;
}
#bodyContent .lightText a.extiw, #bodyContent .lightText a.extiw:active, #bodyContent .lightText a.external {
        color: #33BBBB;
}
/* </pre> */