.single .post{
	padding-left:150px;
	position:relative;
	margin-bottom:60px;
	min-height:150px
}
.single .post-title{
	margin:0 0 20px 0
}
.single .post-image{
	margin:0 0 15px
}
.single .post-meta{
	width:120px;
	text-align:right;
	font-size:85%;
	line-height:90%;
	position:absolute;
	left:0;
	top:0
}
.single .post-meta span{
	display:block;
	margin:0 0 5px
}
.single .post-meta em{
	font-size:90%
}
.single .post-meta .post-date{
	margin-bottom:1em
}
.single .post-meta .post-comment{
	font-size:110%
}
.single .post-meta .post-author-name{
	margin-bottom:12px;
	display:inline-block
}
@media(max-width:1200px){
	.single .post-meta{
		width:120px!important
	}
	
	.single .post-tag{
		text-align:right!important
	}
}
@media(max-width:680px){
	.single .post{
		padding-left:0!important;
		width:100%!important;
		max-width:100%!important
	}
	.single .post-meta{
		width:100%!important;
		text-align:left;
		position:static;
		margin-bottom:20px
	}
	.single .post-meta span{
		display:inline;
		margin:0 5px 0 0
	}
}