Typostream.account = 'duckwizard';
Typostream.sheet = 'default';

Typostream.applyMySelectors = function()
{
	Typostream.applySelector('#headertitle h1', 101, 
	{
		'font-family': 'Fairplex Narrow OT',
		'font-style': 'italic',
		'font-size': '30pt',
		'fill': 'white',
		'font-weight': '800',
		'text-transform': 'uppercase'
	});

	Typostream.applySelector('h2.posttitle', 11, {
		'font-family': 'Fairplex Narrow OT',
		'fill': '#2277AA',
		'font-weight': '600',
		'font-size': '21pt'
	});

}

YAHOO.util.Event.onDOMReady(function() { Typostream.applyMySelectors(); Typostream.applyStyles(); });

