/**
  * CSS StyleSheet
  * @author : Timothy PEROU
  */

.blog-tags{
	position: relative;
	display: inline;
	float: left;	
	border-bottom: none;
	border-top: 1px solid #E1E1E1;
	margin-top: 5px;
	width: 100%;
}

.more-link .tags {
	margin-left:10px; 
	border-bottom: 1px solid #E1E1E1; 
}

.title-tags {
	font-size: 20px;
	padding: 0 !important;
	padding-top: 30px;
	color: #000000;
	clear: both;
    font-weight: normal;
    text-transform: none;
	letter-spacing: 0.4px;
    line-height: 1.4em;
    padding-bottom: 10px;
    position: relative;
	margin: 0;
}

.post-title a:hover {
	text-decoration: none;
}

.pointer {
	cursor: pointer;
}
