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: #2a3e7f; }']	
	,tuneHeight: -4
});
sIFR.replace(kievitbold, {
	selector: 'h2.maintitle01'
	,transparent: true
	,css: ['.sIFR-root { color: #8088a5; }']
	,tuneHeight: -5
});
sIFR.replace(kievitbold, {
	selector: 'h2.subtitle01'
	,transparent: true
	,css: ['.sIFR-root { color: #2a3e7f; }']
});
sIFR.replace(kievitbold, {
	selector: '.box01 h2#first'
	,transparent: true
	,css: ['.sIFR-root { color: #a9afc2; }']
	,tuneHeight: -4
});
sIFR.replace(kievitbold, {
	selector: '.box01 h2.othertitle'
	,transparent: true
	,css: ['.sIFR-root { color: #bec3d5; }']
	,tuneHeight: -4
});
sIFR.replace(kievitbold, {
	selector: '.box02 h2#first'
	,transparent: true
	,css: ['.sIFR-root { color: #374c91; }']
	,tuneHeight: -4
});
sIFR.replace(kievitbold, {
	selector: '.box02 h2.othertitle'
	,transparent: true
	,css: ['.sIFR-root { color: #6879b0; }']
	,tuneHeight: -4
});
sIFR.replace(kievitmedium, {
	selector: 'h2.subtitle02'
	,transparent: true
	,css: ['.sIFR-root { color: #2a3e7f; }']
	,tuneHeight: -3
});
sIFR.replace(kievitmedium, {
	selector: 'h2.subtitle03'
	,transparent: true
	,css: ['.sIFR-root { color: #febfbf; }']
	,tuneHeight: -5
});
sIFR.replace(kievitmedium, {
	selector: 'h2.subtitle04'
	,transparent: true
	,css: ['.sIFR-root { color: #ffffff; }']
});
sIFR.replace(kievitmedium, {
	selector: 'h2.subtitle04a'
	,transparent: true
	,css: ['.sIFR-root { color: #ffffff; }']
	,tuneHeight: -6
});
sIFR.replace(kievitbold, {
	selector: 'h2.subtitle05'
	,transparent: true
	,css: ['.sIFR-root { color: #2a3e7f; }']
	,tuneHeight: -5
});
sIFR.replace(kievitmedium, {
	selector: 'h2.subtitle06'
	,transparent: true
	,css: ['.sIFR-root { color: #384b88; }']
	,tuneHeight: -5
});
sIFR.replace(kievitmedium, {
	selector: 'h2.subtitle07'
	,transparent: true
	,css: ['.sIFR-root { color: #555c63; }']
	,tuneHeight: -5
});
sIFR.replace(kievitmedium, {
	selector: 'h2.subtitle08'
	,transparent: true
	,css: ['.sIFR-root { color: #413e36; }']
	,tuneHeight: -5
});
sIFR.replace(kievitmedium, {
	selector: 'h2.subtitle13'
	, transparent: true
	, css: ['.sIFR-root { color: #504646; }']
	, tuneHeight: -4
});
sIFR.replace(kievitmedium, {
	selector: 'h4.subtitle01'
	,transparent: true
	,css: ['.sIFR-root { color: #504646; }']	
	,tuneHeight: -2
});
