/*****************************************************************************
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.
*****************************************************************************/

	var univers_condensed = { src: 'http://www.politix.com.au/Tempo/versions/v_po_l_03/js/sifr/univers_condensed.swf' };
	var univers_light = { src: 'http://www.politix.com.au/Tempo/versions/v_po_l_03/js/sifr/univers_light.swf' };               

	sIFR.activate(univers_condensed, univers_light);

	/* sIFR for Blog */
	sIFR.replace(univers_condensed, {
	  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; }'
	  ]
	});


	sIFR.replace(univers_condensed, {
	  selector: '#header #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; }'
	  ]
	});
	
	/* sIFR for Leather */
	sIFR.replace(univers_condensed, {
	  selector: '#header #white_navigation li'
		,wmode: 'transparent'
		,forceSingleLine: true
	  ,css: [
	    '.sIFR-root { font-size:16; text-transform:uppercase; }'
			,'.active { color: #ffcc33; }'
	    ,'a { text-decoration: none; color:#000000; }'
	    ,'a:hover { color: #ffcc33; }'
	  ]
	});
	
	
	sIFR.replace(univers_light, {
	  selector: 'h1'
		,wmode: 'transparent'
		,forceSingleLine: true
	  ,css: [
	    '.sIFR-root { font-size:24; color:#565656; text-transform:uppercase; }'
			,'a { color:#565656; text-decoration : none; }'
			,'a:hover { color:#565656; }'
	  ]
	});
	
	sIFR.replace(univers_light, {
	  selector: '.article h2'
		,wmode: 'transparent'
	  ,css: [
	    '.sIFR-root { font-size:20; color:#565656; text-transform:uppercase; text-align:left; }'
			,'a { color:#565656; text-decoration : none; }'
			,'a:hover { color:#565656; }'
	  ]
	});
	
	sIFR.replace(univers_light, {
	  selector: 'h2'
		,wmode: 'transparent'
	  ,css: [
	    '.sIFR-root { font-size:20; color:#565656; text-transform:uppercase; text-align:right; }'
			,'a { color:#565656; text-decoration : none; }'
			,'a:hover { color:#565656; }'
	  ]
	});
	
	sIFR.replace(univers_light, {
	  selector: 'h3'
		,wmode: 'transparent'
		,forceSingleLine: true
	  ,css: [
	    '.sIFR-root { font-size:23; color:#ffcc33; text-transform:uppercase; }'
	  ]
	});
	
	sIFR.replace(univers_light, {
	  selector: 'address span.ph'
		,wmode: 'transparent'
	  ,css: [
	    '.sIFR-root { font-size:30; color:#ffcc33; }'
	  ]
	});
	