#Header1_HeaderTitle {
    font-size: xx-large;
    font-weight: bold;
    color: #DEB887;
    font-family: Verdana, Geneva, sans-serif;
    text-shadow: 4px 3px 5px #999;
    text-decoration: none;
}

#blogTitle h2 {
    text-indent: 2em;
    font-size: large;
    font-weight: unset;
    color: gray;
    border-bottom: gray thin dashed;
}



#navList {
    height: 3em;
}

#navList>li {
    float: left;
    list-style: none;
    display: inline-block;
    padding: 0.5em 1em;
    margin: 0 0.5em;
    background-color: #D2B48C;
    border: #090 thin solid;
    box-shadow: 2px 2px 2px 2px #999;
    border-radius: 0em 1em 0em 1em;
    transition: background-color 1s;
}

#navList>li:hover {
    background-color: #B0926A;
}

#navList>li>a {
    color: #8B4513;
    font-weight: bold;
    text-shadow: 0px 0px 2px #999;
    text-decoration: none;
}

#navList>li>a:hover {
    color: white;
}

.blogStats {
    clear: both;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

#main {
    /*width: 1300px;*/
    margin: auto;
    position: relative;
}

.postTitle>a:hover::before {
    content: "《";
}

.postTitle>a:hover::after {
    content: "》";
}
.day:hover {
    border: thin solid black;
    background-color:#C1A37B;
}

.dayTitle {
    float: right;
}

.dayTitle>a {
    color: gray;
    text-decoration: none;
}


.day, .entrylistItem {
    background-color:#D2B48C;
    //margin: 2em;
    padding: 0.5em;
    padding-bottom: 2em;
    border: green thin solid;
    box-shadow: 2px 2px 2px 2px #999;
    border-radius: 0 2em 0 0;
    /*width: 750px;*/
    transition: all 0.5s;
}




#calendar {
	width: 14em;
}
#calendar .Cal {
	width: 100%;
	line-height: 1.5em;
}
.Cal {/**日历容器table**/
	border: none;
	color: #666;
}
#calendar table a:link, #calendar table a:visited, #calendar table a:active {
	font-weight: bold;
}
#calendar table a:hover {
	color: white;
	text-decoration: none;
	background-color: #F60;
}
.CalTodayDay{/**今天日期样式**/
	color:#f60;
}
#calendar .CalNextPrev a:link,#calendar  .CalNextPrev a:visited, #calendar .CalNextPrev a:active {/**上个月、下个月箭头样式**/
	font-weight: bold;
	background-color: white;
}
.CalDayHeader{
	border-bottom:1px solid #ccc;	
}
.CalTitle{/**日历年月头部样式**/
	width:100%;
	background:#DEB887;
	color:black;
	border-bottom:1px solid #666;	
}