﻿@charset "utf-8";
blockquote, pre {
	background: transparent url(../image/blockquote.png) 3px 3px no-repeat;
	border:1px dashed #CCC;
	padding:8px 12px 8px 36px;
	margin:5px 0;
}
h3 {
	font-family: Microsoft Yahei, verdana, arial, helvetica, sans-serif;
	font-size:2em;
}
a:hover {
	cursor:pointer;
}
/* 日志部分 */
div.post {
	width:100%;
	margin-bottom:30px;
	white-space:normal;
	word-break:break-all;
	cursor: auto;
	background: transparent url(../image/div2.png) no-repeat bottom right;
}
img{
border:0;
}
.post img {
	float:left;
}
}
div.post.logPage {
	margin-bottom: 0;
	padding-bottom: 0;
}
div.postBody {
	margin:20px 0;
	font: 1em/normal Microsoft Yahei, Helvetica, Arial, sans-serif;
}
div.postBody img{
	float:none;
    max-width:350px;
	height:auto;
	cursor:pointer;
	border:0;
	zoom:expression( function(elm) {
		if (elm.width>350) {
			var oldVW = elm.width;
			elm.width=350;
			elm.height = elm.height*(350 /oldVW);
		}
		elm.style.zoom = '1';
	}(this));
 }
div.postBody:first-letter {
	font-size:2em;
}
div.postBody a {
	font-weight: bold;
}
div.postBody.logPage {
	border-bottom: none;
}
/* 日志回复 */
div.reply {
	margin:0 0 10px 0;
	padding-bottom:10px;
	width:100%;
	white-space:normal;
	word-break:break-all;
	cursor: auto;
	border-bottom:1px solid #FFF;
}
div.replyBody {
	margin:5px 15px;
	padding:5px 10px;
	background: transparent url(../image/topback.png) repeat bottom right;
}
span.replyEr {
	font-size:1.5em;
	margin:0 10px;
}
span.replyTime {
	font-size:1.2em;
	margin:0 10px;
	color:#999999;
}
div.replyDeal {
	text-align:right;
	margin:0 18px 5px 0;
}
/* 日志页码 */
.pagebar {
	font: 0.9em Microsoft Yahei, Helvetica, Arial, sans-serif;
}
.pagebar span, .pageList .this-page {
	padding: 5px 5px;
	margin: 0 0 0 5px;
	color:#FFF;
	text-decoration: none;
	cursor:pointer;
}
.pagebar .this-page {
	font-weight: bold;
	background-color:#333333;
	vertical-align: top;
}
.pagebar span:hover {
	color: #fff;
	background: #333;
	border-color: #036;
}
.pagebar .leftbar {
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0 20px;
	float:left;
	width:56%;
}
.pagebar .rightbar {
	padding-top: 20px;
	padding-bottom: 10px;
	float:left;
	width:38%;
}
.pagebar .Guestbookbar {
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0 20px;
	float:left;
	width:90%;
}
/* 日志标题 */
h2.headline {
	float:left;
	width:240px;
	background: transparent url(../image/div.png) no-repeat top left;
	font: 2em Microsoft Yahei, Helvetica, Arial, sans-serif;
	letter-spacing: -0.04em;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	margin: 0 0 2px 0;
	padding: 0 0 0 15px;
}
h2.headline a:link, h2.headline a:visited {
	margin: 0;
	padding: 0;
	color: #FFF;
	text-decoration: none;
}
h2.headline a:hover {
	cursor:pointer;
	color: #FFF;
}
/* 日志发表时间 */
span.headlineMeta {
	float:right;
	color:#CCCCCC;
	padding: 5px 0;
	font: 1.2em/normal Microsoft Yahei, Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height:1em;
}
/* 日志网址 */
p.logsite {
	margin:0 0 0 16px;
	padding: 0;
	font: 1.2em/normal Helvetica, Arial, sans-serif;
	color:#666666;
}
/* 日志信息 */
span.loginfo {
	display:block;
	height:40px;
	width:330px;
	padding:5px 10px;
	color: #CCC;
	font: 1em/normal Microsoft Yahei, Helvetica, Arial, sans-serif;
	background: transparent url(../image/postbottom.png) no-repeat top left;
	line-height:1em;
}
span.loginfoCategory {
	display: inline-block;
	height:20px;
	width:200px;
}
span.loginfoReply {
	display: inline-block;
	height:20px;
	width:130px;
}
span.loginfocon {
	color: #626261;
	padding: 0 25px 0 5px;
	font: 1em/normal Microsoft Yahei, Helvetica, Arial, sans-serif;
	line-height:1em;
}
span.loginfocon a {
	color: #626261;
}
cite {
	margin:0;
	font-size:0.8em;
	font-style:normal;
	color:#CCC;
}
/* 页脚部分 */
#footer {
	margin-top: 1.1em;
	margin-bottom: 3.0em;
	padding-top: 1.0em;
	color: #626261;
}
#footer p {
	text-align:center;
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}
#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #626261;
	text-decoration: underline;
}
/* 版权信息 */
#copyrightInfo {
	margin: 0;
}
/* 底边阴影 */
#bottomShadow {
	background: url(../image/bottomShadow.png) bottom left no-repeat;
	_background: none;
	position: fixed;
	width: 100%;
	height: 30px;
	bottom: 0;
	overflow: hidden;
}
/* 顶部导航栏 */
#divNavBar {
	margin:0 5px;
}
#divNavBar ul {
	list-style-image:none;
	list-style-type:none;
}
#divNavBar li {
	float:left;
	width:90px;
	list-style-image:none;
	list-style-type:none;
}
#divNavBar li a {
	color:#FEF6E2;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	padding:5px 0 3px 20px;
}
#divNavBar li a:hover {
	color:#E38502;
	text-decoration:none;
}
#divNavBar li a span {
	color:#555555;
	font-size:9px;
	text-transform:lowercase;
}
#divNavBar li a:hover span {
	color:#FEF6E2;
}
#divNavBar li.rss {
	background:transparent url(../image/rss.png) no-repeat scroll right;
	display:block;
	float:right;
	width:130px;
	margin-right:5px;
}
#divNavBar li.rss a:hover {
	background:none;
	color:#E38502;
}
/* Ajax提示框 */
.WarnInfo, .WrongInfo {
	background:#ffffc6 url(../image/Warn.png) no-repeat scroll 5px 10px;
	max-width:500px;
	color:#000;
	border:#ccc 2px solid;
	font-size:0.9em;
	padding:10px;
	padding-left:40px;
}
.WarnInfo a, .WrongInfo a {
	color:#0066FF;
}
.WrongInfo {
	background:#ffffc6 url(../image/Wrong.png) no-repeat scroll 5px 10px;
}
/* 表单 */
.LeaveAReply input {
	display:block;
	border:1px solid #FFF;
	font-family: Microsoft Yahei, verdana, arial, helvetica, sans-serif;
	margin:8px 0 8px 58px;
}
.LeaveAReply input:hover {
	border:1px solid #FFFF00;
}
input.submit {
	display:inline;
	margin:10px 0 10px 58px;
	width:100px;
	height:30px;
}
input.btnPost {
	display:inline;
	font-family: Microsoft Yahei, verdana, arial, helvetica, sans-serif;
	margin:0;
}
input.submit.btnPost {
	display:inline;
	margin:0;
	width:100px;
	height:30px;
}
.LeaveAReply textarea {
	display:block;
	width:270px;
	border:1px solid #FFF;
	font-family: Microsoft Yahei, verdana, arial, helvetica, sans-serif;
	margin:8px 0 0 58px;
}
.LeaveAReply textarea:hover {
	border:1px solid #FFFF00;
}
.LeaveAReply label {
	float:left;
	width:60px;
}
/* 表情 */
.emotionTool {
	display:none;
	margin:0 0 0 58px;
}
.emotionTool img{
	cursor:pointer;
	margin:0 2px;
}
/* 控制上下  */
#toup{
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=20)"; 
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20); 
-moz-opacity:0.2;
opacity:0.2;
zoom: 1;
background-image:url(../images/b2t.png);
z-index:2;
position:fixed;
bottom:180px;
left:15px;
height:68px;
width:38px;
}
#toup:hover{
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; 
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
-moz-opacity:0.8;
opacity:0.8;
}
#tofooter{
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=20)"; 
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20); 
-moz-opacity:0.2;
opacity:0.2;
zoom: 1;
background-image:url(../images/g2b.png);
z-index:2;
position:fixed;
bottom:110px;
left:15px;
height:68px;
width:38px;
}
#tofooter:hover{
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; 
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
-moz-opacity:0.8;
opacity:0.8;
}
/* 图片库  */
.picbig{
cursor:pointer;
padding:10px;
min-width:320px;
float:left;
margin-right:10px;
margin-bottom:10px;
display:inline;
background-color:#292929
}
.picbig:hover{
background-color:#313131
}