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: #4b4187; }']	
	,tuneHeight: -4
});
sIFR.replace(kievitbold, {
	selector: 'h2.maintitle01'
	,transparent: true
	,css: ['.sIFR-root { color: #d5d5d7; }']
	,tuneHeight: -5
});
sIFR.replace(kievitbold, {
	selector: 'h2.subtitle01'
	,transparent: true
	,css: ['.sIFR-root { color: #3e3a3d; }']
});
sIFR.replace(kievitbold, {
	selector: '.box01 h2#first'
	,transparent: true
	,css: ['.sIFR-root { color: #d5d5d7; }']
	,tuneHeight: -4
});
sIFR.replace(kievitbold, {
	selector: '.box01 h2.othertitle'
	,transparent: true
	,css: ['.sIFR-root { color: #9990ae; }']
	,tuneHeight: -4
});
sIFR.replace(kievitbold, {
	selector: '.box02 h2#first'
	,transparent: true
	,css: ['.sIFR-root { color: #4b4187; }']
	,tuneHeight: -4
});
sIFR.replace(kievitbold, {
	selector: '.box02 h2.othertitle'
	,transparent: true
	,css: ['.sIFR-root { color: #7d73b5; }']
	,tuneHeight: -4
});
sIFR.replace(kievitmedium, {
	selector: 'h2.subtitle02'
	,transparent: true
	,css: ['.sIFR-root { color: #4b4187; }']
	,tuneHeight: -3
});
sIFR.replace(kievitmedium, {
	selector: 'h2.subtitle10'
	,transparent: true
	,css: ['.sIFR-root { color: #9087a3; }']
	,tuneHeight: -5
});
sIFR.replace(kievitmedium, {
	selector: '.le-intro-heading'
	,transparent: true
	,css: ['.sIFR-root { color: #b4aacc; }']
	,tuneHeight: -5
});
sIFR.replace(kievitbold, {
	selector: 'h2.subtitle11'
	,transparent: true
	,css: ['.sIFR-root { color: #988fad; }']
	,tuneHeight: -5
});
sIFR.replace(kievitmedium, {
	selector: 'h2.subtitle03'
	,transparent: true
	,css: ['.sIFR-root { color: #ffffff; }']
	,tuneHeight: -5
});
sIFR.replace(kievitmedium, {
	selector: 'h2.subtitle04'
	,transparent: true
	,css: ['.sIFR-root { color: #ffffff; }']
});
sIFR.replace(kievitmedium, {
	selector: 'h2.subtitle04a, .aniversary-title'
	,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.subtitle09'
	,transparent: true
	,css: ['.sIFR-root { color: #c7c6e4; }']
	,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
});
