/*****************************************************************************
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.
*****************************************************************************/

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
sIFR.useStyleCheck = true;
sIFR.activate(tradegothic);
/*
sIFR.replace(tradegothic, {
  selector: '.navigation ul li a.toprow',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#ffffff', 'text-transform': 'uppercase', 'cursor': 'pointer', 'font-size': '16px', 'letter-spacing': '0.05', 'white-space': 'nowrap'}
  }
});
*/

sIFR.replace(tradegothic, {
  selector: '.twtr-hd h3',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#FFFFFF', 'font-size':'13px', 'font-weight':'normal'}
  }
});

sIFR.replace(tradegothic, {
  selector: '.twtr-hd h4',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#FFFFFF', 'text-transform': 'uppercase','font-size':'13px'}
  }
});

sIFR.replace(tradegothic, {
  selector: '.sidebar h3, .bottombar .column-middle h3, .bottombar .column-right h3, .bottombar .partners h3, .bottombar .endorsements h3, .bottombar h5, .whoswho h3', 
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#000000', 'text-transform': 'uppercase'}
  }
});

sIFR.replace(tradegothic, {
  selector: '.sidebar h4',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#000000', 'text-transform': 'uppercase','font-size':'15px'}
  }
});

sIFR.replace(tradegothic, {
  selector: '.videoheader',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#000000', 'text-transform': 'uppercase','font-size':'24px'}
  }
});



