@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - LLOYD SHOWS CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		lloyd_shows.css
	Date:			July 14, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.mainCol {
		
	}
	.mainCol h1#hdrShows {
		margin:0 0 24px 0;
		width:430px; height:33px;
		background:url(/img/h1_shows.png) no-repeat;
		behavior:url(shared/css/iepngfix.htc);
	}
	.mainCol h1 {
		font:normal 28px Arial, Helvetica, sans-serif;
		color:#fff;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	contentHolder Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.mainCol .contentHolder {
		
	}

/*	shows table Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#showsTable {
			margin:0 0 25px 10px;
			text-align:left;
			border-collapse:collapse;
			width:410px;
		}
			#showsTable col#dateCol {
				width:110px;
			}
			#showsTable col#venueCol {
				width:170px;
			}
			#showsTable tbody tr {
				height:67px;
				vertical-align:top;
				background:url(/img/shows_divider.png) bottom no-repeat;
				behavior:url(shared/css/iepngfix.htc);
				font:bold 12px Verdana, Arial, Helvetica, sans-serif;
			}
				#showsTable tbody tr .time {
					font:normal 12px Verdana, Arial, Helvetica, sans-serif;
					color:#dad8da;
				}
				#showsTable tbody tr td.location {
					font:normal 12px Verdana, Arial, Helvetica, sans-serif;
				}
			#showsTable a:link, #showsTable a:visited, #showsTable a:active {
				color:#eba042;
			}
				#showsTable a:hover {
					color:#a7a7a4;
				}