/************************************************************************

1.)	Blog Archive

/************************************************************************/

.post-block{
	overflow: hidden;
	margin-bottom: 20px;
}

.post-block h2{
	font-size: 24px;
	padding-bottom: 3px;
}

.post-title a:link {color: #444444; text-decoration: none; font-weight: normal;}
.post-title a:visited {color: #444444; text-decoration: none;}
.post-title a:hover {color: #0084b4; text-decoration: none;}
.post-title a:active {color: #0084b4; text-decoration: none;}

.post-block .post-thumb{
	float: right;
	margin-left: 15px;
}

.post-block .post-thumb img{
	border-radius: 5px;
}

.post-block .post-info{
	font-size: 13px;
}