/* 	
*
*	sIFR Config Stylesheet
*	sifr-config.js
*	Default Colors:
*	color: #999999;
*	a { text-decoration: none; }
*	a:link { color: #999999; }
*	a:hover { color: #888888; }
*	
----------------------------------------*/

/*	Define Locations  */
var font1 = { src: 'http://www.ottawaydigital.com/wp-content/themes/ottawaydigital/assets/_swf/officina-sans-book.swf' };
var font2 = { src: 'font2.swf' };

sIFR.debugMode = false;
sIFR.delayCSS = false;
sIFR.activate(font1, font2);



/* 
*	font1 .white 
*
---------------------------------*/

sIFR.replace(font1, {
selector: '.gray'
,wmode: 'transparent'
,css: [
	'.sIFR-root { text-align: left; leading: -4px;  color: #888888; }'
	,'a { text-decoration: none;  }' ,'a:link { color: #00a8ff; }','a:hover { color: #00a8ff; }'
]
});

sIFR.replace(font1, {
selector: 'p.lblue'
,wmode: 'transparent'
,css: [
	'.sIFR-root { text-align: right; leading: -4px; color: #00a8ff; }'
	,'a { text-decoration: none;  }' ,'a:link { color: #00a8ff; }','a:hover { color: #00a8ff; }'
]
});

sIFR.replace(font1, {
selector: 'h1.lblue'
,wmode: 'transparent'
,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 30px; color: #00a8ff; }'
	,'a { text-decoration: none;  }' ,'a:link { color: #00a8ff; }','a:hover { color: #00a8ff; }'
]
});

sIFR.replace(font1, {
selector: 'h3.lblue'
,wmode: 'transparent'
,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-weight:bold; font-size: 20px; color: #00a8ff; }'
	,'a { text-decoration: none;  }' ,'a:link { color: #00a8ff; }','a:hover { color: #00a8ff; }'
]
});

sIFR.replace(font1, {
selector: 'h1.white'
,wmode: 'transparent'
,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 30px; color: #ffffff; }'
	,'a { text-decoration: none;  }' ,'a:link { color: #eeeeee; }','a:hover { color: #ffffff; }'
]
});
sIFR.replace(font1, {
selector: 'h2.white'
,wmode: 'transparent'
,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 26px; color: #ffffff; }'
	,'a { text-decoration: none; }','a:link { color: #999999; }' ,'a:hover { color: #888888; }'
]
});

sIFR.replace(font1, {
selector: 'h3.white'
,wmode: 'transparent'
,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 23px; color: #ffffff; }'
	,'a { text-decoration: none; }'  ,'a:link { color: #eeeeee; }' ,'a:hover { color: #dddddd; }'
]
});

	sIFR.replace(font1, {
	selector: 'h4.white'
	,wmode: 'transparent'
	,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 20px; color: #ffffff;}'
	,'a { text-decoration: none;}' ,'a:link { color: #ffffff; }','a:hover { color: #999999; }'
	]
	});

sIFR.replace(font1, {
selector: 'h5.white'
,wmode: 'transparent'
	,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 16px; color: #ffffff;}'
	,'a { text-decoration: none;}','a:link { color: #ffffff; }','a:hover { color: #999999; }'
	]
});

sIFR.replace(font1, {
selector: 'h6.white'
,wmode: 'transparent'
	,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 14px; color: #ffffff;}'
	,'a { text-decoration: none;}','a:link { color: #ffffff; }','a:hover { color: #999999; }'
	]
});



sIFR.replace(font1, {
selector: '.right, .single #sl #left-nav .widgettitle'
,wmode: 'transparent'
,css: [
	'.sIFR-root { text-align: right; leading: -4px; font-size: 20px; color: #9999999; }'
	,'a { text-decoration: none;  }','a:link { color: #999999; }','a:hover { color: #888888; }'
]
});

sIFR.replace(font1, {
selector: '.caption'
,wmode: 'transparent'
,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 20px; color: #aa9999; }'
	,'a { text-decoration: none;  }','a:link { color: #999999; }','a:hover { color: #888888; }'
]
});

//sIFR.replace(font1, {
//selector: '.lblue'
//,wmode: 'transparent'
//,css: [
//	'.sIFR-root { text-align: left; leading: -4px; font-size: 20px; color: #00a8ff; }'
//	,'a { text-decoration: none;  }','a:link { color: #00a9ff; }','a:hover { color: #00a9ff; }'
//]
//});

sIFR.replace(font1, {
selector: '#bottom-tab-contents h3'
,wmode: 'transparent'
,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 26px; color: #00a8ff; }'
	,'a { text-decoration: none;  }','a:link { color: #00a9ff; }','a:hover { color: #00a9ff; }'
]
});

sIFR.replace(font1, {
selector: '.link'
,wmode: 'transparent'
,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 26px; color: #00a8ff; }'
	,'a { text-decoration: none;  }','a:link { color: #aa9999; }','a:hover { color: #00a8ff; }'
]
});


sIFR.replace(font1, {
selector: '.date'
,wmode: 'transparent'
,css: [
	'.sIFR-root { text-align: left; leading: -4px; color: #00a8ff; }'
	,'a { text-decoration: none;  }','a:link { color: #00a9ff; }','a:hover { color: #00a9ff; }'
]
});

sIFR.replace(font1, {
selector: '.entry-title, .title'
,wmode: 'transparent'
,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 26px; color: #b9381e; }'
	,'a { text-decoration: none; }','a:link { color: #b9381e; }','a:hover { color: #ff0000; }'
]
});

sIFR.replace(font1, {
selector: '.summary h3'
,wmode: 'transparent'
,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 20px; color: #AA9999; }'
	,'a { text-decoration: none; }','a:link { color: #eeeeee; }','a:hover { color: #dddddd; }'
]
});


/*
*	Font2 Stylesheet


sIFR.replace(font2, {
selector: 'h1'
,wmode: 'transparent'
,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 30px; color: #999999; }'
	,'a { text-decoration: none;  }','a:link { color: #999999; }','a:hover { color: #888888; }'
]
});
sIFR.replace(font2, {
selector: 'h2'
,wmode: 'transparent'
,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 26px; color: #ffffff; }'
	,'a { text-decoration: none; }','a:link { color: #999999; }','a:hover { color: #888888; }'
]
});

sIFR.replace(font2, {
selector: 'h3'
,wmode: 'transparent'
,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 23px; color: #ffffff; }'
	,'a { text-decoration: none; }','a:link { color: #eeeeee; }','a:hover { color: #dddddd; }'
]
});

	sIFR.replace(font2, {
	selector: 'h4'
	,wmode: 'transparent'
	,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 20px; color: #ffffff;}'
	,'a { text-decoration: none;}','a:link { color: #ffffff; }','a:hover { color: #999999; }'
	]
	});

sIFR.replace(font2, {
selector: 'h5'
,wmode: 'transparent'
	,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 16px; color: #ffffff;}'
	,'a { text-decoration: none;}','a:link { color: #ffffff; }','a:hover { color: #999999; }'
	]
});

sIFR.replace(font2, {
selector: 'h6'
,wmode: 'transparent'
	,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 14px; color: #ffffff;}'
	,'a { text-decoration: none;}','a:link { color: #ffffff; }','a:hover { color: #999999; }'
	]
});
*/
/*
*	Font1 Stylesheet
---------------------------------*/

sIFR.replace(font1, {
selector: 'h1'
,wmode: 'transparent'
,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 30px; color: #999999; }'
	,'a { text-decoration: none;  }','a:link { color: #999999; }','a:hover { color: #888888; }'
]
});
sIFR.replace(font1, {
selector: 'h2'
,wmode: 'transparent'
,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 26px; color: #999999; }'
	,'a { text-decoration: none; }','a:link { color: #999999; }','a:hover { color: #888888; }'
]
});

sIFR.replace(font1, {
selector: 'h3'
,wmode: 'transparent'
,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 23px; color: #999999; }'
	,'a { text-decoration: none; }','a:link { color: #eeeeee; }','a:hover { color: #dddddd; }'
]
});

	sIFR.replace(font1, {
	selector: 'h4'
	,wmode: 'transparent'
	,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 20px; color: #999999;}'
	,'a { text-decoration: none;}','a:link { color: #999999; }','a:hover { color: #999999; }'
	]
	});

sIFR.replace(font1, {
selector: 'h5'
,wmode: 'transparent'
	,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 16px; color: #999999;}'
	,'a { text-decoration: none;}','a:link { color: #999999; }','a:hover { color: #999999; }'
	]
});

sIFR.replace(font1, {
selector: 'h6'
,wmode: 'transparent'
	,css: [
	'.sIFR-root { text-align: left; leading: -4px; font-size: 14px; color: #999999;}'
	,'a { text-decoration: none;}','a:link { color: #999999; }','a:hover { color: #999999; }'
	]
});