// This is for r436 of sIFR3 files can be downloaded here http://dev.novemberborn.net/sifr3/nightlies/ 
// font swf must be created using r436 fla file follows these instructions to export swf file http://wiki.novemberborn.net/sifr3/How+to+use

var lubalingraphdemi = {
	src: 'assets/sIFR3/LubalinGraph_Demi.swf'
	,ratios: [9, 1.48, 10, 1.39, 13, 1.41, 16, 1.39, 17, 1.38, 23, 1.36, 29, 1.35, 30, 1.33, 36, 1.34, 37, 1.32, 41, 1.33, 43, 1.32, 44, 1.33, 68, 1.32, 70, 1.31, 71, 1.32, 1.31]
}
var unicasbregular = {
	src: 'assets/sIFR3/UnicaSB_Regular.swf'
	, ratios: [9, 1.48, 10, 1.39, 13, 1.41, 16, 1.39, 17, 1.38, 23, 1.36, 29, 1.35, 30, 1.33, 36, 1.34, 37, 1.32, 41, 1.33, 43, 1.32, 44, 1.33, 68, 1.32, 70, 1.31, 71, 1.32, 1.31]
}

sIFR.activate(lubalingraphdemi, unicasbregular);

/* 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(myriadpro, {
		selector: 'h2'
	});
**********************************************************
*/

sIFR.replace(unicasbregular, {
	selector: 'h1.subtitle01, h2.subtitle01'
	, transparent: true
	, css: ['.sIFR-root { color: #ffffff; }']	
	, tuneHeight: -4
});

sIFR.replace(unicasbregular, {
	selector: 'h2.subtitle02'
	, transparent: true
	, css: ['.sIFR-root { color: #701ea5; }']
	, tuneHeight: -10
	, offsetTop: -5
});

sIFR.replace(unicasbregular, {
	selector: 'h3.subtitle01'
	, transparent: true
	, css: ['.sIFR-root { color: #ffffff; }']
	, tuneHeight: -7
	, offsetTop: -4
});

sIFR.replace(unicasbregular, {
	selector: 'h3.subtitle02'
	, transparent: true
	, css: ['.sIFR-root { color: #6a2c91; }']
	, tuneHeight: -4
	, offsetTop: -4
});

sIFR.replace(unicasbregular, {
	selector: 'h3.subtitle03'
	, transparent: true
	, css: ['.sIFR-root { color: #5e5e5e; }']
	, tuneHeight: -9
	, offsetTop: -4
});

sIFR.replace(unicasbregular, {
	selector: 'h3.subtitle04'
	, transparent: true
	, css: ['.sIFR-root { color: #701ea5; }']
	, tuneHeight: -8
	, offsetTop: -4
});
