/*鼠标*/
body {
	background: rgb(229, 230, 208);
	cursor: url('//file.alonesky.com/images/blog/pointer.cur'), auto;
}
a,a:hover {
	cursor: url('https://file.alonesky.com/images/blog/hand.cur'), auto;
	text-decoration: none !important;
}
/*文章内容块*/
#topics {
	background: #F5F5F5;
}
/*分类*/
#sidebar_scorerank li {
	padding: 0 20px 0;
}
.sidebar-block ul li {
	padding: 0;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.sidebar-block ul li a {
	padding: 0 20px 0;
	display: block;
}
/*我的标签*/
#sidebar_toptags .catListTag a:hover {
	color: #fff;
}
/*第二页顶部分页*/
#homepage_top_pager {
	display: none;
}
/*下一页*/
#nav_next_page a {
	background-color: #169fe6;
	height: 40px;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	border-radius: 0;
}
/*分页公共*/
.topicListFooter .pager {
	font-size: 18px;
	color: #777;
}
.topicListFooter .pager a {
	margin: 0 10px;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	color: white;
	background-color: #169FE6;
	text-shadow: 1px 1px 1px #666;
	border: none !important;
	border-radius: 0;
}
.topicListFooter .pager a:hover, .topicListFooter .pager span {
	text-decoration: none;
	background-color: #008AD1;
	border-radius: 0;
	margin-top: 0;
}
/*导航去掉阴影*/
#navList a:link {
	text-shadow: none;
}
/*日历*/
#blogCalendar tr td>a {
	display: block;
	height: 2rem;
	line-height: 2rem;
	background: #ff6600;
	color: #fff;
}
u {
	text-decoration: none;
	color: #fff;
}
/*日历上一月下一月*/
.CalNextPrev a {
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: rgba(255, 255, 255, .3) !important;
	color: gray !important;
}
/*日历星期*/
#blogCalendar tr th {
	display: block;
	float: left;
	width: 14.2%;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	border: none;
	line-height: 2rem;
	height: 2rem;
	background: #169fe6;
}
/*日历天数*/
#blogCalendar tr:nth-child(n+2) td {
	display: block;
	width: 14.2%;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-size: 1rem;
	background: #fff;
	float: left;
}
/*今日*/
#blogCalendar tr:nth-child(n+2) td.CalTodayDay {
	background: #169fe6;
	color: #fff;
}
/*顶部标语*/
#top-qoute-container {
	position: relative;
	z-index: 9000;
	margin-top: -2em;
	padding: 4em 0 1.4em 0;
	text-align: center;
	background: #555;
	font-family: "Kelly Slab";
	font-size: 24px;
	color: #eee;
	text-shadow: -1px -2px 1px black;
	transform: skewY(3deg);
	-webkit-transform: skewY(3deg);
	box-shadow: 0 2px 10px black;
}
/*右侧搜索*/
#widget_my_zzk {
	padding: 15px 0 15px 15px;
}
/*3D标签云*/
.tagBall {
	background: #24313d;
	position: relative;
	width: 290px;
	height: 210px;
	margin: 0 auto;
}
.tagBall a {
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: Microsoft YaHei;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 6px;
}
.tagsList a:hover {
	color: #FF0000;
	letter-spacing: 2px;
}
/*返回顶部*/
.top {
	display: none;
	position: fixed;
	z-index: 104;
	bottom: 10%;
	right: 100px;
	padding: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	background: #dddec2;
	color: #696b53;
	border-radius: 30px;
	-moz-transition: all 0.26s ease-out 0s;
	-webkit-transition: all 0.26s ease-out 0s;
	opacity: .75;
        text-align: center;
        vertical-align: middle;
}
/*
#sidebar_categories {
	position: absolute;
	left: 3.6%;
	top: 55.6%;
}
*/
/*导航菜单下h1空白*/
.entrylist h1{height:auto}
.topicListFooter{height:auto}