@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - CHRISETTE MICHELE NEWS SINGLE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		cm_news_single.css
	Date:			April 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	navBar active state Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#navBar a.navNews {
		background-position: -118px -48px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news {
		
	}
		#news .header {
			
		}
			#news .header h1#h1_news {
				width:381px;
				background:url(../../images/h1_newsUpdates.png) top center no-repeat;
			}
		#news .body {
			padding:15px 0 0 30px;
		}
			#news .body .newsEntry {
				width:430px;
				float:left;
			}
				#news .body .newsEntry .date {
					margin:0 0 15px 0;
					font:normal 11px Verdana, Arial, Helvetica, sans-serif;
					color:#0f4863;
				}
				#news .body .newsEntry h2 {
					font:bold 16px Verdana, Arial, Helvetica, sans-serif;
					color:#a00800;
				}
				#news .body .newsEntry p {
					margin:11px 0 20px 0;
					font:normal 12px Verdana, Arial, Helvetica, sans-serif;
				}
				#news .body .newsEntry .socialBar {
						width:375px;
					}
						#news .body .newsEntry .socialBar .stats {
							margin:2px 23px 0 0;
							font:bold 10px Verdana, Arial, Helvetica, sans-serif;
							color:#a8512b;
						}
							#news .body .newsEntry .socialBar .stats .divider {
							
							}
							#news .body .newsEntry .socialBar .actions {
								float:right;
								display:inline;
							}
						
		/* recent news */
		#news .body #recentNews {
			margin:29px 0 0 18px;
			width:110px;
			float:left;
		}
			#news .body #recentNews .header {
				margin:0; padding:0;
				background:none;
			}
				#news .body #recentNews .header h2#h2_recentNews {
					width:91px; height:10px;
					background:url(../../images/h2_recentNews.png) no-repeat;
				}
			#news .body #recentNews ul {
				list-style:none;
			}
				#news .body #recentNews ul li {
					margin:0 0 9px 0; padding:0 0 14px 0;
					background:url(../../images/dash.png) 0 bottom repeat-x;
				}
					#news .body #recentNews ul li h3 {
						margin:0 0 0 2px;
						font:bold 11px Verdana, Arial, Helvetica, sans-serif;
						color:#a00800;
					}
						#news .body #recentNews ul li h3 a {
						}
							#news .body #recentNews ul li h3 a:hover {
							}
			#news .body #recentNews a.more {
				padding:0 0 0 9px;
				float:none;
				background:url(../../images/linkArrow.png) 0 4px no-repeat;
				font:bold 10px Verdana, Arial, Helvetica, sans-serif;
				color:#012a3c;
			}
				#news .body #recentNews a.more:hover {
					color:#fff;
				}
