#stories h2.story-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
}

#stories p {
	margin-top: 0;
}

#stories small {
	color: #666;
}

#infocus h2.story-title {
	font-size: 34px;
	line-height: 40px;
}

#flickr-photos img {
	margin: 3px;
}

#flickr {
	margin-bottom: 10px;
}
.decade {
	width: 230px;
	float: left;
	margin-right: 10px;
}
.decade:nth-child(3n) {
  margin-right: 0;
  clear: right;
}
.decade:nth-child(3n+1) {
  clear: left;
}
.decade ol {
	list-style: none;
	margin: 0;
	font-size: 1.5em;
}
.decade li {
  margin-bottom: .75em;
}
.button img {
	position: relative;
	top: 2px;
	margin-right: 3px;
}
.infoBox {
  width:100%;
}
.infoPic {
  width:30%;
  float:right;
}
.otherInfo {
  width:68%;
  float:left;
}

.decade .officers {
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 2px;
}
.decade .president:after {
  content: '*';
}


@media screen and (max-width: 700px), screen and (max-device-width: 480px) {
	#infocus h2.story-title {
		font-size: 20px;
		line-height: 24px;
	}
}

#slider1 .infoBox, #slider2 .infoBox {
  width:300px;
  margin-bottom: 10px;
}
/*next button*/
.bx-next {
  position:absolute;
  bottom:2px;
  left:270px;
}

/*previous button*/
.bx-prev {
  position:absolute;
  bottom:2px;
  left:-10px;
}