@charset "utf-8";
/*	-------------------------------------------------------------
	CSS : 			Artist Website - NEWS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		artist_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:-56px -20px;
	}
		#mainNav .news a:hover {
			background-position:-56px -20px;
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	#news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news {
		width:500px;
	}
		h1#h1_newsUpdates {
			height:23px; 
			margin:0 0 10px 0;
			background:url(../../images/h1_newsUpdates.png) no-repeat;
		}
		#news a.btn_backToNews {
			width:76px; height:8px;
			background:url(../../images/btn_backToNews.png) no-repeat;
			display:block;
		}
			#news a.btn_backToNews:hover {
				background-position:0 -10px;
			}
		#news ul {
			width:
			background:#fbf1ab;
		}
		#news li {

		}
		#news h2 {
			padding:18px 11px 10px 11px;
			background:none;
			font:normal 18px Arial, Helvetica, sans-serif; 
			color:#ff0080;
		}
			#news h2 a {
				font:normal 18px Georgia, "Times New Roman", Times, serif;
			}
			#news h2 .date {
				padding:0 0 1px 0; margin:0 0 6px 0;
				background:url(../../images/bg_date.png) 0 13px no-repeat;
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#706d6e;
				display:block;
			}
		#news .body {
			padding:0 11px;
			background:none;
		}
			#news .body img {
				padding:10px 10px 10px 0;
				/*float:left;*/
			}
			#news .body p {
				padding:6px 0;
				line-height:17px;
			}
		#news .social {
			padding:5px 11px 5px 11px;
		}
			#news .social .views {
				font:normal 12px Arial, Helvetica, sans-serif;
				color:#545355;
			}
			#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;
			}
			#news .social a.more {
				width:122px; height:12px;
				background:url(../../images/btn_readFullStory.png) 0 0 no-repeat;
				display:block;
				line-height:1px;
			}
				#news .social a.more:hover {
					background-position:0 -12px;
				}