/* BON JOVI */
/* Section Stylesheet: Backstage JBJ
--------------------------------------------------------------------------- */

	@import url('addthis.css');
	@import url('categories.css');
	@import url('editorial-accordion.css');
	@import url('editorial-listing.css');
	@import url('editorial-display.css');
	@import url('editorial-headlines.css');
	@import url('facebook-button.css');
	@import url('featured-content.css');
	@import url('merchandise.css');
	@import url('media-player.css');
	@import url('navigation-member.css');
	@import url('photo-browser.css');
	@import url('photo-slideshow.css');
	@import url('twitter.css');

	
	div#title {
	
		min-height: 0;
	
		}


/* BACKSTAGE ON THE CIRCLE TOUR
--------------------------------------------------------------------------- */

	div#backstage h2 {
		
		margin-bottom: 20px;
		font-size: 45px;
		line-height: 45px;
		
		}


/* TICKET SALES
--------------------------------------------------------------------------- */
	
	div#tickets {
		
		padding: 0;
		position: relative;
		
		}

	div#tickets h2 {
		
		margin-bottom: 10px;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 7px;
		color: #000;
		
		}
		
	div#tickets > p {
		
		margin-top: 0;
		font-size: 20px;
		line-height: 20px;
		text-transform: uppercase;
		display: block;
		color: #fff;
		background: #9b8b59;
		padding: 10px;

		-webkit-transform: skewX(-20deg);
        -moz-transform: skewX(-20deg);
		
		}
		
	div#tickets div.widget-editorial h3,
	div#tickets div.widget-editorial ul.actions {
		
		display: none;
		
		}
		
	div#tickets a.tickets {
		
		background-color: #ae1c16;
		color: #ffffff;
		padding: 2px 10px;
		display: block;
		position: absolute;
		top: 2px;
		right: 90px;
		
		}
		
	div#tickets a.tickets:hover {
		
		background-color: #ffffff;
		color: #000;
		
		}
		

/* BACKSTAGE BLOGS & NEWS
--------------------------------------------------------------------------- */

	div#blogs_news {
	
		/*
		border-top: 2px solid #ae1c16;
		margin-top: 20px;
		*/
		
		}
	
	div#blogs_news h2 {
		
		font-size: 48px;
		line-height: 48px;
		letter-spacing: 17px;
		margin-bottom: 20px;
		
		}
		
	div#blogs_news #featured_fan div.story h5 {
		
		display: none;
		
		}
		
		
/* Set Lists */

	#blogs_news #set_lists ul.leads li.set_lists div.story {
		
		padding-top: 30px;
		
		}


/* REFERRAL PROGRAM
------------------------------------------------------- */

	div.sidebar #referral {
		
		position: relative;
		
		}
	
	div.sidebar #referral h3 {
		
		text-align: center;
		font-size: 29px;
		line-height: 29px;
		margin-bottom: 10px;
		
		}

	div.sidebar #referral span.corners {
		
		display: block;
		width: 160px;
		height: 90px;
		background: url(../skins/backstagejbj/images/img-corners.png);
	
		position: absolute;
		top: 0;
		left: 0;
	
		z-index: 2;
		
		}
	
	div.sidebar #referral strong.img {
		
		display: block;
		width: 160px;
		height: 90px;
		margin: 0 0 20px 0;
		overflow: hidden;
	
		position: relative;
		z-index: 1;
		
		}
	
	div.sidebar #referral img {
	
		display: block;	
		width: 160px;
		height: 160px;
		margin-top: -20px;
		
		}
	
	div.sidebar #referral p strong {
		
		display: block;
		
		}
	
	div.sidebar #referral p strong span {
		
		text-transform: capitalize;
		
		}
	
	div.sidebar #referral p em {
		
		font-style: normal;
		
		}
	
	div.sidebar #referral div.widget-member {
		
		display: none;
		
		}

