/*-相关列表样式-*/
.about{margin:5px;}
.about img
{
	width:20px;
	height:20px;
	margin-right:3px;
}
.about a
{
	display:block; 
	width:180px; 
	margin-top:5px;
	line-height:1.5em;
}
/*-留言时未登陆的提示信息-*/
.coment_tip
{
	margin:5px;
	padding:10px;
}

h3.subTitle
{
	margin-top:25px;
	font:bold 13px "宋体";
}
/*-留言内容模块-*/
.commentContent, .commentLine
{
	margin:5px 0;
}
.commentLine
{
	height:25px;
	margin-top:20px;
	line-height:25px;
	padding-left:10px;
}
.identity{margin-left:5px;}

/*sub about*/
#content #left_con
{
	width:250px;
}

#content #right_con
{
	width:710px;
}

.show_hidden
{
	margin-bottom:10px;
	display:block;
	height:20px;
	width:95%;
	line-height:20px;
	text-decoration:none;
}

.page_footer{text-align:center;}

.totalPage, .homepage a, .nextpage a, .lastpage a, .prepage a, .pageNum a, .crtPage a  
{
	padding:3px;
	margin:2px;
	text-decoration:none;
}
/* == articleSummary 模块 ==*/
.articleSummary
{
	padding-bottom:10px;
	margin:5px 0 15px 0;
}

.article_top
{
	text-align:center;
	margin:10px;
	padding-bottom:10px;
}

h3.articleTitle
{
	margin-bottom:5px;
	font-size:14px;
}
articleKind{}

#articleContent
{
	margin:10px 0;
	line-height:1.2em;
	text-indent:2em;
}
.article_comment
{
	margin-right:10px;
}
 
/* == END articleSummary 模块 ==*/


.show_hidden img
{
	padding:0 5px;
}

.work_list, .work_all, .work_category
{
	height:20px;
	margin-bottom:5px;
	padding-left:20px;
}
.work_list{background:url(../images/directory.gif) no-repeat;}
.work_all{background:url(../images/all.gif) no-repeat;}
.work_category{background:url(../images/category.gif) no-repeat;}

h3.work_top
{
	margin:0;
	padding:2px;
	margin-bottom:20px;
	font:bold 13px "宋体";
}



/*-留言内容模块回复 删除标签的样式-*/
.commentContent, .commentLine
{
	margin:5px 0;
}
.commentLine
{
	height:25px;
	margin-top:20px;
	line-height:25px;
	padding-left:10px;
}
.resComment, .delComment
{	
	float:right;
	margin-right:5px;
	padding-left:20px;
	background:url(../images/respond.gif) no-repeat left center;
}
.delComment{background:url(../images/ico_del.gif) no-repeat left center;}

/*-END 留言内容模块-*/

	/*-签写新文章标签-*/
	#newArticle
	{
		float:right;
		width:100px;  
		text-align:right;
	}
	#newArticle a
	{
		 color:#f90; 
		 font:bold 13px "宋体";
		 display:block;
		 height:30px;
		 line-height:30px;
	}
	#newArticle a:hover{color:#f60; text-decoration:none;}
/*-顶按钮的样式-*/	
.support
	{
		float:left;
		display:block;
		margin:-10px 0px 0 5px;
		width:46px;
		height:54px;
		background: url(../images/ding.gif) no-repeat left top;
		text-decoration:none;
	}
	.supportNum
	{
		display:block;
		margin:13px 0 0 2px;
		width:40px;
		text-align:center;
		font:bold 16px Arial, Helvetica, sans-serif;
		color:#333;
	}
	.up
	{
		display:block;
		margin:8px 0 0 3px;
		font-size:12px;
		color:#f70;
	}
	.support:hover .up{color:#F00;}
	.support:hover .supportNum{text-decoration:underline;}
/*-	End 顶按钮的样式-*/