@charset "utf-8";

/* ==================
	BLOG CSS
================== */

.post-body { display:none; }

/* News */
#posts, #post {
	padding: 20px 0;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
#posts li {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:10px;
	margin:20px 0 10px 0;
}

#posts li time{
	color: #999999;
	font-size: 85%;
	padding: 0 10px;
}
#posts li .title{
	font-size: 123.1%;
	background-color: #F0F0F0;
	padding: 10px;
	background-image: url(../img/base/bg01.png);
	background-position: left top;
	background-repeat: repeat;
}

#posts li .summary {
	font-size: 93%;
	line-height: 1.4em;
	padding: 10px;
}

#posts li .cate {
	font-size: 85%;
	text-align: right;
	color: #999999;
}
#post time{
	color: #999999;
	font-size: 85%;
}

#post h3 {
	font-size: 154%;
	border-bottom: 1px solid #C00;
	padding: 10px 10px 10px 20px;
}

#post .summary {
	padding: 20px 10px;
	border-bottom: 1px solid #CCCCCC;
}

#post .cate {
	font-size: 85%;
	text-align: right;
	color: #999999;
}

#posts .list li {
	clear: both;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

#posts .list li .thumb {
	line-height: 1.4em;
	float: left;
	width: 140px;
	height: 140px;
	overflow-y: hidden;
	overflow-x: hidden;
}
#posts .list li .title {
	font-size: 123.1%;
	line-height: 1.4em;
	width: 520px;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
}

.pagination { text-align: center; }
.pagination .disabled {
	display:none;
}
.pagination .number,
.pagination .prev,
.pagination .next,
.pagination .current{
	padding:5px 8px;
	border:1px solid #e2e2e2;
	margin:0 2px;
}