/*****************************************************************************
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 daunpenh = {
  src: '/flash/DaunPenh.swf'
};

var daunpenhstroke = {
  src: '/flash/DaunPenhStroke.swf'
};

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

sIFR.activate(daunpenh,daunpenhstroke);

sIFR.replace(daunpenhstroke, {
  selector: '.siteHeadline div.sifrDaunPenhStroke'
  ,css: [
    '.sIFR-root {margin:0px; padding:0px; font-size:46px; line-height:46px; color:#12429b; font-weight:bold; background-color:transparent;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #12429b; }'
    ,'a:hover { color: #12429b; }'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(daunpenh, {
  selector: '.boxHeadlineMain div.sifrDaunPenh'
  ,css: [
    '.sIFR-root {margin:0px; padding:0px; font-size:30px; line-height:30px; color:#ffffff; font-weight:normal}'
    ,'a {text-decoration: none; }'
    ,'a:link {color:#ffffff; }'
    ,'a:hover {color:#ffffff; }'
  ]
  ,wmode: 'transparent'
});
