/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

var calibri = { src: 'http://www.kwekerijzeurniet.nl/_flash/calibriBold.swf' };

sIFR.activate(calibri);

sIFR.replace
	(calibri, {
		selector: 'h2',
		css: '.sIFR-root { color : #0C5191; }',
		wmode: 'transparent',
		ratios: [6, 1.24, 7, 1.21, 8, 1.18, 10, 1.16, 11, 1.13, 12, 1.12, 13, 1.11, 15, 1.1, 17, 1.09, 19, 1.08, 22, 1.07, 26, 1.06, 32, 1.05, 41, 1.04, 58, 1.03, 97, 1.02, 1.01],
		filters: {
			DropShadow: {
				knockout: false,
				distance: 0,
				color: '#FFFFFF',
				strength: 5
			}
		}
	});

sIFR.replace
	(calibri, {
		selector: 'h3',
		css: [
			  '.sIFR-root { color : #FFFFFF; }',
			  'em { font-style : normal; color : #C4CED8; }', // Calibri kan italic niet weergeven
		],
		wmode: 'transparent',
		ratios: [6, 1.24, 7, 1.21, 8, 1.18, 10, 1.16, 11, 1.13, 12, 1.12, 13, 1.11, 15, 1.1, 17, 1.09, 19, 1.08, 22, 1.07, 26, 1.06, 32, 1.05, 41, 1.04, 58, 1.03, 97, 1.02, 1.01],
		filters: {
			DropShadow: {
				knockout: false,
				distance: 1,
				color: '#083055',
				strength: 2
			}
		}
	});
/*
sIFR.replace
	(calibri, {
		selector: '#nav li',
		css: [
			'.sIFR-root { cursor : pointer; }',
			'a 			{ color : #FFFFFF; text-decoration : none; }',
//			'a.current 	{ color : #C4CED8; text-decoration : underline; }', //wtf wont this work
			'a:hover 	{ color : #C4CED8; text-decoration : none; }'
		],
		wmode: 'transparent',
		ratios: [6, 1.24, 7, 1.21, 8, 1.18, 10, 1.16, 11, 1.13, 12, 1.12, 13, 1.11, 15, 1.1, 17, 1.09, 19, 1.08, 22, 1.07, 26, 1.06, 32, 1.05, 41, 1.04, 58, 1.03, 97, 1.02, 1.01],
		filters: {
			DropShadow: {
				knockout: false,
				distance: 1,
				color: '#0C5191',
				strength: 4
			}
		}
	});
*/
// sIFR.debug.ratios( calibri, { selector: '#nav li' });

