/* Enter Your Custom CSS Here */
/*news page*/
.post  {
	border-bottom: 1px solid #3c98c7;
  	margin-bottom:70px;
	}
body.home .entry-title a {
	font-size:16px;
  	text-transform:uppercase;
  	font-family:'Open Sans', Arial;
  	border-bottom: 1px solid #000000;
	}
body.home .entry-title a:hover {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
  	border-bottom: 1px solid #3c98c7;
}

#content .entry-title {
  	font-size:20px;
  	text-transform:uppercase;
  	font-family: 'Open Sans', Arial;
}

.l-year {
	margin-right:12px;
  	background:#9dcbe3; 
  	text-decoration:none !important;
  	font-weight:bold;
  	padding:2px 4px;
}
