@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - RICK ROSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		rr_photosLanding.css
	Date:			April 2, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	active nav style
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	ul#nav li.navPhotos a {
		background-position:-312px -74px !important;
	}
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Photos Block Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#photosBlock {
		width:624px;
		padding:0 0 40px 0;
		background:#f5f5f5;
	}
		#photosBlock .header {
			width:624px; height:52px;
			background:url(../../images/bg_h2.jpg) top left no-repeat;
		}
			#photosBlock .header h2 {
				margin:13px 0 0 18px;
				width:120px; height:27px;
				background:url(../../images/h2_photos.png) top left no-repeat;
				float:left;
				display:inline;
			}
		#photosBlock .entries {
			padding:18px 0 0 15px;
		}
			#photosBlock .entries .entry {
				margin:3px 7px 0 0; padding:14px 0 0 15px;
				width:165px;
				background:url(../../images/bg_entryPhoto.png) top left no-repeat;
				float:left;
			}
				#photosBlock .entries .entry .thumbHolder {
					height:177px;
				}
				#photosBlock .entries .entry a img {
					display:block;
				}
					#photosBlock .entries .entry a:hover img {

					}
				#photosBlock .entries .entry .title {
					width:150px;
					text-align:center;
					font:bold 12px Arial, Helvetica, sans-serif;
					color:#781c0a;
				}
					#photosBlock .entries .entry .title a {
						font:bold 12px Arial, Helvetica, sans-serif;
						color:#811200;
					}
						#photosBlock .entries .entry .title a:hover {
							color:#b5371f;
						}
				#photosBlock .entries .entry ul.socialBar {
					margin:10px 0 8px 8px;
				}
					#photosBlock .entries .entry ul.socialBar li {
						display:inline;
						float:left;
					}
						#photosBlock .entries .entry ul.socialBar li.comments {
							margin:0 10px 0 0; padding:0 0 0 20px;
							background:url(../../images/galleryComment.png) 0 2px no-repeat;
							font:normal 11px Arial, Helvetica, sans-serif;
							color:#401d19;
						}
						#photosBlock .entries .entry ul.socialBar li.views {
							font:normal 11px Arial, Helvetica, sans-serif;
							color:#401d19;
						}
				#photosBlock .entries .entry .shared {
					margin:0 auto;
					width:150px;
				}
			#photosBlock .entries .entry.folder {
				margin:0 5px 0 0; padding:15px 0 0 16px;
				width:170px; height:260px;
				background:url(../../images/bg_entryFolder.png) top left no-repeat;
			}
				#photosBlock .entries .entry.folder .photoCount {
					width:150px;
					margin:3px 0 0 0;
					text-align:center;
					font:italic 12px Arial, Helvetica, sans-serif;
					color:#3b231f;
				}