var OfficinaSerifBlack = {
    src: '/wp-content/themes/miracle-gekopklanten/swf/officina-serif-black.swf'
}; 

sIFR.activate( OfficinaSerifBlack );
      
sIFR.replace( OfficinaSerifBlack, {
	selector: '#page-content-main h2'
	,css: [
      '.sIFR-root { color: #282828; }'
      ,'a { color: #ff7700; text-decoration: none; }'
      ,'a:hover { color: #ff7700; text-decoration: underline; }'
    ]
	,wmode : 'transparent'
});

sIFR.replace( OfficinaSerifBlack, {
	selector: '#page-content-main h1'
	,css: [
      '.sIFR-root { color: #282828; }'
      ,'a { color: #ff7700; text-decoration: none; }'
      ,'a:hover { color: #ff7700; text-decoration: underline; }'
    ]
	,wmode : 'transparent'
});

sIFR.replace( OfficinaSerifBlack, {
	selector: '#page-content-main #comment-form h3'
	,css: [
      '.sIFR-root { color: #282828; }'
    ]
	,wmode : 'transparent'
});

sIFR.replace( OfficinaSerifBlack, {
	selector: '#page-content-main #column-form h3'
	,css: [
      '.sIFR-root { color: #ff7700; }'
    ]
	,wmode : 'transparent'
});

sIFR.replace( OfficinaSerifBlack, {
	selector: '#page-content-main #contact-form h3'
	,css: [
      '.sIFR-root { color: #ff7700; }'
    ]
	,wmode : 'transparent'
});

sIFR.replace( OfficinaSerifBlack, {
	selector: '#page-content-main h3'
	,css: [
      '.sIFR-root { color: #282828; }'
      ,'a { color: #ff7700; text-decoration: none; }'
      ,'a:hover {color: #ff7700; text-decoration: underline; }'
    ]
	,wmode : 'transparent'
});

