/*****************************************************************************
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 century_gothic = { src: '/club/flash/century_gothic.swf' };

// Next, activate sIFR:
sIFR.activate(century_gothic);

sIFR.replace(century_gothic, {
  selector: '#pri_c ul li.selected',
  wmode: 'transparent',
  css: [
  	'.sIFR-root { color: #ffffff;text-align:center }',
	'a{color:#ffffff;text-decoration:none}',
	'a:hover {color:#ffffff}'
	]
});

sIFR.replace(century_gothic, {
  selector: '#pri_c ul li',
  wmode: 'transparent',
  css: [
  	'.sIFR-root { color: #ced1dc;text-align:center }',
	'a{color:#ced1dc;text-decoration:none}',
	'a:hover {color:#ffffff}'
	]
});

sIFR.replace(century_gothic, {
  selector: '#content_c h2',
  wmode: 'transparent',  
   css: [
  	'.sIFR-root { color: #ffffff}',
	'a{color:#ffffff;text-decoration:none}',
	'a:hover {color:#ffffff;text-decoration:none}'
	]
});

sIFR.replace(century_gothic, {
  selector: 'div.share_l h3',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; }'
});

sIFR.replace(century_gothic, {
  selector: 'p.page_title',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; }'
});


sIFR.replace(century_gothic, {
  selector: '#event_top_text h3',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; }'
});

