/*****************************************************************************
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 univers = { src: 'http://www.modernlivingsupplies.com/_flash/univers.swf' };

sIFR.activate(univers);

// sIFR.debug.ratios({ src: '_flash/univers.swf', selector: '.articles .excerpt h4 a' });


sIFR.replace(univers, {
	selector: '.articles .excerpt h4'
	,css: [
	'.sIFR-root { text-transform: uppercase; }'
	,'a { font-size: 16px; text-decoration: none; }'
	,'a:link { color: #b2b3b5; }'
	,'a:hover { color: #000000; }'
	]
});

sIFR.replace(univers, {
	selector: '.articles .body_txt h4'
	,css: [
	'.sIFR-root {font-size: 18px; text-transform: uppercase; color: #b2b3b5;}'
	]
});

sIFR.replace(univers, {
	selector: '#service h4'
	,css: [
	'.sIFR-root { leading:-20; font-size: 16px; text-transform: uppercase; color: #b2b3b5;}'
	]
});