/* Defines midnight style. Intended to be applied on top of main.css. */

html, body      { background-color: black; color: #aeaeae; }

#content        { background: black url("../img/nuit_glow.png") 50% 100% no-repeat; }
em,
strong,
#leading-capital { color: white; }
#introduction,
h2,
h3,
h4,
cite    { color: #606060; }

a:link      { color: #77c043; }
a:visited   { color: #53862f; }
a:hover,
a:active,
a:focus     { color: #53862f; }

ul          { list-style-image: url("../img/bullet_nuit.png"); }

#windmill   { background-image: url("../img/art/windmill_wide_nuit.jpg") !important; }