@charset "UTF-8";
/* CSS Document */

/* TOUR PAGE */

div.dots.sep {
	padding-top:25px !important;
	*_padding-top:40px !important;
}

div#nowPlayingHolder {
	font-size:18px;
	display:block;
	overflow:visible;
	
	position:absolute;
	left:-20px;
}

	div#nowPlayingHolder div#nowPlayingTxt {
		background-color:#e6314b;
		color:#FFFFFF;
		font-weight:100;
		padding:4px 18px;
		float:left;
		margin-left:0px;
	}
	
	div#nowPlayingHolder div#nowPLayingDate {
		float:left;
		margin-left:12px;
		margin-top:4px;
	}
	
		span#nowPlayingMonth {
			font-weight:100;
			color:#e6314b;
			text-transform:uppercase;
		}
		
		span#nowPlayingDay {
			font-weight:400;
			color:#E6314B;
		}
		
		span#nowPlayingArrow {
				
			color:#959595;	
		}
		
		span#nowPlayingCity {
				
			color:#FFFFFF;	
		}
		
ul#tourDates {
	
}

	ul#tourDates li {
		color:#FFFFFF;
		font-size:18px;
		
		margin-bottom:6px;
		position:relative;
	}
	
		ul#tourDates li.current div#currentShow {
			position:absolute;
			left:-25px;
			top:2px;
			height:14px;
			width:14px;
			background-image: url(http://1trickpony.cachefly.net/VMU/ladyvirgin/_images/_global/greater-lg.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}
	
	ul#tourDates li.expired {
		color:#959595;
	}
	
		ul#tourDates li span.tourDate {
			color:#e6314b;
			text-transform:uppercase;
			float:left;
			width:70px;
		}
		
		ul#tourDates li.expired span.tourDate {
			color:#959595;
		}
		
		li span.tourVenue {
			text-transform:capitalize;
		}