var rockwell = {
   src: '/themes/woodfloor/media/sifr-fonts/rockwell.swf'
 };

var rockwelllight = {
   src: '/themes/woodfloor/media/sifr-fonts/rockwell-light.swf'
 };

var rockwellbold = {
   src: '/themes/woodfloor/media/sifr-fonts/rockwell-bold.swf'
 };

 sIFR.debugMode = true;
 // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
 sIFR.prefetch(rockwell);
 sIFR.activate();
 sIFR.replace(rockwell, {
   selector: '#post-detail h1'
   ,css: [
     '.sIFR-root { text-align: left; font-weight: normal; color:#44352B; text-transform:uppercase}'
     ,'a { text-decoration: none }'
     ,'a:link { color: #44352B }'
     ,'a:hover { color: #333333 }'
   ] 
	,wmode: "transparent"
 });

 sIFR.replace(rockwell, {
   selector: '#album h1, #contact legend, #friends h3, #contact h3'
   ,css: [
     '.sIFR-root { text-align: left; font-weight: normal; color:#44352B; text-transform:uppercase}'
     ,'a { text-decoration: none }'
     ,'a:link { color: #44352B }'
     ,'a:hover { color: #333333 }'
   ] 
	,wmode: "transparent"
 });

 sIFR.replace(rockwell, {
   selector: '.post-entry h2'
   ,css: [
     '.sIFR-root { text-align: left; font-weight: normal; color:#44352B; text-transform:uppercase}'
     ,'a { text-decoration: none }'
     ,'a:link { color: #44352B}'
     ,'a:hover { color: #7D0000 }'
   ] 
	,wmode: "transparent"
 });

 sIFR.replace(rockwellbold, {
   selector: '#logo strong'
   ,css: [
     '.sIFR-root { text-align: left; font-weight: normal; color:#7D0000; text-transform:uppercase}'
     ,'a { text-decoration: none }'
     ,'a:link { color: #7D0000 }'
     ,'a:hover { color: #333333 }'
   ] 
	,wmode: "transparent"
 });

 sIFR.replace(rockwelllight, {
	selector: '#sponsor p'
   ,css: [
     '.sIFR-root { text-align: left; font-weight: normal; color:#44352B; text-transform:uppercase}'
     ,'a { text-decoration: underline }'
     ,'a:link { color: #44352B }'
     ,'a:hover { color: #333333 }'
   ]
	,wmode: "transparent"
 });

 sIFR.replace(rockwelllight, {
	selector: '.media-list'
   ,css: [
     '.sIFR-root { text-align: left; font-weight: normal; color:#44352B; text-transform:uppercase}'
     ,'a { text-decoration: underline }'
     ,'a:link { color: #44352B }'
     ,'a:hover { color: #333333 }'
   ]
	,wmode: "transparent"
 });