.home .widget a {
color:#000;
}
.home .widget a:hover,
.home .widget a:focus  {
text-decoration:none;
color: #d6a466;
}
.home .widget img {
margin-bottom:15px;
}

#homepage-stories-left {
clear:both;
margin-right:20px;
}
.homepage-stories {
float:left;
width:48%;
margin-top:20px;
}
.homepage-stories .post {
border-top:1px solid #dadbdb;
padding:15px 18px 10px;
}
.homepage-stories .post img {
margin:5px 0;
}
.homepage-stories h3 {
padding:5px 0 4px;
font-size:1.8em;
font-weight:400;
font-family:"abril-text", Georgia, "Times New Roman", Times, serif;
line-height:1.42;
}
.homepage-stories h3.below_img {
padding:4px 0 0;
}
#all-pubs {
border-top:dotted 1px #6d6d6d;	
padding-top:20px;
padding-bottom:1px;
clear:both;
color:#3a3a3a;
display:block;
text-align:right;
text-transform:uppercase;
font-size:1.4em;
font-weight:500;
letter-spacing:0.1em;
}
#all-pubs:hover,
#all-pubs:focus {
color:#d6a466;
}

@media (max-width: 640px){	
	.homepage-stories {
		margin:0;
		float:none;
		width:100%;
	}
	.homepage-stories .post img {
		margin: 5px 0 15px;
		display: block;
		float: none;
	}
	.homepage-stories .post {
		padding:20px 0;
	}
}