var centurygothic = {

  src: 'flash/century_gothic.swf'

};



sIFR.activate(centurygothic);

//sIFR.prefetch('century_gothic.swf');



sIFR.replace(centurygothic, {

  selector: 'h3.venueTitle'

  ,wmode: 'transparent'

  ,css: {

	  '.sIFR-root' : {'color':'#c7ebf9'}
      ,'a' : { 'text-decoration': 'none','color': '#c7ebf9'}
      ,'a:link' : { 'color': '#c7ebf9' }
      ,'a:hover' : { 'text-decoration':'underline','color': '#c7ebf9'}
  }

});



sIFR.replace(centurygothic, {

  selector: 'h3.restaurantTitle'

  ,wmode: 'transparent'

  ,css: {

	  '.sIFR-root' : {'color':'#e1e4a5'}
      ,'a' : { 'text-decoration': 'none','color': '#e1e4a5'}
      ,'a:link' : { 'color': '#e1e4a5' }
      ,'a:hover' : { 'text-decoration':'underline','color': '#e1e4a5'}
  }

});



sIFR.replace(centurygothic, {

  selector: 'h3.monthTitle'

  ,wmode: 'transparent'

  ,css: {

	  '.sIFR-root' : {'color':'#ffd283'}

  },

  paddingTop: 0

});



sIFR.replace(centurygothic, {

  selector: 'h3.rsvpTitle'

  ,wmode: 'transparent'

  ,css: {

	  '.sIFR-root' : {'color':'#ffd283'}

  },

  paddingTop: 0

});

