var sifrfont = {src: 'http://www.vividsydney.com.au/blog/common/sifr/sifrfont.swf'};
sIFR.fitExactly = true;
sIFR.activate(sifrfont);

// H2 headings - blog posts
sIFR.replace(sifrfont, {selector: 'span.links',
			 wmode: 'transparent', 			 
			 css: ['.sIFR-root {text-align:left;color:#8cc63f;}','a {text-decoration:none;color:#8cc63f; }','a:link {color:#8cc63f;}','a:hover {color:#ffffff;}'],  
			 thickness: 100,
			 tuneHeight: 0,
			 ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 44, 1.26, 45, 1.24, 49, 1.25, 74, 1.24, 77, 1.23, 78, 1.24, 81, 1.23, 82, 1.24, 86, 1.23, 87, 1.24, 1.23]
}); 

// H1 headings

sIFR.replace(sifrfont, {selector: 'h1.sifr_heading',
			 wmode: 'transparent', 			 
			 css: [ '.sIFR-root { font-weight:normal; color:#666666; letter-spacing: -1; }'  ],  
			 thickness: 50,
			 tuneHeight: 0,
			 ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 44, 1.26, 45, 1.24, 49, 1.25, 74, 1.24, 77, 1.23, 78, 1.24, 81, 1.23, 82, 1.24, 86, 1.23, 87, 1.24, 1.23]
}); 


// H4 headings 

sIFR.replace(sifrfont, {selector: 'h4.sifr_subHeading',
			 wmode: 'transparent', 			 
			 css: [ '.sIFR-root { font-weight:normal; color:#8cc63f; letter-spacing: -1; }'  ],  
			 thickness: 50,
			 tuneHeight: 0,
			 ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 44, 1.26, 45, 1.24, 49, 1.25, 74, 1.24, 77, 1.23, 78, 1.24, 81, 1.23, 82, 1.24, 86, 1.23, 87, 1.24, 1.23]
}); 

sIFR.replace(sifrfont, {selector: 'ul.interestingLinks li', 
			 wmode: 'transparent',
			 css: ['.sIFR-root {text-align:left;color:#8cc63f;}','a {text-decoration:underline;color:#8cc63f;}','a:link {color:#8cc63f;}','a:hover {color:#ffffff;}'],
			 thickness: 50,
			 tuneHeight: 0,
			 ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 44, 1.26, 45, 1.24, 49, 1.25, 74, 1.24, 77, 1.23, 78, 1.24, 81, 1.23, 82, 1.24, 86, 1.23, 87, 1.24, 1.23]
});