/*****************************************************************************
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.
*****************************************************************************/

// Make an object pointing to the location of the Flash movie on your web server.
// Try using the font name as the variable name, makes it easy to remember which
// object you're using. As an example in this file, we'll use Futura.
// var futura = { src: '/path/to/futura.swf' };

var helvetica_neueu_thin_35 = {
  src: '/images/helvetica-neue-thin-35.swf'
};

var helvetica_neueu_black_95 = {
  src: '/images/helvetica-neue-black-95.swf'
};


sIFR.activate(helvetica_neueu_thin_35, helvetica_neueu_black_95);

// sIFR.replace(helvetica_neueu_thin_35, {
//   selector: 'h1.en_home',
//   css: '.sIFR-root { color: #a27f81; font-size: 35px; }'
// });

sIFR.replace(helvetica_neueu_thin_35, {
  selector: 'h1',
  css: '.sIFR-root { color: #a27f81; font-size: 38px; };'
});

sIFR.replace(helvetica_neueu_thin_35, {
  selector: 'h2.composer-name',
  css: '.sIFR-root { color: #a27f81; font-size: 28px; }'
});

sIFR.replace(helvetica_neueu_thin_35, {
  selector: 'h3',
  wmode : 'transparent',
  css: '.sIFR-root { color: #a27f81; font-size: 24px; background-color: transparent;}'
});

sIFR.replace(helvetica_neueu_black_95, {
  selector: 'ul#nav li.selected',
  css: '.sIFR-root { color: #a27f81; font-size: 28px; text-align: right; text-decoration: none } '
});

// sIFR.replace(helvetica_neueu_thin_35, {
//   selector: 'ul#nav li',
//   css: 'a { color: #a27f81; font-size: 28px; text-align: right; cursor: pointer; text-decoration: none } a:hover { text-decoration: underline; color: #a27f81;}'
// });

sIFR.replace(helvetica_neueu_thin_35, {
  selector: 'ul#nav li',
  css: '.sIFR-root { color: #a27f81; font-size: 28px; text-align: right; cursor: pointer; text-decoration: none }; a { text-decoration: none; color: #a27f81;}; a:hover { text-decoration: underline; color: #a27f81;}'
});

sIFR.replace(helvetica_neueu_thin_35, {
  selector: '#lgs',
  css: '.sIFR-root {color: #000; font-size: 34px}; a { color: #a27f81; font-size: 34px; text-align: center; cursor: pointer; text-decoration: none } a:hover { text-decoration: underline; color: #a27f81;}'
});


// sIFR.replace(helvetica_neueu_black_95, {
//   selector: '#banner',
//   wmode : 'transparent',
//   css: 'a { width: 40px;color: #a27f81; font-size: 28px; text-align: left; text-decoration: none; background-color: transparent;} a:hover { color: #a27f81; text-decoration: underline} .index-letter { width: 40px; font-size: 28px; text-align: left; background-color: transparent; color: #a27f81; text-decoration: underline}; '
// });

sIFR.replace(helvetica_neueu_black_95, {
  selector: '#banner',
  wmode : 'transparent',
  css: '.sIFR-root { width: 40px;color: #a27f81; font-size: 28px; text-align: left; text-decoration: none; background-color: transparent;}; a {color: #a27f81; text-decoration: none;}; a:hover { color: #a27f81; text-decoration: underline} .index-letter { width: 40px; font-size: 28px; text-align: left; background-color: transparent; color: #a27f81; text-decoration: underline}; '
});

sIFR.replace(helvetica_neueu_thin_35, {
  selector: '#categories',
  wmode : 'transparent',
  css: 'a { color: #a27f81; font-size: 20px; text-align: left; text-decoration: none; background-color: transparent;} a:hover { color: #a27f81; text-decoration: underline} .selected-category {color: #000000; font-size: 20px; text-align: left; text-decoration: none; background-color: transparent;}'
});
 
// sIFR.replace(helvetica_neueu_black_95, {
//   selector: '#categories span.selected-category',
//   wmode : 'transparent',
//   css: '.sIFR-root { color: #a27f81; font-size: 18px; text-align: left; text-decoration: none; background-color: transparent;}'
// });


// sIFR.replace(helvetica_neueu_thin_35, {
//   selector: 'ul#utils li span.thin',
//   wmode : 'transparent',
//   css: 'a { color: #a27f81; font-size: 15px; text-align: left; cursor: pointer; text-decoration: none; } a:hover { color: #a27f81; text-decoration: underline;}'
// });

sIFR.replace(helvetica_neueu_thin_35, {
  selector: 'ul#utils li span.thin',
  wmode : 'transparent',
  css: '.sIFR-root { color: #a27f81; font-size: 15px; text-align: left; text-decoration: none; }'
});

sIFR.replace(helvetica_neueu_black_95, {
  selector: 'ul#utils li span.bold',
  wmode : 'transparent',
  css: '.sIFR-root { color: #a27f81; font-size: 15px; text-align: left; text-decoration: none }; a { color: #a27f81; font-size: 15px; text-align: left; cursor: pointer; text-decoration: none }; a:hover { color: #a27f81; text-decoration: underline;}'
});

sIFR.replace(helvetica_neueu_thin_35, {
  selector: 'ul#categories li span.thin',
  wmode : 'transparent',
  css: 'a { color: #a27f81; font-size: 15px; text-align: left; text-decoration: none; }; a:hover { color: #a27f81; text-decoration: underline;}'
});

sIFR.replace(helvetica_neueu_black_95, {
  selector: 'ul#categories li.find span.bold',
  wmode : 'transparent',
  css: '.sIFR-root {color: #a27f81; font-size: 15px; text-align: left; text-decoration: none;}; '
});



