@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("webwereld.nl") {

/* Poging tot Webwereld nieuwe stijl (v.a. 27-01-2009)
   beter leesbaar te maken. Hatsikidee, de groetjes van JanW.
   Update: 28 april 2009; aanpassingen n.a.v. de updates van WebWereld zelf. */

/* Donkere achtergrond. */
body {
background: none #558DA8 !important;
}

/* Beter contrast door teksten zwart te maken i.p.v. grijs t.b.v. de leesbaarheid. */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p, span, a {
color: #000 !important;
}

/* Duidelijker hover effect voor links. */
a:hover {
color: #c00 !important;
text-decoration: none !important;
}

/* Zaken weer wit maken die wit horen te zijn. */
#accountPanel, #accountPanel p, #accountPanel p a, ul#footerLinks li a, ul#footerLinks li h4,ul#copyRight li, ul#copyRight li a, div#relatedContent p, #newsLetterSubscription p, .moreNews, .popularNewsCategory h4, div#otherNews a.button, input.button, input.buttonSearch, input.newsLetterButton {
color: #fff !important;
}
ul#copyRight li a:hover {
color: #fff !important;
}

#articleText a {
color: #2F6682 !important;
}
#articleText a:hover {
color: #c00 !important;
}

.articleComment a {
color: #2F6682 !important;
}
.articleComment a:hover {
color: #c00 !important;
text-decoration: none !important;
}

/*  Accountpanel tweaks.  */
#accountPanel p a:hover{
color: #c00 !important;
text-decoration: none !important;
}
#accountPanel div.status {
background-color: transparent !important;
font-weight: bold !important;
color: #fff !important;
} 

/* Een lichterblauw accentje, hier & daar. Altijd leuk. Speels. Dolletjes. */
ul#tags, ul#categorie, ul#breadCrumb, #commentButton, #webwereld ul li div.desc {
background-color: #cae8f7 !important;
background-image: none !important;
}

/* Leuke poll, nieuw? Jazeker, kijk maar naar het pastel-achtig groene kleurtje. */
div#poll form {
background-color: #e8f7ca !important;
background-image: none !important;
}

#webwereld ul li h5 {
background-color: #a4dbf7 !important;
background-image: none !important;
}

/* Licht kleur-accent in de reacties, dat breekt zo mooi de witte pracht. */
.articleComment .articleBody, .blogComment .articleBody {
background-color: #fdfef1 !important;
background-image: none !important;
}

/* OK en Cancel knoppen bij het bewerken van je reactie duidelijker maken. */
.editor_ok_button {
cursor: pointer !important;
padding: 4px !important;
font-weight: bold !important;
background-color: #b5edc8 !important;
background-image: none !important;
}

.editor_cancel_link, .editor_cancel_link a {
color: #000 !important;
background-color: #eee !important;
margin-left: 8px !important;
padding: 4px !important;
border: 1px solid #999 !important;
text-decoration: none !important;
}

ul.articleFooter li {
font-size: x-small !important;
}

li.rating, li.comment {
width: 70px !important;
}

}