@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - HOME : 	BLACK JOE LEWIS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		bjl_home.css
	Date:			October 6, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Active State Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header ul#navBar li.home a {
		background-position:0 -36px;
	}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	#twitter Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#twitter {
	
	}
		#twitter .header {
			padding:0 0 11px 18px;
		}
			#twitter h2 {
				background-position:0 0;
			}
				#twitter h2 a {
					width:119px;
				}
		#twitter_update_list {}
			#twitter_update_list li {
				padding:2px 0 20px 49px;
				background:url(../../images/bg_twitter.jpg) left 0 no-repeat;
				/*display:inline-block;*/
			}
				#twitter_update_list li span {
					padding:0 0 10px 0;
					display:block;
				}
				
/*	--------------------------------------------------------------------------------------------------------------------------
	#news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news {}
		#news .header {
			padding:0 0 11px 18px;
		}
			#news h2 {
				background-position:0 -37px;
			}
				#news h2 a {
					width:183px;
				}
		#news ul {}
			#news ul li {
				padding:14px 0 8px 0;
				background:url(../../images/divider.png) 0 top no-repeat;
			}
				#news ul li .image {
					width:100px;
					float:left;
				}
					#news ul li .image img {
						margin:0 auto; display:block;
					}
				#news ul li .info {
					width:405px;
					float:right;
				}
					#news ul li .info .date { font-size:9px; }
					#news ul li .info h3 { padding:5px 0 10px 0; font-size:20px; }
					
	#memberAlt { display:none; visibility:hidden; }
