var haptic = { src: '/wp-content/themes/default/images/haptic_light.swf' };
sIFR.activate(haptic);
/*sIFR.replace(haptic, {
 selector: '.entry_title_head',
 wmode: 'transparent',
 css: [
   '.sIFR-root {color: #086493; font-size: 24px;}',
   '.sIFR-root a {color: #086493; text-decoration: none;}',
   '.sIFR-root a:hover {color: #086493; text-decoration: underline;}'   
 ]
});
sIFR.replace(haptic, {
selector: '.id_slogan',
wmode: 'transparent',
filters: {
       DropShadow: {
       distance: 1,
       color: '#03273b',
       strength: 2,
       alpha: .5,
       blurX: 0,
       blurY: 0
       }
      },
 css: [
   '.sIFR-root {color: #ffffff; font-size: 14px;}',
   '.sIFR-root a {color: #fffffff; text-decoration: none;}',
   '.sIFR-root a:hover {color: #dcdcdc; text-decoration: none;}'
   ]
});*/
sIFR.replace(haptic, {
 selector: '.widgetsubtitle',
 wmode: 'transparent',
 css: [
   '.sIFR-root {color: #ffffff; font-size: 11px; text-transform: uppercase; }',
   '.sIFR-root a {color: #ffffff; text-decoration: none;}',
   '.sIFR-root a:hover {color: #ffffff; text-decoration: underline;}'   
 ]
});
sIFR.replace(haptic, {
 selector: '.authors_group',
 wmode: 'transparent',
 css: ['.sIFR-root {color: #4a4a4a; font-size: 18px; text-transform: uppercase; }']
});