var baskerville = {
  src: '/sdcjc_flash/baskerville.swf'
};

sIFR.activate(baskerville);



// bookfair rules
sIFR.replace(baskerville, {
  selector: 'h1.bookfair' ,css: {'.sIFR-root': {
          'color': '#6a4a2b', 
		  'margin-left':'0px'
          }}

});


// film fest rules
sIFR.replace(baskerville, {
    selector: 'h1.filmfest-page-title', css: { '.sIFR-root': {
        'color': '#ee3423',
        'margin-left': '0px'
    }
    }, wmode: 'transparent'

});
sIFR.replace(baskerville, {
    selector: 'h2.filmfest-page-subtitle', css: { '.sIFR-root': {
        'color': '#ee3423',
        'margin-left': '0px',
        'margin-bottom': '0px',
        'padding-bottom': '0px'

    }
    }, wmode: 'transparent'
});


// general rules
sIFR.replace(baskerville, {
  selector: 'h1' ,css: {'.sIFR-root': {
          'color': '#9D322A', 
		  'margin-left':'0px'
          }}, wmode: 'transparent'
	
});
sIFR.replace(baskerville, {
  selector: 'h2' ,css: {'.sIFR-root': {
          'color': '#9D322A',
          'margin-left': '0px',
          'margin-bottom': '0px',
          'padding-bottom': '0px'
		  
          }}, wmode: 'transparent'
});
