/* =: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'
};

var gmed = {
  src: 'http://www1.georgetown.edu/sfs/ksefiles/gotham_medium.swf'
};

sIFR.prefetch(gbook);
sIFR.prefetch(glight);
sIFR.activate();




/* -------------------------------------------------------------------------------------*/
/* --------------------      SITE SPECIFIC REPLACEMENTS         ------------------------*/
/* -------------------------------------------------------------------------------------*/

/* African Studies */
sIFR.replace( glight, {
  selector: '.ksSite331 .slideshow h2'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #0190bc}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
});



/* Career Center */




sIFR.replace( gbook, {
  selector: '.ksSite313 #main .calendar h3'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #999999; text-transform:uppercase}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
});

sIFR.replace( glight, {
  selector: '.ksSite313 #main h3'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #0190bc}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
});



/* IBD */

/*Appointments */

sIFR.replace( glight, {
  selector: '#sub .appointments h4'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #666666;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
});

/* IBD home page */

sIFR.replace( gbook, {
  selector: '.ksSite334 #main h3'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #999999;text-transform:uppercase;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
});







/* CANZ home page events channel title */
sIFR.replace( gbook, {
  selector: '.ksSite333 #main h3'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #999999;text-transform:uppercase;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
});


/* CGES Prince of Asturias subsite */

sIFR.replace( glight, {
  selector: '.ksSite307 #main h2'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #0190bc;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
});

sIFR.replace( gbook, {
  selector: '.ksSite307 #main h3'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #666666;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
});


/* Mortara */

sIFR.replace( gbook, {
  selector: '.ksSite335 #main h3'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #999999;text-transform:uppercase;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
});


/* PJC */

sIFR.replace( gbook, {
  selector: '.ksSite309 #main h3'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #999999;text-transform:uppercase;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
});

/* --------------------------------------------------------------*/

/* COMMON SIFR REPLACMEMENTS */
/* --------------------------------------------------------------*/
  
sIFR.replace( glight, {
  selector: '.tier #main h2'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #666666;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
});




sIFR.replace( glight, {
  selector: '.tier #main h3'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #0190bc;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
});



sIFR.replace( glight, {
  selector: '.tier #main h4'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #0190bc;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
});



sIFR.replace( glight, {
  selector: '.tier #main h5'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #666666;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
});


sIFR.replace( gbook, {
  selector: '.home #main h2'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #0190bc;text-transform:uppercase;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
});



sIFR.replace( gbook, {
  selector: '#sub h3'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #999999;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: #0190bc;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
});


sIFR.replace( glight, {
  selector: '#sub .profile h5'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #666666;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
});



sIFR.replace( gbook, {
  selector: '.profile_list h3'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #666666; text-transform:uppercase;letter-spacing:.5;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #666666 }'
      ,'a:hover { color: #666666 }'
    ]
});


sIFR.replace( gbook, {
  selector: '#childnav .t3 .ksNavPathSection'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #666666; text-transform:uppercase;letter-spacing:.5;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #666666 }'
      ,'a:hover { color: #666666 }'
    ]
});

sIFR.replace( gbook, {
  selector: '#childnav .t4 .sfsNavHeader'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #666666; text-transform:uppercase;letter-spacing:.5;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #666666 }'
      ,'a:hover { color: #666666 }'
    ]
});



sIFR.replace( gbook, {
  selector: '#childnav .t2 .ksNavCurrentSectionLink'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #666666; text-transform:uppercase;letter-spacing:.5;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #666666 }'
      ,'a:hover { color: #666666 }'
    ]

});

sIFR.replace( gbook, {
  selector: '.certificates #childnav .sfsNavHeading'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #666666; text-transform:uppercase;letter-spacing:.5;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #666666 }'
      ,'a:hover { color: #666666 }'
    ]

});



sIFR.replace( gbook, {
  selector: '#extra h3'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #999999;text-transform:uppercase;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]
});



   sIFR.replace( gmed, {
  selector: 'blockquote.callout'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #0190bc;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]

});

   sIFR.replace( gmed, {
  selector: '.callout h3'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #cccccc; text-transform:uppercase;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]

});


/* -------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------*/































