/*====================================================
	www.onekb.com 导航页公用CSS
====================================================*/
html,body {
  color: #505050;
  line-height: 1.75em;
  background: #ebebeb;
 /*  height: 1000px; 让页面撑满窗口  */
 /*  position: relative; */
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3",
   "WenQuanYi Micro Hei", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}

.bodyAndbgImg{
    background-image: url('<%=backgroundimgurl%>');
    background-size:100% 100%;
	background-repeat:no-repeat;
}

/* header */
.main-header {
  min-height: 70px;
  margin-top: 0px;
  margin-bottom:10px
}

section{
	min-height: 750px;
	margin-top: 0.5px;
	margin-bottom: 5px;
	border-bottom:2px;
	overflow:hidden
}

.clear{ clear:both}

/* footer */
.main-footer {
  /* height:20%; */ 
  background: #f8f8f8;
  color: #959595;
  /* border-top: 1px solid #ddd;  */
  /* border-top: 1px solid ; */
  text-align: center;
  position: relative; 
    top: 1px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}



.main-footer .widget .title {
  color: black;
}
.main-footer .widget .tag-cloud a {
  border: 1px solid #303030;
}
.main-footer .widget .tag-cloud a:hover {
  border: 1px solid #e67e22;
}
.main-footer .widget .friend-links a {
  border: none;
}
.main-footer .widget .friend-links a:hover {
  border: none;
}

.main-footer .widget .recent-post .recent-single-post {
  border-bottom: 1px dashed #303030;
}
.main-footer .widget .recent-post .recent-single-post .post-title {
  color: #959595;
}
.main-footer .widget .recent-post .recent-single-post .post-title:hover {
  color: #e67e22;
}

.main-footer .widget .recent-post .recent-single-post .date {
  color: #505050;
}

.copyright {
  background: #f8f8f8;
  font-size: 13px;
  text-align: center;
  color: #555555;
  padding-top: 18px;
  padding-bottom: 18px;
}

.copyright span {
  margin: 0.5em;
}

.copyright a {
  color: #555555;
}

