/**********************************************
*** 绿野定制修改 ********************************
**********************************************/
	/* Footer */
	#ft { border-top: none; }
	/* Header */
	#hdbig { background: none; }
	#hd .wp { padding: 0; }
		#hd h2 { padding-bottom: 0; }
        #hd .wp .hdc { min-height: 100px; }
        #nv { overflow: visible; }
	/* bw0 bg color */
	.bw0 {
		background: #FFF;
	}
	/* 快捷菜单图标 */
	#qmenu { margin-right: 10px; }
	/* 导航栏内搜索框 */
	#nv #scbar { margin-top: 10px; }
        #nv #scbar .scbar_btn_td { padding-left: 2px; }
            #nv #scbar #scbar_btn { border: 1px solid #fff; }
	/* 社交图标_导航栏内 */
	#nv .social {
		float: right;
		margin: 7px 1em 0;
	}
		#nv .social li {
			height: auto;
			margin: 0 5px;
			padding: 2px;
			font-size: 2em;
			background: none;
			position: relative;
		}
		#nv .social li:hover { background: none; }
			#nv .social li img {
				display: none;
				width: 128px;
			}
			#nv .social li:hover img {
				display: block;
				position: absolute;
				z-index: 1000;
				top: 1em;
				right: 1em;
			}
	/* 首页大板块上下间距调整 */
	/*.lewei_wp { margin-top: 0; }*/
	/* 右侧列表 */
	#le_wei_list10 { /* 公告列表 */
		height: 150px;
	}
	.lewei_one_side li a { width: 230px; }
	.lewei_one_side li em, .lewei_one_side li em a {
		max-width: 70px;
		font-size: 13px;
		color: #888;
	}
	/* 个人简介换行 */
	#bio { white-space: pre-wrap; }
	/* 日志换行 */
	#space #blog_article { white-space: pre-wrap; }

    /*********************************************
    *** 论坛样式 *********************************
    *********************************************/
    /* 论坛首页-统计 */
	#chart { margin-bottom: 10px; }
	/* 论坛首页-版块列表行高 */
	.fl_tb td { padding: 10px 0; }
    
    /* 主题列表顶部功能 */
	#pt .lewei_kz a, #pt .lewei_kz .pipe { display: inline-block; }
        a#a_post {
	        padding-left: 1.2em;
	        background: url("../addicn.gif") 0 50% no-repeat;
        }
	/* 主题列表 */
	.fl .bm_c { border-bottom: 1px solid #E4E4E4; }
	.lewei_rm .fl th, .lewei_rm .fl td { border-bottom: none; }
	.lewei_rm .tl th, .lewei_rm .tl td {
		border-top: 1px solid #E4E4E4;
		border-bottom: none;
	}
		.tl tbody:first-child th, .tl tbody:first-child td { border-top: none; }
	.tl .bm_c { border-bottom: 1px solid #E4E4E4; }
	/* 主题树形列表 */
	/*
	tr.tree_row:hover {
		background-color: #F2F2F2;
	}
	*/
	.lewei_rm .tree_row th, .lewei_rm .tree_row td { border-top: none; }
		a.tree_root {
			background: url("../tree_root.gif") 0/1em no-repeat;
			padding-left: 1.1em;
		}
		a.tree_node {
			background: url("next.png") 0/1em no-repeat;
			padding-left: 1.1em;
		}
	/* 主题显示 */
	#tree_mode_switch {
		float: right;
		margin-top: 5px;
		padding: 0 1em;
		line-height: 26px;
		border: 1px solid #DADADA;
	}
		#tree_mode_switch:hover {
			border-color: #00AB99;
		}
	#postlist {
		border: 1px solid #DADADA;
		border-bottom: none;
	}
	/* 主题页回复树形列表 */
	table#viewthread_tree {
		border: 1px solid #DADADA;
		width: 100%;
	}
	tr.tree_row.trunk { border-bottom: 1px solid #4BBA81; }
	tr.tree_row.odd, tr.tree_row.trunk { background-color: #F2F2F2; }
	tr.tree_row.trunk th,tr.tree_row.trunk td {
		font-weight: bold;
		line-height: 2em;
	}
    /* 旧论坛签名 */
	#postlist fieldset {
		font-size: 0.85em;
		padding: 0 0.5em 0.5em;
		margin-top: 1.5em;
		color: #666;
	}
		#postlist fieldset legend { margin-left: 1em; position: relative; left: 80%; }