var WhitneyLight = {
	src: themeDirectory + 'swf/fonts/WhitneyLight.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(WhitneyLight);

sIFR.replace(WhitneyLight, {
	selector: '#hero-area h3'
	,css: [
		'.sIFR-root { color: #ffffff; font-weight: normal; font-size: 35px; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #ffffff; }'
		,'a:hover { color: #fff000; }'
	]
	,tuneHeight: -6
	,wmode: 'transparent'
});

sIFR.replace(WhitneyLight, {
	selector: '#footer-ads h5'
	,css: [
		'.sIFR-root { color: #ffffff; font-weight: normal; leading: -4; font-size: 21px; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #ffffff; }'
		,'a:hover { color: #fff000; }'
	]
	,tuneHeight: -3
	,wmode: 'transparent'
});

sIFR.replace(WhitneyLight, {
	selector: '.page h2, #login h2'
	,css: [
		'.sIFR-root { color: #ffffff; font-weight: normal; leading: -3; font-size: 32px; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #ffffff; }'
		,'a:hover { color: #fff000; }'
	]
	,tuneHeight: -3
	,wmode: 'transparent'
});