@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - SHOWS : 	Forever The Sickest Kids Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		ftsk_shows.css
	Date:		oct 24, 2009
	Author:		Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	

	
/*	--------------------------------------------------------------------------------------------------------------------------
	active Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#mainNav li.shows a {
		background-position:-148px -121px;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	main Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	h1#h1Shows {
		width:115px; height:61px;
		background:url(../../images/h1_shows.gif) top left no-repeat;
	}
	ul#showsFeed  {
		width:465px;
		font-size:13px;
		line-height:16px;
	}
		ul#showsFeed li {
			padding:0 0 20px 0;
		}
			ul#showsFeed li span {
				display:block;
				float:left;
				margin:0 10px 0 0;
			}
			ul#showsFeed li .date {
				font-size:11px;
				color:#3d3d3d;
				font-weight:bold;
				width:60px;
			}
			ul#showsFeed li .location {
				width:140px;
			}
			ul#showsFeed li .venue {
				width:130px;
			}
			ul#showsFeed li .buy a {
				font:normal 12px Impact, Arial, sans-serif;
			}
