/*****************************************************************************
The sIFR configuration should typically go in `sifr-config.js`, but in order to
keep the config file clean, and to give a quick overview, it's done here instead.
*****************************************************************************/

var chancery = {
  src: '/javascripts/chancery.swf'
	,wmode: 'transparent'
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(chancery);

sIFR.replace(chancery, {
  selector: '#news-area h2'
  ,css: [
    '.sIFR-root { text-align: left; font-weight: normal; color: #471029; padding-bottom: 0; margin-bottom: 0; }'
  ],
  selector: '#news-area h2.pagetitle'
  ,css: [
    '.sIFR-root { text-align: left; font-weight: normal; color: #471029; padding-bottom: 0; margin-bottom: 0; }'
  ],
  selector: '#text h2'
  ,css: [
    '.sIFR-root { text-align: left; font-weight: normal; color: #471029; padding-bottom: 0; margin-bottom: 0; }'
  ]

});