// http://wiki.novemberborn.net/sifr3/Styling
// http://www.sitepoint.com/blogs/2007/04/27/sifr-2007-the-roundup/

var frutiger = {
	src: '/resources/minisites/effexor/flash/frutiger2.swf'
};

sIFR.activate(frutiger);

sIFR.replace(frutiger, {
	selector: 'h1.sifr',
	wmode: 'transparent',
	css: [
		'.sIFR-root { font-weight: bold; font-size: 25px; color: #508b1f; letter-spacing: -0.5; }',
		'.indented { margin-left: 15; }',
		'.smaller { font-size: 80%; }'
	]
});

sIFR.replace(frutiger, {
	selector: 'h2.sifr',
	wmode: 'transparent',
	css: [
		'.sIFR-root { font-weight: bold; font-size: 18px; color: #508b1f; }',
		'sup { font-size: 75%; display: inline; margin-bottom: 10; }'
	]
});

sIFR.replace(frutiger, {
	selector: 'div.title_bar h3',
	wmode: 'transparent',
	css: [
		'.sIFR-root { font-weight: bold; font-size: 15px; margin-left: 8; color: #508b1f; }'
	]
});

sIFR.replace(frutiger, {
	selector: 'div.text_blocks h3',
	wmode: 'transparent',
	css: [
		'.sIFR-root { font-weight: bold; font-size: 15px; leading: 0; color: #508b1f; }',
		'.subhead { font-size: 85%; }'
	]
});
