#div_digg{
float:right;
position: fixed;
bottom:50px;
right:0;
background:rgba(255,255,255,0.8);
padding:10px 50px;
border-radius:5px;
box-shadow:4px 4px 6px #ccc;
}
.postTitle{
position:relative;
}
.postTitle a{
 display:inline-block;
 padding:10px;
 font-size:24px;
}
#main{margin-top: 50px;}
#header{top: 57px; animation:left-in 1s;}
.my-header{
    background: #0099CC;
    font-size:18px;
    color: white;
    padding: 20px;
    margin: 0;
    position: fixed;
    width: 100%;
    top: 0;
}
#navList li:hover{
background: #0099CC;
}

.left-in{animation:left-in 1s;}
@keyframes left-in{
0% {left:-500px;}
100% {left:0px;}
}
.right-in{animation:right-in 1s;}
@keyframes right-in{
0% {left:500px;}
100% {left:0px;}
}
.fork-github{
position: fixed; 
top: 0; 
right: 0; 
border: 0;
z-index:1031;
}
.blogStats{
margin-right:70px
}