/*****************************************************************************
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: '/awesem.de/wp-content/themes/awesem/flash/sifr.swf'
};

var vagl = {  
	src: '/awesem.de/wp-content/themes/awesem/flash/sifr-light.swf'
}; 

sIFR.activate(vagb, vagl);

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

sIFR.replace(vagl, {
selector: 'h2.home-strap, h2.home-strap2, .copy h2.strap',
wmode: 'transparent',
css: ['.sIFR-root { color: #666; font-style: normal; font-size: 16px; leading: 6px; }']
});

sIFR.replace(vagb, {
selector: '.copy h2',
wmode: 'transparent',
offsetTop: '7',
css: [
		'.sIFR-root { color: #333333; font-style: normal; font-size: 16px; text-transform: uppercase; leading: 10px; }',
		'a { color: #333333; }',
		'a:hover { color: #0099cc; }'
		]
});

sIFR.replace(vagb, {
selector: '.copy h3',
wmode: 'transparent',
offsetTop: '7',
css: [
		'.sIFR-root { color: #333333; font-style: normal; font-size: 14px; text-transform: uppercase; leading: 10px; }',
		'a { color: #333333; }',
		'a:hover { color: #0099cc; }'
		]
});

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