/*****************************************************************************
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 futura = { src: '/inc/swf/heading.swf' };

sIFR.activate(futura);

sIFR.replace(futura, {
  selector: 'h1,#article-head h1',
  css: '.sIFR-root {  color: #907356; text-align:left;}'
  ,wmode: 'transparent'


});
sIFR.replace(futura, {
  selector: '#news h2, .newsHeading h2',
  css: '.sIFR-root {background-color:transparent;color: #2c3a51;text-transform:uppercase;letter-spacing: 1.5}'
  ,wmode: 'transparent'
       ,filters: {
      DropShadow: {
        knockout: false
        ,distance: .1
        ,color: '#d7e1be'
        ,strength: 1
      } }
});
sIFR.replace(futura, {
  selector: '#fresh h2',
  css: '.sIFR-root {background-color:transparent;color: #000000;text-transform:uppercase;letter-spacing: 1.5}'
  ,wmode: 'transparent'
     ,filters: {
      DropShadow: {
        knockout: false
        ,distance: .1
        ,color: '#d7e1be'
        ,strength: 1
      } }
});
sIFR.replace(futura, {
  selector: '#nav li',
  css: ['.sIFR-root {background-color:transparent;text-transform:uppercase;letter-spacing: 1.5;	text-align:center;}',
         '.dull a { text-decoration: none; }',
        '.dull a:link { color: #FFFFFF; }',
        '.dull a:hover { color: #feffcc; }',]

  ,wmode: 'transparent'
     ,filters: {
      DropShadow: {
        knockout: false
        ,distance: .1
        ,color: '#76848c'
        ,strength: 1
      } }
});
sIFR.replace(futura, {
  selector: '#nav li.current',
  css: ['.sIFR-root {background-color:transparent;text-transform:uppercase;letter-spacing: 1.5;	text-align:center;}',
         'a { text-decoration: none;color: #feffcc; }',
        'a:link { color: #feffcc; }',
        'a:hover { color: #feffcc; }',
		'a:visited { color: #feffcc; }',]

  ,wmode: 'transparent'
     ,filters: {
      DropShadow: {
        knockout: false
        ,distance: .1
        ,color: '#76848c'
        ,strength: 1
      } }
});
sIFR.replace(futura, {
  selector: '#project-front  h2',
  css: '.sIFR-root {background-color:transparent;color:#ffffff;text-transform:uppercase;letter-spacing: 1.5;}'
  ,wmode: 'transparent'
     ,filters: {
      DropShadow: {
        knockout: false
        ,distance: .1
        ,color: '#000000'
        ,strength: 1
      } }
});
sIFR.replace(futura, {
  selector: '#bottom-block h2,#articles h2,#bottom-block-media h2',
  css: '.sIFR-root {background-color:transparent;color:#2c3a51;text-transform:uppercase;font-weight:bold;letter-spacing: 1.5;}'
  ,wmode: 'transparent'
    
});

sIFR.replace(futura, {
  selector: 'h2 .media',
  css: '.sIFR-root {background-color:transparent;color:#2c3a51;text-transform:uppercase;font-weight:bold;letter-spacing: 1.5;}'
  ,wmode: 'transparent'
    
});
