@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - NEWS : 	Sum41 Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sum41_news.css
	Date:			Nov 5, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav li.navNews a {
		background-position:-202px -70px;
	}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	#news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news {
		
	}
		
	#news .header h1 {
		width:71px; height:18px;
		background:url(../../images/h1_news.png) 0 0 no-repeat;
	}
	#news .entry {
		width:680px;
		margin:0 0 10px 0; padding:12px 0 10px 0;
		color:#282626;
	}
		#news .entry h4 {
			margin:5px 0 5px 0;
			font:normal 18px Arial, Helvetica, sans-serif;
			color:#e24040;
		}	
			ul#news .entry h4 a {
				color:#e24040;
			}
		#news .entry p {
			margin:0 0 11px 0;
			font:normal 12px Arial, Helvetica, sans-serif;
			line-height:17px;
			color:#fff;
		}
		#news .viewEntry {
			margin:0 10px 0 0;
			float:left;
		}
		#news .share {
			margin:0 0 20px 0;
			float:left;
		}
		#news img {
			border:ridge 1px #6b6b6c;
			margin:0 0 0 10px;
			float:right;
		}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	#news .single Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news .entry.single .socialHeader {
		margin:0 0 17px 0;
	}
	#news .entry.single h4 {
		margin:5px 0 5px 0;
		font:normal 22px Arial, Helvetica, sans-serif;
		color:#6c6c6c;
	}	
	#news .entry.single p {
		font:normal 15px Arial, Helvetica, sans-serif;
		line-height:17px;
		color:#fff;
	}
	#news .entry.single .picHolder {
		text-align:center;
	}
	#news .entry.single img {
		margin:0 0 5px 0;
		border:ridge 1px #6b6b6c;
		float:none;
	}
	