.callout {
	margin: 0 0 15px 0;
	padding: 15px;
	background: #F5F7F5;
}

.callout h2.replace {
	margin: 0 auto 20px;
}

.callout-image-box {
	position: relative;
	padding-left: 102px;
	margin: 20px 0;
	min-height: 94px;
}

.callout-image-box img {
	position: absolute;
	top: 4px;
	left: 0;
	width: 90px;
	height: auto;
}

.callout-text-box {
	margin: 20px 0;
	font-size: 0.928571429em;
}

.callout-text-box img {
	display: block;
	float: left;
	margin: 4px 12px 12px 0;
	width: 90px;
	height: auto;
}

.callout-link-box {
	margin: 20px 0;
}

/*
**
*/

.callout .date {
	font-size: 0.714285714em; /* 10/14 */
	color: #474747;
}

.home .callout .date {
	display: block;
	font-size: 0.857142857em;
	text-align: left;
}

.callout h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.214285714em; /* 17/14 */
	font-weight: normal;
	color: #3F7383;
}

.callout p {
	margin: 0;
}

.callout .more {
	display: inline-block;
	margin: 10px 0 0 0;
	font-size: 0.714285714em; /* 10/14 */
	color: #96351C;
	text-transform: uppercase;
}

.callout-link-box ul {
	list-style-type: none;
	padding-left: 0;
}

.callout-link-box ul li {
	margin-top: 20px;
}

.callout-link-box ul li:first-child {
	margin-top: 0;
}


.callout-link-box ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.214285714em; /* 17/14 */
	font-weight: normal;
	color: #3F7383;
}

/*
**
*/

.teaser {
	position: relative;
	padding-left: 202px;
	margin: 0px 0 20px;
	min-height: 202px;
}

.teaser img {
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: auto;
}

/*
**
*/

.explore-the-map {
	padding: 280px 0 20px;
	background: #5f8b98 url(../_images/bkg_map_callout_home.png) center top no-repeat;
}

.explore-the-map a {
	margin: 0px auto;
}

/*
**
*/

.historical-highlights {
}

/*
**
*/

.from-the-blog {
}

.home .from-the-blog {
	margin: 0;
	padding: 0;
	background: white;
}

.blog-blurb {
}

/*
* Empty classes for home page *
*/
.most-recommended {
}
.featured-records {
}

.recommended-item {
	position: relative;
	display: block;
	padding-left: 122px;
	padding-right: 20px;
	margin: 15px 0;
	height: 110px;
	max-height: 110px;
	overflow: hidden;
	background: #DCEECD;
}

.recommended-item .hole {
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	height: 110px;
	line-height: 110px;
	text-align: center;
	font-size: 0;
	background: #EBEBEB;
}

.recommended-item .hole img {
	vertical-align: middle;
}

.recommended-item h3 {
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
	height: 110px;
	width: 133px;
	font-size: 0.857142857em;
}

/*
**
*/

.about-the-ohh {
	padding: 20px;
	background: #F0F0Db;
	font-size: 0.857142857em; /* 12/14 */
}

.about-the-ohh h2 {
	margin-bottom: 10px;
	font-size: 1em; /* 14/14 */
	text-transform: uppercase;
}

/* feature blog post callouts */
.callout-featured-blog .callout-image-box h3 {
    line-height: 20px;
}