var DIN = { src: 'Resources/swf/DIN.swf' };
var GothamBook = { src: 'Resources/swf/GothamBook.swf' };
var GothamLight = { src: 'Resources/swf/GothamLight.swf' };
var GothamMedium = { src: 'Resources/swf/GothamMedium.swf' };

sIFR.activate(DIN);
sIFR.activate(GothamBook);
sIFR.activate(GothamLight);

$(document).ready(sifrSwap);

function sifrSwap()
{
	sIFR.replace(GothamBook, {
	  selector: '.headerTagline, .headerLearnMore'
	  , css: [
		'.sIFR-root { color:#878A87; font-size:10px; float:right; padding-top:50px;}'
		, 'a { color:#EF491C; font-size:10px; text-decoration:none;  cursor:pointer;}'
		, 'a:hover { color:#ffffff; font-size:10px; text-decoration:none;  cursor:pointer;}'
		]
		, wmode: 'transparent'
		, preventWrap: true
		, forceWidth: true
		, fitExactly: true
		, forceSingleLine: true		
	});	
	sIFR.replace(GothamMedium, {
	  selector: 'h3'
		, css: ['.sIFR-root { color:#434343; font-size:14px;}']
		, wmode: 'transparent'
		, preventWrap: true
		, forceWidth: true
		, fitExactly: true
		, forceSingleLine: true	
	});	
	sIFR.replace(GothamMedium, {
	  selector: '.GothamMedium14'
		, css: ['.sIFR-root { color:#434343; font-size:14px;}']
		, wmode: 'transparent'
	});	
	sIFR.replace(GothamBook, {
	  selector: '.GothamBook12'
		, css: ['.sIFR-root { color:#434343; font-size:12px;}']
		, wmode: 'transparent'
		, preventWrap: true
		, forceWidth: true
		, fitExactly: true
		, forceSingleLine: true	
	});	
	sIFR.replace(GothamLight, {
	  selector: '.GothamLight30'
		, css: ['.sIFR-root { color:#424242; font-size:30px;}']
		, wmode: 'transparent'
		, preventWrap: true
		, forceWidth: true
		, fitExactly: true
		, forceSingleLine: true	
	});	
}

function tagListSifr()
{

}

function featuredWorkSifr() 
{

}

function clientSortSifr() 
{	sIFR.replace(GothamBook, {
	  selector: '.workListingDiv h2'
	  , css: ['.sIFR-root { color:#434343; font-size:24px; }'
		]
		, wmode: 'transparent'
	});
}

function blogPostSifr() 
{
    sIFR.replace(GothamLight, {
	  selector: '.commentCount'
	  , css: ['.sIFR-root { color:#434343; font-size:12px; text-align:center; }']
		, wmode: 'transparent' 
	});

	sIFR.replace(GothamLight, {
	  selector: '.taggedWithLinks .taggedWithTagged, .taggedWithLinks .taggedWithShare'
	  , css: ['.sIFR-root { color:#434343; font-size:12px; }']
		, wmode: 'transparent' 
		, preventWrap: true
		, forceWidth: true
		, fitExactly: true
		, forceSingleLine: true
	});
	/*
    sIFR.replace(GothamBook, {
	  selector: '.date'
	  , css: ['.sIFR-root { color:#424242; font-size:12px; text-align:center; margin-top:20px; }']
	  , wmode: 'transparent'
		, preventWrap: true
		, forceWidth: true
		, fitExactly: true
		, forceSingleLine: true		
	});
	sIFR.replace(GothamBook, {
	  selector: 'h2'
	  , css: ['.sIFR-root { color:#424242; font-size:24px;}']
	  , wmode: 'transparent'
	});
	*/
}

