var ITC_Garamond = {
  src: 'ITC_Garamond.swf'
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(ITC_Garamond);

sIFR.replace(ITC_Garamond, {
	selector: '.leftcolumn h1'
	,opaque: 'true'
	,css: '.sIFR-root { background-color: #D9CFC0; font-size: 20px; color: #7C6A55; }'
});

sIFR.replace(ITC_Garamond, {
	selector: '.middlecolumn h1'
	,opaque: 'true'
	,css: '.sIFR-root { font-size: 40px; color: #7C6A55; }'
});

sIFR.replace(ITC_Garamond, {
	selector: '.middlecolumn .smalltitle'
	,opaque: 'true'
	,css: '.sIFR-root { font-style: italic; font-size: 20px; color: #DAC792; }'}
);

sIFR.replace(ITC_Garamond, {
	selector: '.news h1'
	,opaque: 'true'
	,css: '.sIFR-root { background-color: #FFFCF4; font-size: 20px; color: #7C6A55; }'}
);

sIFR.replace(ITC_Garamond, {
	selector: '.welcome h2'
	,opaque: 'true'
	,css: '.sIFR-root { background-color: #7C6A55; font-size: 24px; color: #FFFFFF; }'}
);

sIFR.replace(ITC_Garamond, {
	selector: '.featured h2'
	,opaque: 'true'
	,css: '.sIFR-root { background-color: #D9CFC0; font-style: italic; font-size: 24px; color: #5A4832; }'}
);

