body {
    color: #6D6D6D;
	
	
}
pre, code {
    font-family: 'DejaVu Sans Mono',Menlo,Consolas,monospace;
}
/* =========================================================
******************Blog v1 Page******************************
============================================================ */

.more-link {
	display:inline-block;
}
.more-link .more-link-icon {
	background:url(images/icons/button-link-icon.png) no-repeat center center;
	display:inline-block;
	width:29px;
	height:30px;
	border-right:1px solid #8a9cc2;
	background-color:#133783;
	float:left;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
	position:relative;
	z-index:0;
}
.more-link .more-link-text {
	display:inline-block;
	line-height:30px;
	height:30px;
	background-color:#5c74a9;
	float:right;
	position:relative;
	z-index:0;
	padding:0 10px;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
}
.more-link:hover .more-link-icon {
	border-right:1px solid #2c52a2;
}
.more-link:hover .more-link-text {
	background-color:#133783;
}
.element .des {
	color:#373737;
}
.pf-page .element {
	border:5px solid #fff;
	padding:0;
}
