/*****************************************************************************
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 VerlagBold = { src: 'http://anatiscornia.com/fonts/VerlagBold.swf' };
var VerlagRegular = { src: 'http://anatiscornia.com/fonts/VerlagRegular.swf' };
var newsGothicBold = { src: 'http://anatiscornia.com/fonts/newsGothicBold.swf' };

sIFR.useStyleCheck = true;
sIFR.activate(VerlagRegular, VerlagBold, newsGothicBold);

sIFR.replace(newsGothicBold, {
  selector: 'ul#siteNavigation li'
  ,css: [
    '.sIFR-root { color: #cccccc; font-size: 12px; font-weight: bold; text-align: left;}'
	,'a:link { font-size: 12px; color: #cccccc; text-decoration:none;}'
	,'a:visited {text-decoration:none;}'
	,'a:hover {color: #cccccc; text-decoration:none;  font-weight: bold;}'
	,'.selected {font-size: 12px; color: #999999; text-decoration:none; }'
	]
	, wmode: 'transparent'
});

sIFR.replace(newsGothicBold, {
  selector: 'h1'
  ,css: [
    '.sIFR-root { color: #ffffff; font-size: 14px; font-weight: bold; text-align: left; }'
	]
	, wmode: 'transparent'
});

sIFR.replace(newsGothicBold, {
  selector: 'h2'
  ,css: [
    '.sIFR-root { color: #999999; font-size: 11px; text-align: left; }'
    ,'a:link { font-size: 11px; color: #999999; text-decoration:underline;}'
	,'a:visited {text-decoration:underline;}'
	,'a:hover {color: #999999; text-decoration:none;}'

	]
	, wmode: 'transparent'
});
