/*
Theme Name: Mount Anville HC
Theme URI: http://www.proximatesolutions.com/
Author: Proximate Solutions
Author URI: http://www.proximatesolutions.com/
*/

.body-text {
	color: #25253D;
    font: 12px/20px 'Open Sans',Arial,sans-serif;
	text-decoration:none;
	font-weight:normal;
}
.body-text a {
	color: #FFAEC9;
    font: 12px/20px 'Open Sans',Arial,sans-serif;
	text-decoration:none;
	font-weight:normal;
}
.body-text a:hover {
	color: #25253D;
	text-decoration:none;
}
.body-text ul {
	list-style:square !important;
	margin-left:25px !important;
}
.body-text ul li {
	color: #25253D;
    font: 12px/20px 'Open Sans',Arial,sans-serif;
	text-decoration:none;
	font-weight:normal;
}
.body-text ul li a {
	color: #FFAEC9;
    font: 12px/20px 'Open Sans',Arial,sans-serif;
	text-decoration:none;
	font-weight:normal;
}
.body-text ul li a:hover {
	color: #25253D;
	text-decoration:none;
}
.clear2 {
	clear:both;
}
.featured_image {
	margin-bottom:15px;
}
.gallery_images img {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:#25253D 5px solid;
}
.gallery_images img:hover {
	border:#FFAEC9 5px solid;
}

.gallery_images2 img {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:#fff 1px solid;
}
.gallery_images2 img:hover {
	border:#FFAEC9 1px solid;
}


