@CHARSET "UTF-8";

.read-more-link-blog {
	background-color: black;
	border-radius: 4px;
	color: white !important;
	left: 560px;
	padding: 3px;
	position: relative;
	text-decoration: none;
	top: -60px;
}

.blog-entry {
	background-color: #FAFAFA;
	border: 1px solid gray;
	border-radius: 5px;
	padding: 7px 7px 19px 7px;
	width: 640px;
	margin-bottom: 30px;
}

.blog-date {
	border: 1px solid #000;
	max-width: 175px;
	text-align: center;
	color: #FFF;
	background-color: #000;
	border-radius: 6px;
	position: relative;
	top: -41px;
	left: 20px;
}

.blog-entry-title {
	text-decoration: none;
	border: 1px solid #000;
	border-radius: 6px;
	padding: 5px;
	color: #FFF !important;
	background-color: #000;
	position: relative;
	top: -35px;
}

.h2-blog-entry {
	margin-bottom: -10px;
}

.blog-entry-content {
	padding-top: 3px;
	padding-bottom: 9px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

