var kievitmedium = {
	src: 'assets/sIFR3/kievit_medium.swf'
	,ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 62, 1.19, 66, 1.18, 67, 1.19, 113, 1.18, 114, 1.17, 119, 1.18, 120, 1.17, 1.18]
}
var kievitbold = {
	src: 'assets/sIFR3/kievit_bold.swf'
	,ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 62, 1.19, 66, 1.18, 67, 1.19, 113, 1.18, 114, 1.17, 119, 1.18, 120, 1.17, 1.18]
}

sIFR.activate(kievitbold, kievitmedium);

/* Work out ratios using code below. 
   Ratios must be worked out for each font you are using.
**********************************************************
	// This block of code would be done for each font
	// you are using.
	sIFR.debug.ratios(kievitmedium, {
		selector: 'h2'
	});
/*********************************************************/
sIFR.replace(kievitbold, {
	selector: 'h1.subtitle01'
	,transparent: true
	, css: ['.sIFR-root { color: #57657b; }']
	,tuneHeight: -4
});

sIFR.replace(kievitbold, {
	selector: 'h1.subtitle03'
	,transparent: true
	, css: ['.sIFR-root { color: #d02b2b; }']
	,tuneHeight: -4
});

sIFR.replace(kievitbold, {
	selector: 'h1.subtitle02, div.title01'
	,transparent: true
	, css: ['.sIFR-root { color: #ffffff; }']
	, tuneHeight: -4
	, filters: {
		DropShadow: {
			distance: 1
			, color: '#000000'
			, strength: 1
			, alpha: 0.2
			, angle: 120
		}
	}
});
sIFR.replace(kievitbold, {
	selector: '.box02 h2#first'
	,transparent: true
	, css: ['.sIFR-root { color: #4f5a6e; }']
	,tuneHeight: -4
});
sIFR.replace(kievitbold, {
	selector: '.box02 h2.othertitle'
	,transparent: true
	, css: ['.sIFR-root { color: #5f6b83; }']
	,tuneHeight: -4
});
sIFR.replace(kievitbold, {
	selector: 'h2.subtitle01'
	,transparent: true
	, css: ['.sIFR-root { color: #4f5a6e; }']
	, tuneHeight: -8
	, offsetTop: -8
});
sIFR.replace(kievitbold, {
	selector: 'h2.subtitle03'
	,transparent: true
	, css: ['.sIFR-root { color: #4f5a6e; }']
	, tuneHeight: -8
	, offsetTop: -4
});