/* home page */

.promo {
	border: 4px solid #380000;
	border-radius: 3px;
	margin: .5em auto;
	padding: .5em;
	width: 75%;	
	font-size: 85%
}	


/* move this to "custom.css" because also used for undefined extra pages */



/*
.western_store {
	box-shadow:4px 4px 13px #000;
	width: 460px; 
	margin: 0 auto; 
	text-align: center; 
	background: url(/images/sales/hayfield.png) 50% 1em no-repeat; 
	padding-top: 1em;
	}
	
.western_store .link1 {	
	padding-bottom: 2em;
	}
	
.western_store .link2 img {
	width:300px; 
	margin-bottom: 40px;	
	}
	
.western_store .text {
	padding: 1em;
	background-color: #fff;
	}	
	
@media only screen and (max-width: 32em) {
	.western_store {
		width: 90%;
		padding: .5em;
		}
		
	.western_store .link2 img {
		max-width: 90%;
		margin-bottom: 20px;
		}	
	
	.western_store .text {
		font-size: .9em;
	}
	
	.western_store .link1 {	
	padding-bottom: 1em;
	}
		
}			

*/