@charset "UTF-8";
body { font-family: 微软雅黑,Microsoft Yahei; cursor: default; }

.post { padding-bottom: 30px; }

#topics .postTitle { font-size: 22px; border-bottom: 1px solid #A89898; padding-bottom: 16px; text-indent: 1em; }
#topics .postTitle a { -webkit-transition: 0.2s all ease; transition: 0.2s all ease; }
#topics .postTitle a:link, #topics .postTitle a:visited, #topics .postTitle a:active { color: #771131; }
#topics .postTitle a:hover { color: #E96363; }

.postBody { line-height: 1.8em; }
.postBody p { text-indent: 2em !important; }
.postBody code { background: #f8f8f8; border: #c0c0c0 1px solid; border-radius: 3px; padding: 2px 4px; margin: 0px 3px; font-family: Consolas, Menlo, Courier, monospace; font-size: 12px; position: relative; top: -1px; }
.postBody blockquote { background: none; padding: 5px 30px; margin-left: 1em; line-height: 35px; border-width: 0px; border-right: 1px solid #9e8585; color: #9e8585; -webkit-box-shadow: inset 5px 0px 1px #9e8585; box-shadow: inset 5px 0px 1px #9e8585; }

.cnblogs_code { background-color: #E2E2E2; padding: 1px 1em 0px; border-radius: 3px; border: none; -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 0px 2px #9e8585; box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 0px 2px #9e8585; }
.cnblogs_code div { background-color: transparent; }

.cnblogs_code_toolbar { display: none; }

.day { position: relative; padding-left: 80px; }

.dayTitle { border-bottom: none; margin-bottom: 0; -webkit-box-shadow: none; box-shadow: none; text-align: center; font-size: 14px; position: absolute; top: 0px; left: 0px; width: 62px; line-height: 22px; }
.dayTitle:first-line { font-size: 18px; }

.forFlow { background: whitesmoke; border-radius: 6px; padding: 20px; }

/* 干掉一些默认的 */
.mySearch { display: none; }