
/*Posts*/
.posts .dl-horizontal { 
	margin-bottom:0;
	padding:1px;
	background:#fdfdfd;
	border-right:solid 2px #eee;
}
.posts .dl-horizontal:hover { 
	border-right:solid 2px #72c02c;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.posts .dl-horizontal dt { 
	width:156px; 
	float:left;
}
.posts .dl-horizontal dt img { 
	width:150px; 
	height:150px; 
	border:solid 3px #eee;
}
.posts .dl-horizontal dd { 
	margin-left:66px;
}
.posts .dl-horizontal dd p { 
	margin:0;
}
.posts .dl-horizontal a {
	line-height:14px !important;
}

.posts .dl-horizontal dd h5 { 
	font-size:15px;
    text-align:center;
    margin-top:50px;
}

.posts .headline h1 { 
	
    text-align:center;
    
}

.span8 .headline h1 { 
	
    text-align:center;
    
}


.posts .dl-horizontal a:hover { 
	color:#72c02c; 
	text-decoration:none;
}
.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a { 
	color:#72c02c;
	border-color:#72c02c !important;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
