@charset "utf-8";
li, a {
    list-style: none; /* 将默认的列表符号去掉 */
    text-decoration: none;/* 将默认的文本下划线去掉 */
    margin: 0;
    padding: 0;
    
	
}
body {
    background-image: url("https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1583745669027&di=2a9a0bafc226ef3c3ca48380442f3096&imgtype=0&src=http%3A%2F%2Fb-ssl.duitang.com%2Fuploads%2Fitem%2F201807%2F13%2F20180713180430_exnKa.jpeg");
	background-size: 70%;
	background-position: center top;	/*绝对定位，水平居中，垂直靠上*/
    background-repeat:repeat-y;		/*不重复*/
/*    background-attachment: scroll;		默认值。背景图像会随着页面其余部分的滚动而移动*/
    filter: alpha(opacity=70);	/*透明度 IE*/
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
#home {								/*主体*/
    margin: 0 auto;
    width: 65%;
    min-width: 950px;				/*最小宽度*/
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#navigator {							/*导航栏*/
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
}

#navList li {
    padding-right: 10px;
	margin-top: -17px;
	font-size: 26px;
	text-align: center;
    float: left;
}
#blog_nav_sitehome,#blog_nav_myhome,#blog_nav_newpost,#blog_nav_contact,#blog_nav_rss,#blog_nav_admin{
	padding-top: 8px;
	width:90px; 
	height:45px; 
	text-align: center;
}
#navList a{
	display: inline-block;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#navList a:hover{ 
	color: #fff; 
	background-color:#B659BF;
	-webkit-transform:rotate(10deg);
	-moz-transform:rotate(10deg);
	-o-transform:rotate(10deg);
	-ms-transform:rotate(10deg);
	transform:rotate(10deg);
}

.blogStats{
	margin-right: 30px;
	float: right;
}
#blog-calendar {
    width: 300px;
}
#mainContent {		/*主要内容*/
	width: 810px;
	float: left;
    padding: 15px;
    margin-top: 15px;
   
}

.dayTitle{
	display: none;
}
.postTitle{			/*文章标题*/
	border-left: 3px solid #925FCB;
    margin-bottom: 10px;
    font-size: 24px;
    float: left;
	
}
.postCon{
	float: left;
	text-decoration-color:#925FCB;
}
.postTitle2{
	margin-left: 15px;
}
.postTitle a{
	display: inline-block;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.postTitle a:hover{ 
	
	-webkit-transform:translate(20px);
	-moz-transform:translate(20px);
	-o-transform:translate(20px);
	-ms-transform:translate(20px);
	transform:translate(20px);
}
.postDesc{
	margin-top: 20px;
        margin-bottom: 20px;
}
.postDesc a{
	color: #000;
}
.postDesc a:hover{
	color: #925FCB;
}
#sideBar{			/*公告*/
	float:right;
	padding: 7px;
        margin-top: 10px;
        width: 300px;
}
#blog-news{
	margin-left: 5px;
}
#blog-news a{
	color: #000;
}
#blog-news a:hover{
	color: #925FCB;
}
#blog-calendar {
    width: 228px;
    padding-bottom: 5px;
    margin: 35px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ededed;
}
.CalTitle {
    background: none;
    width: 100%;
    height: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    color: #FFF;
}
.CalTitle td {
    background: rgba(245,245,245,0.3) !important;
    border: 0px !important;
    color: #5E5F63;
    font-family: "Comic Sans MS";
}
#blog-calendar th {
    font-size: 12px;
}
#blog-calendar td {
    font-size: 12px;
    font-family: Consolas;
}
.CalDayHeader {
    background: rgba(245,245,245,0.3) !important;
    font-weight: 100;
    color: #5E5F63;
}
.CalOtherMonthDay {
    color: #ccc;
    padding-top: 4px;
    padding-bottom: 4px;
}
.CalWeekendDay {
    padding-top: 4px;
    padding-bottom: 4px;
}
#catListLink li{
	margin-top: 6px;
	font-size: 14px;
	text-align: center;
	float: left;
    	
}
#footer{
	margin-top: 20px;
	text-align: center;
}
