//You must load this file *after* loading `sifr.js`.

var univers = {
      src: 'http://www.aquaculture.org.nz/jscripts/univers.swf'
      ,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
	  };
//sIFR.debug.ratios({ src: 'js/univers.swf', selector: 'h1' });
sIFR.useStyleCheck = true;
sIFR.activate(univers);

sIFR.replace(univers, { 
			 selector: 'h1', 
			 transparent: 'true',
			 tuneHeight: '-8',
			 css:['.sIFR-root{font-size:35px; margin-bottom: 5px; color: #0094b9;}']
			 });

sIFR.replace(univers, { 
			 selector: 'h2', 
			 transparent: 'true',
			 tuneHeight: '-3',
			 css:['.sIFR-root{font-size:20px; padding: 0; color: #4c4c4c;}']
			 });

sIFR.replace(univers, { 
			 selector: 'h3', 
			 transparent: 'true',
			 tuneHeight: '-3',
			 css:['.sIFR-root{font-size:25px; margin-top: 0px; color: #0094b9;}']
			 });

sIFR.replace(univers, { 
			 selector: 'blockquote span', 
			 transparent: 'true',
			 tuneHeight: '',
			 css:['.sIFR-root{font-size: 18px; color: #908e8e;}']
			 });