@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:-41px -23px;
	}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	#news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news {
		width:588px;
		padding:28px 15px 66px 15px;
		background:url(../../images/bg_content.png) 0 0 repeat;
	}
		#news h1 {
			width:32px; height:21px;
			margin:0 0 18px 0;
			background:url(../../images/h1_news.png) 0 0 no-repeat;
			float:left;
		}
		#news .share {
			width:83px;
			float:right;
		}
		#news ul {
		
		}
			#news ul li {
				padding:12px 0 12px 0;
				border-bottom:1px solid #85683d;
				float:left;
			}
				#news ul li .newsImage {
					width:120px;
					float:left;
				}
					#news ul li .newsImage img {
						border:1px solid #000;
					}
				#news ul li .newsInfo {
					width:468px;
					float:left;
				}
					#news ul li .newsInfo h2 {
						font:bold 15px Arial, Helvetica, sans-serif;
					}
						#news ul li .newsInfo h2 a {
							font:bold 15px Arial, Helvetica, sans-serif;
							color:#fff;
						}
							#news ul li .newsInfo h2 a:hover {
								color:#472618;
							}
					
					#news ul li .newsInfo .date {
						margin:0 0 10px 0;
						font:italic 11px Verdana, Arial, Helvetica, sans-serif;
						color:#382e1e;
						display:block;
					}
					#news ul li .newsInfo p {
						font:normal 12px Arial, Helvetica, sans-serif;
						color:#000;
					}
					
/*	--------------------------------------------------------------------------------------------------------------------------
	.newsSingle Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news .newsSingle {
	
	}
		#news .newsSingle h2 {
			font:bold 15px Arial, Helvetica, sans-serif;
			color:#fff;
		}
		#news .newsSingle .date {
			margin:0 0 10px 0;
			font:italic 11px Verdana, Arial, Helvetica, sans-serif;
			color:#382e1e;
			display:block;
		}
			#news .newsSingle .post {
			
			}
				#news .newsSingle .post img {
					margin:0 18px 0 0;
					border:1px solid #000;
					float:left;
					display:inline;
				}
				#news .newsSingle .post p {
					padding:0 0 12px 0;
					font:normal 12px Arial, Helvetica, sans-serif;
					color:#000;
				}
					#news .newsSingle .post p a {
						font:bold 13px Arial, Helvetica, sans-serif;
						color:#fff;
					}
						#news .newsSingle .post p a:hover {
							color:red;
						}
				#news .newsSingle .post .social {
					font:normal 12px Arial, Helvetica, sans-serif;
					color:#2c150b;
				}
					#news .newsSingle .post .social .comments {
						color:#fff;
					}
		