
/* Main div */
#module_area {
	width: 100%;
}

/* News */

.news-post {
	margin-bottom: 20px;
	padding: 15px 10px 40px 15px;
	border-bottom: 1px solid #DDDDDD;
}
.news-post-title {
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
  	font-size: 22px;
  	font-weight: bold;
	color: #000000;
}
.news-post-meta {	
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
  	font-weight: normal;
	color: #999;
}
.news-post-text {	
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
  	font-weight: normal;
  	line-height: 20px;
	color: #000000;
}
.news-read-more {	
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
  	font-weight: normal;
  	line-height: 20px;
	color: #000000;
}
.news-read-all {	
	margin-top: -18px;
}
.news-read-all a {	
	padding: 15px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
  	font-weight: normal;
  	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
