/* 导航栏 */
a#blog_nav_sitehome{
    display: none;
}

a#blog_nav_newpost{
    display: none;
}


a#blog_nav_admin{
    display: none;
}


a#blog_nav_contact{
    display: none;
}

/* 公告 */
#sidebar_news>.catListTitle {
    display: none;
}

#blog-news {
    display: none;
}

/* 日历 */
#blogCalendar {
    display: none;
}

#blog-calendar {
    border: none;
    box-shadow: none;
}

/* 站内搜索 */
#widget_my_zzk {
    display: none;
}
/* 常用链接 */
#sidebar_shortcut {
    display: none;
}
/* 随笔档案 */
#sidebar_categories {
    display: none;
}
/* 最新评论 */
#sidebar_recentcomments{
    display: none;
}
/* 阅读排行榜 */
#sidebar_topviewedposts{
    display: none;
}
/* 评论排行榜 */
#sidebar_topcommentedposts{
    display: none;
}
/* 推荐排行榜 */
#sidebar_topdiggedposts{
    display: none;
}

/* share */
#green_channel {
    display: none;
}

/* AD */
div[id^="ad_"] {
    display: none;
}
div[class^="c_ad"] {
    display: none;
}
div[id^="under_post"] {
    display: none;
}
.under-post-card {
    display: none;
}

/* 主题色 */
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #7cb9de;
}

.postTitle {
    border-left: 3px solid #7cb9de;
}

a {
  color: #7cb9de;
}

a:hover {
  color: #7cb9de;
}

#blogTitle h1 a:hover {
  color: #7cb9de;
}

.dayTitle {
  border: 1px solid #7cb9de;
}

.dayTitle a {
  color: #7cb9de;
}

.postTitle {
  border-left: 3px solid #7cb9de;
}

.postTitle a:active {
  color: #7cb9de;
}

.postDesc a:hover {
  color: #7cb9de;
}

#sideBar a:hover {
  color: #7cb9de;
}

.input_my_zzk:hover {
  border: 1px solid #7cb9de;
}
.input_my_zzk:focus {
  border: 1px solid #7cb9de;
}

#EntryTag a:hover {
  background: #7cb9de;
}

#BlogPostCategory a:hover {
  background: #7cb9de;
}

.feedbackListSubtitle a:active {
  color: #7cb9de;
  font-weight: bold;
}
.feedbackListSubtitle a:hover {
  color: #7cb9de;
  text-decoration: underline;
}
.feedbackListSubtitle b {
  color: #7cb9de;
}

#AjaxHolder_PostComment_btnSubmit {
  background: #7cb9de;
}

.comment_vote a:hover {
  color: #7cb9de;
}

.comment_btn {
  background: #7cb9de;
}

.entrylistTitle,
.PostListTitle,
.thumbTitle {
  color: #7cb9de;
}

.entrylistPosttitle {
  border-left: 3px solid #7cb9de;
}

.entrylistPosttitle a:link,
.entrylistPosttitle a:visited,
.entrylistPosttitle a:active {
  color: #7cb9de;
}

.entrylistItemPostDesc a:hover {
  color: #7cb9de;
}

.pfl_feedbackname a {
  color: #7cb9de;
}

#Profile1_panelAdd input[type="submit"] {
  background: #7cb9de;
}

/* powerby */
span#poweredby{
    display: none;
}

#footer{
    padding-top: 30px;
    margin-bottom: unset;
}

/* 文章底部作者头像 */
#author_profile{
    width: 100%;
    margin-top: 40px;
}

#author_profile_info{
    width: 100%;
}

#author_profile_follow{
    width: 100%;
    text-align: center;
}

#author_profile_follow > a{
    text-decoration: none;
}

#author_profile_info > a{
    display: flex;
    width: 100%;
    justify-content: center;
}

#author_profile_info > a > img
{
    margin: unset;
    padding: unset;
}

#author_profile_detail{
    width: 100%;
    text-align: center;
}

#author_profile_detail > a:nth-child(1){
    text-decoration: none;
}

#author_profile_detail > a:nth-child(3){
    display: none;
}

#author_profile_detail > a:nth-child(5)
{
    display: none;
}

/* 文章底部 上一篇文章*/
#post_next_prev > a:nth-child(2){
    text-decoration: none;
}
#post_next_prev > a:nth-child(5){
    text-decoration: none;
}
.p_n_p_prefix{
    display: none;
}

/* 刷新页面评论 */
#lnk_RefreshComments{
    display: none;
}

#comment_nav > a:nth-child(3){
    display: none;
}

/* postDesc */
#topics > div > div.postDesc{
    text-align: right;
    font-size: 0;
}

/* Login tips */
#post-date{
    font-size: 13px;
}

#comment_form_container > div{
    background: none;
    padding: unset;
}

/* 逛逛博客园 */
#comment_form_container > div > a:nth-child(2){
    display: none;
}

#comment_form_container > div > a.underline::before {
    content: "登录后才能查看或发表评论，立即";
}

#comment_form_container > div{
    font-size: 0;
}

#comment_form_container > div > a.underline{
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
}

#post-date::before{
    content: "posted @ ";
}