body {
/*
background-image: url(/assets/images/backgrounds/no-fly-posting-by-leo-reynolds.jpg);
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
*/
}

/* grid */
.row {
	margin: 0 auto;
	position: relative;
	}

.sub-section {
	float: left;
	width: 470px;
	padding: 0;
	margin: 0;
	position: relative;
	}

.column {
	width: 301px; /* 301px */
	min-height: 307px;
	padding: 10px;
	margin: 5px;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.15);
	border-radius: 7px;
	float: left;
	position: relative;
	}

.column.no-border {
	border-color: transparent;
	}

.column.no-styles, 
.column.spacer {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
	border-radius: 0;
	width: auto;
	min-height: 150px;
	height: auto;
	}

.column-content {
	width: auto;
	margin: 0;
	padding: 5px;
	}

.span2 {
	width: 635px;
	} 

.span3 {
	width: 970px;
	}
	
.span-half {
	width: 413px;
	}




.column.sidebar {
	width: 413px;
	}

.home-summary {
	font-family: 'runda', helvetica, arial, sans-serif;
	font-size: 52px;
	font-weight: 300; 
	line-height: 1.15em;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	color: #999;
	border-bottom: 1px solid #ccc;
	}

	
.post {
	background-color: /*  rgba(139,188,88,0.9) */
	height: auto;
	min-height: 145px;
	}

.post h1 {
	display: inline-block;
	margin-right: 135px;
	font-size: 26px;
	}

.post h1, 
.post h1 a {
	margin-top: 0;
	color: #8bbc58;
	}

.post-image {
display: block;
position: absolute;
right: 25px;
top: 25px;
width: 100px;
height: 100px;
overflow: hidden;
border: 1px solid rgba(0,0,0,0.25);
border-radius: 150px;
box-shadow: 1px 1px 15px rgba(0,0,0,0.5);
}

.post-image img {
width: auto;
height: 150%;
}

.post-info {
font-size: 14px;
color: #999;
}

.post-info a {
color: #666666;
}
