@charset "utf-8";
/*	-------------------------------------------------------------
	CSS : 			Nellie McKay Website - NEWS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		nm_news.css
	Date:			Sep 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	@import url("base_news.css");
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#mainNav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainNav .news a {
		background-position:-63px -27px;
	}
		#mainNav .news a:hover {
			background-position:-63px -27px;
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	#news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news {
		width:500px;
	}
		h1#h1_newsUpdates {
			height:27px; 
			margin:0 0 10px 0;
			background:url(../../images/h1_news.png) no-repeat;
		}
		#news ul {
			width:
			background:#fbf1ab;
		}
		#news li {
			border-bottom:solid 1px #f8dc7c;
		}
		#news h2 {
			padding:25px 11px 10px 11px;
			background:#fbf1ab;
			font:normal 18px Arial, Helvetica, sans-serif; 
			color:#d9185d;
		}
			#news h2 a {
				font:normal 18px Georgia, "Times New Roman", Times, serif;
			}
			#news h2 .date {
				margin:0 0 6px 0;
				font:italic 11px Arial, Helvetica, sans-serif;
				color:#535051;
			}
		#news .body {
			padding:0 11px;
			background:#fbf1ab;
		}
		#news .body p {
			padding:6px 0;
			line-height:17px;
		}
		#news .social {
			padding:5px 11px 25px 11px;
			background:#fbf1ab;
		}
			#news .social .views {
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#706d6e;
			}
			#news .social a.btn_share {
				width:47px; height:21px;
				padding:0 0 0 16px;
				background:url(../../images/btn_share.png) 0 0 no-repeat;
				font:bold 12px Arial, Helvetica, sans-serif;
				color:#fff;
				text-transform:uppercase;
				line-height:21px;
			}