var font = {
    src: '/media/sifr.swf'
};

sIFR.activate(font); // From revision 209 and onwards
sIFR.replace(font, {
    selector: 'h1.sifr-home',
    wmode: "transparent",
    thickness: 100,
    css: {
        '.sIFR-root': {
            'color': '#333333'
        }
    }
});
sIFR.replace(font, {
    selector: 'h1.sifr',
    wmode: "transparent",
    thickness: 100,
    css: {
        '.sIFR-root': {
            'color': '#FE6903'
        }
    }
});

sIFR.replace(font, {
    selector: 'h2.sifr-archive',
    wmode: "transparent",
    css: {
        '.sIFR-root': {
            'color': '#666666',
            'leading': '5'
        }
    }
});

sIFR.replace(font, {
    selector: '.sifr-links',
    wmode: "transparent",
    thickness: 100,
    css: {
        '.sIFR-root': {
            'color': '#333333'
        },
        'em': {
            'color': '#FE6903',
            'font-style': 'normal'
        }
    }
});

sIFR.replace(font, {
    selector: 'h2.sifr',
    wmode: "transparent",
    thickness: 100,
    css: {
        '.sIFR-root': {
            'color': '#333333'
        }
    }
});

sIFR.replace(font, {
    selector: '.sifr-quote',
    wmode: "transparent",
    thickness: 100,
    css: {
        '.sIFR-root': {
            'color': '#666666',
            'leading': '5'
        },
        'em': {
            'color': '#FE6903',
            'font-style': 'normal'
        }
    }
});

sIFR.replace(font, {
    selector: '.sifr-cite',
    wmode: "transparent",
    thickness: 100,
    css: {
        '.sIFR-root': {
            'color': '#666666',
            'font-style': 'italic'
        }
    }
});

sIFR.replace(font, {
    selector: '.sifr-contacts',
    wmode: "transparent",
    thickness: 100,
    css: {
        '.sIFR-root': {
            'color': '#FE6903'
        }
    }
});

