/**
 * CSS for PSMRC homepage
 */

/* main photo on homepage */
div.ShopSuey-storefront-photo.main-photo-in-description.homepage {
	margin-bottom: 25px;
}
 
/* signature in text */
main p > i#sig {
	display: inline-block;
	margin-left: 15px;
	font-style: italic;
}

/* homepage subheader */
h4.homepage {
	display: block;
	clear: both;
	margin: 35px 0px 0px 0px;
}

	main > div > div.homepage.features-grid {
		text-align: center;
	}

	/* features block */
	main > div > div.homepage.features {
		display: block;
		width: 950px;
		margin: -60px 0px 30px 65px;
	}
	
		/* feature item container */
		main > div > div.homepage.features > div.ShopSuey-storefront-photo {
			padding: 0px;
			background: transparent;
				
			transition: transform .1s ease 0s;
		}
		
			/* feature item image container */
			main > div > div.homepage.features > div.ShopSuey-storefront-photo > .photo {
				display: inline-block;
				width: 375px !important;
				height: 225px !important;
				vertical-align: middle;
				text-align: center;
				
				background-color: white;
				border: none;
				box-shadow: 0px 0px 2px black;
			}
			
				main > div > div.homepage.features > div.ShopSuey-storefront-photo.roundabout-in-focus > .photo {
					border: 1px solid rgba(0,0,0,.65);
					box-shadow: none;
				}
			
				/* feature item image */
				main > div > div.homepage.features > div.ShopSuey-storefront-photo > .photo > img {
					width: 375px;
					height: auto;
					
					/* dynamic rescaling according to container handled in JS */
				}
				
	/* roundabout nav button positioning */
	.homepage.roundabout > span.nav.prev {
		margin: 140px 0px 0px -50px;
	}
	.homepage.roundabout > span.nav.next {
		margin: 140px 0px 0px 1053px;
	}
	
	/* roundabout caption positioning */
	.roundabout > .caption {
		width: 1060px;
		margin-top: 325px;
	}