var futuracondensedlight = { src: '/wp-content/themes/cauldron/js/sifr/futuracondensedlight.swf' };
var cinahandlight = { src: '/wp-content/themes/cauldron/js/sifr/cinahandlight.swf' };
sIFR.useStyleCheck = true;
sIFR.activate(futuracondensedlight,cinahandlight);

sIFR.replace(futuracondensedlight, {

	selector: '.sifr'
	,css: [
		'.sIFR-root { font-size: 36px; color: #4d5222; line-height: 42px; }',
		'a { color: #4d5222; text-decoration: underline; }',
		'a:hover { color: #4d5222;text-decoration: none; }'
		]
	,wmode: 'transparent'
	,filters: {
		DropShadow: {
			distance: 1
			,color: '#888888'
			,strength: 1
		}
	}
});

sIFR.replace(futuracondensedlight, {

	selector: '.sifr-medium'
	,css: [
		'.sIFR-root { font-size: 29px; color: #4d5222; line-height: 42px; }',
		'a { color: #4d5222; text-decoration: underline; }',
		'a:hover { color: #4d5222;text-decoration: none; }'
		]
	,wmode: 'transparent'
	,filters: {
		DropShadow: {
			distance: 1
			,color: '#888888'
			,strength: 0.5
		}
	}

});

sIFR.replace(futuracondensedlight, {

	selector: '.sifr-mediumlight'
	,css: [
		'.sIFR-root { font-size: 29px; color: #ffffff; line-height: 36px; }',
		'a { color: #ffffff; text-decoration: underline; }',
		'a:hover { color: #ffffff;text-decoration: none; }'
		]
	,wmode: 'transparent'
	,filters: {
		DropShadow: {
			distance: 1
			,color: '#888888'
			,strength: 0.5
		}
	}

});

sIFR.replace(futuracondensedlight, {

	selector: '.sifr-mediumsmall'
	,css: [
		'.sIFR-root { font-size: 25px; color: #4b752a; line-height: 42px; }',
		'a { color: #4b752a; text-decoration: underline; }',
		'a:hover { color: #4b752a;text-decoration: none; }'
		]
	,wmode: 'transparent'
	,filters: {
		DropShadow: {
			distance: 1
			,color: '#888888'
			,strength: 0.5
		}
	}

});

sIFR.replace(futuracondensedlight, {

	selector: '.sifr-small'
	,css: [
		'.sIFR-root { font-size: 22px; color: #4d5222; line-height: 26px; }',
		'a { color: #4d5222; text-decoration: underline; }',
		'a:hover { color: #4d5222;text-decoration: none; }'
		]
	,wmode: 'transparent'
	,filters: {
		DropShadow: {
			distance: 1
			,color: '#888888'
			,strength: 0.5
		}
	}

});

sIFR.replace(cinahandlight, {

	selector: '.sifr-hand'
	,css: [
		'.sIFR-root { font-size: 24px; color: #ffffff; }',
		'a { color: #ffffff; text-decoration: underline; }',
		'a:hover { color: #ffffff;text-decoration: none; }'
		]
	,wmode: 'transparent'
	,filters: {
		DropShadow: {
			distance: 1
			,color: '#333333'
			,strength: 1
		}
	}

});

sIFR.replace(futuracondensedlight, {

	selector: '.sifr-small-alt'
	,css: [
		'.sIFR-root { font-size: 24px; color: #ffffff; }',
		'a { color: #ffffff; text-decoration: underline; }',
		'a:hover { color: #ffffff;text-decoration: none; }'
		]
	,wmode: 'transparent'
	,filters: {
		DropShadow: {
			distance: 1
			,color: '#444444'
			,strength: 0.5
		}
	}

});