var dinschrift = {
    src: 'http://www.wind-gage.com/dinschrift.swf'
  };
sIFR.delayCSS  = true;
sIFR.activate( dinschrift );

sIFR.replace( dinschrift, {
    selector: 'h1',
    css: [
        '.sIFR-root { font-style: normal; color: #516f85; }'
    ], 
    wmode: 'transparent'
});
sIFR.replace( dinschrift, {
    selector: 'h2',
    css: [
        '.sIFR-root { font-style: normal; color: #516f85; }'
    ], 
    wmode: 'transparent'
});
sIFR.replace( dinschrift, {
    selector: 'h3',
    css: [
        '.sIFR-root { font-style: normal; color: #516f85; }'
    ], 
    wmode: 'transparent'
});


/* main nav */
sIFR.replace( dinschrift, {
    selector: 'ul#main-nav li',
    css: [
        '.sIFR-root { text-align: center; color: #ffffff; }'
        ,'a { color: #ffffff; text-decoration: none; }'
        ,'a:hover { color: #ffffff; text-decoration: none; }'
    ],
    fitExactly: true,
    forceSingleLine: true, 
    wmode: 'transparent'
});


/* home col headers */
sIFR.replace( dinschrift, {
    selector: 'div.col-heading',
    css: [
        '.sIFR-root { font-style: normal; color: #ffffff; }'
    ], 
    wmode: 'transparent'
});
