/* BRANDON FLOWERS MUSIC */
/* Section Home Stylesheet
--------------------------------------------------------------------------------- */


/* LAYOUT
--------------------------------------------------------------------------------- */	


	#format {
	
	background: #000 url(../images/section-home/bg-body.jpg) top center no-repeat;
	height: 1230px !important;
	
	}	
	
	div.one,
	div.three {
	
	width: 348px;
	margin-top: 40px;
		
	}
	
	div.two {
	
	width: 223px;
	margin: 0 8px;
	
	}
	
	div.one #news,
	div.three #upcoming,
	div.three div.thumbnails {
	
	float: left;
	width: 326px;
	border: 1px solid #9dbed0;
	border-top: 0;
	padding: 10px;
	min-height: 407px;
	position: relative;
	
	-moz-border-radius-bottomleft: 13px;
	-moz-border-radius-bottomright: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-webkit-border-bottom-right-radius: 13px;
	
	}
	
	div.one #news > ul.actions,
	div.three #upcoming > ul.actions {
	
/*	position: absolute; */
	bottom: 10px;
	left: 10px;
	padding-top: 10px !important;
	border-top: 1px solid #252d31;
	
	}
	
	div.one #news > ul.actions,
	div.three #upcoming > ul.actions,
	div.one #news > ul.actions li,
	div.three #upcoming > ul.actions li {
	
	margin: 0;
	padding: 0;
	
	}
	
	div.one #news > ul.actions li a,
	div.three #upcoming > ul.actions li a {
	
	width: 306px !important;
	text-align: center;
	
	}
	
	
/* COLUMN ONE - NEWS
--------------------------------------------------------------------------------- */

	#news {
	
	min-height: 477px !important;
	
	}	
	
	#news > h3 {
	
	width: 349px;
	height: 40px;
	background: url(../images/section-home/h3-news.png) top center no-repeat;
	text-indent: -5000px;
	margin: -48px 0 10px -12px;
	
	}
	

/* COLUMN TWO - RADIO
--------------------------------------------------------------------------------- */	


	#radio {
	
	width: 262px;
	height: 97px;
	position: relative;
	z-index: 100;
	margin: 0 0 6px -20px;
	
	}
	
	
/* COLUMN TWO - VIDEO BUTTON
--------------------------------------------------------------------------------- */	

	
	.two a.video {
	
	display: block;
	width: 231px;
	height: 56px;
	background: url(../images/actions/a-video.png) top center no-repeat;
	float: left;
	clear: both;
	text-indent: -5000px;
	margin: 1px 0 0 -4px;
	
	}
	
	.two a.video:hover {
	
	background-position: bottom center;
	
	}


/* COLUMN TWO - BANNER
--------------------------------------------------------------------------------- */

	#banner-home {
	
	width: 223px;
	height: 252px;
	background: url(../images/banners/banner-home.jpg) top center no-repeat;
	position: relative;
	float: left;
	clear: both;
	margin: 8px 0 0 0;
	
	}
	
	#banner-home .itunes a,
	#banner-home .amazon a {
	
	display: block;
	text-indent: -5000px;
	width: 109px;
	height: 38px;
	position: absolute;
	
	}
	
	#banner-home .itunes a {
	
	bottom: 0;
	left: 0;
	
	}
	
	#banner-home .amazon a {
	
	bottom: 0;
	right: 0;
	
	}
	
	
/* COLUMN THREE - APPEARANCES
--------------------------------------------------------------------------------- */


	div.three #upcoming {
	
	width: 326px;
	padding: 10pxpx;
	min-height: 477px;
	
	}
	
	div.three #upcoming > h3 {
	
	width: 349px;
	height: 40px;
	background: url(../images/section-home/h3-upcoming.png) top center no-repeat;
	text-indent: -5000px;
	margin: -48px 0 10px -11px;
	
	}
	

/* Placeholder */


	div.three #upcoming.placeholder p {
	
	width: 100%;
	height: 173px;
	background: url(../images/section-home/p-placeholder.jpg) center center no-repeat;
	text-indent: -5000px;
	margin: 0;
	
	}
	
	
/* COLUMN THREE - PHOTOS
--------------------------------------------------------------------------------- */


	div.three div.thumbnails {
	
	width: 313px;
	padding: 10px 16px 10px 17px;
	min-height: 417px;
	margin-left: 0 !important;
	
	}
	
	div.three div.thumbnails > h3 {
	
	display: block !important;
	width: 349px;
	height: 40px;
	background: url(../images/section-home/h3-photos.png) top center no-repeat;
	text-indent: -5000px;
	margin: -48px 0 10px -19px;
	
	}	
	
	div.three div.thumbnails ul.photos li {
	
	position: static;
	float: left;
	clear: none;
	margin: 0 1px 1px 0;
	
	}
	
	div.three div.thumbnails ul.actions {
	
	margin-top: 20px;
	
	}
