/*****************************************************************************
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 gotham_rounded = { src: 'http://beta.ourfaves.com/static/flash/gotham_rounded.swf' };

sIFR.activate(gotham_rounded);

sIFR.replace(gotham_rounded, {
  selector: 'h1.sifr',
  css: '.sIFR-root { color: #333336; letter-spacing: -2; } a { color: #27aed3;} a:hover { color:#FC5F00;}'
  ,wmode: 'transparent'
  ,forceSingleLine: false
  ,tuneWidth: 5
});


sIFR.replace(gotham_rounded, {
  selector: 'h2.sifr',
  css: '.sIFR-root { color: #27aed3; letter-spacing: -2; text-align: left;}'
  ,wmode: 'transparent'
  ,tuneWidth: 5
});

sIFR.replace(gotham_rounded, {
  selector: 'h2.sifr_white',
  css: '.sIFR-root { color: #FFFFFF; letter-spacing: -2; text-align: left;font-size:20px;}'
  ,wmode: 'transparent'
  ,tuneWidth: 5
});

sIFR.replace(gotham_rounded, {
  selector: 'h1.sifr_blue',
  css: '.sIFR-root { color: #27aed3; letter-spacing: -2; }'
  ,wmode: 'transparent'
});

sIFR.replace(gotham_rounded, {
  selector: 'h3.sifr_place_title',
  css: '.sIFR-root { color: #333336;letter-spacing:-1; font-size:22px;} a { color: #333336; text-decoration: none; } a:hover { text-decoration: none; color: #fc5f00; }'
  ,wmode: 'transparent'
});


sIFR.replace(gotham_rounded, {
  selector: 'h3.blue.sifr_white',
  css: '.sIFR-root { color: #ffffff;letter-spacing:-1; text-align: center; font-size:18px;} a { color: #ffffff; } a:hover { text-decoration: none; color: #ffffff; }'
  ,wmode: 'transparent'
});

sIFR.replace(gotham_rounded, {
  selector: '.sifr_white',
  css: '.sIFR-root { color: #ffffff; letter-spacing: -1; text-align: center;} a { color: #ffffff; } a:hover { text-decoration: none; color: #ffffff; }'
  ,wmode: 'transparent'
});

sIFR.replace(gotham_rounded, {
  selector: '.sifr_white_left',
  css: '.sIFR-root { color: #ffffff; letter-spacing: -1; text-align: left;} a { color: #ffffff; } a:hover { text-decoration: none; color: #ffffff; }'
  ,wmode: 'transparent'
});

sIFR.replace(gotham_rounded, {
  selector: 'h3.sifr_blue',
  css: '.sIFR-root { color: #27aed3;letter-spacing:-1;} a { color: #27aed3; } a:hover { text-decoration: none; color: #27aed3; }'
  ,wmode: 'transparent'
});

sIFR.replace(gotham_rounded, {
  selector: '.medium_drk_grey',
  css: '.sIFR-root { color: #333336; text-align: center;} a { color: #27AED3;} a:hover {text-decoration: none; color:#27AED3;}'
  ,wmode: 'transparent'
});

sIFR.replace(gotham_rounded, {
  selector: 'h3.popular',
  css: '.sIFR-root { color: #333336; letter-spacing: -1; text-align: center; } a { color: #27aed3;} a:hover { color:#FC5F00;}'
  ,wmode: 'transparent'
});

sIFR.replace(gotham_rounded, {
  selector: 'h3.sifr_center',
  css: '.sIFR-root { color: #333336; letter-spacing: -1; text-align: center;} a { color: #27aed3;} a:hover { color:#FC5F00;}'
  ,wmode: 'transparent'
});

sIFR.replace(gotham_rounded, {
  selector: 'h3.sifr',
  css: '.sIFR-root { color: #333336; letter-spacing: -1; } a { color: #27aed3;} a:hover { color:#FC5F00;}'
  ,wmode: 'transparent'
});

sIFR.replace(gotham_rounded, {
  selector: 'h6.sifr',
  css: '.sIFR-root { color: #333336; letter-spacing: -1;}'
  ,wmode: 'transparent'
});

sIFR.replace(gotham_rounded, {
  selector: 'p.title_recommended_for',
  css: '.sIFR-root { color: #ffffff; letter-spacing: -.5; font-size:14px;}'
  ,wmode: 'transparent'
  ,forceSingleLine: true
});

sIFR.replace(gotham_rounded, {
  selector: 'p.light_blue',
  css: '.sIFR-root { color: #a9dfed; text-align: center; letter-spacing: -.5; font-size:15px;}'
  ,wmode: 'transparent'
});