/*****************************************************************************
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 avant = { src: 'http://www.productiondept.co.uk/clients/piada/flash/vaglight.swf' };

sIFR.activate(avant);

sIFR.replace(avant, {
	selector: 'h1',
	css: {
		'.sIFR-root' : { 'color':'#FFFFFF', 'font-size':'18px', 'font-weight':'bold', 'letter-spacing':'0.4', 'text-transform': 'uppercase'},
		'a': { 'text-decoration': 'none', 'color':'#FFFFFF' },
		'a:hover': { 'text-decoration': 'underline', 'color':'#FFFFFF' },
		},
	wmode: 'transparent',
});

sIFR.replace(avant, {
	selector: 'h2',
	css: {
		'.sIFR-root' : { 'color':'#bc002b', 'font-size':'18px', 'font-weight':'bold', 'letter-spacing':'0.4'},
		'a': { 'text-decoration': 'none', 'color':'#bc002b' },
		'a:hover': { 'text-decoration': 'underline', 'color':'#bc002b' },
		},
	wmode: 'transparent',
});

sIFR.replace(avant, {
	selector: 'h3',
	css: {
		'.sIFR-root' : { 'color':'#ffffff', 'font-size':'18px', 'leading':'5', 'letter-spacing':'0.4'},
		'a': { 'text-decoration': 'none', 'color':'#FFFFFF' },
		'a:hover': { 'text-decoration': 'underline', 'color':'#FFFFFF' },
		},
	wmode: 'transparent',
});

sIFR.replace(avant, {
	selector: 'h4',
	css: {
		'.sIFR-root' : { 'color':'#FFFFFF', 'font-size':'16px', 'leading':'3', 'letter-spacing':'0.4',},
		'a': { 'text-decoration': 'none', 'color':'#FFFFFF' },
		'a:hover': { 'text-decoration': 'underline', 'color':'#FFFFFF' },
		},
	wmode: 'transparent',
}); 

sIFR.replace(avant, {
	selector: 'h5',
	css: {
		'.sIFR-root' : { 'color':'#FFFFFF', 'font-size':'16px', 'leading':'3', 'letter-spacing':'0.4',},
		'a': { 'text-decoration': 'none', 'color':'#FFFFFF' },
		'a:hover': { 'text-decoration': 'underline', 'color':'#FFFFFF' },
		},
	wmode: 'transparent',
}); 

sIFR.replace(avant, {
	selector: 'h6',
	css: {
		'.sIFR-root' : { 'color':'#FFFFFF', 'font-size':'13px', 'letter-spacing':'0.8'},
		'a': { 'text-decoration': 'none', 'color':'#FFFFFF' },
		'a:hover': { 'text-decoration': 'underline', 'color':'#FFFFFF' },
		},
	wmode: 'transparent',
}); 