.blogEntry {
	display: block;
	font: 14px arial;
	color: #5E5E5E;
	width: 960px;
	border-bottom: 1px solid #343334;
	position: relative;
	margin-bottom: 26px;
}
.blogEntry h6{
	font-size: 14px;
	font-style: italic;
	margin-bottom: 8px;
	display: block;
}
.blogEntry img {
	width: 365px;
	height: 205px;
	margin-bottom: 24px;
}
.blogTexts {
	width: 554px;
	float: right;
}
.blogEntry h5 {
	font: 22px arial;
	color: #343333;
	margin-bottom: 8px;
}

.blogEntry span {
	color: #9E9E9E;
}

.blogEntry p {
	margin-top: 20px;
	margin-bottom: 24px;
	color: #5E5E5E;
	line-height: 22px;
}

.hoverUnderline{
	text-decoration: underline;
}

#blogBtnOlder {
	left: 350px;
}
#blogBtnNewer {
	right: 350px;
}
#blogLatestEntriesLead{
	font: 14px Georgia;
	color:#343333;
	font-style: italic;
	padding-top: 40px;
	padding-bottom: 3px;
	border-bottom: 1px solid #343333;
	line-height: 20px;
	display: inline-block;
	margin-bottom: 20px;
}
#blogButtons{
	padding-top: 20px;
}
#blogContent{
	margin-bottom: 50px;
}
.entryClear {
	clear: both;
}

.fbCount{
	margin-left: 37px;
	padding-left: 20px;
	background: url('/img/homepage/svgs/comments.svg') no-repeat;
	background-position: 0px 2px;
	display: none;
}

@media only screen and (max-width: 1023px){

.blogEntry{
	width: 720px;
	height: 230px;
	overflow: hidden;
}
.blogEntry img {
	width: 358px;
	height: 205px;
}
.blogTexts{
	width: 340px;
}

.blogEntry p {
	margin-top: 7px;
}

#blogBtnOlder {
	left: 230px;
}
#blogBtnNewer {
	right: 220px;
}

}

@media only screen and (max-width: 757px) {

.blogEntry{
	width: 450px;
	height: auto;
}
.blogEntry img {
	width: 450px;
	height: 253px;
}
.blogTexts{
	width: 450px;
	float: none;
	text-align: left;
}

.blogEntry p {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
#blogLatestEntriesLead{
	padding-top: 0px;
}

#blogBtnOlder {
	left: 70px;
}
#blogBtnNewer {
	right: 80px;
}


}

@media only screen and (max-width: 479px) {
.blogEntry{
	width: 300px;
	height: auto;
}
.blogEntry img {
	width: 300px;
	height: 169px;
}
.blogTexts{
	width: 300px;
	float: none;
	text-align: left;
}

.blogEntry p {
	margin-top: 20px;
	margin-bottom: 0px;
}
#blogLatestEntriesLead{
	padding-top: 0px;
}

#blogBtnOlder {
	left: 0px;
}
#blogBtnNewer {
	right: 0px;
}
}
