/************************************************************  
 *  Photography
 *
 *  Styles affecting photography content.
 ***********************************************************/

.photographySet .thumb {
	background-color: #e7e3d5;
	
	width: 87px;	/* Total: 95px */
	height: 87px;	/* Total: 95px */
	
	margin: 4px;
	
	position: relative;
	float: left;
}

.photographySet .set {
	font-size: 11px;
	line-height: 14px;

	width: 172px;	/* Total: px */
	height: 79px;	/* Total: 95px */
	
	margin: 4px;
	padding: 4px;
		
	position: relative;
	float: left;
}

.photographySet .set .name {
	font-size: 12px;
	font-weight: bold;

	margin: 0px 0px 4px 0px;
	padding: 0px 0px 4px 0px;
	
	border: none;
	border-bottom: dotted 1px #cccccc;
}

.photographySet img {
	border: solid 1px #aaaaaa; 
	
	margin: 5px;
	
	background-image: url(/images/photography/photography_thumb_bg.png);
}

.photographySet a:hover {
	
}

/* Photography Thumbs */

.photographyCrumbs {
	color: #aaaaaa;
	font-size: 12px;
	
	margin: 10px 0px 10px 0px;
}

.photographyCrumbs a {
	background-color: #eeeeee; /*#EBF0D9 #D7ECFB*/
	
	margin: 3px;
	padding: 1px 6px 1px 6px;
}

.photographyCrumbs a:hover {
	font-weight: bold;
	/*border: solid 1px #cccccc;*/
}

.photographyCrumbs a[title="Current Page"] {
	background-color: #eeeeee;
	
	margin: 3px;
	padding: 1px 4px 1px 4px;
}