html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h4 {
	font: 14px helvetica, arial, verdana, sans-serif;
	color: #336699;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
.centered { text-align:center; margin-left:auto; margin-right:auto; }

body {
	background: #504634;
	text-align: center;
	color: #000;
	padding-bottom: 12px;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 0px auto 10px;
	width: 672px;
	max-width: 98%;
	background: #ffffff;
	padding: 3px;
  	position: relative;
}
#header {
  height: 200px;
}
#body {
  padding-top: 3px;
  background-color:#FFF;
  display: flex;
}
#categories {
  width: 30%;
  margin-right: 3px;
  flex: 1 0 auto;
  background: #D4CAB6;
}
@media (max-width:480px) {
	#categories { width:40%; }
}
#seasonal {
  background: #D4CAB6;
  flex: 1 1 auto; 
}
#seasonal .inner {
  padding: 6px 12px;
}
#seasonal p {
  margin: 0.5em 0;
}
h3 {
  font: 22px helvetica, arial, sans-serif;
  margin: 0 0px 10px 0; 
  color: #336699;
}
h2 {
  font: 13px helvetica, arial, sans-serif; 
  color: #695F4C;
  padding-bottom: 10px;
}
#categories h2 {
  color: #fff;
  padding: 4px 0 5px 39px;
  border-bottom: 1px solid #F4EFDF;
  background: #99CC66;
}
#categories li {
  background: #D4CAB6 left url(images/bullet.gif) no-repeat;
  border-bottom: 1px solid #F4EFDF;
  list-style: none;
  font-size: 12px;
  padding: 7px 0 8px 35px;
}
#categories a {
  text-decoration: none;
  color: #000000;
}
#categories a:hover {
  text-decoration: underline;
}


@-webkit-keyframes bannermove {
	0% { margin-left: 0px; }
	100% { margin-left: -1269px; } // Total width of photos (only counted once) when height is 200px, plus 3px for each
}
@keyframes bannermove {
	0% { margin-left: 0px; }
	100% { margin-left: -1269px; } // Same as above
}
.photobanner {
	height: 200px;
	width: 100000px;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-animation: bannermove 30s linear infinite alternate;
	animation: bannermove 30s linear infinite;
}
.photobanner:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
.photobanner img {
	transition: all 1s ease;
}
.photobanner img:hover, .photobanner img:active {
	transform: scale(1.5);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

@media print {
	.noprint {dispaly:none;}
}