/* COUNTRY THROWDOWN TOUR */
/* Section Stylesheet: Bands
----------------------------------------------------------------------------------- */


	@import url('widget-editorial.css');
	@import url('widget-event.css');


/* BANDS
----------------------------------------------------------------------------------- */


	#page-bands #bands {
	
	width: 940px;
	height: 654px;
	padding: 10px;
	background: url(../images/skin-default/page-bands/bg-bands.gif) no-repeat;
	text-indent: 0;
	position: relative;
	margin-bottom: 20px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	
	}
	
	#page-bands #bands li {

	overflow: hidden;
	position: absolute;
	z-index: 5;
	
	}
	
	#page-bands #bands li em {
	
	line-height: 14px;
	color: #fff;
	background: #b7202d;
	text-transform: uppercase;
	padding: 5px;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;

	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	
	}
	
	#page-bands #bands li:hover em {
	
	display: none;
	
	}
	
	#page-bands #bands .tier li ul {
	
	overflow: hidden;
	
	}	
	
	#page-bands #bands .tier.one li,
	#page-bands #bands .tier.one li a {
	
	font-size: 30px;
	line-height: 20px;
	width: 312px;
	height: 262px;
	
	}
	
	#page-bands #bands .tier.one li a img {
	
	height: 312px;
	
	}
	
	#page-bands #bands .tier.two li,
	#page-bands #bands .tier.one li a {

	width: 312px;
	height: 131px;
	
	}

	#page-bands #bands .tier.two li img {
	
	width: 312px;
	
	}
	
	#page-bands #bands .tier.three li,
	#page-bands #bands .tier.three li a {
	
	width: 155px;
	height: 131px;
	
	}
	
	#page-bands #bands .tier.three li img {
	
	width: 155px;
	
	}
	

/* ACTIONS
----------------------------------------------------------------------------------- */

	
	#page-bands #bands li ul.actions {
	
	width: 100%;
	background: url(../images/skin-default/page-bands/bg-actions.png) bottom left repeat;
	text-transform: uppercase;
	padding: 312px 7px 5px;
	position: absolute;
	z-index: 15;
	bottom: 0;
	left: 0;
	display: none;
	
	}
	
	#page-bands #bands li:hover ul.actions {
	
	display: block;
	
	}
	
	#page-bands #bands li ul.actions li {
	
	width: auto !important;
	height: auto !important;
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	margin-bottom: 5px;
	
	}
	
	#page-bands #bands li ul.actions li,
	#page-bands #bands li ul.actions li a {

	font-size: 14px !important;
	line-height: 14px !important;
	color: #fff;
	
	}
	
	#page-bands #bands li ul.actions li a:hover {
	
	color: #000;
	
	}
	
	
/* BAND POSITIONS
----------------------------------------------------------------------------------- */


/* TIER ONE */
	
	
	#page-bands li.montgomery_gentry {
	
	top: 10px;
	left: 10px;
	
	}
	
	#page-bands li.jamey_johnson {

	top: 10px;
	left: 324px;
	
	}
	

/* TIER TWO */
	
	
	#page-bands li.jack_ingram {
	
	top: 274px;
	left: 10px;
	
	}
	
	#page-bands li.little_big_town {
	
	top: 274px;
	left: 324px;	
	
	}
	
	#page-bands li.eli_young_band {
	
	top: 274px;
	right: 10px;
	
	}
	
	#page-bands li.eric_church {

	top: 407px;
	left: 324px;
	
	
	}
	
	
/* TIER THREE */


	#page-bands li.jonathan_singleton {

	top: 407px;
	right: 167px;
	
	}
	
	#page-bands li.ryan_bingham {
	
	top: 540px;
	left: 324px;
	
	}
	
	#page-bands li.the_lost_trailers {

	top: 540px;
	right: 324px;
	
	}

	#page-bands li.heidi_newfield {
	
	top: 540px;
	right: 167px;
	
	}
	
	#page-bands li.emily_west {
	
	top: 407px;
	right: 10px;
	
	}
	
	#page-bands li.tyler_reeve {
	
	top: 540px;
	right: 10px;
	
	}
	

/* BANNERS */

	
	#bands .tier.banners li {
	
	width: 300px;
	height: 250px;
	background: #481321;
	padding: 6px;
	
	}
	
	#bands .tier.banners li.one {
	
	right: 10px;
	top: 10px;
	
	}
	
	#bands .tier.banners li.two {
	
	left: 10px;
	top: 407px;
	
	}
	
	
/* Photo Positioning */

	#bands li.little_big_town ul li a img {
		
	display: block;
	margin-top: -105px;
		
	}
	
	#bands li.eric_church ul li a img {
		
	display: block;
	margin-top: -50px;
		
	}
	
	#bands li.jack_ingram ul li a img {
		
	display: block;
	margin-top: -25px;
		
	}
	
	#bands li.ryan_bingham ul li a img {
		
	display: block;
	margin-top: -10px;
		
	}
	
	
/* BLUEBIRD CAFE
----------------------------------------------------------------------------------- */

	
	#bluebird_dates h3,
	#bluebird_dates ul.paging {
	
	display: none;
	
	}
	
	#page-bands #bluebird_cafe {
	
	margin-bottom: 40px;
	
	}

	#bluebird_cafe li.performance {
	
	border-bottom: 1px solid #296fa2;
	padding: 30px 0 0;
	
	}
	
	#bluebird_cafe li.performance:first-child {
	
	padding: 0;
	
	}
	
	#bluebird_cafe ul.events li.performance.last {
	
	margin-bottom: 40px;
	
	}
	
	#bluebird_cafe ul.actions li,
	#bluebird_cafe ul.tallies li {
	
	border: 0 none;
	
	}
	

/* About */

	
	#bluebird_about p {
	
	color: #a0d7ff;
	font-size: 18px;
	line-height: 24px;
	padding-left: 95px;
	background: url(../images/skin-default/page-bands/img-bluebird.png) no-repeat;
	
	}
	
	#bluebird_about p.intro {
	
	margin-top: 7px;
	padding: 0;
	color: #fff;
	font-size: 24px;
	background: none;
	text-transform: uppercase;
	
	}
	

/* Artists */


	#bluebird_bands {
	
	padding: 10px;
	background: #143651;
	float: left;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	}
	
	#bluebird_bands h3 {
	
	display: block;
	
	}
	
	#bluebird_bands ul {
	
	float: left;
	
	}
	
	#bluebird_bands ul.last li {
	
	margin-right: 0;
	
	}
		
	#bluebird_bands li {

	margin: 0 10px 10px 0;	
	
	}

	#bluebird_bands li a {
	
	width: 153px;
	background: #296fa2 url(../images/skin-default/actions/bg-action-bluebird.png) repeat-x;
	padding: 10px 20px;
	display: block;
	
	text-align: center;
	text-transform: uppercase;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	}
	
	#bluebird_bands li a:hover {
	
	color: #143651 !important;
	background: #a0d7ff;
	
	}
	
	#page-bands #bluebird_featured > strong,
	#page-bands #bluebird_featured em,
	#page-bands #bluebird_dates ul.actions {
	
	display: none !important;
	
	}
	
	#page-bands #bluebird_featured em.thumbnail {
	
	display: block !important;
	
	}

