@charset "utf-8";
/* CSS Document */
/*	-------------------------------------------------------------
	CSS - FLOBOTS Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		shows.css
	Date:			June 5, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	leftCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#leftCol {
		width:552px;
		margin:48px 0 2px 0;
		padding:0 0 24px 20px;
		background:#630900;
	}
		
		#leftCol h1 {
			font:bold 24px Arial, Helvetica, sans-serif;
			padding:30px 0 5px 0px; margin:0;
			color:#ff3000;
		}
		
		#leftCol #headersHolder{
			width:520px;
			border-bottom:1px solid #a0590b;
			font-family:Arial, Helvetica, sans-serif;
			font-size:9px;
			line-height:9px;
			color:#aa7f01;
			padding:0 0 6px 0;
			margin:0;
		}
		
		#leftCol #headersHolder #headerDate{
			width:64px;
			padding:7px 0 0 0;
			float:left;
		}
		
		#leftCol #headersHolder #headerVenue{
			width:120px;
			padding:7px 0 0 23px;
			float:left;
		}
		
		#leftCol #headersHolder #headerLocation{
			width:112px;
			padding:7px 0 0 31px;
			float:left;
		}
		#leftCol #headersHolder #headerBuy{
			width:60px;
			padding:7px 102px 0 0px;
			float:right;
		}
		
		#leftCol .eventHolder{
			width:520px;
			border-bottom:1px solid #a0590b;
			margin:0;
			line-height:15px;
			padding:0 0 8px 0;
			display:table;
		}
		
		#leftCol .eventHolder .date{
			width:64px;
			padding:7px 0 0 0;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			color:#c98b06;
			float:left;
		}
		
		#leftCol .eventHolder .venue{
			width:120px;
			padding:7px 0 0 23px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			font-weight:bold;
			color:#ffae00;
			float:left;
		}
		
		#leftCol .eventHolder .location{
			width:112px;
			padding:7px 0 0 20px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			color:#c98b06;
			float:left;
		}
		#leftCol .eventHolder .buy{
			width:60px;
			padding:7px 10px 0 20px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			color:#c98b06;
			float:left;
		}
		#leftCol .eventHolder .info{
			width:60px;
			padding:7px 15px 0 10px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			color:#c98b06;
			float:right;
		}
		
		#leftCol #moreNewsHolder{
			width:86px;
			height:9px;
			float:right;
			margin:14px 0 0 0;
			padding:0 32px 0 0;
		}
		
		#leftCol #moreNewsHolder a.moreNews:link, #leftCol #moreNewsHolder a.moreNews:active, #leftCol #moreNewsHolder a.moreNews:visited {
			width:86px; height:9px;
			display:block;
			background:url(/images/more_news.gif) no-repeat top;
		}
			#leftCol #moreNewsHolder a.moreNews:hover {
				background:url(/images/more_news.gif) no-repeat bottom;
			}
			
			
		