/* 隐藏掉的部分*/
#sidebar_topcommentedposts,#topdigg_posts_wrap,#sidebar_toptags,#sidebar_shortcut,#widget_my_google{
	display: none;
}
/* 标题框改动*/
.postTitle{
	height: 26px;
	line-height: 25px;
}
.postTitle>a.postTitle2:after{
	content: url(https://qzonestyle.gtimg.cn/aoi/skin/img/skin-gif/35-music-sonic.gif?max_age=19830212&d=20170307143431);
	margin: 0 5px;
}

/* 标题框颜色动画*/
.postTitle>a.postTitle2{
	font-size: 19px;
	font-weight: bolder;
	text-decoration: none;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.postTitle>a.postTitle2:link{
	color: #192835;
}
.postTitle>a.postTitle2:hover{
	color: #1ec7e6;
	font-size: 20px;
}
.postTitle>a.postTitle2:visited{
	color: #989387;
}
.postTitle>a.postTitle2:active{
	color: #ed8eae;
}

/* 日期颜色*/
.CalTodayDay {
    color: #1ec7e6;
}

/* 导航样式*/
#navList a:link, #navList a:visited, #navList a:active{
	font-size: 19px;
	position: relative;
}
#navList a:hover{
	color: #1ec7e6;
	animation:mymove .5s infinite;
	-webkit-animation: mymove .5s ease-in-out; /*Safari and Chrome*/
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode: forwards;
}

@keyframes mymove
{
	0% {top:0px;}
	100%{top:-5px;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
	0% {top:0px;}
	100%{top:-5px;}
}

/* 大标题*/
#Header1_HeaderTitle{
	color: #1ec7e6 !important;
	position: relative;	
    animation: animated_div 5s 1;
    -moz-animation: animated_div 5s 1;
    -webkit-animation: animated_div 5s 1;
	text-decoration: none;
}

@keyframes animated_div{
	0% {
	    color: #269ABC;
	}
	25% {
	    color: #2B542C;
	}
	50% {
	    color: chartreuse;
	}
	55% {
	    color: fuchsia;
	}
	70% {
	    color: gold;
	}
	100% {
	    color: #1ec7e6;
	}
}
/*自定义标题*/
.my_title{
        display:none;
	font-size: 26px;
	color: #1EC7E6;
	width:100%;
	height: 30px;
	background-color: transparent;
	line-height: 30px;
	text-align: center;
	margin: 0;	
	padding: 8px;
	z-index: 999;
	position: absolute;
	top: 0;
}