/*****调整原有博客页面元素高度位置等等*****/
#header {
        height: 50px;
}
#blogTitle {
	height: 0px;
}
#blogTitle h1 {
	font-size: 0px;
        height: 0px;
}
#blogTitle h2 {
	font-size: 0px;
}
#navigator {
	height: 30px;
}
#navList {
	min-height: 30px;
        margin: 10px 0 0 20px;
}
#navList li {
	float: left;
	line-height: 27px;
}
#navList a {
	padding: 0 10px;
        font-size: 23px;
}
body {
background: #D2E8F8
}
/*****导航菜单鼠标悬停透明*****/
#navList a:hover {
    background-color: #00000000;/*背景透明*/
    color: #FF5E52;/*字体颜色*/
}

#navigator {
    background-color: #0184b3;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
}


#mainContent {
    width: 74%;
    margin: 0 0 0 2%;
}

#sideBar {       
	margin: 0 0 0 20px;
        width: 22%;
}

/*****自定义日期栏*****/
#blog-calendar .Cal, #calendar .Cal {
    line-height: 1.5em;
    border-top: 8px solid #f33324;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*****边侧栏整体宽度*****/
.sidebar-block {
}

/*****自定义公告栏的CSS*****/
#profile_block_my:hover {   
	border: 1px solid #ff5e52;
}
#profile_block_my {   
	background: #fff;   
	padding: 14px;   
	color: #7e8c8d;    
	font-size: 13px;   
	line-height: 1.8;    
	margin-top: 0 !important;    
	border: 1px solid #dedede;
}
#profile_block_my {  
	margin-top: 5px;    
	line-height: 1.5;    
	text-align: left;
}

.sidebar-block h3 {    
	padding: 2px 12px;
}



/*****“找找看”文本键入框宽度*****/
#widget_my_zzk {
    padding: 1px 0 1px 1px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    margin: 0 !important;
}
#sidebar_search_box input[type="text"] {
    width: 61.3%;
}

/*****“蓝色底标签的高度调整*****/
.catListTitle {   
	padding: 1px 20px;
}



/*****“使随笔档案等边框栏目内容更为紧凑*****/
.sidebar-block ul li {
    padding: 0px 12px 0px 12px;
}

/*****广告的背景设置为与底色背景一致*****/
#under_post_news {
    background-color: #D2E8F8;
}
#under_post_kb {
    background-color: #D2E8F8;
}

/*****一键返回顶部*****/
#back-to-top {
    background-color: #FF5E52;
    bottom: 0;
    box-shadow: 0 0 6px #FF5E52;
    color: #fff;
    padding: 10px 7px;
    position: fixed;
    right: 0px;
    cursor: pointer;
}