body {
    background-image: url('');
    background-repeat: repeat;
    background-color: #fffdfa;
}

a:hover{
text-decoration:none;
}

#header {
    height: 80px;
    width: 100%;
    background-color: white;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px grey;
zIndex:1;
}

#navList li {
    float: left;
    margin-right: 25px;
    display: inline;
    margin-top: 15px;

}

#navList li a {
    font-size: 20px;
    text-decoration: none;
    color: #3399ff;
    padding: 10px;
    background-color: white;
}

#navList li a:hover{
	background-color:white;
	margin-top:-2px;
	padding-bottom:12px;
	opacity:1; 
        font-weight:bold;
color:#3399ff;
	}

#navigator, #blogTitle, #main, #footer {
    width: 1100px;
    position: relative;
    margin: 0 auto;
}

#mainContent {
    width: 865px;
    background: white;
    box-shadow: 0px 0px 8px transparent;
    -moz-box-shadow: 0px 0px 8px transparent;
    -web-kit-shadow: 0px 0px 8px transparent;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -web-kit-shadow: 6px;
    float: left;
    display: inline-block;
z-index:10;
}

.dayTitle {
    border: 0px solid transparent;
    position: relative;
    top: -20px;
    width: 100px;
    left: -20px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 8px;
}

.dayTitle a {
    color: rebeccapurple;
}

.dayTitle a:hover {
    font-weight:bold;
}

.postTitle a:link, .post-title a:visited, .postTitl2 a:link, .postTitl2 a:visited, .entrylistPosttitle a:link, .entrylistPosttitle a:visited {
    color: #3399ff;
}

.postTitle2:hover{
color: #3399ff;
font-weight:bold;
}

.blogStats {
    color: #CACACA;
    font-size: 12px;
    text-align: right;
    padding-top: 25px;
}

.topicListFooter {
    padding: 0px;
}

.day {
    background: white;
    padding: 32px;
    margin: 5px;
    border: 1px solid darkgray;
    box-shadow: 2px 2px 5px darkgrey;
    border-radius: 5px;
}

.day:hover{
box-shadow: 2px 2px 5px #3399ff;
}

#sideBar {
    width: 200px;
    padding: 16px;
    display: inline-block;
    overflow: hidden;
    color: #2D2D2D;
    background-color: white;
    box-shadow: 2px 2px 5px grey;
    border-radius: 5px;
}

#main {
    margin-top: 6px;
    background-color: transparent;
    margin-bottom: 0px;
}

.catListTitle{

background-image:url("https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1562300534900&di=9f26a31d7f2f54b4e203b42f2e4fc5ac&imgtype=0&src=http%3A%2F%2Fimg5.duitang.com%2Fuploads%2Fitem%2F201410%2F03%2F20141003095316_EXGrz.thumb.224_0.jpeg");
}