@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - CHRISETTE MICHELE NEWS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		cm_news.css
	Date:			April 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	navBar active state Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#navBar a.navNews {
		background-position: -117px -45px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news {
		
	}
		#news .header {
			padding:16px 0 0 15px;
			width:601px; height:25px;
			background:url(../../images/header616.png) top center no-repeat;
		}
			#news .header h1#h1_news {
				width:111px; height:16px;
				background:url(../../images/h1_newsUpdates.png) top center no-repeat;
			}
		#news ul#newsUpdates {
			width:614px;
			margin:0 0 -2000px 0; padding: 0 0 2000px 0;
			border:solid 1px #49655d; border-bottom:solid 1px #556f67; border-top:none;
			background:#556f67 url(../../images/bg_mainCol.jpg) top center repeat-x;
			list-style:none;
		}
			#news ul#newsUpdates li 
			{
				width:574px;
				padding:20px;
				border-top:solid 1px #516a63;
			}
				#news ul#newsUpdates li .date {
					margin:0 0 6px 0;
					font:normal 10px Verdana, Arial, Helvetica, sans-serif;
					color:#a7ccc1;
				}
				#news ul#newsUpdates li h2 a {
					font:bold 15px Verdana, Arial, Helvetica, sans-serif;
					color:#ffa0b7;
				}
					#news ul#newsUpdates li h2 a:hover {
						color:#fffffb;
					}
				#news ul#newsUpdates li p {
					margin:5px 0 0 0;
					font:normal 12px Verdana, Arial, Helvetica, sans-serif;
					color:#fffffb;
				}
				#news ul#newsUpdates li .socialBar {
					width:571px;
				}
					#news ul#newsUpdates li .socialBar a.more {
						margin:2px 0 0 0; padding:0 0 0 9px;
						float:left;
						background:url(../../images/linkArrow.png) 0 3px no-repeat;
						font:bold 10px Verdana, Arial, Helvetica, sans-serif;
						color:#fff;
					}
						#news ul#newsUpdates li .socialBar a.more:hover {
							color:#b2f2e7;
						}
					#news ul#newsUpdates li .socialBar .stats {
						margin:2px 23px 0 0;
						font:bold 10px Verdana, Arial, Helvetica, sans-serif;
						color:#8dbab2;
						float:right;
					}
						#news ul#newsUpdates li .socialBar .stats .divider {
							color:#516961;
						}
						#news ul#newsUpdates li .socialBar .actions {
							float:right;
							display:inline;
						}