﻿@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);

/*面包屑*/
#breadcrumb{ margin-bottom:10px; padding:3px 30px; height:20px; color:#000;}

#contentR280 .bBody{ padding:10px;}
#contentR280 .box{ margin-bottom:10px;}
#contentR280 a{ text-decoration:underline;}

/*wodig发现*/
#commonList{}
	#commonList .tHead{
	height:30px;
	border-bottom:1px #ccc dashed;}
	#commonList h5{
	padding:5px 0 0 5px;
	height:20px;
	font-weight:400;
	background:#f5f5f5;
	}
	.commonBox{
	margin:5px;
	padding:10px 0;
	border-bottom:1px #ccc dashed;
	}
		.commonBox .digArea{
		float:left;
		width:55px;
		margin-right:10px;
		text-align:center;
		}
			.commonBox .digNum{
			display:block;
			margin:0 auto 6px auto;
			width:51px;
			height:50px;
			line-height:50px;
			font-size:24px;
			font-weight:bold;
			font-family:Arial;
			color:#ff6600;
			background:url(../images/dig1.gif) no-repeat;
			}
			.commonBox .digBtn{
			display:block;
			margin:0 auto 3px auto;
			width:51px;
			height:25px;
			line-height:25px;
			background:url(../images/dig2.gif) no-repeat;
			}
			.commonBox .digBtn a:hover{ color:#f60;}
		.commonBox .digBody{
		float:left;
		width:570px;
		text-align:left;
		}
			.commonBox .digTitle{
			display:block;
			margin-bottom:5px;
			font-size:14px;
			font-weight:bold;
			}
			.commonBox a{ color:#2f5fa1; text-decoration:underline;}
			.commonBox .author{
			display:block;
			}
			.commonBox .description{
			display:block;
			}
				.commonBox .photo{float:right;}
				.commonBox .photo img{ 
				width: expression(parseInt(this.width)>180?'180px': this.width);
				max-width:180px;
                }
			.commonBox .tools{ margin:6px 0;}
			.wodigTitle{
			height:30px;
			margin-bottom:10px;
			font-size:18px;
			font-weight:600;
			color:#333;
			border-bottom:1px #ccc dashed;
			}
			.authorInfo{
			padding-bottom:5px;
			margin-bottom:5px;
			border-bottom:1px #d4eff7 solid;
			}
			.authorInfo .pleft{ float:left; width:45px;}
			.authorInfo .userIcon{
			padding:1px;
			width:32px;
			border:1px #ccc solid;
			}
			
/**/
.digSearch{}
.digTags{}
  .digTags li{ display:inline;}

/*窝友点评*/
.woCommon{}
    .woCommon li{
	padding-bottom:5px;
	margin:5px;
	border-bottom:1px #ccc dashed;
	}
	.woCommon a{ text-decoration:none !important;}
	.woCommon .userPhoto{ width:40px; float:left;}
		.woCommon .userIcon{ 
		width:32px;
		padding:1px;
		background:#fff;
		border:1px solid #ccc;
		}

/*分享文章*/
.shareThis{}
.shareThis li{height:25px;}
/*分类*/
	#cateBox{}
	    #cateBox .bBody{ margin:10px;}
	    #cateBox .searchesBox{ float:left; margin-right:90px; overflow:hidden; height:110px; width:35%;}
		#cateBox h4{ font-size:14px;}
		#cateBox p{ padding:6px 0;}
		#cateBox hr{ margin-bottom:6px; border-top:1px #fff solid; border-bottom:1px #ccc dashed;}

/*感兴趣*/
.interest{}
	.interest li{
	margin-bottom:5px;
	padding-bottom:6px;
	text-indent:12px;
	background:url(../images/ico_dot_1.gif) no-repeat 3px 8px;
	border-bottom:1px #ddd dashed;
	}

/*评论*/
.comment{ margin-top:-7px;}
    .comment li{
	clear:both; 
	width:100%;
	padding-top:15px;}
		.comment .leftPart{
		width:50px;
		float:left;
		}
		.comment .rightPart{
		width:500px;
		float:left;
		}
		.comment .userIcon{ 
		width:32px;
		padding:1px;
		background:#fff;
		border:1px solid #ccc;
		}
/*投票*/
.vote{}
    .vote li{ display:inline; padding-right:16px;}
    .vote .userPhoto{ width:40px; float:left;}
		.vote .userIcon{ 
		width:16px;
		padding:1px;
		background:#fff;
		border:1px solid #ccc;
		}

/****** 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;
	}
