/*****************************************************************************
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 theMix = { src: 'http://www.d1134377.cp.blacknight.com//wp-content/themes/nuevomundo/js/themix-plain.swf' };
var Bulmer = { src: 'http://www.d1134377.cp.blacknight.com//wp-content/themes/nuevomundo/js/bulmermt-italic.swf' };


sIFR.ua.supported = sIFR.ua.supported && (!sIFR.ua.ie || sIFR.ua.ieVersion > 6);
sIFR.activate(theMix);
sIFR.activate(Bulmer);


sIFR.replace(Bulmer, {

  selector: '#footer h4'
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #bab29b; text-decoration: none;}'
        ,'a:hover { color: #bab29b; }'
        ,'.sIFR-root {background-color: transparent; color:#bab29b; font-size:24px; text-align:left; }'

]

});


sIFR.replace(theMix, {

  selector: 'div.blue h1'
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #ffffff; text-decoration: none;}'
        ,'a:hover { color: #ffffff; }'
        ,'.sIFR-root {background-color: transparent; color: #ffffff; font-size:28px; text-align:left; }'

]

});

sIFR.replace(theMix, {

  selector: 'div.yellow h1'
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #ffffff; text-decoration: none;}'
        ,'a:hover { color: #ffffff; }'
        ,'.sIFR-root {background-color: transparent; color: #9a8c2e; font-size:28px; text-align:left; }'

]

});


sIFR.replace(theMix, {

  selector: 'div.orange h1'
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #ffffff; text-decoration: none;}'
        ,'a:hover { color: #ffffff; }'
        ,'.sIFR-root {background-color: transparent; color: #994d10; font-size:28px; text-align:left; }'

]

});

sIFR.replace(theMix, {

  selector: 'div.red h1'
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #ffffff; text-decoration: none;}'
        ,'a:hover { color: #ffffff; }'
        ,'.sIFR-root {background-color: transparent; color: #963326; font-size:28px; text-align:left; }'

]

});

sIFR.replace(theMix, {

  selector: 'div.green h1'
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #ffffff; text-decoration: none;}'
        ,'a:hover { color: #ffffff; }'
        ,'.sIFR-root {background-color: transparent; color: #1f5b5c; font-size:28px; text-align:left; }'

]

});

sIFR.replace(theMix, {

  selector: 'div.dark-green h1'
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #ffffff; text-decoration: none;}'
        ,'a:hover { color: #ffffff; }'
        ,'.sIFR-root {background-color: transparent; color: #76772F; font-size:28px; text-align:left; }'

]

});

sIFR.replace(theMix, {

  selector: 'div.purple h1'
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #ffffff; text-decoration: none;}'
        ,'a:hover { color: #ffffff; }'
        ,'.sIFR-root {background-color: transparent; color: #772F57; font-size:28px; text-align:left; }'

]

});




sIFR.replace(theMix, {

  selector: 'div.main-title h1'
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #ffffff; text-decoration: none;}'
        ,'a:hover { color: #ffffff; }'
        ,'.sIFR-root {background-color: transparent; color: #9a0a33; font-size:28px; text-align:left; }'

]

});

sIFR.replace(theMix, {

  selector: 'div.map-explore .left-cont h2'
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #ffffff; text-decoration: none;}'
        ,'a:hover { color: #ffffff; }'
        ,'.sIFR-root {background-color: transparent; color: #9a0a33; font-size:28px; text-align:left; }'

]

});


sIFR.replace(theMix, {

  selector: 'div.entry-content h2.title'
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #9A0A33; text-decoration: none;}'
        ,'a:hover { color: #000000; }'
        ,'.sIFR-root {background-color: transparent; color: #9A0A33; font-size: 23px;  text-align:left; }'

]

});





