@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - SHOWS : 	We Are The Fallen Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		watf_shows.css
	Date:			Dec 07, 2009
	Author:		UMRG New Media - http://umrg.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	active styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li.shows a {
		background-position:-282px 0;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	shows styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
	
	
	#shows {
		padding:15px 20px;
		background:#000;
	}
	h1#h1Shows {
		width:101px; height:21px;
		padding:0 0 10px 0;
		background:url(../../images/h1_shows.gif) top left no-repeat;
	}
	#shows .noData {
		margin:20px; padding:15px;
		background:#222;
		text-align:center;
		border-top:1px solid #333;
	}
	
	ul#showFeed {
		margin:20px 0 0 0;
	}
		ul#showFeed li {
			padding:10px 0;
			border-bottom:1px solid #222;
		}
			ul#showFeed li span {
				display:block;
				float:left;
			}
			ul#showFeed li .date {
				width:60px;
				margin:0 15px 0 0;
				font-size:11px;
				color:#555;
			}
			ul#showFeed li .venue {
				width:140px;
				margin:0 15px 0 0;
			}
			ul#showFeed li .location {
				width:130px;
				margin:0 15px 0 0;
			}
			ul#showFeed li .buy {
				width:57px;
				margin:0 10px 0 0;
				font-size:11px;
			}
				ul#showFeed li .buy a {
					display:block;
				}
		ul#showFeed li.header {
			font-size:10px;
			color:#333;
			text-transform:uppercase;
		}
			ul#showFeed li.header .date {
				color:#333;
				font-size:10px;
			}
			
			
	