var lucida_calligraphy =
{
	src: 'http://cdn.fireup.net/swf/sifr/lucida-calligraphy.swf'
};

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

sIFR.replace
(
	lucida_calligraphy,
	{
		selector: '#container-inner h1',
		css:
		{
			'.sIFR-root':
			{
				'font-size': '30pt',
				'color': '#222'
			}
		},
		wmode: 'transparent'
	}
);

sIFR.replace
(
	lucida_calligraphy,
	{
		selector: '#container-inner h2',
		css:
		{
			'.sIFR-root':
			{
				'font-size': '24pt',
				'color': '#222'
			}
		},
		wmode: 'transparent'
	}
);

sIFR.replace
(
	lucida_calligraphy,
	{
		selector: '#container-inner h3',
		css:
		{
			'.sIFR-root':
			{
				'font-size': '16pt',
				'color': '#222'
			}
		},
		wmode: 'transparent'
	}
);

sIFR.replace
(
	lucida_calligraphy,
	{
		selector: '#container-inner h4',
		css:
		{
			'.sIFR-root':
			{
				'font-size': '16pt',
				'color': '#222'
			}
		},
		wmode: 'transparent'
	}
);

