body {
    color: #000;
    font:14px Georgia,"Times New Roman",Times,sans-serif
    min-height: 101%;
}

#content {
    margin-top: 20px;
}

.summary {
    margin: 0 0 1.5em;
    padding: 5px 10px;
    background: #f7f7f7;
    font-family: '楷体';
    font-size: 20px;
}
.PostTitle {
    font-weight: bold;
    font-family: 'Microsoft YaHei';
    color:#738A23;
    font-size:20px;
}

.PostTitle a {
    width: 30px;
    height: 35px;
}
a:link,a:visited,a:active{
    color:#738A23;
}
.PostTitle a:link, .postTitle a:visited, .postTitle a:active {
    color:#738A23;
    text-decoration: none;
}

#cnblogs_post_body {
    background: #FFF;
    padding: 20px;
    font:14px Georgia,"Times New Roman",Times,sans-serif
}

#cnblogs_post_body h3,.myTitleGreen {
	background: #A3BB50 !important;
	border-radius: 6px 6px 6px 6px !important;
	box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
	color: #FFFFFF;
	font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
	font-size: 17px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin: 15px 0 !important;
	padding: 5px 0 5px 20px;
	text-shadow: 2px 2px 3px #222222
}

#cnblogs_post_body h4,.myTitleGreen2 {
	background: #A3BB50 !important;
	border-radius: 6px 6px 6px 6px !important;
	box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
	color: #FFFFFF;
	font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
	font-size: 17px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	margin: 15px 0 !important;
	padding: 5px 0 5px 20px;
	text-shadow: 2px 2px 3px #222222
}

#cb_post_title_url {
    font-weight: bold;
    line-height: 1.5em;
    width: 100%;
    padding-left: 1px;
    color: #21759b;
    font-size: 22px;
}
.taglabel {
    position: relative;
    display: inline-block;
    padding: 4px 6px 3px;
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    background-color: #d9534f;
}

.taglabel-arrow {
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: top;
    top: 7px;
    right: -4px;
    border-left: 4px solid #d9534f;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}