#tumblelog .img_project{
    margin-bottom: 0px;
}

#tumblelog .img_project img{
    max-width: 267px;
    height: 150px;
}

#tumblelog .post-tip{
    width: 100.5%;
}

.kmt_viewcount{
    width: 245px;
    padding: 10px 5px;
    border-bottom: 1px dotted #555555;
    display: inline-block;
    margin-left: 5px;
}

.kmt_viewcount span{
	display:inline-block;
	float:left;
	color:#9d9d9d;
	font-size:12px;
	height:15px;
	line-height:15px;
}

.kmt_viewcount span:nth-child(1){
	text-align:left;
	width:175px;
	background:url(../img/icon_eye.png) no-repeat left center;
	padding-left:20px;
}

.kmt_viewcount span:nth-child(2){
	text-align:right;
	width:30px;
	background:url(../img/icon_view.png) no-repeat left center;
	padding-left:20px;
}

.wrap_content_mansory{
    width: 257px;
    padding: 5px;
}

.wrap_content_mansory h2{
	margin-bottom:5px;
	line-height:20px;
}

.wrap_content_mansory h2 a{
	color:#ff5e3c;
	font-size:13px;
	font-weight:100;
}

.wrap_content_mansory h2 a:hover{
	color:#fff;
}

.wrap_content_mansory div{
    font-size: 13px;
    color: #919191;
    text-align: justify;
    font-family: "UTM_Helve";
}

.kmt_read_more{
    clear: both;
    margin: 20px 0px 10px 0px;
}

.kmt_read_more a{
    padding: 5px 10px;
    border: 1px solid #555555;
    border-radius: 3px;
    color: #ff5e3c;
}

.kmt_read_more a:hover{
    color: #fff;
}

/* Tumblelog example */

#tumblelog {
  padding: 1.0em;
  width:834px;
}

#tumblelog .story {
  float: left;
  margin: 5px 3px 5px 5px;
  background: #333333;
  border: 1px solid #555555;
}

#tumblelog h1, #tumblelog h2, #tumblelog h3 { font-weight: bold;}

#tumblelog .col1 { width: 267px;}
#tumblelog .col2 { width: 460px;}
#tumblelog .col3 { width: 700px;}

#tumblelog .col1 img,
#tumblelog .col2 img,
#tumblelog .col3 img {
  max-width: none;
}


