.article {	
	line-height: 140%;
	transition: all .25s ease;
	padding: 12px 15px 12px 15px;
	cursor: pointer;
	border-radius: 5px; 
	display: block;
	position: relative; 
	background: #fff;
	margin-bottom: 10px; 
	border: 2px solid transparent;
	}	

.article:hover {
	text-decoration: none;
	background: #e6fadd; 
	border: 2px solid #fff;
}	

.article i {
	transition: all .25s ease .25s;
	padding-left: 15px; 
	opacity: 0;
	}
	
.article:hover i {
	opacity: 1;
	padding-left: 5px; 
	}
		
	
.article .dateline {
	text-transform: uppercase; 
	text-align: right; 
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .5px; 
	color: rgb(66, 139, 202);
	padding-bottom: 4px; 
	margin-bottom: 9px;
	border-bottom: 1px dotted #ccc;
	transition: all .25s ease;
}	

.article .dateline .date, .article .dateline .location {
	width: calc(50%); 
	display: inline-block; 
	text-align: left; 
}

.article .dateline .date {
	text-align: right; 
	margin-left: -5px;
}

.article:hover .dateline {
	color: rgb(00, 66, 133);
	border-bottom: 1px dotted #999;
}
	
#mainContent .article .image img {
	width: 100%; 
	border: 1px solid #fff !important;
	margin: 10px 0 10px 0; 
	margin-bottom: 10px;
	border-radius: 3px; 
    -webkit-box-shadow: 0 0px 6px rgba(0,0,0,0);
    box-shadow: 0 0px 6px rgba(0,0,0,.0);
}	
	
.article .headline {
	color: #e59f42;
	font-size: 16px;
	line-height: 135%;
}

.article:hover .headline {
	color: #cc6600;
}

.article .brief {
	font-size: 13px; 
	margin-top: 10px;
	color: #666;
}

.no_brief .article .brief {
	display: none;
	}

.article .social_bar  {
	clear: both; 
	height: 0; 
	overflow: hidden;
	transition: all .5s ease .25s;
	text-align: left 
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative; 

}

.article:hover .social_bar  {
	height: 30px; 
}


.article .social_bar span {
	padding: 13px 0px 12px 0px;
	font-size: 13px;
	display: block;
	font-weight: bold;
	text-decoration: underline !important;
}

@media screen and (min-width: 900px) {
		
#mainContent .article .image img {
	width: 50%;
	max-width: 300px;
	display: block;
	float: right; 
	margin-left: 10px;
}

}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
