var sifrText = {
	src: 'online-galleries/docs/sifr.swf'
};

var sifrTextItalic = {
	src: 'online-galleries/docs/sifr-italic.swf'
};

// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.useStyleCheck = true;
sIFR.activate(sifrText);
sIFR.activate(sifrTextItalic);

sIFR.replace(sifrText, {
	selector: 'h1',
	ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 62, 1.19, 66, 1.18, 67, 1.19, 113, 1.18, 114, 1.17, 119, 1.18, 120, 1.17, 1.18],
	css: [
		'.sIFR-root { color: #009FC5; text-align: left; text-transform: lowercase; }',
		'em { color: #004454; font-style: normal; }'
	],
	wmode: 'transparent'
});

sIFR.replace(sifrText, {
	selector: 'ul#portfolios h2',
	ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 62, 1.19, 66, 1.18, 67, 1.19, 113, 1.18, 114, 1.17, 119, 1.18, 120, 1.17, 1.18],
	css: [
		'.sIFR-root { color: #004454; text-align: left; text-transform: lowercase; }',
		'a { text-decoration: none; color: #004454; }',
		'a:link { color: #004454; }',
		'a:hover { decoration: underline; color: #004454; }'
	],
	wmode: 'transparent'
});

sIFR.replace(sifrTextItalic, {
	selector: 'div#sign-up-navigation h2, div#sign-up-full-banner h2, div#sign-up-lite-banner h2',
	ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 62, 1.19, 66, 1.18, 67, 1.19, 113, 1.18, 114, 1.17, 119, 1.18, 120, 1.17, 1.18],
	css: [
		'.sIFR-root { color: #ffffff; text-align: left; text-transform: lowercase; }',
		'a { text-decoration: none; color: #ffffff; }',
		'a:link { color: #ffffff; }',
		'a:hover { decoration: underline; color: #ffffff; }'
	],
	wmode: 'transparent'
});




// sIFR.replace(sifrText, {
// 	selector: 'h2',
// 	css: [
// 		'.sIFR-root { color: #ff376d; text-align: left; }'
// 	],
// 	wmode: 'transparent'
// });