/* Photo and Caption */

#content .photo-caption-small,
#content .photo-caption-large {
    background: #ece9dd;
    color: #252424;
    font-size: 0.769em; /* 10px (10/13) */
    line-height: 1.400em; /* 14px (14/10) */
    padding: 10px 10px 5px 10px;
}
#content .photo-caption-small {
    max-width: 204px;   
}
#content .photo-caption-large {
    max-width: 325px;
}
#content .photo-caption-small h1,
#content .photo-caption-small h2,
#content .photo-caption-small h3, 
#content .photo-caption-small h4, 
#content .photo-caption-small h5, 
#content .photo-caption-small h6,
#content .photo-caption-large h1,
#content .photo-caption-large h2,
#content .photo-caption-large h3, 
#content .photo-caption-large h4, 
#content .photo-caption-large h5, 
#content .photo-caption-large h6 {
    font-size: 1.800em; /* 18px (18/10) */
    line-height: 1.333em; /* 24px (24/18) */
}
#content .photo-caption-small img, 
#content .photo-caption-small iframe, 
#content .photo-caption-small video,
#content .photo-caption-small .mejs-container,
#content .photo-caption-large img, 
#content .photo-caption-large iframe, 
#content .photo-caption-large video,
#content .photo-caption-large .mejs-container {
    margin: 0 0 6px 0;  
}
#content .photo-caption-small p,
#content .photo-caption-large p {
    margin: 0 0 10px 0; 

	/* Jay added */
	font-size: 0.600em; /* 8px (8/10) */
	line-height: 1.500em; /* 12px (12/8) */
}
#content .photo-caption-small .photo-credit,
#content .photo-caption-large .photo-credit {
	font-size: 0.800em; /* 8px (8/10) */
	line-height: 1.500em; /* 12px (12/8) */
	text-transform: uppercase;	
}
#content .photo-caption-small .print-photo a,
#content .photo-caption-large .print-photo a {
	background: url(../css/images/print.png) no-repeat;
	padding: 0 0 0 20px;

	/* Jay added */
	font-size: 0.600em; /* 8px (8/10) */
	line-height: 1.500em; /* 12px (12/8) */
}
/* Generic Classes */

#content .float-left {
    float: left;
    margin: 5px 20px 15px 0;    
}
#content .float-right {
    float: right;
    margin: 5px 0 15px 20px;    
}
#content .clear-both {
    clear: both;    
}
#content .clear-left {
    clear: left;    
}
#content .clear-right {
    clear: right;   
}
