#home{
    width:1200px;
    position:relative;
    box-shadow: 0 0 20px;
    margin:0 auto!important;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#Header1_HeaderTitle{
    padding: 5px;
    font-size:28px;
    color: #f7fff6;
}

#header{
    margin-bottom: 20px;
}


#header, #footer{
    color: #f7fff6;
    padding: 5px;
    border-radius: 10px;
    background: #003985;
    box-shadow: 0 0 10px;
}

#sideBar{
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    padding: 10px;
}
#sideBar:hover{
    box-shadow:  0 0 10px rgba(187, 187, 187, 0.56);
}

.day, .entrylistItem{
    width:auto;
    box-shadow: 0 0 10px #939393;
    border: 1px solid #bbbbbb;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 20px;
    padding: 10px;
}
.day:hover, .entrylistItem:hover{
    border-color: dodgerblue;
}

.day a{
    color: #85720d;
    font-size: 20px;
}

.day a:hover{
    color: #bec023;
    text-decoration: none;
}


.entrylistItem a{
    color: #85720d;
    font-size: 20px;
}

.entrylistItem a:hover{
    color: #bec023;
    text-decoration: none;
}

.postTitle a{
    font-size: 18px;
    margin: 10px;
}

.postTitle a:hover{
    color: #bec023;
}

.postBody, .PostList{
    border: 1px;
    box-shadow:  0 0 10px rgba(187, 187, 187, 0.56);
}

.postBody, .PostList div{
    font-size: 16px;
    margin: 20px;
    padding: 20px;
}

.PostList a{
    color:#85720d;
}