/*****************************************************************************
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 helvetica_neue = { 
	src: '/fonts/helvetica_neue.swf'
};

sIFR.activate(helvetica_neue);


sIFR.replace(helvetica_neue, {
	selector: 'div#main div#content h1',
	wmode: 'transparent',
	tuneHeight: -3,
	css: [
		'.sIFR-root { color: #333333; leading: -10; }',
		,'a { text-decoration: none; }'
		,'a:link { color: #333333; }'
		,'a:hover { color: #fd1094; }'
	]
});

sIFR.replace(helvetica_neue, {
	selector: 'div#main div#content h2',
	tuneHeight: -6,
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #333333; leading: -2; }',
		,'a { text-decoration: none; }'
		,'a:link { color: #333333; }'
		,'a:hover { color: #fd1094; }'
	]
});

sIFR.replace(helvetica_neue, {
	selector: 'div#main div#naviMain li.current_page_item',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #fd1094; text-transform: uppercase; text-align: center; }',
		,'a { text-decoration: none; }'
		,'a:link { color: #fd1094; }'
		,'a:hover { color: #fd1094; }'
	]
});

sIFR.replace(helvetica_neue, {
	selector: 'div#main div#naviMain li.current_page_parent',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #fd1094; text-transform: uppercase; text-align: center; }',
		,'a { text-decoration: none; }'
		,'a:link { color: #fd1094; }'
		,'a:hover { color: #fd1094; }'
	]
});

sIFR.replace(helvetica_neue, {
	selector: 'div#main div#naviMain li', 
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #fd1094; text-transform: uppercase; text-align: center; }',
		,'a { text-decoration: none; }'
		,'a:link { color: #333333; }'
		,'a:hover { color: #fd1094; }'
	]
});

sIFR.replace(helvetica_neue, {
	selector: 'div#main div.sideBar h4',
	wmode: 'transparent',
	tuneHeight: -7,
	css: [
		'.sIFR-root { color: #ffffff; leading: 0; }',
		,'a { text-decoration: none; }'
		,'a:link { color: #ffffff; }'
		,'a:hover { color: #fd1094; }'
	]
});