/*****************************************************************************
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.
*****************************************************************************/

// fonts
var omnes={src:'/flash/sifr/omnes.swf',transparent:1};

// activate
sIFR.activate(omnes);

// replace
sIFR.replace(omnes, {
  selector: '#search_bar_l h2',
  css: '.sIFR-root{color:#FFFFFF;font-weight:bold }'
});
sIFR.replace(omnes, {
  selector: 'div.heading_c h3',
  css: '.sIFR-root{color:#236b3a;font-weight:bold }'
});
sIFR.replace(omnes, {
  selector: '#spotlight_text h4',
	css: [
		'.sIFR-root{color:#ffffff;font-weight:bold}',
		'a{color:#ffffff;text-decoration:none}',
		'a:hover {color:#ffffff;text-decoration:underline}'
	]
});
sIFR.replace(omnes, {
  selector: 'div.spotlight_small div.spotlight_text',
	css: [
		'.sIFR-root{color:#ffffff;font-weight:bold;text-align:center}',
		'a{color:#ffffff;text-decoration:none}',
		'a:hover {color:#ffffff;text-decoration:underline}'
	]
});
sIFR.replace(omnes, {
  selector: 'div.spotlight_medium div.spotlight_text',
	css: [
		'.sIFR-root{color:#ffffff;font-weight:bold;text-align:center}',
		'a{color:#ffffff;text-decoration:none}',
		'a:hover {color:#ffffff;text-decoration:underline}'
	]
});
sIFR.replace(omnes, {
  selector: '#spotlight_text p.sifr',
	css: [
		'.sIFR-root{color:#ffffff}',
		'a{color:#ffffff;text-decoration:none;font-weight:bold}',
		'a:hover {color:#ffffff;text-decoration:underline}'
	]
});

sIFR.replace(omnes, {
  selector: 'div.generic_l h2',
  css: '.sIFR-root{color:#236b3a;font-weight:bold }'
});

sIFR.replace(omnes, {
  selector: 'div.link_body h2',
  css: '.sIFR-root{color:#236b3a;font-weight:bold }'
});
