/*adds a bit of space above signatures and makes the text lighter*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("boards.ign.com"), domain("betaboards.ign.com"), domain("forums.ign.com") {

.boards_signature_title, 
.boards_thread_post_signature,
.boards_thread_post > img:last-child:not(.BoardFace) {
position: relative;
top: 8px;
}

.boards_thread_post_signature {
color: #888 !important;
}

.boards_thread_post_signature a {
color: #77b !important;
}

.boards_thread_post_signature .BoardFace {
opacity: 0.5 !important;
}

}