var neue_light = { 
	src: 'http://www.hughescontrol.co.uk/flash/neue-light.swf'
};

sIFR.activate(neue_light);

sIFR.replace(neue_light, {
  selector: '#content_container #right_col h1',
  css: [
  '.sIFR-root { font-size: 3em; font-weight: normal; color: #215b16; margin-bottom: 16px; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(neue_light, {
  selector: '#content_container h2',
  css: [
  '.sIFR-root { font-size: 2.4em; font-weight: normal; color: #215b16; margin-bottom: 8px; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(neue_light, {
  selector: '#blog #content_container #right_col h3',
  css: [
  '.sIFR-root { color: #215b16;	font-weight: normal; line-height: normal; font-size: 2.6em; display: block; padding-bottom: 6px; margin-bottom: 12px; border-bottom: 1px solid #ddd; }',
  '.sIFR-root a { color: #215b16; text-decoration: none; display: block; }',
  '.sIFR-root a:hover { color: #215b16; text-decoration: underline; }'
  ],
  wmode: 'transparent'
});
