/* ---BODY(首页背景在HTML中定义)--- */
body {
	padding:0px;
	margin: 0px;
	font-size:12px;
	line-height:135%;
}
a {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:none;
	color:#f60;
}
/* ---顶部LOGO和导航--- */
#topbar{
	width:960px; height:50px;
	background:url(images/logo_top.gif) no-repeat;
	margin:0px auto; 
}
#navbar{
	height:50px; width:700px;
	float:right;
}

#navbar ul {
	margin:0px;
	float:right;
}

#navbar li {
	display: inline;
	list-style: none;
}
#navbar a{
	display:block;
	float: left;
	font-size: 12px;
	padding: 15px;
	margin:0px 1px;
	text-decoration: none;
	height:20px;
	background:url(images/bg_nav.gif); 
	font-weight:bold;
	color:#fff;
	font-family:"微软雅黑", "黑体";
	font-size:14px;
}
#navbar .current_item {
	background:url(images/bg_nav_hover.gif);
}
#navbar a:hover{
	background:url(images/bg_nav_hover.gif);
	text-decoration:none;
	color:#F60;
}
/* ---顶部登录条--- */
#loginbar{
	width:950px;
	text-align:right;
	padding-top:8px;
	height:27px;
	margin:0px auto; 
}

#loginbar input{
	border:#999 1px solid;
	background:#f3f0e9;
	height:16px;
	font-size:12px;
	line-height:120%;
	padding:0px;
}

#loginbtn{
	height:18px;
}

#visual{
	height:325px;
	width:960px;
	margin:0px auto; 
}
/* ---首页>内容区--- */
#indexwrap{
	height:275px;
	width:960px;
	margin:0px auto; 
}

#indexwrap #content{
	width:600px;
	float:left;
}
#indexwrap td{
	line-height:165%;
}
/* ---首页>SideBar--- */
#indexwrap #sidebar{
	background:url(images/index_sd.gif) no-repeat;
	padding-left:100px;
	width:260px; height:225px;
	float:left;
	line-height:165%;
}
#indexwrap #sidebar h1 {
	font-size:12px;
	font-weight:bold;
	color:#000;
	margin:0px;
}

/* ---首页>底部3个列表--- */
#indexbottom {
	height:230px; width:960px;
	margin:0px auto; 
	color:#ececec;
	line-height:165%;
}
#indexnews{
	width:280px;
	float:left;
	padding:0px 10px;
}
#indexnews h1 {
	margin:0px;
}
#indexnews h1 a {
	font-size:12px;
	font-weight:bold;
	color:#f7f6f2;
}
#indexnews h1 a:hover {
	color:#f60;
}
#indexcom{
	width:350px;
	float:left;
	padding:0px 5px 70px 5px;
	background:url(images/index_com.gif) bottom no-repeat;
}
#indexcontact{
	width:250px;
	float:left;
	padding:0px 25px 60px 25px;
	background:url(images/logo_bottom.gif) bottom no-repeat;
}
#indexbottom img {
	display:block;
	padding:10px 0px 5px 0px;
}
/* ---底部>版权信息--- */
#copyright {
	height:30px; width:960px;
	margin:0px auto; 
	padding-top:5px;
	text-align:center;
	color:#fff;
}
/* ---底部--- */
#bottomwrapper{
	width:100%;
	background:url(images/bg_bottom.gif);
}
#bottom {
	width:960px;
	margin:0px auto; 
	padding-top:100px;
	height:35px;
	background:url(images/logo_bottom.gif) right no-repeat;
}
/* ---栏目Banner--- */
#cat_visual {
	width:960px; height:180px;
	margin:0px auto;
}
/* ---分隔线--- */
.separator {
	width:100%;
	height:3px;
	margin:15px auto;
	background:url(images/separator_s.gif);
	overflow:hidden;
}
.separator_s {
	width:220px;
	height:5px;
	background:url(images/separator_s.gif) no-repeat center;
}
/* ---当前栏目的二级菜单--- */
#cur_cat_nav {
	margin:5px 0px;
	padding:0px;
}
#cur_cat_nav li {
	list-style:none;
	margin:0px;
}
#cur_cat_nav li a {
	display:block;
	height:25px;
	width:190px;
	padding-left:30px;
	background:url(images/separator_s.gif) bottom no-repeat;
	text-decoration:none;
	font-size:15px;
	font-weight:200px;
	color:#666;
	line-height:150%;
	font-family:"微软雅黑", "黑体";
}
#cur_cat_nav li a:hover {
	color:#f60;
}
/* ---边栏主菜单--- */
#v_nav {
	margin:0px; padding:0px;
}
#v_nav li {
	list-style:none;
	margin:0px;
}
#v_nav li a {
	display:block;
	height:22px;
	width:190px;
	padding:8px  0px 0px 30px;
	background:url(images/v_nav_bg.gif) center no-repeat;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	font-family:"微软雅黑", "黑体";
}
#v_nav li a:hover {
	background:url(images/v_nav_bg_hover.gif) center no-repeat;
}
/* ---边栏主菜单--- */
#input_search{
	border:none;
	background:url(images/bg_search.gif);
	width:195px; height:22px;
	padding:6px 0px 0px 5px; margin:10px;
	
}
#btn_search{
	border:none;
	background:url(images/btn_search.gif);
	width:60px; height:30px;
	float:right;
	cursor:pointer;
}
/* ---内容区--- */
#wrapper {
	width:960px;
	margin:0px auto; 
}
#contenter {
	width:700px;
	padding:0px 10px;
	float:left;
}
#wrapper #sidebar {
	width:220px;
	float:left;
	padding:0px 10px 0px 10px;
}
#contenter h1 a{
	color:#F60;
	font-size:18px;
	font-weight:bold;
	line-height:150%;
}
/* ---文章列表中的文章属性--- */
.labeler {
	width:688px;
	border:#ccc 1px solid;
	padding:5px;
	margin:10px 0px;
}
.dateleft {
	width: 330px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.dateright {
	width: 330px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.labeler span {
	padding:0px 0px 0px 20px;
	line-height:150%;
}
.ldatecreated{
	background: url(images/icon_time.gif) no-repeat top left;
}
	
.lcomment {
	background: url(images/icon_comments.gif) no-repeat top left;
}	
.lreadtimes {
	background: url(images/icon_read.gif) no-repeat top left;
}
	
.ltags {
	background: url(images/icon_tags.gif) no-repeat top left;
}
	
.lcategory{
	background: url(images/icon_category.gif) no-repeat top left;
}
.lurl{
	background: url(images/icon_url.gif) no-repeat top left;
	word-break: break-all;
}
#lprev{
	background: url(images/icon_prev.gif) no-repeat top left;
	padding: 0px 0px 0px 25px;
}
#lnext{
	background: url(images/icon_next.gif) no-repeat top left;
	padding: 0px 0px 0px 25px;
}
/* ---随机、相关文章列表--- */
#contenter .rlist h1{
	margin:0px;
}
#contenter .rlist h1 a {
	font-size:12px;
	font-weight:bold;
	color:#000;
}
#contenter .rlist h1 a:hover{
	color:#f60;
}
/*搜索*/
#TB_Keywords{
	border:none;
	background:url(images/bg_search.gif);
	width:195px; height:22px;
	padding:6px 0px 0px 5px; margin:10px;
	
}
#BT_Search{
	border:none;
	background:url(images/btn_search.gif);
	width:60px; height:30px;
	float:right;
}