var biomass =
{
	src: '/resources/sifr/flash/biomass.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(biomass);

sIFR.replace(biomass,
{
	selector : '#sidebar h2, #page-content h2',
	css:
	{
		'.sIFR-root': { 'color': '#A52D22', 'text-transform': 'uppercase', 'background': 'transparent' },
		'a': { 'text-decoration': 'none' },
		'a:link': { 'color': '#A52D22' },
		'a:hover': { 'color': '#A52D22' }
	},
	wmode : 'transparent'
});

sIFR.replace(biomass,
{
	selector: '#sidebar .box h4',
	css:
	{
		'.sIFR-root': { 'color': '#EFAE73', 'text-transform': 'uppercase', 'background': 'transparent', 'text-align': 'center' },
		'a': { 'text-decoration': 'none' },
		'a:link': { 'color': '#EFAE73' },
		'a:hover': { 'color': '#EFAE73' }
	},
	wmode: 'transparent',
	filters:
	{
		Glow: { strength: 2, blurY: 1.5, blurX: 1.5, knockout: false, inner: false, quality: 100, alpha: 10, color: '#A52D22' }
	}
});

sIFR.replace(biomass,
{
	selector: '#sidebar h5, #content h3, #content h4, #home-box h4, #page-content h3, #gate .text',
	css:
	{
		'.sIFR-root': { 'color': '#FFFFFF', 'text-transform': 'uppercase', 'background': 'transparent' },
		'a': { 'text-decoration': 'none' },
		'a:link': { 'color': '#FFFFFF' },
		'a:hover': { 'color': '#FFFFFF' }
	},
	wmode : 'transparent'
});
