@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Brian Blade : Home
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		bb_home.css
	Date:			Apr 25, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	main/body/global Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main {
		background:url(../../images/home_bg.jpg) top center no-repeat;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	#album Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#album {
		width:380px;
		margin:49px 0 0 96px;
	}
		#album a.album {
			width:163px; height:164px;
			margin:0 15px 0 0;
			float:left;
			display:block;
		}
		#album .info {
			width:180px;
			float:left;
			font:normal 13px Tahoma, Arial, Helvetica, sans-serif;
			line-height:18px;
			color:#29241b;
		}
		#album h1 {
			margin:18px 0 16px 0;
			font:normal 20px Tahoma, Arial, Helvetica, sans-serif;
		}
		#album .btn_holder {
			width:115px;
			margin:64px 0 0 0;
		}
			#album .btn_holder a.btn_amazon {
				width:56px; height:33px;
				display:block;
				background:url(../../images/btn_amazonItunes.png) 0 0 no-repeat;
				float:left;
				outline:none;
			}
				#album .btn_holder a.btn_amazon:hover {
					background-position:0 -33px;
					outline:none;
				}
			#album .btn_holder a.btn_itunes {
				width:41px; height:33px;
				display:block;
				background:url(../../images/btn_amazonItunes.png) -67px 0 no-repeat;
				float:right;
				outline:none;
			}
				#album .btn_holder a.btn_itunes:hover {
					background-position:-67px -33px;
					outline:none;
				}
/*	--------------------------------------------------------------------------------------------------------------------------
	#mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol {
		margin:84px 0 65px 30px;
	}
	/*	#news */
		#news {
			width:240px;
			margin:0 44px 0 0;
			float:left;
		}
			#news h1 {
				font:bold 20px Tahoma, Arial, Helvetica, sans-serif;
				color:#29241b;
			}
				#news h1 a:link, #news h1 a:active, #news h1 a:visited {
					width:240px; height:32px;
					display:block;
					background:url(../../images/btn_arrow.png) 227px 9px no-repeat;
				}
					#news h1 a:hover {
						background-position:227px -31px;
					}
			#news .entry {
				width:200px; height:120px;
				overflow-y:scroll;
				margin:10px 0; padding:0 10px 0 20px;
			}
				#news .entry .date {
					font-size:10px;
					color:#3d372c;
				}
				#news .entry h2 {
					margin:4px 0;
					font-size:13px;
					line-height:13px;
				}
					#news .entry h2 a:link, #news .entry h2 a:active, #news .entry h2 a:visited {
						color:#000000;
					}
						#news .entry h2 a:hover {
							color:#bc230a;
						}
	/*	#media */
		#media {
			width:240px;
			margin:16px 0 0 0;
			float:left;
		}
			#media h1 {
				font:bold 20px Tahoma, Arial, Helvetica, sans-serif;
				color:#29241b;
			}
				#media h1 a:link, #media h1 a:active, #media h1 a:visited {
					width:240px; height:32px;
					display:block;
					background:url(../../images/btn_arrow.png) 227px 9px no-repeat;
				}
					#media h1 a:hover {
						background-position:227px -31px;
					}
			#media .entry {
				margin:21px 0 0 22px;
			}
