
var archer_bold = { src: '/_resx/sifr/archer.bold.swf' };
sIFR.activate(archer_bold);
// Remember, there must be *only one* `sIFR.activate()`!

sIFR.replace(archer_bold, {
    selector: '.sidebar_panel h3',
    css: '.sIFR-root {color: #ffffff; text-transform: uppercase; text-align: center; line-height: 40px; }',
    transparent: true,
    selectable: false
});

sIFR.replace(archer_bold, {
    selector: '#hp_secondary h1',
    css: ['.sIFR-root {color: #ffffff; text-transform: uppercase; text-align: center; display: block; font-size: 36px; }', 'a{color: #ffffff; text-decoration: none;}', 'a:hover{color: #ffffff; text-decoration: none;}'],
    transparent: true,
    selectable: false
});

sIFR.replace(archer_bold, {
    selector: 'h1',
    css: ['.sIFR-root {color: #242220; text-transform: uppercase; font-size: 33px;}', 'strong{color: #95100b;}'],
    transparent: true,
    selectable: false,
    tuneHeight: -10
});

sIFR.replace(archer_bold, {
    selector: 'h2',
    css: ['.sIFR-root {color: #494440; font-size: 28px; line-height: 28px;}', 'strong{color: #95100b;}'],
    transparent: true,
    selectable: false,
    tuneHeight: 0
});
