I chose one of the dark background patterns for my site (STLontheWeb.net), but it doesn’t render for my sticky post. In the custom CSS box within Theme Options, I tried:
/* renders dark background image for sticky post */
.sticky {
background-image: url (images/patterns/pattern-7.png) !important;
}