@charset "utf-8";
/* CSS Document */
.HomePost{
margin:0 7px 20px;
padding:7px 8px 0 0;
background:url(../../images/bgs.gif) right -56px no-repeat;
}
.Post{
padding:12px 0 12px 30px;
background:#FFFFFF;
position:relative;
}
.TitleAndText{
padding-left:135px;
}
.ImgAndDate{
position:relative;
top:11px;
width:122px;
padding:5px 7px 4px 5px;
background:url(../../images/imgBg.jpg) no-repeat;
position:absolute;
}
.ImgContainer{
display:block;
height:108px;
width:128px;
overflow:hidden;
background:url(../../images/seeder.jpg) no-repeat;
}
.ImgContainer img{
margin:0 auto;
}
.PostDate{
height:20px;
background:#3399ff;
opacity:0.6;
filter:alpha(opacity=60);
-moz-opacity:0.6;
position:absolute;
bottom:0;
width:124px;
margin-bottom:4px;
line-height:20px;
text-align:center;
color:#fff;
font-weight:bold;
}
.PostTitle{
margin-top:2px;
overflow:hidden;
padding-right:40px;
position:relative;
}
.NewList{
position:absolute;
top:0;
right:18px;
}
.PostTitle a{
width:100%;
margin-right:5px;
font-weight:bold;
color:#0066ff;
font-size:14px;
display:block;
white-space:nowrap;
text-overflow:ellipsis;
overflow:hidden;
-moz-binding:url(ov.xml#ellipsis);
}
.PostTitle .vo{
color:#0066FF;
font-size:14px;
font-weight:bold;
}
.PostIn{
margin:3px 0 1px;
}
.PostIn,.PostIn a{
color:#4991fe;
font-size:11px;
font-family:"Lucida Sans Unicode",sans-serif;
}
.PostOperate{
height:24px;
overflow:hidden;
}
.PostOperate li{
float:left;
line-height:24px;
}
.PostOperate .ClearLi{
clear:both;
float:none;
}
.ViewBtn a,.CommBtn a,.ShareBtn a{
float:left;
padding:0 8px 0 7px;
line-height:21px;
height:21px;
display:block;
background:url(../../images/btn_back_blue.jpg) repeat-x;
color:#FFFFFF;
}

.CommBtn a{
background:url(../../images/btn_back_orange.jpg) repeat-x;
}
.ShareBtn a{
padding:0;
width:20px;
background:url(../../images/btn_share.gif) no-repeat;
}
.ShareBtn a span{
color:#0059FF;
font-size:10px;
line-height:32px;
display:block;
height:100%;
padding:0 0 0 20px;
background:url(../../images/btn_share.gif) no-repeat;
}
.OpFont a{
color:#0059FF;
font-size:10px;
line-height:32px;
margin:2px;
}
.PostExcerpt{
font-size:12px;
color:#333;
padding:3px 5px 0 0;
height:36px;
word-wrap: break-word;
word-break: break-all;
overflow:hidden;
line-height:17px;
}
.More{
color:#0099FF;
font-size:11px;
}
.Content{
margin:10px 0 0 4px;
padding:0 11px 0 0;
}
.Content a{
color:#0066FF;
}
.Content a:hover{
text-decoration:underline;
}
.Content p{
line-height:21px;
}
.Content li{
list-style:decimal;
margin-left:20px;
}
.ImgAndDateSingle {
background:url(../../images/imgBg2.jpg) no-repeat;
}
.ImgAndDateSingle a{
height:54px;
}
#sharethis_1{
display:block;
clear:both;
margin-bottom:9px;
}
.Content #sharethis_1{
margin-top:30px;
}

/*文章分頁*/
.link-pages {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
 
.link-pages a {
	padding: 2px 6px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
}
 
.link-pages a:hover {
	color: #ffffff;
	background: #D1CAAF;
	border-color: #D1CAAF;
	text-decoration: none;
}

/*相關文章*/
.related {
	margin: 10px 0;
}

.related a {
	color: #0000FF;
}

.related a:hover {
	color: #00FF00;
}