@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 .home a {
		background-position:0 -66px !important;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	#news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news {
		width:546px;
		background:url(../../images/bg_topCap.png) 0 0 no-repeat;
	}	
		#news .header {
			height:31px;
			padding:15px 0 0 0;
		}
		#news .newsBottom {
			width:546px;
			padding:0 0 30px 0;
			background:url(../../images/bg_bottomCap.png) bottom left no-repeat;
		}
		#news .newsContent {
			width:500px;
			padding:15px 0 20px 46px;
			background:url(../../images/bg_colContent.png) 0 0 repeat-y;
		}
		h1#h1_newsUpdates {
			height:23px;
			margin:0 0 0 45px;
			background:url(../../images/h1_newsUpdates.png) no-repeat;
		}
		#news ul {

		}
		#news li {
			margin:0 0 14px 0;
		}
		#news h2 {
			font:normal 18px Arial, Helvetica, sans-serif;
			color:#9e4423;
		}
			#news h2 .date {
				width:69px;
				margin:0 0 3px 0;
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#859aa4;
			}
			#news h2 a {
				font:bold 18px Arial, Helvetica, sans-serif;
				color:#0079bf;
			}
				#news h2 a:hover {
					color:#66a7cc;
				}
		#news .body {
			width:480px;
		}
		#news .body p {
			font:normal 13px Arial, Helvetica, sans-serif;
			color:#3c3b3b;
			padding:6px 0;
		}
		#news .social {
			padding:5px 11px 25px 0;
		}
			#news .social .views {
				padding:5px 0 0 18px;
				font:normal 12px Arial, Helvetica, sans-serif;
				color:#545355;
			}
			#news.single .social .views {
				float:right;
			}
			#news .social a.btn_share {
				width:60px; height:18px;
				float:left;
				background:url(../../images/btn_share.png) 0 0 no-repeat;
				display:block;
			}
				#news .social a.btn_share:hover {
					background-position:0 -18px;
				}
			#news a.more {
				margin-top:10px;
				float:right;
			}	
			#news a.back {
				width:82px; height:8px;
				margin:0 0 25px 0;
				background:url(../../images/btn_backToNews.png) 0 0 no-repeat;
				display:block;
			}
				#news a.back:hover {
					background-position:0 -8px;
				}
