* {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
#home {
	width: 900px;
	margin: auto;
	margin-top: 10px;
}
#header {
	border-radius: 10px 10px 0px 0px;
	background: #666;
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	padding: 20px 10px 30px 10px;
}
#header a {
	color: #FFF;
}
#header #blogTitle {
	margin-bottom: 10px;
}
#header #blogTitle h1 a{
	font-size: 24px;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, .5);
	font-family: 'Fredericka the Great', cursive;
}
#header #blogTitle h1 a:hover {
	text-decoration: none;
}
#header #blogTitle h2 {
	color: #CCC;
}
#header #navList {
	list-style: none;
	float: right;
}
#header #navList li {
	float: left;
	padding-right: 5px;
	border-right: 1px solid #FFF;
	margin-right: 5px;
}
#header #navList li:hover {
	text-shadow: 0px 0px 5px rgba(255,255,255,.7);
}
#header .blogStats {
	margin: 5px 0px;
	float: right;
	text-align: right;
	color: #CCC;
}

#main {
	border-radius: 0px 0px 10px 10px;
	background: #FFF;
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	padding: 10px;
	margin-bottom: 10px;
}

#sideBar {
	width: 200px;
}
h3.catListTitle {
	background: #CCC;
	border-radius: 0px 10px 0px 0px;
	padding: 5px;
	margin: 0px !important;
}
h3.catListTitle~div, h3.catListTitle~ul {
	background: #EFEFEF;
	padding: 5px;
	margin: 0px !important;
	list-style: none;
}
h3.catListTitle~div:last-child, h3.catListTitle~ul {
	border-radius: 0px 0px 0px 10px;
	margin-bottom: 10px !important;
}

#Calendar1_entryCal {
	width: 100%;
	margin-bottom: 10px;
}
#Calendar1_entryCal .CalTitle {
	width: 100%;
	background: #CCC;
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}
#Calendar1_entryCal .CalTitle td {
	padding: 5px;
}
#Calendar1_entryCal .CalTitle .CalNextPrev {
	background: #DDD;
	text-align: center;
}
#Calendar1_entryCal th.CalDayHeader {
	background: #EEE;
	padding: 5px 0px;
}

#Calendar1_entryCal td.CalOtherMonthDay {
	color: #AAA;
}

#Calendar1_entryCal td.CalWeekendDay {
	color: #F00;
}
#Calendar1_entryCal td.CalTodayDay {
	font-weight: bold;
}

input, textarea {
	height: 20px !important;
	border: 0px !important;
	font-size: 12px !important;
	box-shadow: 0px 0px 3px rgba(0,0,0,.8);
	background-image: none !important;
	padding: 0px 2px !important;
}
.input_my_zzk{
	height: 20px !important;
}
.postBody p, .postCon p {
	margin: 0px;
	padding: 5px 0px;
}
#topicList {
	width: 670px;
	float: right;
}


#topics .post > div, .day > div {
	background: #F3F3F3;
	padding: 0px 10px;
}
.day .dayTitle {
	display: none;
}
#topics .post .postTitle a, .day .postTitle a {
	font-size: 16px;
	font-weight: bold;
}
#topics .post .postTitle, .day .postTitle {
	background: #F3F3F3;
	padding: 0px 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
	border-radius: 0px 15px 0px 0px;
}

#blog_post_info_block {
	border-top: 1px dashed #CCC;
	padding-top: 5px;
}
#digg_block {
	margin: 0px;
}
#topics .post .postDesc, .day .postDesc{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0px 0px 0px 15px;
	margin-bottom: 10px;
}

.itnews {
	background: #EEE;
	border-radius: 0px 10px 0px 10px;
	padding: 10px;
	width: 300px;
	float: left;
	margin-right: 10px;
}

#comment_nav {
	float: right;
}
#commentform_title, .feedback_area_title {
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 10px;
}
.feedbackItem {
	background: #EEE;
	border-radius: 0px 10px 0px 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.feedbackItem .feedbackListSubtitle {
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 5px;
}
.feedbackItem .feedbackManage {
	float: right;
}
.commentbox_title_right {
	display: none;
}
#tbCommentBody {
	height: 100px !important;
	font-size: 12px;
	margin-top: 5px;
	width:500px;
}
#EntryTag {
	float: left !important;
}
#clear_read_link, #site_nav_under, #green_channel, #author_profile, #digg_tips {
	display: none !important;
}
#div_digg {
	margin: 0px !important;
}
.postCon *:last-child, #cnblogs_post_body *:last-child {
	margin-bottom: 0px !important;
}
.postCon code, #cnblogs_post_body code {
	font-family: Courier;
}
.postCon dl, #cnblogs_post_body dl {
	margin: 5px 0px;
}
.postCon dt, #cnblogs_post_body dt {
	font-weight: bold;
}
.postCon dd, #cnblogs_post_body dd {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCC;
}
.postCon dd:last-child, #cnblogs_post_body dd:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}
.postCon blockquote, #cnblogs_post_body blockquote {
	margin: 5px 20px;
	padding: 10px;
	background: #FDFDFD;
	background: rgba(255, 255, 255, .8);
	border-radius: 10px 0px 10px 0px;
	border: 1px dashed #CACACA;
	border: 1px dashed rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	color: black;
}
.postCon p.note::before,#cnblogs_post_body p.note::before {
	content: "注意：";
	font-weight: bold;
}
.postCon ul.n_catalogue, #cnblogs_post_body ul.n_catalogue {
	display: block;
	width:auto;
	margin: 0px;
	margin-left: -10px;
	padding: 10px;
	list-style: none;
	background: #F8F8F8;
	background: rgba(255,255,255,.5);
	border-radius: 0px 10px 10px 0px;
}
.postCon ul.n_catalogue li span, #cnblogs_post_body ul.n_catalogue li span {
	display: block;
	margin-left: -10px;
	padding: 5px;
	padding-left: 10px;
	border-radius: 0px 3px 3px 0px;
}
.postCon ul.n_catalogue li span:hover, #cnblogs_post_body ul.n_catalogue li span:hover {
	background: #DEDEDE;
	background: rgba(0,0,0,.1);
}
.postCon ul.n_catalogue ul, #cnblogs_post_body ul.n_catalogue ul {
	margin: 0px;
	margin-left: 1em;
	border-bottom: 1px dashed #CCC;
	border-left: 1px dashed #CCC;
	padding-left: 10px;
	padding-bottom: 0.3em;
	margin-bottom: 5px;
	border-radius: 0px 0px 0px 5px;
	list-style: none;
}
.postCon a[href],#cnblogs_post_body a[href] {
	padding: 3px 0px;
	padding-left: 23px;
	padding-right: 3px;
	margin: -3px 5px;
	background: url(https://images.cnblogs.com/cnblogs_com/niuweb/348306/o_bk01-58-12.gif) 3px 0px no-repeat;
	height: 16px;
}
.postCon a:hover,#cnblogs_post_body a:hover {
	text-decoration: none;
	background-color: #DADADA;
	background-color: rgba(0,0,0,.1);
	border-radius: 3px;
}

.postCon a.n_origin:before,#cnblogs_post_body a.n_origin:before {
	content: "本文来源：";
}
.postCon a.n_origin,#cnblogs_post_body a.n_origin {
	display: block;
	float: right;
	margin-top: -43px;
	background: url(https://images.cnblogs.com/cnblogs_com/niuweb/348306/r_world_link.png) right no-repeat;
	width: 90px;
	height: 12px;
	padding: 10px 0px;
}
#cnblogs_post_body a.n_origin {
	margin-top: -53px;
}
.c_ad_block, #ad_under_comment2 {
	display: none;
}

.PostListTitle, .entrylistTitle {
	background: #CCC;
	border-radius: 0px 10px 10px 0px;
	padding: 5px;
	margin-bottom: 10px;
}

.PostList, .entrylistItem {
	background: #EEE;
	border-radius: 0px 10px 0px 10px;
	padding: 5px;
	margin-bottom: 10px;
}
.PostList .postTitl2, .entrylistItem .entrylistPosttitle {
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 3px;
}
.entrylistItem .entrylistPostSummary {
	display: none;
}
#RecentCommentsBlock ul {
	list-style: none;
}
#RecentCommentsBlock .recent_comment_title {
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
	margin-top: 3px;
	border-top: 1px dashed #CCC;
	padding-top: 5px;
}
#RecentCommentsBlock .recent_comment_title:first-child {
	margin-top: 0px;
	border-top: 0px;
	padding-top: 0px;
}
#RecentCommentsBlock .recent_comment_body {
	background: #F6F6F6;
	background: rgba(255, 255, 255, .8);
	border-radius: 0px 8px 0px 0px;
	width: 180px;
	padding: 5px;
	padding-bottom: 0px;
}
#RecentCommentsBlock .recent_comment_author {
	background: #F6F6F6;
	background: rgba(255, 255, 255, .8);
	border-radius: 0px 0px 0px 8px;
	width: 180px;
	padding: 5px;
	padding-top: 0px;
}
.diggit, .buryit {
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}
.postCon h2, #cnblogs_post_body h2 {
	font-size:14px !important;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px 0px;
	margin-left: -5px;
	padding-left: 2px;
	border-left: 3px solid #CCC;
	background: #F9F9F9;
	background: rgba(255, 255, 255, .5);
	border-radius: 0px 10px 10px 0px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.postCon h2:first-of-type, #cnblogs_post_body h2:first-of-type {
	margin-top: 5px !important;
}
.postCon h3, #cnblogs_post_body h3 {
	font-size:14px !important;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 3px 0px;
	margin-left: -5px;
	padding-left: 2px;
	border-left: 3px solid #CCC;
	border-bottom: 1px dashed #CCC;
}
.postCon table, #cnblogs_post_body table {
	display: inline-table;
	border-radius: 0px 10px 0px 10px;
	border-collapse: collapse;
	overflow: hidden;
	border: 0px;
	padding: 5px 0px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}

.postCon table th, #cnblogs_post_body table th {
	background: #7A7A7A;
	background: rgba(0,0,0,.5);
	color: #FFF;
	border: 0px;
	text-align: left;
	padding: 5px;
}
.postCon table tbody tr:hover, #cnblogs_post_body table tbody tr:hover {
	background: #E1E1E1;
	background: rgba(0,0,0,.2);
}
.postCon table td, #cnblogs_post_body table td {
	background: #F9F9F9;
	background: rgba(255,255,255,.5);
	border: 0px;
	padding: 5px;
	border-bottom: 1px dashed #CBCBCB;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}
.postCon table tr:last-child td, #cnblogs_post_body table tr:last-child td {
	border-bottom: 0px;
	padding-bottom: 10px;
}
.code {
	display: block;
	background: #F8F8F8;
	background: rgba(255,255,255,.5);
	padding: 10px 0px;
	border-radius: 10px;
	overflow: hidden;
	font-family: Courier;
}
.code .keyword {
	color: blue;
}
.code .commented {
	color: #666;
}
.code .datatype {
	color: red;
}
.code .line {
	padding: 5px;
	min-height: 1em;
}
.code .line:hover {
	background: #ECECEC;
	background: rgba(0,0,0,.05);
}
.code .l0 {
	background: #F1F1F1;
	background: rgba(0,0,0,.03);
}
#cnblogs_post_body {
	padding-top: 10px;
}
.postCon .code a[href],#cnblogs_post_body .code a[href] {
	padding: 0px;
	margin: 0px;
	background: none;
	height: 1em;
	text-decoration: underline;
}
.postCon .code a[href]:hover,#cnblogs_post_body .code a[href]:hover {
	margin: -2px -5px;
	padding: 2px 5px;
	border-radius: 3px;
	background: #DCDCDC;
	background: rgba(0,0,0,.07);
}