@charset "utf-8";
/* css for people template */

.single-people .two-thirds {
	float: left;
	margin-left: 0;
	padding-right: 4rem;
}

.single-people .two-thirds h4 {
	margin-bottom: 3rem;
}

.single-people .one-third img {
	border: 3px solid #c4820e;	
	margin: 0 auto;
}
.single-people .contact-box {
	background: #f6f4f1; 
	padding: 4rem;
}

.single-people .contact-box p {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.single-people .pubs {
	margin-left: 0;
} 

.single-people .pubs li {
	list-style-type: circle;
	margin: 1rem 0 2rem 2rem;
}

/* archive page */

.post-type-archive-people .linksbox {
	display: block;
	border: 1px dotted #46525E;
	padding: 10px 30px 20px;
	padding: 1rem 3rem 2rem;
}
.post-type-archive-people .linksbox ul {
	display: inline-block;	
}
.post-type-archive-people .linksbox li {
	list-style-type: circle;
 	float: left;
	margin: 5px 15px; 
}

.post-type-archive-people .people-header {
	margin-bottom: 3px; 
	padding: 40px 0 0 0;
}

.post-type-archive-people p {
	margin-bottom: 10px;	
}

.post-type-archive-people .widget-wrap img,
.post-type-archive-people .widget-wrap img:hover {
	border: none;
}

