var gillSans = { src: 'sifr/gillsans.swf' };
//var bliss = { src: 'sifr/bliss.swf' };

sIFR.activate(gillSans);
//sIFR.activate(bliss, bliss2, etc, etc);

//debugging
//sIFR.debug.ratios(helvetica, {selector: 'h1', css: '.sIFR-root {color: #1D558A;}'});
//sIFR.debug.ratios(helvetica, {selector: 'h2', css: '.sIFR-root {color: #A59A95;}'});

// live rendering
sIFR.replace(gillSans, {
	selector: '#banner H1',
	css: [
		'.sIFR-root { color: #19194D;}',
		'strong { font-weight: bold; }',
		'em { font-style: normal; }'
	],
	wmode: 'transparent'
});

sIFR.replace(gillSans, {
	selector: '#right .item H2',
	css: [
		'.sIFR-root { color: #7575D1;}',
		'strong { font-weight: bold; }',
		'em { font-style: italic;}'
	],
	wmode: 'transparent'
});

sIFR.replace(gillSans, {
	selector: 'H2',
	css: [
		'.sIFR-root { color: #FFFFFF;}',
		'strong { font-weight: bold; }',
		'em { font-style: normal; }'
	],
	wmode: 'transparent'
});


