@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - RICK ROSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		rr_news_single.css
	Date:			April 3, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	active nav style
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	ul#nav li.navNews a {
		background-position:-61px -74px !important;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	News Block Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#newsBlock {
		width:624px;
		padding:0 0 40px 0;
		background:#f5f5f5;
	}
		#newsBlock .header {
			width:624px; height:52px;
			background:url(../../images/bg_h2.jpg) top left no-repeat;
		}
			#newsBlock .header h2 {
				margin:13px 0 0 18px;
				width:88px; height:27px;
				background:url(../../images/h2_news.png) top left no-repeat;
				float:left;
				display:inline;
			}
		
		/*entry */
		/*Entry */
		#newsBlock .entry {
			padding:26px 16px 30px 0;
			width:592px;
		}
			#newsBlock .entry .leftCol {
				margin:0 0 0 0; padding:3px 0 0 0;
				width:80px;
				float:left;
				display:inline;
			}
				#newsBlock .entry .leftCol .date {
					margin:0 0 10px 0; padding:3px 7px 0 0;
					width:73px; height:21px;
					background:url(../../images/bg_date.png) 0 0 no-repeat;
					font:normal 11px Arial, Helvetica, sans-serif;
					color:#fff;
					text-align:right;
				}
					#newsBlock .entry .leftCol .views {
						padding:0 0 4px 0;
						width:77px;
						font:normal 11px Arial, Helvetica, sans-serif;
						text-align:right;
						color:#401d19;
						overflow:hidden;
					}
						#newsBlock .entry .leftCol .comments {
							margin:0 39px 0 0;
							
						}
							#newsBlock .entry .leftCol .comments .icon {
								width:20px; height:14px;
								display:inline;
								float:right;
								background:url(../../images/comment.png) top left no-repeat;
							}
							#newsBlock .entry .leftCol .comments .count {
								display:inline;
								float:right;
								color:#401d19;
								font:normal 11px Arial, Helvetica, sans-serif;
							}
			#newsBlock .entry .rightCol {
				width:493px;
				padding:0 0 0 14px;
				overflow:hidden;
				float:left;
			}
				#newsBlock .entry .rightCol h3 {
					font:bold 18px Arial, Helvetica, sans-serif;
					color:#811200;
					padding:0 0 10px 0;
				}
					#newsBlock .entry .rightCol h3 a {
						font:bold 18px Arial, Helvetica, sans-serif;
						color:#781c0a;
						text-decoration:none;
					}
						#newsBlock .entry .rightCol h3 a:hover {
							color:#b5371f;
						}
				#newsBlock .entry .rightCol p {
					padding:0 0 14px 0;
					font:normal 13px Arial, Helvetica, sans-serif;
					color:#462e0e;
					line-height:14px;
				}
					#newsBlock .entry .rightCol a {
						font:normal 13px Arial, Helvetica, sans-serif;
						color:#b17500;
					}
						#newsBlock .entry .rightCol a:hover {
							color:#805f05;
						}
				#newsBlock .entry .rightCol .share {
					width:125px;
				}		


