sIFR.domains = ['www.leugens.nl.dev', 'www.leugens.nl', 'leugens.nl'];

var malagaNarrowOTBold = { src: '/wp-content/themes/leugens/swf/malaga-narrow-ot-bold.swf' };
var malagaOTRegItalic  = { src: '/wp-content/themes/leugens/swf/malaga-narrow-ot-reg-italic.swf' };
var ratios = [9, 1.27, 14, 1.19, 21, 1.16, 28, 1.13, 45, 1.12, 61, 1.11, 70, 1.1, 71, 1.11, 104, 1.1, 106, 1.09, 113, 1.1, 114, 1.09, 115, 1.1, 118, 1.09, 120, 1.1, 121, 1.09, 122, 1.1, 1.09];

// sIFR.useStyleCheck = true;

sIFR.activate(malagaNarrowOTBold);
sIFR.activate(malagaOTRegItalic);

sIFR.replace(malagaNarrowOTBold, {
	selector: 'div.post h2, div.post h2.klein, div.post h2.normaal, div.post h2.groot',
	ratios: ratios,
	css: [
		'.sIFR-root { font-style: normal; color: #c10000; }',
		'a { text-decoration: none; color: #c10000;}',
		'a:visited { color: #c10000; }',
		'a:hover { color: #ff0000; }'
	]
});

sIFR.replace(malagaOTRegItalic, {
	selector: 'div.post h3',
	ratios: ratios,
	css: [
		'.sIFR-root { font-style: normal; color: #858c7b; font-size: 20px; line-height: 25px; }',
		'a { text-decoration: none; color: #858c7b;}',
		'a:visited { color: #858c7b; }',
		'a:hover { color: #858c7b; }'
	]
});
