var g_book		= '.gotham, h2, h3, #header li > a, #tabnav li > a, #entry div.artist';
var g_bold		= '.gotham-bold';
var tg_cond		= '.tgc';
var tg_extd		= '.tge';
var tg_bold		= '.tgb';
var tg_bold_cond	= '.tgbc, h1, .show-dates';

Cufon.replace(g_book,		{ fontFamily: 'GothamHTF-Medium', hover: true });
Cufon.replace(g_bold,		{ fontFamily: 'GothamHTF-Bold' });
Cufon.replace(tg_bold,		{ fontFamily: 'TradeGothic_Bold', hover: true });
Cufon.replace(tg_bold_cond,	{ fontFamily: 'TradeGothic_Bold_Cond', hover: true });
Cufon.replace(tg_cond,		{ fontFamily: 'TradeGothic_Cond' });
Cufon.replace(tg_extd,		{ fontFamily: 'TradeGothic_Extd' })


jQuery(document).ready(function($) {
	
	/*
	$("a[rel='colorbox']").colorbox( {
		maxHeight		:	'95%'
	});

	$('#slider').nivoSlider({
		effect		:	'fade',
		pauseTime	:	4500,
		directionNav	:	false,
		controlNav	:	false
	});

	$('div.trigger').click(function() {
		
		id = $('div.trigger').index(this) + 1;

		if ($(this).hasClass('open')) {
			$(this).removeClass('open');
			$(this).addClass('close');
			$(this).next().slideDown(500, function() {
				$.scrollTo( '#gal' + id, 700 );
			});
			
			return false;
		} else {
			$(this).removeClass('close');
			$(this).addClass('open');
			$(this).next().slideUp(500, function() {
				$.scrollTo( '#gal' + id, 700 );
			});
			
			return false;
		}			
	});
	*/

	$("#login-link").click(function(){  
		$("#login-panel").slideToggle(200);  
	})

}); 


