@charset "utf-8";
/* wodig group / Forum StyleSheet File
 * Version: 1.01
 * Author: catyou 水妖精
 * Created: 2008-03-28
 * Update: 2008-08-17
 * Copyright: wodig.com (www.wodig.com)
 */
 
@import url(base.css); 
@import url(layout.css);

/****** Crumb Styles ******/
#crumbBox{
height: 23px;
padding: 7px 0 0 10px;
}
	#crumbBox a, #crumbBox span{margin: 0 1px;}
	#crumbBox .slash-right{
	background: url("../images/ico_arrowRight.gif") no-repeat center center;
	padding: 3px 8px;
	/*cursor: pointer;*/
	}
	#crumbBox .slash-down{
	background: url("../images/ico_arrowDown.gif") no-repeat center center;
	padding: 3px 8px;
	cursor: pointer;
	}
	#crumbBox .slash-active{
	padding: 3px 8px;
	border: 1px solid #ccc;
	padding: 2px 7px;
	}
	
/* 列表*/
#groupBoard{}
.group{
border-bottom: 1px solid #ccc;
padding: 10px;
}
	.group .group_ico{
	float: left;
	padding-top:8px;
	margin-top:5px;
	}
	.group .group_content{
	margin-left: -85px;
	width: 100%;
	float: right;
	}
	.group .group_innerContent{	margin-left: 85px;}
	.group .group_content h3{
	margin-top:18px;
	font-size: 12px;
	font-weight: normal;
	}
	.group .group_content h3 a{
	font-weight: bold;
	/*color: #336739;*/
	}
	.group .group_content h3 a:hover{
	/*color: #41a3ea;*/
	}
	.group .group_content .group_desc{padding: 0 0 3px;}
	
/* 单元框样式 */
.mod{
	border: 1px solid #eaeaea;
	background: white;
}
#contentWrapper .mod{
	margin: 0 14px 10px 0;
}
	.mod .mHead{
	background: url("../images/pic001.gif") repeat-x left top;
	padding: 0 10px;
	height: 27px;
	border-bottom: 1px solid #eaeaea;
	}
	.mod .mHead img{vertical-align: text-bottom;}
	.mod .mTitle{
	margin-top: 5px;
	font-size: 12px;
	float: left;
	font-weight: bold;
	color: #333;
	}
	.mod .mOpt{
	float: right;
	margin-top: 3px;
	}
	.mod .mOpt div{
	display: block;
	float: left;
	padding-top: 2px;
	margin: 0 0 0 10px;
	}
	.mod .mBody{padding: 5px;}
	.mod .mBody a{ text-decoration:underline;}
	.mod .contentTop{
	height: 22px;
	padding: 3px 5px 0;
	}
	.mod .contentBottom{
	height: 18px;
	padding: 7px 5px 0;
	}
/*按钮样式*/
div.btnAddBox{
background: url("../images/btnAdd_bg.gif") repeat-x left center;
border: 1px solid #cccc9a;
padding: 2px 8px 1px;
}
a.btnAdd{
font-weight: bold;
text-decoration: none;
}
.btnAdd img{
margin-right: 2px;
vertical-align: middle;
}

.btnJoin{
background: url("../images/btn_join.gif") no-repeat center;
border: none;
width: 87px;
height: 19px;
line-height: 22px;
text-align: center;
cursor: pointer;
}

#forumOtherInfo,
#hotTags,
#onlinePeople{
overflow:hidden;
margin-bottom:10px;}

/*更新圈子*/
#forumOtherInfo{ height:320px;}
	.grouplist{}
		.grouplist li{
		float:left;
		margin:5px 1px;
		width:60px;
		height:85px;
		text-align:center;
		overflow:hidden;
		}
		.grouplist a{ text-decoration:none !important;}
		.groupIcon{
		padding:1px;	
		width:50px;
		height:38px;
		border:1px #ccc solid;
		background:#eee;
		}
		.groupIcon,
		.groupName{ display:block; overflow:hidden;}
		.groupName a{ text-decoration:underline;}
		
		.groupIconShowForum{
		padding:1px;	
		width:90px;
		height:90px;
		border:1px #ccc solid;
		background:#eee;
		}
		.groupIconShowForum,
		.groupIconShowForum{ display:block; overflow:hidden;}
		.groupIconShowForum a{ text-decoration:underline;}
		
/*热门Tags*/
#hotTags{ height:100%;}
	.tagCloud{
	list-style:none;
	margin:0;
	padding:5px;
	}
		.tagCloud li{
		display:inline;
		margin:0;
		padding:0 5px 0 0px;
		}
		.tagCloud a{
		text-decoration:none !important;
		line-height:150%;
		white-space:nowrap;
		}
		.tagCloud a:hover{
		text-decoration:underline;
		}
		.tagCloud li.level1 a{
		font-size:12px;
		font-weight:normal;
		}
		.tagCloud li.level2 a{
		font-size:12px;
		font-weight:bold;
		}
		.tagCloud li.level3 a{
		font-size:16px;
		font-weight bold;
		}
		.tagCloud li.level4 a{
		font-size:18px;
		color:#ff0f6f;
		font-weight:bold;
		}
		
/*人气*/
#onlinePeople{}
.online{}
	.online .blogCard{
	float: left;
	margin: 1px !important;
	margin: 1px;
	width: 34px;
	height: 34px;
	}
	.online .blogIco{
	width: 16px;
	height: 16px;
	}

/*focus*/
#focus{ margin-bottom:10px;}
	.topicList{
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #edecec;
	}
		.topicList th, .topicList td{
		height: 20px;
		line-height: 20px;
		padding: 4px 5px 4px;
		vertical-align: middle;
		/*overflow: hidden;
		white-space: nowrap;*/
		word-break: break-all;
		border-bottom: 1px solid #edecec;
		}
		.topicList th{
		font-weight: bold;
		}
		.topicList .odd{
		/*background: #fcfcfc;*/
		}
		.topicList .even{
		}
		.topicList td{
		}
		.topicList td img{
		width: 15px;
		height: 13px;
		line-height: 20px;
		margin-right: 3px;
		}
		.topicList .type{
		background: white;
		text-align: center;
		width: 18px;
		}
	.topicList .count{
	text-align: center;
	width: 11%;
	}
	.topicList .topic, .topicList .author, .topicList .reply{
	text-align: left;
	}
	.topicList .topic{
	line-height: 180%;
	}
	.topicList .topic a.title{
	line-height: 180%;
	text-decoration: none;
	}
	.topicList .topic .title:visited{
	color: #4d2d5e;
	font-weight: normal;
	}
	.topicList .topic a.title:hover{
	color: red;
	text-decoration: underline;
	}
	.topicList .topic .commend, .topicList .topic .commend:visited{
	
	}
	.topicList .topic .elite, .topicList .topic .elite:visited{
	
	}
	.topicList .topic .hot, .topicList .topic .hot:visited{
	color: #ff0f6f;
	}
	.topicList .topic .bold, .topicList .topic .bold:visited{
	font-weight: bold;
	}	
	.topicList .topic .groupIco{
	width: 20px;
	height: 15px;
	padding: 1px;
	}
	.topicList .topic .titPage{
	background: url("../images/ico_multipage.gif") no-repeat left center;
	padding-left: 10px;
	}
	.topicList .topic .titPage a{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 1px;
	padding: 1px 3px;
	}
	.topicList .topic .titReply, .topicList .topic .titReply a{
	color: #aaa;
	font-size: 10px;
	}
	.topicList .topic .titReply a:hover{
	color: red;
	}
	.topicList .topic .titIco{
	float: right;
	text-align: right;
	}
	.topicList .author{
	width: 16%;
	}
	.topicList .author .blogIco{
	width: 16px;
	height: 16px;
	padding:1px;
	border:1px #ccc solid;
	}
	.topicList .reply{
	width: 18%;
	}
	.topicList td.reply{
	/*color: #666;*/
	}
	.topicList .normalList{
	background:#f3f7f8;
	padding-left:32px;
	font-weight:bold;
	}
/* 右导航 */
.grayBg{
border:1px #ccc solid;
background:#f5f5f5;}
#sidemenu{
margin: 10px 30px 15px 0;
padding: 0;
list-style: none;
}
	#sidemenu img{
	vertical-align: middle;
	margin-right: 10px;
	}
	#sidemenu li{
	padding: 0;
	margin: 0;
	}
		#sidemenu li span, #sidemenu li a{
		font-size: 14px;
		height: 10px;
		padding: 8px 10px 5px 16px;
		display: block;
		height: 18px;
		text-decoration: none;
		}
		#sidemenu li span{
		font-size: 16px;
		background: white;
		font-weight: bold;
		}
		#sidemenu li a:hover{
		background: #fcfcfc;
		}
#joinBox{margin: 0 18px;}
/****** Forum Info Styles ******/
#forumInfo{
margin: 15px 10px 10px;
padding: 10px;
background: white;
border: 1px solid #eaeaea;
}
	#forumInfo h3{
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 10px;
	color: #333;
	}
	#forumInfo ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
	#forumInfo ul li{
	margin: 0 0 5px;
	clear: both;
	line-height: 18px;
	}
	#forumInfo ul li strong{
	float: left;
	}
	#forumInfo .master{
	margin: 2px 10px;
	float: left;
	clear: left;
	}
	#forumInfo .groupIco{
	width:63px;
	height:48px;
	padding:1px;
	border:1px #ccc solid;
	}
	.forumOtherInfo{
	margin: 0 10px 10px;
	}
	.online_count{
	background: url("../images/online_bg.gif") no-repeat 3px center;
	border: 1px solid #ccc;
	padding: 3px 3px 3px 55px;
	overflow: hidden;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	.visit_count{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	padding: 1px 3px;
	}
/****** Rank Styles ******/
.rank {
width: 65px;
height: 7px;
_width /**/: 69px;
_height /**/: 11px;
padding: 2px;
display: block;
float: left;
background: url("../images/rank_bg.gif") no-repeat left;
margin: 2px 2px 0 0;
overflow: hidden;
}
	.rank img{
	height: 7px;
	}
	#rank_topic img{
	background: url("../images/rank_img_pink.gif") repeat left;
	}
	#rank_post img{
	background: url("../images/rank_img_blue.gif") repeat left;
	}
	#rank_member img{
	background: url("../images/rank_img_green.gif") repeat left;
}
/* 最新成员 */
.newMembers{
}
	.newMembers .blogCard-h{
	width: auto;
	height: 36px;
	margin: 0 0 10px;
	}
	.newMembers .blogIco{
	width: 32px;
	height: 32px;
	}
.blogCard-h{
	height: 52px;
	width: 170px;
/*
	overflow: hidden;
*/
}
	.blogCard-h .blogIco{
	float: left;
	margin-right: 5px;
	padding:1px;
	border: 1px solid #ccc;
	overflow: hidden;
	background: white;
	}
	.blogCard-h .info{
	float: left;
	width: 120px;
	}
	.blogCard-h .tit{
	font-weight: bold;
	display: block;
	margin-bottom:2px;
	}
	
	.maingroup{width:960px; margin:0 auto;    
	}   
	.maingroup .col-1{   
	float:left;   
	width:480px;   
	}   
	.maingroup .col-2{   
	float:right;
	width:480px;    
	}	
	
	/*加入按钮*/
	#capBtn{overflow:hidden;height:36px;margin:0 0 10px;}
	#capBtn a{display:block;overflow:hidden;width:131px;height:36px;background:url("../images/btn_group.jpg") no-repeat 0 0;text-indent:-9999px;}
	#capBtn .btn_join{float:left;margin:0 0 0 3px;background-position:0 0;}
	#capBtn .btn_create{float:right;margin:0 3px 0 0;background-position:0 -40px;}
