/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

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

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/  

	// Change to live 
	var gillsans = { src: 'http://www.politix.com.au/Tempo/versions/v_po_l_04/js/sifr/gillsans.swf' };
	var gillsans_light = { src: 'http://www.politix.com.au/Tempo/versions/v_po_l_04/js/sifr/gillsans_light.swf' }; 

	sIFR.activate(gillsans, gillsans_light);

	/* sIFR for Blog */
	sIFR.replace(gillsans, {
	  selector: '.b_navigation li'
		,wmode: 'transparent'
		,forceSingleLine: true
	  ,css: [
	    '.sIFR-root { font-size:16; text-transform:uppercase; }'
			,'.active { color: #ffcc33; }'
	    ,'a { text-decoration: none; color:#ffffff; }'
	    ,'a:hover { color: #ffcc33; }'
	  ]
	});
	
	// main page headings
	sIFR.replace(gillsans, {
	  selector: 'h1'
		,wmode: 'transparent'
		,forceSingleLine: false
	  ,css: [
	    '.sIFR-root { font-size:38; text-transform:uppercase; }'
	  ]
	});
		
		
		
	sIFR.replace(gillsans_light, {
	  selector: 'h2'
		,wmode: 'transparent'
	  ,css: [
	    '.sIFR-root { font-size:20; color:#000000; text-transform:uppercase; }'
	  ]
	});
	
	// used in adpanels on homepage
	sIFR.replace(gillsans, {
	  selector: 'h3'
		,wmode: 'transparent'
		,forceSingleLine: true
	  ,css: [
	    '.sIFR-root { font-size:26; color:#000000; text-transform:uppercase;  }'
	    	,'a { color:#861316; text-decoration: none; }'
	    	,'a:hover { color:#999999; }'

	  ]
	});

	// used in adpanels on homepage
	sIFR.replace(gillsans, {
	  selector: 'h4'
		,wmode: 'transparent'
		,forceSingleLine: true
	  ,css: [
	    '.sIFR-root { font-size:22; color:#666666; text-transform:uppercase;  }'
	    	,'a { color:#861316; text-decoration: none; }'
	    	,'a:hover { color:#999999; }'

	  ]
	});	
	
	// telephone number on stores locator	
	sIFR.replace(gillsans, {
	  selector: 'address span.ph'
		,wmode: 'transparent'
	  ,css: [
	    '.sIFR-root { font-size:30; color:#990000; }'
	  ]
	});
	