var Mic32Bold = { src: 'assets/templates/symmetry/Mic32-Bold.swf' };
var Mic32Regular = { src: 'assets/templates/symmetry/Mic32-Regular.swf' };
var Mic32Light = { src: 'assets/templates/symmetry/Mic32-Light.swf' };
var Mic32Medium = { src: 'assets/templates/symmetry/Mic32-Medium.swf' };

sIFR.activate(Mic32Bold);
sIFR.activate(Mic32Regular);
sIFR.activate(Mic32Light);
sIFR.activate(Mic32Medium);
sIFR.preserveSingleWhitespace = true;

//tuneWidth(20);
sIFR.replace(Mic32Medium, {
  selector: '.module_padd h2',
  wmode: 'transparent',
  css: '.sIFR-root { color: #706f6b; font-weight: normal; font-size: 15px; }'
});
sIFR.replace(Mic32Light, {
  selector: '#img_column h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; font-weight: normal; font-size: 19px; }'
});
sIFR.replace(Mic32Regular, {
  selector: '#title_container h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #302f30; font-weight: normal; font-size: 28px; }'
});
sIFR.replace(Mic32Regular, {
  selector: '#content_padd h2',
  wmode: 'transparent',
  css: '.sIFR-root { color: #747173; font-weight: normal; font-size: 20px; }'
});
sIFR.replace(Mic32Regular, {
  selector: '#content_padd h3',
  wmode: 'transparent',
  css: '.sIFR-root { color: #747173; font-weight: normal; font-size: 16px; } a { color: #747173; font-weight: normal; font-size: 16px; text-decoration: none; } a:hover { color: #585856; font-weight: normal; font-size: 16px; text-decoration: underline; }'
});
sIFR.replace(Mic32Regular, {
  selector: '#right_column h3',
  wmode: 'transparent',
  css: '.sIFR-root { color: #585856; font-weight: normal; font-size: 15px; }'
});
