/*
	Theme Name: LanBran X Renew
	Description: X Child theme for Seed Global Health (Renew Stack)
	Theme URI: http://www.landersbrannon.com/snapsites/
	Author: Landers Brannon Digital Design and Strategy
	Author URI: http://www.landersbrannon.com/
	Version: 1.4.0
	Template: x

*/

@import url( '../x/framework/css/site/stacks/renew.css' );

/* Main Navigation
--------------------------------------------- */

.x-navbar .x-nav > li > a {
	letter-spacing: 0.04em;
}


/* Footer
--------------------------------------------- */
.x-colophon.top {
    background-color: #f9f9f9;
    padding: 0px 0 0px;
}

/* Resource Library
--------------------------------------------- */
.entry-featured.resource-library {
    background-color: #fff;
    border: 2px solid #e5e5e5;
	width: 140px;
	display: block;
	clear: both;
    margin-top: 10px;
	margin-right: 10px;
	float: left;
    padding: 6px;
    position: relative;
}

.entry-wrap {
    background-color: rgba(255, 255, 255, 0.7);
	border: 4px solid #eeeeee;
	padding: 20px;
}

.hentry {
    margin-top: 20px;
}

.entry-content.excerpt {
    margin-bottom: 0;
	margin-top: 10px !important;
}

/* General
--------------------------------------------- */

p:last-child {
	margin-bottom: 0;
}