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

	@import url('boards.css');
	@import url('widget-comment.css');
	@import url('widget-editorial.css');
	@import url('widget-event.css');
	@import url('widget-media.css');
	@import url('widget-member.css');
	@import url('widget-photo.css');


/* BAND TITLES
----------------------------------------------------------------------------- */

	
	#page-profile #title {
	
	background-image: url(../images/section-community/bg-title.png);
	padding: 10px 0;
	margin-bottom: 30px;
	
	}
	
	#page-profile #title h2 {
	
	height: 35px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
		
	}
	
	#page-profile #title h2.willie_nelson {

	background-image: url(../images/section-community/h2-willienelson.gif);
		
	}
	
	#page-profile #title h2.jamey_johnson {

	background-image: url(../images/section-community/h2-jameyjohnson.gif);
		
	}
	
	#page-profile #title h2.randy_houser {

	background-image: url(../images/section-community/h2-randyhouser.gif);
		
	}

	#page-profile #title h2.jack_ingram {

	background-image: url(../images/section-community/h2-jack_ingram.gif);
		
	}
	
	#page-profile #title h2.lee_brice {
		
	background-image: url(../images/section-community/h2-leebrice.gif);
		
	}
	
	#page-profile #title h2.brantley_gilbert {

	background-image: url(../images/section-community/h2-brantleygilbert.gif);
		
	}
	
	#page-profile #title h2.craig_campbell {

	background-image: url(../images/section-community/h2-craigcampbell.gif);
		
	}
	
	#page-profile #title h2.lukas_nelson_and_promise_of_the_real {

	background-image: url(../images/section-community/h2-lukasnelson.gif);
	height: 90px;
		
	}
	
	#page-profile #title h2.drake_white {

	background-image: url(../images/section-community/h2-drakewhite.gif);
		
	}

	
	
	/* Bluebird Cafe Artists */
	
	/* 2010 */ 
	
	#page-profile #title h2.ashley_ray {

	background-image: url(../images/section-community/h2-ashley_ray.gif);
		
	}
	
	#page-profile #title h2.brad_tursi {

	background-image: url(../images/section-community/h2-brad_tursi.gif);
		
	}
	
	#page-profile #title h2.cory_branan {

	background-image: url(../images/section-community/h2-cory_branan.gif);
		
	}
	
	#page-profile #title h2.dave_pahanish {

	background-image: url(../images/section-community/h2-dave_pahanish.gif);
		
	}
	
	#page-profile #title h2.heather_morgan {

	background-image: url(../images/section-community/h2-heather_morgan.gif);
		
	}
	
	#page-profile #title h2.jedd_hughes {

	height: 60px;
	background-image: url(../images/section-community/h2-jedd_hughes.gif);
		
	}
	
	#page-profile #title h2.sarah_buxton {

	background-image: url(../images/section-community/h2-sarah_buxton.gif);
		
	}
	
	#page-profile #title h2.troy_olsen {

	background-image: url(../images/section-community/h2-troy_olsen.gif);
		
	}
	
	#page-profile #title h2.walker_hayes {

	background-image: url(../images/section-community/h2-walker_hayes.gif);
		
	}
	
	
	/* 2011 */ 
	

	#page-profile #title h2.adam_hood {

	background-image: url(../images/section-community/h2-adam_hood.gif);
		
	}
	
	#page-profile #title h2.austin_lucas {

	background-image: url(../images/section-community/h2-austin_lucas.gif);
		
	}

	#page-profile #title h2.brent_cobb {

	background-image: url(../images/section-community/h2-brent_cobb.gif);
		
	}

	#page-profile #title h2.caitlyn_smith {

	background-image: url(../images/section-community/h2-caitlyn_smith.gif);
		
	}

	#page-profile #title h2.dani_flowers {

	background-image: url(../images/section-community/h2-dani_flowers.gif);
		
	}

	#page-profile #title h2.erin_enderlin {

	background-image: url(../images/section-community/h2-erin_enderlin.gif);
		
	}
	

/* WIDGET PROFILE: DISPLAY
--------------------------------------------------------------------------- */

	#profile {

	color: #fff;
	width: 280px;
	position: relative;

	}

	#profile h3 {
	
	display: none !important;
	
	}

	#profile a img {
	
	display: block;
	margin-bottom: 5px;
	width: 276px;
	height: 276px;
	border: 2px solid #481321;
	
	}

	#profile dl {
	
	padding-bottom: 5px;
	
	}
	
	#profile dl dt.alias,
	#profile dl dt.vitals,
	#profile dl dt.location {
		
	width: 100%;
	color: #EDE1D1;
	font-weight: normal;
		
	}

	#profile dl dt.location {
	
	font-weight: normal;
	
	}
	
	#profile dl dt.alias {
		
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #296FA2;
	font-weight: bold;
		
	}
	
	#profile dl dt,
	#profile dl dd {
		
	width: 50%;
	border-top: 0;
	border-bottom: 1px solid #481321;
		
	}

	#profile a.profile {
	
	display: none;
	
	}
	
	#profile a.befriend {
		
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 51;
	background: #b7202d;
	color: #ede1d1;
	padding: 5px 7px;
	
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 0;
	
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 0;
	
	}
	
	#profile a.befriend:hover {
		
	background: #db0315;
		
	}
	
	#profile a.update {
		
	background: none;
	text-align: left;
	padding: 0;
	color: #B7202D;
			
	}
	
	#profile a.update:hover {
		
	color: #db0315;
			
	}
	
	
/* Band + Charity Profile */

	#profile.bands dl dt.alias,
	#profile.bluebird_cafe dl dt.alias {
	
	font-size: 18px;
	line-height: 24px;
	padding: 5px 7px;
	text-transform: uppercase;
	background: url(../images/skin-default/widgets/h4-bg.png) top right no-repeat;
	border: 0;
	width: 250px;
	font-weight: normal;
		
	position: absolute;
	bottom: 37px;
	left: 12px;
	
	}
	
	#profile.bands dl dt.vitals,
	#profile.bands dl .status,
	#profile.bands dl .comments,
	#profile.bands dl .updated,
	#profile.bands dl .friendship,
	#profile.bands ul.actions a.action.details,
	#profile.bands ul.actions a.action.unfriend,
	#profile.bands a.flag,
	#profile.bluebird_cafe dl dt.vitals,
	#profile.bluebird_cafe dl .status,
	#profile.bluebird_cafe dl .comments,
	#profile.bluebird_cafe dl .updated,
	#profile.bluebird_cafe dl .friendship,
	#profile.bluebird_cafe ul.actions a.action.details,
	#profile.bluebird_cafe ul.actions a.action.unfriend,
	#profile.bluebird_cafe a.flag {
		
	display: none;
		
	}
	
	#profile.bands dl,
	#profile.bluebird_cafe dl {
		
	padding: 0;
		
	}
	
	#profile.bands dl dt,
	#profile.bluebird_cafe dl dt {
	
	width: 100%;
	border-top: 0;
	border-bottom: 1px solid #481321;
	
	}
		
	#profile.bands dt.location,
	#profile.bluebird_cafe dt.location {
		
	border: 0;
	padding: 0;
		
	}
	

/* ITUNES LINK
--------------------------------------------------------------------------- */

	#links {
	
	min-height: 50px;	
	padding: 10px;
	background-color: #000;
	background-image: none;
	margin-top: 2px;
		
	}
	
	#links h3 {

	color: #fff;
	text-transform: uppercase;
	
	}
		
	#links a {
	
	display: block;
	height: 23px;
	padding: 0 0 0 35px;
	margin-bottom: 15px;
	float: left;
	clear: left;
	
	}
	
	#links a.itunes {
	
	background: url(../images/section-community/logo-apple.gif) center left no-repeat;
	
	}

	#links a.official {
	
	background: url(../images/section-community/logo-official.gif) center left no-repeat;
	
	}

	#links a.myspace {
	
	background: url(../images/section-community/logo-myspace.gif) center left no-repeat;
	
	}

	#links a.facebook {
	
	background: url(../images/section-community/logo-facebook.gif) center left no-repeat;
	
	}
	
	#links a.twitter {
	
	background: url(../images/section-community/logo-twitter.gif) center left no-repeat;
	
	}

	#links a.youtube {
	
	background: url(../images/section-community/logo-youtube.gif) center left no-repeat;
	
	}
	
	
/* NEWS
----------------------------------------------------------------------------------- */
	
	#news {
	
	clear: none !important;
	float: left;
	width: 100%;
		
	}
	
	#news h3 {
		
	}
	
	.widget-editorial.stories li {
	
	padding-top: 30px;
	
	}
	
	
/* PHOTOS
----------------------------------------------------------------------------- */

	#page-profile div.widget-photo {
		
	width: 640px;
	margin-bottom: 0;
		
	}

	#page-profile div.widget-photo h3 {
		
	display: none;
		
	}
	
	#page-profile div.widget-photo ul.photos {

	width: 640px;
	height: 414px;

	}

	#page-profile div.widget-photo ul.photos li {

	width: 640px;
	height: 414px;

	}
	
	#page-profile div.widget-photo ul.photos li div {
		
	width: 640px;
	height: 414px;
		
	}
	
	#page-profile div.widget-photo a.back {
		
	background: url(../images/skin-default/actions/a-photo-back.gif);
		
	}
	
	#page-profile div.widget-photo a.next {
		
	background: url(../images/skin-default/actions/a-photo-next.gif);
		
	}
	
	#page-profile div.widget-photo a.browse {
	
	display: none !important;
	
	}
	
	#page-profile div.widget-photo.placeholder a.browse {
		
	display: none;
		
	}
	
	
/* PROFILE
----------------------------------------------------------------------------- */

	#about h3 {
		
	margin-bottom: 5px;
		
	}

	#about div.widget-profile h3,
	#about div.about h4 {
		
	display: none;
		
	}
	
	#about a.readmore {
		
	display: block;
	margin: 0;
	padding: 5px 0 10px;
	border-top: 1px solid #481321;
		
	}
	
	#about dt, #about dd {
		
	border-color: #481321;
		
	}
	
/* Fan Profile */
	
	body.fans #about h3 {
		
	display: none;
		
	}
	
	body.fans #about div.about h4 {
		
	display: block;
		
	}
	
/* BLOG
--------------------------------------------------------------------------- */

	#page-profile #blog {
		
	color: #fff;
	width: 620px;
		
	}
	
	#page-profile #blog h3 {
		
	display: none;
		
	}


/* FRIENDS / FANS
--------------------------------------------------------------------------- */

	#page-profile div.widget-member.browse {
		
	width: 620px;
		
	}
	
	#page-profile div.widget-member.browse h3 {
		
	display: none;
		
	}

	#page-profile div.widget-member.browse ul.members {
		
	width: 100%;
		
	}

	
/* DATES I'M ATTENDING
----------------------------------------------------------------------------- */

	#page-profile div.sidebar div.widget-event ul.events li.performance a.date {
		
	background-color: #481321;
		
	}
	
	#page-profile div.sidebar div.widget-event ul.events li.performance ul.tallies,
	#page-profile div.sidebar div.widget-event ul.events li.performance ul.tickets {
		
	display: none;
		
	}
	
	#page-profile div.sidebar div.widget-event {
	
	padding: 10px;	
	/* background: url(../images/skin-default/page-home/bg-nextstop.png) no-repeat bottom left; */
	background: url(../images/section-community/bg-nextstop.png) no-repeat bottom left;
	width: 280px;
	min-height: 462px;
		
	}
	

/* VIDEOS
--------------------------------------------------------------------------- */

	#videos {
		
	width: 640px;
	margin-bottom: 0;
		
	}
	
	#videos h3 {
		
	display: none;
		
	}
	
	
/* FAN COMMUNITY	
--------------------------------------------------------------------------- */

	
	#page-community #title h2 {
		
	background: url(../images/section-community/h2-community.gif) no-repeat center center;
		
	}

	#page-community h3.heading {
	
	display: block;
	float: left;
	width: 980px;
	height: 99px;
	text-indent: -5000px;
	background: url(../images/section-community/h3-whosgoing.gif) no-repeat top center;
	text-align: center;
	margin: 0 auto 15px;
	
	}	
		
	#page-profile #title h2.fans {
	
	text-indent: 0;
	margin-bottom: 0;
	height: auto;
	line-height: 0;
	overflow: hidden;
	
	}
	
	#page-profile #title ul.actions {
	
	margin-top: 0;
	
	}
	
	#page-profile #fan_photos a.prompt.signin {
	
	display: none;
	
	}
	
	#members div.tabbed .pane {
	
	width: 100% !important;
	
	}
	

/* BOARDS 	
--------------------------------------------------------------------------- */
	

	#page-community #boards ul.threads li:nth-child(9),
	#page-community #boards ul.threads li:nth-child(10),
	#page-community #boards ul.threads li:nth-child(11),
	#page-community #boards ul.threads li:nth-child(12) {
	
	display: none !important;
	
	}	
	

/* UPCOMING ARTIST SHOWS	
--------------------------------------------------------------------------- */	

	
	#page-profile div.main div.widget-event.browse {
	
	width: 640px;
	
	}
	
	#page-profile div.main div.widget-event.browse td.tickets {
	
	display: none;
	
	}
	

