var eurostile = { src: 'http://www.specialolympics.org/community/_js/eurostile.swf'
,wmode:'transparent'
,fitExactly:true };

// Now you can set some configuration settings.
// See also <http://wiki.novemberborn.net/sifr3/JavaScript+Configuration>.
// One setting you probably want to use is `sIFR.useStyleCheck`. Before you do that,
// read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad>.

sIFR.useStyleCheck = true;

sIFR.activate(eurostile);

sIFR.replace(eurostile, {
  selector: '#shareIntro h3',
  css: '.sIFR-root { color: #A57017; font-weight: bold; margin:0;padding:0;font-size: 25px;}'
});

sIFR.replace(eurostile, {
  selector: '#landingTitle h2',
  css: '.sIFR-root { color: #414040; font-weight: bold;	font-size:35px; }'
});

sIFR.replace(eurostile, {
  selector: '#imAguest h4',
  css: '.sIFR-root { color: #ffffff; font-weight: bold;	font-size:16px; text-transform: uppercase;}'
});

sIFR.replace(eurostile, {
  selector: '#loggedIn h4',
	forceSingleLine: true,
  css: '.sIFR-root { color: #ffffff; font-weight: bold;	font-size:13px; text-transform: uppercase;}'
});

sIFR.replace(eurostile, {
  selector: '#stayInformed h4',
  css: '.sIFR-root { color: #ffffff; font-weight: bold;	font-size:18px; text-transform: uppercase;}'
});

sIFR.replace(eurostile, {
  selector: '#fiveWays h4',
  css: '.sIFR-root { color: #ffffff; font-weight: bold;	font-size:24px; text-transform: uppercase;}'
});

sIFR.replace(eurostile, {
  selector: '#fiveWays p',
  css: '.sIFR-root { color: #ffffff; font-weight: bold;	font-size:18px; text-transform: uppercase;}'
});

sIFR.replace(eurostile, {
  selector: '#spreadTheWord h4',
  css: '.sIFR-root { color: #ffffff; font-weight: bold;	font-size:18px; text-transform: uppercase;}'
});

sIFR.replace(eurostile, {
  selector: '#takeAction h4',
  css: '.sIFR-root { color: #ffffff; font-weight: bold;	font-size:18px; text-transform: uppercase;}'
});