var TradeGothic = {
	src: themeDirectory + 'swf/fonts/TradeGothic.swf'
	,ratios: [9,1.27,14,1.19,21,1.16,28,1.13,38,1.12,53,1.11,60,1.1,61,1.11,94,1.1,96,1.09,101,1.1,102,1.09,103,1.1,108,1.09,110,1.1,1.09]
};

var TradeGothicBoldTwo = {
	src: themeDirectory + 'swf/fonts/TradeGothicBoldTwo.swf'
	,ratios: [9,1.27,14,1.19,21,1.16,28,1.13,38,1.12,53,1.11,60,1.1,61,1.11,94,1.1,96,1.09,101,1.1,102,1.09,103,1.1,108,1.09,110,1.1,1.09]
};

var TradeGothicLight = {
	src: themeDirectory + 'swf/fonts/TradeGothicLight.swf'
	,ratios: [9,1.27,14,1.19,21,1.16,28,1.13,38,1.12,53,1.11,60,1.1,61,1.11,94,1.1,96,1.09,101,1.1,102,1.09,103,1.1,108,1.09,110,1.1,1.09]
};

sIFR.useStyleCheck = true;
sIFR.activate(TradeGothic, TradeGothicBoldTwo, TradeGothicLight);

sIFR.replace(TradeGothicLight, {
	selector: '.post h2'
	,css: [
		'.sIFR-root { color: #8cb742; font-weight: normal; font-size: 26px; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #ffffff; }'
		,'a:hover { color: #fff000; }'
	]
	,tuneHeight: -6
	,wmode: 'transparent'
});

sIFR.replace(TradeGothicBoldTwo, {
	selector: '#header h2'
	,css: [
		'.sIFR-root { color: #8cb742; text-transform: lowercase; letter-spacing: -0.5; font-size: 18px; }'
		,'a:link { font-style: normal; color: #a2cf54; text-decoration: none; }'
		,'a:hover { color: #fff000 }'
	]
	,wmode: 'transparent'
});