/*****************************************************************************
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 zapf = { src: 'flash/zapf.swf' };
// sIFR.useStyleCheck = true;
sIFR.activate(zapf);
	
	
	sIFR.replace(zapf, {
		selector: 	'#banner-top h2',
		wmode: 		'transparent',
		css: 		'.sIFR-root { font-size:40px; font-weight:normal; color:#ffffff; text-transform:uppercase; text-align:center; }',
    	filters: {
		  DropShadow: { knockout:false, distance:5, color:'#000000', strength:1, alpha:75, quality:10 }
		}
	});
	
	sIFR.replace(zapf, {
		selector: 	'#banner-top h3',
		wmode: 		'transparent',
		css: 		'.sIFR-root { font-size:30px; font-weight:normal; color:#ffffff; text-transform:uppercase; text-align:center; }',
    	filters: {
		  DropShadow: { knockout:false, distance:5, color:'#000000', strength:1, alpha:75, quality:10 }
		}
	});
	
	sIFR.replace(zapf, {
		selector: 	'#maincontent h1',
		wmode: 		'transparent',
		css: 		'.sIFR-root { font-size:24px; font-weight:normal; color:#0081d4; text-transform:uppercase; }'
	});
	
	sIFR.replace(zapf, {
		selector: 	'#maincontent h2',
		wmode: 		'transparent',
		css: 		'.sIFR-root { font-size:24px; font-weight:normal; color:#0081d4; text-transform:uppercase; }'
	});
	
	sIFR.replace(zapf, {
		selector: 	'.normal #maincontent h3',
		wmode: 		'transparent',
		css: 		'.sIFR-root { font-size:18px; font-weight:normal; color:#424242; }'
	});
	
	sIFR.replace(zapf, {
		selector: 	'.front #maincontent h3',
		wmode: 		'transparent',
		css: 		'.sIFR-root { font-size:16px; font-weight:normal; color:#0081d4; }'
	});
	
	sIFR.replace(zapf, {
		selector: 	'#modules-left h3',
		wmode: 		'transparent',
		css: 		'.sIFR-root { font-size:24px; font-weight:normal; color:#0081d4; text-transform:uppercase; }'
	});
	

//sIFR.redraw();
