/*****************************************************************************
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 din = { src: 'http://www.trinitylifecare.com/wp-content/themes/trinity/flash/din.swf' };


// Next, activate sIFR:
sIFR.activate(din);

sIFR.replace(din, {
  selector: '.caption h1, .Content h2',
  wmode: 'transparent',
  tuneHeight: -10,
  offsetTop: -5,
  css: '.sIFR-root {color: #FFFFFF; font-size:24px; }'
});


sIFR.replace(din, {
  selector: '.section h1',
  wmode: 'transparent',
  tuneHeight: -8,
  offsetTop: -5,  
  css: '.sIFR-root {color: #FFFFFF; font-size:24px; }'
});


sIFR.replace(din, {
  selector: 'h3',
  wmode: 'transparent',  
  css: '.sIFR-root {color: #000000; font-size:16px; }'
});


sIFR.replace(din, {
  selector: '#links li',
  wmode: 'transparent', 
  offsetTop: 8,   
  css: [
        '.sIFR-root {color: #333333; text-transform: uppercase; font-size:13px; }',
        'a {color: #333333; }',
        'a:hover {color: #000000;}'
        ]  
});




