
/** blog
==================== **/

	.blog .blog-entry .desc { padding-top: 15px; }

	.blog .blog-entry .desc .title {
		font-size: 16px;
		font-weight: 600;
	}

	.blog .blog-entry .desc .title a {
		border-bottom: 2px solid transparent;

		-webkit-transition: all 0.3s ease;
				transition: all 0.3s ease;
	}

	.blog .blog-entry:hover .desc .title a { border-bottom: 2px solid #24ddaa; }

	/** single post */

	.single-post-header,
	.single-post-media { margin-bottom: 100px; }

	.single-post-header .title {
		font-weight: 700;
		line-height: 52px;
		margin-bottom: 15px;
	}

	.single-post-content * { margin-bottom: 25px; }
	.single-post-content *:last-child { margin-bottom: 0; }

	.single-post-content .post-tags {
		list-style: none;
		margin-top: 100px;
		padding-left: 50px;
		position: relative;
	}

	.single-post-content .post-tags::before {
		content: '';
		width: 25px;
		height: 2px;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -1px;
		background: #ffffff;
	}

	.single-post-content .post-tags li {
		display: inline-block;
		margin: 0 15px 0 0;
	}

	/** metas */

	.metas span {
		display: inline-block;
		margin-right: 15px;
		font-family: 'Inconsolata';
		font-size: 14px;
		color: #999999;
		position: relative;
	}

	.metas span:last-child { margin-right: 0; }
