@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - PHOTOS : 	Ghostface Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		gf_photos.css
	Date:			Sept 08, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav li.navPhotos a {
		background-position: -356px -45px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	#Photos Block Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#photos {
		
	}
		#photos .header {
			margin:0 0 30px 0;
		}
			#photos .header h1 {
				width:213px; height:45px;
				margin:0 auto;
				background:url(../../images/h1_photo.png) 0 0 no-repeat;
			}
		#photos a {
			color:#333333;
			text-decoration:underline;
		}
			#photos a:hover {
				color:#fff;
			}
		#photos .header {
			height:178px;
			background:url(../../images/bg_photosHeader.png) 0 0 no-repeat;
			display:block;
		}
		#photos .content {
			margin:0; padding:15px 0 0 0;
			background:#cccbd7;
		}
		#photos ul.entries {
			margin:5px 0 0 30px; padding:0 0 20px 0;
			list-style:none;
		}
			#photos ul.entries li.entry {
				width:173px; height:270px;
				display:inline;
				float:left;
			}
			.imgHolder {
				float:left;
			}
			.stack {
				background:url(../../images/stack_bottom.png) bottom left no-repeat;
				display:inline;
				float:left;
			}
				.stack .stack1 {
					background: url(../../images/stack_right.png) top right no-repeat;
				}
				.stack .stack2 {
					padding:0 4px 4px 0;
					background:url(../../images/stack_br.png) bottom right no-repeat;
				}
				.stack .stack3 {
					padding:1px;
					background:#2d0801;
				}
				.stack a img {
					display:block;
				}
			#photos ul.entries li.entry .info {
				padding:10px 0 0 0;
			}
				#photos ul.entries li.entry .info h3 a {
					font:bold 12px Georgia, "Times New Roman", Times, serif;
					color:#ba7b00;
					text-decoration:none;
				}
					#photos ul.entries li.entry .info h3 a:hover {
						color:#7e4700;
					}
				#photos ul.entries li.entry .info .date {
					font:normal 11px Georgia, "Times New Roman", Times, serif;
					color:#644609;
				}
				#photos ul.entries li.entry .info .views {
					font:normal 11px Georgia, "Times New Roman", Times, serif;
					color:#644609;
				}
					#photos ul.entries li.entry .info .views .comments {
						color:#6ca400;
					}
				#photos ul.entries li.entry .info a.btn_share {
					width:78px; height:24px;
					margin:3px 0 0 0;
					background:url(../../images/btn_share.png) 0 0 no-repeat;
					display:block;
				}
					#photos ul.entries li.entry .info a.btn_share:hover {
						background-position:0 bottom;
					}
				#photos ul.entries li.entry .info a.btn_viewNow {
					width:90px; height:19px;
					background:url(../../images/more.png) right 3px no-repeat;
					font:normal 11px Georgia, "Times New Roman", Times, serif;
					color:#ba7b00;
					line-height:22px;
					text-decoration:none;
					display:block;
				}
					#photos ul.entries li.entry .info a.btn_viewNow:hover {
						color:#7e4700;
					}
			#photos ul.entries li.entry .singlePhoto img {
				padding:1px;
				background:#2d0801;
			}
				#photos ul.entries li.entry .singlePhoto a img {
					display:block;
				}
				#photos ul.entries li.entry .stats {
					font:normal 10px Arial, Helvetica, sans-serif;
					color:#555556;
				}
								
/*	--------------------------------------------------------------------------------------------------------------------------
	#photos Single Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/			
	#photos .viewing {
		border-bottom:solid 1px #aeaa3a;
		margin:0 0 20px 0; padding:0 0 6px 0;
	}
		#photos .folder {
			font:normal 11px Georgia, "Times New Roman", Times, serif;
			color:#76671f;
			display:block;
			float:left;
		}
		#photos a.btn_back {
			width:85px; height:15px;
			padding:0 0 0 7px;
			background:url(../../images/arrow_left.png) 0 4px no-repeat;
			font:normal 11px Georgia, "Times New Roman", Times, serif;
			color:#ba7b00;
			text-decoration:none;
			display:inline-block;
			float:right;
		}
			#photos a.btn_back:hover {
				color:#7e4700;
			}
	#photos .pagination {
		height:19px;
		padding:4px 10px 0 10px;
		background:#a2cb6d;
	}
		#photos .pagination .count {
			font:normal 11px Georgia, "Times New Roman", Times, serif;
			color:#644609;
			float:left;
		}
			#photos .pagination .count span.white {
				color:#fff;
			}
		#photos .pagination a.btn_next {
			margin:0 0 0 16px; padding:0 7px 0 0;
			background:url(../../images/arrow_right.png) right 4px no-repeat;
			font:normal 11px Georgia, "Times New Roman", Times, serif;
			color:#BA7B00;
			text-decoration:none;
			display:inline;
			float:right;
		}
			#photos .pagination a.btn_next:hover {
				color:#76671f;
			}
		#photos .pagination a.btn_prev {
			padding:0 0 0 7px;
			background:url(../../images/arrow_left_grey.png) 0 4px no-repeat;
			font:normal 11px Georgia, "Times New Roman", Times, serif;
			color:#BA7B00;
			text-decoration:none;
			float:right;
		}
			#photos .pagination a.btn_prev:hover {
				color:#76671f;
			}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Pagination fixes Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.pagination {
		padding:0 14px 10px 14px;
		clear:both;
	}
		.pagination .displaying {
			width:200px;
			float:left;
		}
		.pagination .buttons {
			float:right;
		}