/*
-----------------------------------------------
- Market Lane
----------------------------------------------- 
- Author:  Swear Words (www.swearwords.com.au)
----------------------------------------------- */

/* CUFON */

h1.gotham_bold
{
	font-size: 22px; 
	font-weight: 400; 
	text-transform: uppercase;
	color: #000000;
}

h1.gotham_light
{
	font-size: 22px; 
	font-weight: 400;
	color: #333333; 
}

a.gotham_medium
{
	font-size: 10px; 
	font-weight: 400; 
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.5pt;
	color: #f9f5ed;
}

a.gotham_medium:hover
{
	color: #000000;	
}

