/*****************************************************************************
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 vagb = {  
	src: '/new/fonts/font.swf'
};

var vagl = {  
	src: '/new/fonts/font-light.swf'
}; 

var avantgarde = {  
	src: '/new/fonts/avantgarde.swf'
};

sIFR.activate(avantgarde, vagb, vagl);

sIFR.replace(vagb, {
selector: '.splash-text-holder h1',
wmode: 'transparent',
css: ['.sIFR-root { color: #CE035C; font-style: normal; font-size: 40px; text-transform: uppercase; leading: 2px; }']
});

sIFR.replace(vagb, {
selector: '.right-column-content h1',
wmode: 'transparent',
css: ['.sIFR-root { color: #CE035C; font-style: normal; font-size: 18px; text-transform: none; leading: 2px; }']
});

sIFR.replace(vagl, {
selector: '.splash-text-holder p',
wmode: 'transparent',
css: ['.sIFR-root { color: #000000; font-style: normal; font-size: 14px; leading: 2px; }']
});

sIFR.replace(vagb, {
selector: '.home-column-header strong',
wmode: 'transparent',
css: ['.sIFR-root { color: #000000; font-style: normal; font-size: 16px; leading: 2px; }']
});

sIFR.replace(vagb, {
selector: 'h1',
wmode: 'transparent',
css: ['.sIFR-root { color: #CE035C; font-style: normal; font-size: 24px; text-transform: none; leading: 2px; }']
});

sIFR.replace(vagb, {
selector: 'h2',
wmode: 'transparent',
css: [
		'.sIFR-root { color: #CE035C; font-style: normal; font-size: 14px; text-transform: none; leading: 2px; }',
		'a { color: #333333; }',
		'a:hover { color: #0099cc; }'
		]
});

sIFR.replace(vagb, {
selector: 'h4',
wmode: 'transparent',
offsetTop: '7',
css: ['.sIFR-root { color: #cccccc; font-style: normal; font-size: 16px; text-transform: uppercase; leading: 10px; }']
});
