I installed the Stevish 2 Theme last night (renamed AlphaOmega) on my site at http://chasingthewind.net .
The post background had a transparency to it; now it doesn't. I don't recall changing anything in the style.css that would have eliminated the transparency; it just suddenly stopped being transparent. Oddly, it's still transparent in Firefox.
Any clues on how I can return the transparency effect?
The odd thing is that if I refresh the screen, the posts start off transparent. As the background images are loaded, though, the opaque appearance of the post suddenly disappears and it's solid.
Bah. I think I found it. The original theme had this:
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<!--[if IE]>
<style type='text/css'>
<?php include('ie.css'); ?>
</style>
<![endif]-->
And I added
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
after it.