Whoops!
I was looking for ways to make the entry titles on Pagan Vigil "pop!" I found this page on the text-shadow property. So I pasted one line of code into the h1 definition and it worked the first time.
font-family: 'Merriweather', serif;
text-shadow: 2px 2px 4px #000000;
margin: 0 0 15px 0;
line-height: 1.5em;
font-size: 2.6em;
Well, I did have to play with the line height a little.