#div_digg{
  position:fixed;
  bottom:5px;
  width:140px;
  right:0px;
  border:2px solid #6FA833;
  padding:10px;
  background-color:#fff;
  border-radius:5px 5px 5px 5px !important;
  box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
  margin-right:500px;
}

body {
    width: 100%;
    /* text-align: center; */
    margin: auto;
}

#comment_form_container .comment_textarea {
    font-size: 13px;
    padding: 8px;
    margin-bottom: 10px;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    min-height: 250px;
    width: 100%;
    height: 100%;
}

.comment_btn {
    border: 0;
    background-color: #5c8ec6;
}

#btn_comment_submit {
    text-decoration: none;
    color: #fff;
    /* margin: 10px auto auto; */
    width: 90px;
    height: 35px;
    display: inline-block;
    /* line-height: 30px; */
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 3px;
    text-transform: uppercase;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    position: relative;
    background-image: none;
}

.postTitle {
    border-left: 0px double #77bcdb;
    border-bottom: 3px double #77bcdb;
    font-size: large;
}

#topics .postTitle {
    font-size: 180%;
    text-align: center;
    line-height: 5;
    color: #9f5834;
    /* background-color:rgb(255 245 213); */
    border-bottom: 3px double #00b0ff;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color:#00b0ff;
    transition: all .4s linear 0s;
}

.postDesc {
    margin-top: 0px;
    margin-bottom: 20px;
}

.pinned-post-mark{
    color: yellow;
    margin-right: 5px;
    background-image: linear-gradient(to bottom right, red, #ffff00);
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #879b21;
    font-weight: bold;
    font-size: medium;
}

#blogTitle h1 a {
    color: #219b69d6;
    font-size: xx-large;
}

#MySignature{
    border: 3px double #6FA833;
    padding: 15px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}

.CalTodayDay {
    background: #57d74199 !important;
    color: #ff0404;
    font-weight: bold;
}
#navList a {
    padding-top: 14px;
}
