/*****************************************************************************
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 garamond = { src: path + '/flash/garait.swf' };
sIFR.activate(garamond);

/*
sIFR.replace(garamond, {
	selector: 'div.title p',
	css: ['.sIFR-root { font-size: 24; color: #FFFFFF; }'],
	wmode: 'transparent' }
);
*/

sIFR.replace(garamond, {
	selector: 'div.comments p',
	css: ['.sIFR-root { font-size: 22; text-align: right; }',
	'a { text-decoration: none; color: #FF5F11; }',
	'a:hover { text-decoration: underline; color: #de4f0a; }']}
);

sIFR.replace(garamond, {
	selector: 'div.items .audio h2',
	css: ['.sIFR-root { font-size: 22; }',
	'a { text-decoration: none; color: #000000; }',
	'a:hover { text-decoration: underline; color: #de4f0a; }']}
);

sIFR.replace(garamond, {
	selector: 'div.items .video h2',
	css: ['.sIFR-root { font-size: 22; }',
	'a { text-decoration: none; color: #000000; }',
	'a:hover { text-decoration: underline; color: #de4f0a; }']}
);

sIFR.replace(garamond, {
	selector: 'div.items .busca h2',
	css: ['.sIFR-root { font-size: 22; }',
	'a { text-decoration: none; color: #000000; }',
	'a:hover { text-decoration: underline; color: #de4f0a; }']}
);

sIFR.replace(garamond, {
	selector: 'div.testemunhos .testemunho h2',
	css: ['.sIFR-root { font-size: 22; }',
	'a { text-decoration: none; color: #000000; }',
	'a:hover { text-decoration: underline; color: #de4f0a; }']}
);

sIFR.replace(garamond, {
	selector: 'div.footer p',
	css: ['.sIFR-root { font-size: 24; color: #FFFFFF; text-align: right; }'],
	wmode: 'transparent' }
);
