/*****************************************************************************
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 bpreplay = { src: '/sites/default/themes/zen/pure/bpreplay.swf',ratios: [7, 1.32, 8, 1.31, 12, 1.27, 16, 1.22, 22, 1.2, 28, 1.19, 30, 1.17, 31, 1.18, 33, 1.17, 38, 1.16, 39, 1.17, 54, 1.16, 60, 1.15, 61, 1.16, 93, 1.15, 94, 1.14, 95, 1.15, 98, 1.14, 100, 1.15, 101, 1.14, 102, 1.15, 105, 1.14, 106, 1.15, 1.14] };


sIFR.activate(bpreplay);



sIFR.replace(bpreplay, {
  selector: 'h1.title',
  wmode: 'transparent',
  css: '.sIFR-root { color: #151515; }'
});

sIFR.replace(bpreplay, {
  selector: 'h2.title',
  wmode: 'transparent',
  css: [
  '.sIFR-root { color: #5db900;}',
  'a {color: #5db900;}',
  'a:hover {color: #000000;}']
  
});

sIFR.replace(bpreplay, {
  selector: 'div#site-slogan',
  wmode: 'transparent',
  css: '.sIFR-root { color: #151515;text-align:right;}'
/* ,filters: {
  DropShadow: {    
    distance: 2
    ,color: '#ffffff'
    ,strength: 2
  }
}
 */  
});
//wmode: 'transparent',
/*sIFR.replace(bpreplay, {
  wmode: 'transparent',
  selector: 'div#primary ul.links li',  
  
    offsetTop : '5',
	
	css: [
	  '.sIFR-root { letter-spacing:3.5;font-weight:bold;background-color:#151515;}'
	  ,'a { text-decoration: none;color: #ffffff; }'
	  ,'a:hover { color: #5db900; }'
	  ,'a.active { color: #5db900; }'
	]
});*/

/*sIFR.replace(bpreplay, {
  selector: 'div#secondary ul.links li',  
   offsetTop : '5',
  wmode: 'transparent',
	css: [
	  '.sIFR-root {font-weight:bold;text-align:center;}'
	  ,'a { text-decoration: none;color: #000000; }'
	  ,'a:hover { color: #ffffff; }'
	  ,'a.active { color: #ffffff; }'
	]
});*/


