/**
 *	Sheet: 			Main rules
 *	Author: 		Ed Walker / Live Nation Interactive
 *	Date:			15th Nov 2006
 *
 */	

* 
{
	margin:0;
	padding:0;
}

body 
{
	color:#fff;
	background:#000;
	font-family: Arial, Helvetica, "Lucida Grande", "Lucida Sans Unicode", Lucida, sans-serif;
	font-size: 62.5%;
}

p 
{
	font-size:1.2em;
	padding:0 0 10px;
}

a,
a:visited
{
	color:#fff;
	text-decoration:underline;	
	outline:none;
}

a:hover
{
	color:#999;
}

h2	
{
	font-size:1.4em;
	margin-bottom:0.5em;
}

h3 
{
	font-size:1.4em;
	margin-top:1.4em;
}

h4 
{
	font-size: 1.3em;
}

ul
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	list-style-type: square;
	list-style-position:inside;
	padding:0 0 10px;
}

img
{
	border:none;
}


/**
 *	float styles
 */
.clear 
{
	clear:both;
	width:1px;
	height:0;
}

	/* blank image required for FF on Mac */
	.clear img 
	{
		width:1px;
		height:0;
	}
	
	

/************
 *	Header	*
 ************/

h1.logo	
{
	width:301px;
	height:56px;
	margin:30px auto 0;
	background:#000 url(/_Resources/img/logo.gif) no-repeat;
}

	h1.logo	a,
	h1.logo	img 
	{
		display:block;
		width:301px;
		height:56px;
	}

	#headerImage 
	{
		width:800px;
		margin:0 auto;
		border-bottom:1px solid #fff;
	}
		
		#headerImage img 
		{
			display:block;
		}
	

/************
 *	Footer	*
 ************/

#footer	
{
	width:800px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	margin:0 auto 20px;
	height:50px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
	
	#footer	.footerimg	
	{
		float:left;
		padding-top:10px;
	}
	
	#footer p	
	{
		padding-top:17px;
	}
	
	
/********************
 *	Main Content	*
 ********************/
	
#contentwrapper 
{
	width:800px;
	margin:0 auto;
	padding:20px 0 0;
}

	#contentwrapper p
	{
		line-height:1.4em;
	}
	
	#contentwrapper .column	
	{
		float:left;
		width:255px;
		padding:0 5px 10px 5px;
	}

	#contentwrapper .column .title 
	{
		padding:0 0 15px;
	}
	

	/**
	 *	Artists
	 */
	#contentwrapper .artist	
	{
		font-size:x-large;
		padding:5px 0 0;
	}
	
	#contentwrapper .artist_date 
	{
		font-size:small;
		padding:5px 0 10px;
	}
	
		#contentwrapper .artist_date p 
		{
			font-size:small;
		}
	
		#contentwrapper .artist_date .sold_out 
		{
			background-color:#fff; 
			color:#000; 
			font-weight:bold; 
			margin:0 2px; 
			padding:1px 3px;
		}
	
	
	/**
	 *	Past Events
	 */
	#contentwrapper .past_event 
	{
		font-size:1.4em;
		font-weight:bold;
	}
	

	/**
	 *	Venue
	 */
	#contentwrapper .venue_links 
	{
		padding:15px 0;
		outline:none;
	}

	#contentwrapper .venue_pdf
	{
		clear:left;
		display:block;
		padding:15px 0;
		text-align:left;
	}

	/* show hide divs */
	#div0 { position:absolute; left:50; top:50; width:255px;  clip: rect(0 400 200 0); visibility: hidden;}
	#div1 { position:absolute; left:50; top:50; width:255px;  clip: rect(0 400 200 0); visibility: hidden;}
	#div2 { position:absolute; left:50; top:50; width:255px;  clip: rect(0 400 200 0); visibility: hidden;}
	#div3 { position:absolute; left:50; top:50; width:255px;  clip: rect(0 400 200 0); visibility: hidden;}
	#div4 { position:absolute; left:50; top:50; width:255px;  clip: rect(0 400 200 0); visibility: hidden;}
		
		
	/**
	 *	Gallery
	 */
	.gallery	
	{
		width:500px;
		float:left;
		padding:0 4px 10px 4px;
	}

