@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - NEWS : 	BLACK JOE LEWIS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		bjl_news.css
	Date:			October 6, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Active State Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header ul#navBar li.news a {
		background-position:-77px -36px;
	}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	#news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news { padding:22px 0 10px 0; }
		#news .header { padding:0 18px 11px 18px; }
			#news h2 {
				width:183px;
				background-position:0 -37px;
				float:left;
			}
				#news h2 a {
					width:183px;
				}
			#news .header .share { font-size:11px; text-align:right; float:right; }
		#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;
					word-wrap:break-word;
					float:right;
				}
					#news .date { font-size:9px; }
					#news h3 { padding:5px 0 10px 0; font-size:20px; }
		#news a.addthis_button {
			width:83px; height:16px; margin:0 10px 0 0;
			display:inline-block; float:right;
		}
		

/*	--------------------------------------------------------------------------------------------------------------------------
	.newsSingle Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news h2.single {
		background-position:-107px -37px;
	}
	#news .newsSingle { }
		#news .newsSingle .social { padding:20px 0 0 0; }
