@import url('post-style.css');
@import url('comment.css');


/*=======================*\
	page-post
\*=======================*/
.page-header h2 { }

.post-block div.post-comment-stats a.btn-reply, .post-block div.post-comment-stats a.btn-modify, .post-block div.post-comment-stats a.btn-list, .post-block div.post-comment-stats div.stats { }

/* content width */
#container #main #content .content .post_cnt { }


/* subpage common */
.post-block div.post-comment-stats {display: inline-block; width: 100%; *zoom: 1; }
.post-block div.post-comment-stats div.stats { display: inline-block; }
.post-block div.post-comment-stats div.stats span.comments { display: inline-block; }
.post-block div.post-comment-stats div.stats span.number { display: inline-block; }
.post-block div.post-comment-stats div.post-actions { display: inline-block; float: right; }


@media screen and (max-width: 600px) { 
	.post-block div.post-comment-stats a.btn-modify { display: none; } 
}


	