body{
    background: url(https://dik.img.lgdsy.com/pic/38/26542/7d7f902577c15f1e_1440x900.jpg) fixed center center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#navList a:link, #navList a:visited, #navList a:active{
    text-shadow: none;
}
#navList a{
    text-shadow: none;
}
#navList a:hover{
    font-weight: bold;
    color:rgb(10,186,157);
    text-shadow: none;
    text-decoration: none;

}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: rgb(7,113,126);
}
.postTitle {
    border-left: 5px solid rgb(10,186,157);
}
#Header1_HeaderTitle{
    font-size: 350%;
}

#Header1_HeaderTitle:hover{
    text-decoration: none;
    color:rgb(10,186,157);
}
#blogTitle h2{
    margin-left: 2em;
    font-size: 1.5em;
    padding-bottom: 20px
}
#back-to-top {
    background-color: rgb(10,186,157);
    bottom: 0;
    box-shadow: 0 0 6px rgb(10,186,157);
    color:white;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
    width:20px;
    height:20px;
    border-radius:20px;
    text-align:center;
}
#back-to-top a{
    width:16px;
    height: 16px;
    text-decoration: none;
    font-weight:bold;
    color:white;
    font-size:18px;
}
#back-to-top a:hover{
    color:rgb(255,202,189);
}

#sidebar_shortcut{
display:none;
}

#div_digg{
  position:fixed;
  bottom:5px;
  width:120px;
  left:0px;
  padding:5px;
  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);
}