body {
	background:#EBEDF0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAANElEQVQ4jWP4TyFgoKoBL168+P/ixQucirHJU9cAcgDlBpDqZHR5yg0gzqG4wWg6GBbpAAAD5/OOKq2ygwAAAABJRU5ErkJggg==) repeat 0 0;
	color:#555;
	font:normal normal normal 14px/1.5 Microsoft YaHei,Arial,Helvetica,sans-serif,'\5B8B\4F53';
	margin:0;
	padding:0;
}
#main{
       margin-top:60px;
}
#topics,#comment_form{
        border:1px solid #ccc;
        text-shadow:0 -1px #FFF;        
        background-color:#fff;
}
#sideBar{
        background-color:#fff;
        text-shadow:0 -1px #FFF;
        border:1px solid #ccc;
}
#sideBarMain{
       margin-left:10px;
       line-height:1.61em;
}

table {
	border-collapse:collapse;
	border-spacing:0
}
fieldset,img {
	border:none
}
q:before,q:after {
	content:''
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:400
}

.dayTitle {
	width:50px;
	position:absolute;
	left:-10px;
	text-align:center;
	padding:5px;
	margin:0;
	line-height:1.2;
	font-size:12px;
	background:rgba(255,165,0,0.3);
	background:#333\9;
	background:#333
}
.dayTitle a {
	color:#FFF !important;
	font-size:10px
}
a.c_b_p_desc_readmore {
	color:green
}
.postBody {
	color:#666;
        background-color:#fff;
	text-shadow:0 -1px #FFF
}
.post {
	background:none;
	border-radius:none;
}
.day {
	position:relative;
	padding:10px 10px 10px 60px;
	margin:0 0 10px 10px;
	background:#FFF;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
        border:1px solid #ccc;
}
.postDesc {
	margin-bottom:5px
}
.postDesc,.postDesc a {
	color:#999
}
.postTitle {
	font-size:1.5em;
	font-weight:bold;
	font-family:'Microsoft YaHei';
        background-color:#fff;
}
#topics .postTitle {
	font-size:2em;
	font-weight:bold;
	border-bottom:1px dashed #CCC
}
.postTitle a {
	color:#333;
	text-decoration:none;
	-moz-transition:all 1s linear;
	-webkit-transition:all 1s linear;
	-o-transition:all 1s linear;
	-ms-transition:all 1s linear
}
.postTitle a:hover {
	color:green;
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1)
}

#footer {
	background:#2D3033;
	text-align:center;
	margin:50px 0 0 0;
	padding:20px;
	height:40px;
	color:#EEE;
	border-top:2px solid #e8e8e8;
	border-bottom:20px solid #000
}
#blog-calendar{
        border:1px solid #CCC;
        border-radius:5px 5px 5px 5px;
}
#blogCalendar {
	background:#FAFAFA;
	border:1px solid #CCC;
        border-radius:5px 5px 5px 5px;
}
#blogCalendar td {
	padding:3px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #EEE;
	border-left:1px solid #FAFAFA;
	border-right:1px solid #FAFAFA;
        border-radius:5px 5px 5px 5px
}
#blogCalendar td:hover,#blogCalendar td:hover a {
	cursor:pointer;
        background:#333;
	color:#FFF
}

#myposts{
       margin-left:10px;
}

#myposts .PostList {
	margin-right: 0px;
	margin-top: 10px;
	font-size: 13px;
}
.PostList{
	border-bottom: 1px solid #ccc;
	clear: both;
	min-height: 1.5;
	_height: 1.5;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	margin-right:0px;
        border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);      
}

.div_my_zzk {
	margin-top: 5px;
	margin-bottom: 5px;
        height:auto;
}

input.btn_my_zzk {
	vertical-align: middle;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
        height:auto;
}

#btn_comment_submit{
       height:auto;
       width:auto;
}
#tbCommentBody {
	line-height: 1.6;
	width: 98%;
	resize: none;
}

.entrylistItem{
        background-color:#fff;
        text-shadow:0 -1px #FFF;
        border:1px solid #ccc;
        border-radius:5px 5px 5px 5px;
        padding:10px;
        width:98%;

}