var neutra = {
	src: '/wp-content/themes/lipsticklifestyle/swf/neutra.swf'
   ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,20,1.22,26,1.21,32,1.2,34,1.18,35,1.19,39,1.18,40,1.19,54,1.18,89,1.17,92,1.16,94,1.17,98,1.16,99,1.17,1.16]
};

sIFR.delayCSS  = true;
/* sIFR does not work when opened straight from the local filesystem. You must load sIFR from a web server. */

// sIFR.domains = ['novemberborn.net'] // domain check
sIFR.activate(neutra);

//sIFR.debug.ratios({ src: 'swf/neutra.swf', selector: 'h2' });

sIFR.replace(neutra, {
  selector: 'div.form-comment h2, div.comments h2'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #000000; font-size: 24px; line-height: 1em; leading: -8}'
  ]
});

sIFR.replace(neutra, {
  selector: 'h2'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #ED1194; font-size: 24px; line-height: 1em; leading: -8}'
    ,'a { text-decoration: none;}'
    ,'a:link { color: #ED1194; }'
    ,'a:hover { text-decoration: underline;color: #ED1194; }'
  ]
});

sIFR.replace(neutra, {
  selector: 'div.form-search div.head strong'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #EC008C; font-size: 22px; line-height: 1em; leading: -2}'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(neutra, {
  selector: 'div.box div.head strong'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #FFFFFF; font-size: 22px; line-height: 1em; leading: -2}'
  ]
  ,wmode: 'transparent'
});
