@charset "utf-8";
/*	-------------------------------------------------------------
	CSS PHOTOS:		Katherine McPhee Website - PHOTOS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		km_photos.css
	Date:			Oct 23, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	@import url("base_photos.css");
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#mainNav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainNav .photos a {
		background-position:-342px -20px;
	}
		#mainNav .photos a:hover {
			background-position:-342px -20px;
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	#photos Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#photos h1#h1_photosAlbums {
		height:27px; 
		margin:0 0 10px 0;
		background:url(../../images/h1_photoAlbums.png) no-repeat;	
	}
		#photos .entry {
			width:158px; height:260px;
			margin:0 13px 30px 0;
		}
		#photos .entry.last {
			margin-right:0;
			clear:right;
		}
		#photos .stack {
			margin:0 0 12px 0;
		}
			#photos .stack .stack2 {
				padding:0 4px 4px 0;
			}
			#photos .stack .stack3 {
				padding:2px;
				background:#cac4c7;
			}
				#photos .entry .content h2 {
					margin:0 0 5px 0;
				}
					#photos .entry .content h2 a {
						font:normal 12px Georgia, "Times New Roman", Times, serif;
						line-height:
					}
				#photos .entry .socialBar {
					margin:0 0 8px 0;
					font:normal 11px Arial, Helvetica, sans-serif;
					color:#454d4f;
					display:block;
				}				
				#photos .entry .content a.btn_viewMorePhotos {
					width:123px; height:11px;
					background:url(../../images/btn_viewMorePhotos.png) no-repeat;
					display:block;
				}
					#photos .entry .content a.btn_viewMorePhotos:hover {
						background-position:0 -16px;
					}
		#photos .singlePager {
			text-align:center;
			color:#ed4b89;
		}
		#photos .photo {
			text-align:center;
		}
			#photos .photo h2 {
				margin:6px 0 12px 0;
				font:normal 18px Georgia, "Times New Roman", Times, serif;
				color:#474f50;
			}
			#photos .photo img {
				border:2px solid #b2b2b2;
				margin:0 auto 17px auto;
				display:block;
			}
				#photos .photo .social .views {
					font:normal 12px Arial, Helvetica, sans-serif;
					color:#706d6e;
				}
				#photos .photo .social a.btn_share {
					width:47px; height:21px;
					margin:0 0 0 6px; padding:0 0 0 16px;
					background:url(../../images/btn_share.png) 0 0 no-repeat;
					font:bold 12px Arial, Helvetica, sans-serif;
					color:#fff;
					text-transform:uppercase;
					line-height:21px;
				}
				
/*	--------------------------------------------------------------------------------------------------------------------------
	gallery Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#photos h1#h1_photosGallery {
		margin:7px 0 0 8px;
		font:normal 18px Georgia, "Times New Roman", Times, serif;
		color:#ff0080;
		float:left;
	}
	#photos a.btn_backToAlbums {
		width:85px; height:7px;
		margin:0 0 17px 0;
		background:url(../../images/btn_backToAlbums.png) 0 0 no-repeat;
		display:block;
	}
		#photos a.btn_backToAlbums:hover {
			background-position:0 -10px;
		}
	#photos .galleryHeader {
		height:65px;
	}
	#photos .galleryHeader .stack {
		float:left;
	}
	#photos .gallery {

	}
		#photos .gallery .photo {
			width:200px; height:325px;
			margin:0 30px 0 0;
			text-align:left;
			float:left;
		}
			#photos .gallery img {
				margin:0 0 8px 0;
				border:solid 1px #cac4c7;
			}
			#photos .gallery h2 {
				margin:0 0 4px 0;
				font:normal 12px Georgia, "Times New Roman", Times, serif;
				color:#DB3A8B;
			}
			#photos .gallery .stats {
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#706d6e;
			}
			#photos .gallery .btn_share {
				width:47px; height:21px;
				margin:11px 0 0 0; padding:0 0 0 16px;
				background:url(../../images/btn_share.png) 0 0 no-repeat;
				font:bold 12px Arial, Helvetica, sans-serif;
				color:#fff;
				text-transform:uppercase;
				line-height:21px;
				display:block;
			}