var meRoot = "/";
var hoefler = {
  src: meRoot + 'js/hoefler_titling_light_italic.swf'
};
var helveticaneue = {
  src: meRoot + 'js/helvetica_neue_bold_normal.swf'
};
var helveticaneue_lineheight = {
  src: meRoot + 'js/helvetica_neue_bold_normal_lineheight.swf'
};


sIFR.forceClear = true;
sIFR.forceWidth = true;
sIFR.activate(hoefler, helveticaneue);

// Generic page header
sIFR.replace(hoefler, {
	selector: '#generic_content h1',
	css: [
		'.sIFR-root { font-size:24px; color: #e85138; font-weight:normal; font-style: italic; }'
	]
});
// Calendar page header
sIFR.replace(hoefler, {
	selector: '#calendar_content h1',
	css: [
		'.sIFR-root { font-size:24px; color: #e85138; font-weight:normal; font-style: italic; }'
	]
});
// Tessitura page header
sIFR.replace(hoefler, {
	selector: '#tessitura_frame h1',
	css: [
		'.sIFR-root { font-size:24px; color: #e85138; font-weight:normal; font-style: italic; }'
	]
});
// Tessitura production title
sIFR.replace(helveticaneue, {
	selector: '#tessitura_frame .production-title',
	css: [
		'.sIFR-root { font-size:24px; font-weight:bold; }'
	]
});
// Production catalogue page header
sIFR.replace(hoefler, {
	selector: '#catalogue_content h1',
	css: [
		'.sIFR-root { font-size:24px; color: #e85138; font-weight:normal; font-style: italic; }'
	]
});
// Our Venues page header
sIFR.replace(hoefler, {
	selector: '#our_venue_content h1',
	css: [
		'.sIFR-root { font-size:24px; color: #e85138; font-weight:normal; font-style: italic; }'
	]
});
// "Latest News" in the right bar
sIFR.replace(helveticaneue, {
	selector: '#side_bar h4',
	css: [
		'.sIFR-root { font-size:16px; font-weight:bold; color: #e85138;}'
	]
});
/*
sIFR.replace(helveticaneue, {
	selector: '.subscribe h5',
	css: [
		'.sIFR-root { font-size:14px; font-weight:bold; }'
	]
}); */
// Production page title
sIFR.replace(helveticaneue, {
	selector: '#performance_detail h1',
	css: [
		'.sIFR-root { font-size:24px; font-weight:bold; }'
	]
});
// Homepage production titles
sIFR.replace(helveticaneue_lineheight, {
	selector: '.production_detail h1',
	css: [
		'.sIFR-root { font-size:16px; font-weight:bold; width: 135px; }'
	]
});
// Production catalogue titles
sIFR.replace(helveticaneue_lineheight, {
	selector: '#production_catalogue h2',
	css: [
		'.sIFR-root { font-size:16px; font-weight:bold; width: 145px; }'
	]
});