/*****************************************************************************
 The sIFR configuration should typically go in `sifr-config.js`, but in order to
 keep the config file clean, and to give a quick overview, it's done here instead.
 *****************************************************************************/
var frankfurterstd = {
    src: '/resources/scripts/fonts/frankfurterstd.swf'
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(frankfurterstd);
sIFR.replace(frankfurterstd, {
    selector: 'h1.frank',
	wmode: 'transparent',
    css: ['.sIFR-root { color: #064287; font-size: 28px; }']
});
sIFR.replace(frankfurterstd, {
	selector: 'h2.frank,p#rate',
	wmode: 'transparent',
	css: ['.sIFR-root { color: #73215F; font-size: 15px; }']
});
sIFR.replace(frankfurterstd, {
    selector: '#comments h3.frank',
	wmode: 'transparent',
    css: ['.sIFR-root { color: #ffda00; font-size: 25px; }']
});
sIFR.replace(frankfurterstd, {
    selector: '#others h3.frank',
	wmode: 'transparent',
    css: ['.sIFR-root { color: #fbb600; font-size: 15px;text-align: center; line-height:-1em; }']
});
sIFR.replace(frankfurterstd, {
    selector: 'h3.frank',
	wmode: 'transparent',
    css: ['.sIFR-root { color: #ffffff; font-size: 15px; text-align: center;}']
});

