*//* DIY: Adjust the height & width attributes to reflect the actual size of your image/*.custom #header #logo a { display: block; height: 220px; width: 900px; background: url('') no-repeat; outline: none; } */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 6px; width: 900px; background: url('') no-repeat; outline: none; }
/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
body.custom { background: #33383a url('images/metal2medium.gif') 100% 0 repeat; }

.custom #page { background: #000000; }
body.custom { color: #ffffff}


.custom .entry-title, .custom .entry-title a { font-family: Arial; font-weight: bold; color: #cccccc; }
.custom .entry-title, .custom .entry-title a { font-family: Arial; font-weight: bold; color: #ffffff; } 

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-10848605-1");
pageTracker._trackPageview();
} catch(err) {}</script>