@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - RICK ROSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		rr_blog.css
	Date:			April 3, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	active nav style
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	ul#nav li.navBlog a {
		background-position:-130px -74px !important;
	}
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Blog Block Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#blogBlock {
		width:624px;
		padding:0 0 40px 0;
		background:#f5f5f5
	}
		#blogBlock .header {
			width:624px; height:52px;
			background:url(../../images/bg_h2.jpg) top left no-repeat;
		}
			#blogBlock .header h2 {
				margin:13px 0 0 18px;
				width:203px; height:33px;
				background:url(../../images/h2_blog.png) top left no-repeat;
				float:left;
				display:inline;
			}
		
		/*entry */
		#blogBlock .entry {
			padding:26px 16px 30px 0;
			width:592px;
		}
			#blogBlock .entry .leftCol {
				margin:0 0 0 0; padding:3px 0 0 0;
				width:80px;
				float:left;
				display:inline;
			}
				#blogBlock .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;
				}
					#blogBlock .entry .leftCol .views {
						padding:0 0 4px 0;
						width:77px;
						font:normal 11px Arial, Helvetica, sans-serif;
						text-align:right;
						color:#401d19;
						overflow:hidden;
					}
						#blogBlock .entry .leftCol .comments {
							margin:0 39px 0 0;
							
						}
							#blogBlock .entry .leftCol .comments .icon {
								width:20px; height:14px;
								display:inline;
								float:right;
								background:url(../../images/comment.png) top left no-repeat;
							}
							#blogBlock .entry .leftCol .comments .count {
								display:inline;
								float:right;
								color:#401d19;
								font:normal 11px Arial, Helvetica, sans-serif;
							}
			#blogBlock .entry .rightCol {
				width:493px;
				padding:0 0 0 14px;
				overflow:hidden;
				float:left;
			}
				#blogBlock .entry .rightCol h3 {
					padding:0 0 10px 0;
				}
					#blogBlock .entry .rightCol h3 a {
						font:bold 18px Arial, Helvetica, sans-serif;
						color:#781c0a;
						text-decoration:none;
					}
						#blogBlock .entry .rightCol h3 a:hover {
							color:#b5371f;
						}
				#blogBlock .entry .rightCol p {
					padding:0 0 14px 0;
					font:normal 13px Arial, Helvetica, sans-serif;
					color:#462e0e;
					line-height:14px;
				}
					#blogBlock .entry .rightCol p a {
						font:normal 13px Arial, Helvetica, sans-serif;
						color:#b17500;
						text-decoration:underline;
					}
						#blogBlock .entry .rightCol p a:hover {
							color:#805f05;
						}
				#blogBlock .entry .rightCol .share {
					width:125px;
				}
		
		/* hr */		
		.hr {
			margin:0 0 0 9px;
			width:606px; height:2px;
			background:url(../../images/hr.png) top left repeat-x;
		}
			.hr hr {
				display:none;
			}