/*****************************************************************************
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.
*****************************************************************************/




// sIFR.useStyleCheck = true;

// Next, activate sIFR:
sIFR.activate(dinR,dinL);

sIFR.replace(dinR, {
	selector: '#top #nav li span, #content #news-mod .item h3', 
	forceSingleLine: true,
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #ffffff; text-transform: uppercase; cursor: pointer }',
		'.sIFR-root a { color: #ffffff; text-transform: uppercase; text-decoration: none; cursor: pointer }',
		'.sIFR-root a:hover { color: #ffffff; text-decoration: none; }'
	]
});

sIFR.replace(dinL, {
	selector: '#banner h2, #banner strong', 
	forceSingleLine: true,
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #ffffff; text-transform: uppercase; }',
		'.sIFR-root a { color: #ffffff; text-transform: uppercase; text-decoration: underline;  }',
		'.sIFR-root a:hover { color: #ffffff; text-transform: uppercase; text-decoration: none;  }'
	]
});


sIFR.replace(dinR, {
	selector: '#content h1', 
	wmode: 'transparent',
	css: '.sIFR-root { color: #990000; font-weight: bold; text-transform: uppercase; leading: -8; }' 
});

sIFR.replace(dinR, {
	selector: '.client-det h2', 
	wmode: 'transparent',
	css: '.sIFR-root { color: #a39387; font-weight: bold; text-transform: uppercase; leading: -8; }' 
});
sIFR.replace(dinR, {
	selector: '#content blockquote p', 
	wmode: 'transparent',
	css: '.sIFR-root { color: #990000; font-size: 18px; }'
});

sIFR.replace(dinR, {
	selector: '#content blockquote cite', 
	wmode: 'transparent',
	css: '.sIFR-root { color: #990000; font-style: italic; text-align: right; }'
});



sIFR.replace(dinR, {
	selector: '#side-bar-1 h5, .list-mod h2 ', 
	wmode: 'transparent',
	css: '.sIFR-root { color: #ffffff; font-weight: bold; }' 
});
