/* =:Description
    All SFS sites using the basic template use this basic sif-config file for the sifr replacement needs. Sites requiring
	addition replacement code will be handled by defining selectors unique to their sites.
	
*/



var gbook = {
  src: 'http://www1.georgetown.edu/sfs/ksefiles/wireframe/sifr/gotham_book.swf'
};

var glight = {
  src: 'http://www1.georgetown.edu/sfs/ksefiles/wireframe/sifr/gotham_light.swf'
};



sIFR.prefetch(gbook);
sIFR.prefetch(glight);
sIFR.activate();



/* COMMON SIFR REPLACMEMENTS */
  
sIFR.replace( glight, {
  selector: '.tier #main h2'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #c34926;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #c34926 }'
      ,'a:hover { color: #c34926 }'
      ,'a:hover { text-decoration: underline }'
    ]
});


sIFR.replace( glight, {
  selector: '.tier #main h3'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #c34926;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #c34926 }'
      ,'a:hover { color: #c34926 }'
      ,'a:hover { text-decoration: underline }'
    ]
});



sIFR.replace( glight, {
  selector: '.tier #main h4'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #c34926;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #c34926 }'
      ,'a:hover { color: #c34926 }'
      ,'a:hover { text-decoration: underline }'
    ]
});


sIFR.replace( gbook, {
  selector: '#sub h3'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #4d371f;text-transform:uppercase;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
});


sIFR.replace( gbook, {
  selector: '#sub .profile h4'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #c34926;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #c34926 }'
      ,'a:hover { color: #c34926 }'
      ,'a:hover { text-decoration: underline }'
    ]
});


sIFR.replace( glight, {
  selector: '#sub .profile h5'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #4d371f;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
});



sIFR.replace( gbook, {
  selector: '#childnav .ksNavPathSection'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #4d371f; text-transform:uppercase;letter-spacing:.5;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4d371f }'
      ,'a:hover { color: #4d371f }'
    ]
});


sIFR.replace( gbook, {
  selector: '#childnav .t2 .ksNavCurrentSectionLink'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #4d371f; text-transform:uppercase;letter-spacing:.5;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4d371f }'
      ,'a:hover { color: #4d371f }'
    ]

});




/* -------------------------------------------------------------------------------------*/
/* --------------------      SITE SPECIFIC REPLACEMENTS         ------------------------*/
/* -------------------------------------------------------------------------------------*/




/* -------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------*/











