var futura = {
  src: 'http://rosabarba.com/fonts/futura.swf'
};

var transit = {
  src: 'http://rosabarba.com/fonts/transit.swf'
};

var bookmanOldStyle = {
  src: 'http://rosabarba.com/fonts/bookmanOldStyle.swf'
};

sIFR.fitExactly = true;
sIFR.activate(futura, transit, bookmanOldStyle); // From revision 209 and onwards

sIFR.replace(transit, {
  selector: 'h1'
  	,css: [
  		,'.sIFR-root { color:#666666; font-weight: normal; text-align: left; font-size: 14px; }'
  		,'a:link { color: #666666; text-decoration: none;  }'
      	,'a:hover { color: #000000; }'
  	]
  	, wmode: 'transparent'
});

sIFR.replace(transit, {
  selector: 'ul#contentNavigation li'
  	,css: [
  		,'.sIFR-root { color:#666666; font-weight: bold; text-align: left; font-size: 14px; }'
  		,'a:link { color: #666666; text-decoration: none; font-weight: bold; }'
      	,'a:hover { color: #000000; }'
      	,'.selected {color: #000000; text-decoration: none; font-weight: bold; }'
  	]
  	, wmode: 'transparent'
});



/* sIFR.replace(transit, {
  selector: 'span.works'
  	,css: [
  		,'.sIFR-root { color:#666666; font-weight: bold; text-align: left; font-size: 14px; }'
  		,'a:link { color: #666666; text-decoration: none; font-weight: normal; }'
      	,'a:hover { color: #000000; }'
      	, '.selected {color: #000000; text-decoration: none; font-weight: bold; }'
  	]
  	, wmode: 'transparent'
});

sIFR.replace(bookmanOldStyle, {
  selector: 'span.publications'
  	,css: [
  		,'.sIFR-root { color:#666666; font-weight: bold; text-align: left; font-size: 12px; }'
  		,'a:link { color: #666666; text-decoration: none; font-weight: normal; }'
      	,'a:hover { color: #000000; }'
      	, '.selected {color: #000000; text-decoration: none; font-weight: bold; }'
  	]
  	, wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: 'span.articles'
  	,css: [
  		,'.sIFR-root { color:#666666; font-weight: bold; text-align: left; font-size: 12px; }'
  		,'a:link { color: #666666; text-decoration: none; font-weight: normal; }'
      	,'a:hover { color: #000000; }'
      	, '.selected {color: #000000; text-decoration: none; font-weight: normal; }'
  	]
  	, wmode: 'transparent'
}); */
