/*
 * CSS Definition of ks-pe.com, 2008-2010.
 * Maintained by KEVIN SHEEP.
 *
 */

/*==默认样式重置(CSS Reset)开始==*/
html, body {
	padding: 0;
	margin: 0 auto;
}
body, a, textarea {
	color: #333333;
	font-size: 12px;
}
body, a, input {
	font-family: "微软雅黑","宋体";
}

dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, th, td, hr, blockquote, form, label {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, strong, em {
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
}
.contentField em {
	font-style: italic;
}
.contentField strong {
	font-weight: bolder;
}
a {
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active, a:focus {
	outline: none;
}
li {
	list-style: none;
}
img {
	border: 0;
}
/*==默认样式重置结束==*/


/*==网站通用定义开始==*/

/*溢出隐藏*/
.overflow_hidden {
    overflow: hidden;
}
/*间隔空白*/
.spacing {
	font-size: 0px;
	visibility: hidden;
	line-height: 10px;
	height: 10px;
}
.spacing {
	background-color: #fff;
	visibility: visible;
}
/*图片容器*/
.showPic, .showPic div, .showPicL, .showPicR {
	margin: auto;
	text-align: center;
}
.showPicL {
	float: left;
}
.showPicL2 {
	float: left;
	display: inline;
	margin-left: 16px;
}
.showPicR {
	float: right;
}
.altPic {
	margin: auto;
	text-align: center;
}

/*清除浮动*/
.clearbox {
	border-top: 1px solid transparent !important;
	margin-top: -1px !important;
	margin-top: 0px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	border: 0px;
	visibility: hidden;
}

/*位置导航*/
.location {
	background-color: #f4f4f4;
	height: 20px;
}
	.location .arrLinks {
		display: inline;
		float: left;
	}
/*箭头链接*/
.arrLinks {
	padding-left: 7px;
}
	.arrLinks a, .arrLinks span, .styleSwitch span {
		background: url(Images/arrow.png) no-repeat left -150px;
		color: #ffffff;
		display: inline;
		float: left;
		height: 20px;
		line-height: 20px;
		padding-left: 9px;
		margin-left: -7px;
	}
	.styleSwitch a {
		color: #3274d0;
	}
	.arrLinks a:hover, .arrLinks .highlight {
		background-position: left -350px;
		text-decoration: none;
	}
	.arrLinks .on, .arrLinks .on {
		background-position: left -100px;
	}
	.arrLinks em, .styleSwitch em {
		background: url(Images/arrow.png) no-repeat right -50px;
		display: inline;
		height: 20px;
		float: left;
		padding: 0 11px 0 4px;
	}
	.arrLinks a:hover em, .arrLinks .highlight em {
		background-position: right -300px;
	}
	.arrLinks .on em, .arrLinks .on:hover em {
		background-position: right 0px;
	}
	.arrLinks .first {
		background-position: left -250px;
		padding-left: 3px;
	}
	.arrLinks a.first:hover {
		background-position: left -400px;
	}
	.arrLinks .first em {
		background-position: right -50px;
		padding-left: 3px;
	}
	.arrLinks span.firstOn, .arrLinks a.firstOn, .styleSwitch span.firstOn {
		background-position: left -200px;
		padding-left: 3px;
	}
	.styleSwitch .firstOn {
		margin-right: 10px;
	}
	.arrLinks .firstOn em, .styleSwitch .firstOn em {
		background-position: right 0px;
	}
	.arrLinks .pre, .arrLinks .next {
		display: none;
	}

/*样式选择*/
.styleSwitch {
	display: inline;
	float: right;
}
	.styleSwitch ul, .styleSwitch li {
		display: inline;
		float: left;
	}
	.styleSwitch ul {
		position: relative;
	}
	.styleSwitch li {
		line-height: 18px;
		padding-bottom: 2px;
		margin-right: 6px;
		position: relative;
		z-index: 10;
	}
	.styleSwitch .selectedLava, .styleSwitch .backLava {
		background: url(Images/underline.gif) repeat-x left 18px;
	}
	.styleSwitch a:hover {
		text-decoration: none;
	}
	.styleSwitch li.backLava {
		position: absolute;
		margin: 0;
		z-index: 1;
	}

/*列表样式*/
#sideNav {}
	#sideNav ul {
		padding: 1px 0 5px;
	}
	#sideNav li {
		line-height: 24px;
		padding-left: 8px;
	}
	#sideNav li:hover {
		background-color: #f4f4f4;
	}
	#sideNav li, #sideNav li a {
		color: #3274d0;
	}
	#sideNav li a:hover {
		text-decoration: none;
		color: #d03232;
	}
.rssLink {
	float: right;
	width: 30px;
	height: 24px;
	background: url(Images/icon_rss.gif) no-repeat left 9px;
}
.rssLink:hover {
	background-position: left -41px;
}

.hotList, .randomList {
	padding: 5px 0 10px;
	line-height: 20px;
}
	.hotList li, .randomList li {
		background: url(Images/icon.gif) no-repeat -3px -393px;
		border-bottom: 1px dotted #cccccc;
		padding-left: 15px;
	}
	.hotList li:hover, .randomList li:hover {
		background-color: #f5f5f5;
	}
	/*.randomList li {
		overflow: hidden;
		white-space: nowrap;
	}*/
	.hotList li:hover, .randomList li:hover {
		background-position: -3px -493px;
	}
		.hotList, .hotList a, .randomList, .randomList a {
			color: #888888;
		}
		.hotList a:hover, .randomList a:hover {
			color: #3274d0!important;
			text-decoration: none;
		}
		.hotList .comments {
			background: url(Images/icon.gif) no-repeat left -149px;
			padding-left: 15px;
		}
		.hotList .comments:hover {
			background-position: left -100px;
		}
#randomListBox .more {
	background: url(Images/icon_refresh.gif) no-repeat 7px 5px;
	color: #ffffff;
	cursor: pointer;
	float: right;
	padding-left: 22px;
	padding-right: 8px;
	font-weight: normal;
}
#randomListBox .more:hover {
	background-color: #28a900;
}
.colorfulTags {
	padding: 6px 5px;
	line-height: 22px;
}
	.colorfulTags a {
		margin-right: 8px;
		padding: 0 3px;
		display: inline-block;
		/*white-space: nowrap;*/
	}
	.colorfulTags a:hover {
		text-decoration: none;
		background-color: #57d032;
		color: #fff;
	}
	.colorfulTags .tagS1 {
		color: #aaa;
	}
	.colorfulTags .tagS1:hover {
		background-color: #aaa;
	}
	.colorfulTags .tagS2 {
		color: #444;
	}
	.colorfulTags .tagS2:hover {
		background-color: #444;
	}
	.colorfulTags .tagS3 {
		color: #3274d0;
	}
	.colorfulTags .tagS3:hover {
		background-color: #3274d0;
	}
	.colorfulTags .tagS4 {
		color: #c00;
	}
	.colorfulTags .tagS4:hover {
		background-color: #c00;
	}
	.colorfulTags .tagS5 {
		color: #57d032;
	}
	.colorfulTags .tagS6 {
		color: #f90;
	}
	.colorfulTags .tagS6:hover {
		background-color: #f90;
	}
	.colorfulTags .tagS7 {
		color: #da1dc6;
	}
	.colorfulTags .tagS7:hover {
		background-color: #da1dc6;
	}
	.colorfulTags .tagS8 {
		color: #45beb7;
	}
	.colorfulTags .tagS8:hover {
		background-color: #45beb7;
	}
/*==网站通用定义结束==*/


/*==首页定义开始==*/
#indexWrapper {
	width: 606px;
	margin: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -303px;
	margin-top: -250px;
}
.picMatrix {
	margin-top: 15px;
}
	.picMatrix li {
		display: inline;
		float: left;
		margin-left: 1px;
		margin-bottom: 1px;
		height: 100px;
		width: 100px;
	}
	.picMatrix li a {
		display: block;
		position: relative;
		width: 100px;
		height: 100px;
		overflow: hidden;
	}
	.picMatrix li a:hover {
		text-decoration: none;
	}
	.picMatrix li span {
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		visibility: hidden;
		width: 90px;
		height: 90px;
		line-height: 14px;
		padding: 5px;
		background-color: #3274d0;
		color: #fff;
		font-size: 9px;
		font-family: Verdana, Geneva, sans-serif;
	}
	.picMatrix li span em {
		display: block;
		font-size: 12px;
		font-family: "微软雅黑", "宋体";
		line-height: 18px;
	}
	.picMatrix li a:hover span, #maskMatrix .hover span {
		visibility: visible;
	}
	.picMatrix .wide, .picMatrix .wide a {
		width: 201px;
	}
	.picMatrix .wide span {
		width: 191px;
	}
	.picMatrix .side, .picMatrix .side a {
		width: 201px;
		height: 302px;
	}
	.picMatrix .side span {
		width: 181px;
		height: 282px;
		padding: 10px;
	}
#sideMatrix {
	overflow: hidden;
	margin-bottom: 10px;
}
	#sideMatrix .picMatrix {
		float: left;
		margin-top: 1px;
		margin-left: -1px;
	}
	#sideMatrix dt, #hotListW dt {
		background-color: #d03232;
	}
/*==首页定义结束==*/


/*==单页定义开始==*/
.atWorkTips, .errorPage {
	color: #3274d0;
	padding-left: 2px;
	position: relative;
	overflow: visible;
	line-height: 18px;
	margin-top: 3px;
}
.errorPage {
	background: url(Images/img_astonish.jpg) no-repeat 260px 0px;
	padding: 25px 340px 130px 0;
	left: -20px;
}
	.atWorkTips em {
		color: #f0f0f0;
		left: 100px;
		top: 10px;
		font-size: 48px;
		font-weight: bolder;
		font-family: Verdana, Geneva, sans-serif, "微软雅黑", "宋体";
		line-height: 100%;
		position: absolute;
		z-index: -1;
	}
	.errorPage em {
		color: #f0f0f0;
		left: 0px;
		top: 10px;
		font-weight: normal;
		font-size: 114px;
		line-height: 100%;
		font-family: Verdana, Geneva, sans-serif, "微软雅黑", "宋体";
		z-index: -1;
		position: absolute;
	}
/*==单页定义结束==*/


/*==内页定义开始==*/
#innerWrapper {
	width: 1000px;
	margin: auto;
}
#mWrapper {
	background: url(Images/bg_side.gif) repeat-y 620px 0;
}
.mainColumn {
	float: left;
}
.mainColumn {
	width: 600px;
}
.sideColumn {
	background-color: #fff;
	width: 201px;
	float: left;
	margin-left: 20px;
}
.sideColumn2 {
	background-color: #fff;
	width: 160px;
	float: right;
}

#header {
	border-bottom: 1px solid #3274d0;
	height: 90px;
	margin-bottom: 25px;
}
#showLogo {
	float: left;
}
#showLogo #showFlash {
	/*padding: 40px 0 0 0;*/
}
#menu {
	float: right;
	padding-top: 68px;
}
	#menu a {
		position: relative;
		border: solid #3274d0;
		border-width: 2px 1px 0 0;
		color: #3274d0;
		float: left;
		font-size: 13px;
		height: 21px;
		line-height: 21px;
		padding: 0 16px;
		margin-left: 2px;
		position: relative;
	}
	#menu a:hover {
		color: #57d032;
		border-color: #57d032;
		text-decoration: none;
	}
	#menu a.on {
		background-color: #3274d0;
		color: #ffffff;
	}
	#menu a.on:hover {
		background-color: #57d032;
		color: #ffffff;
	}
	#menu .first {
		border-left-width: 1px;
	}
	#menu a em {
		position: absolute;
		top: -20px;
		left: 0;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 9px;
		color: #f00;
		white-space: nowrap;
	}
	#menu #switchScreen {
		background-image: url(Images/icon_screen.gif);
		background-repeat: no-repeat;
		font-size: 10px;
		font-family: Verdana, Geneva, sans-serif;
		border-color: #d03232;
		color: #d03232;
	}
	#menu a.normal, #menu a.wide:hover {
		background-position: 2px -44px;
		padding: 0 0 0 20px;
		width: 60px;
	}
	#menu a.wide, #menu a.normal:hover {
		background-position: 12px 6px;
		padding: 0 0 0 30px;
		width: 50px;
	}

/*搜索框*/
.searchBox {
	float: right;
	padding-top: 68px;
	margin-left: 15px;
	width: 160px;
}
	.searchBox .inputText {
		border: dotted #999999;
		color: #999999;
	}
	.searchBox .inputTextOn {
		border: dotted #3274d0;
		color: #3274d0;
	}
	#sbi {
		border-width: 1px 0 1px 1px;
		float: left;
		height: 18px;
		line-height: 18px;
		padding: 0 0 0 3px;
		width: 136px;
	}
	#sbi:hover {
		border-color: #57d032;
		border-style: solid;
	}
	#sbb {
		background: #3274d0 url(Images/icon_zoom.gif) center no-repeat;
		border: none;
		cursor: pointer;
		height: 20px;
		width: 20px;
		float: left;
	}
	#sbb:hover {/*Not Available For IE6*/
		background-color: #57d032;
	}

/*日志列表样式*/
.blogList {}
	.blogList li {
		padding-bottom: 10px;
	}
	.blogList .list_title {
		/*background: url(Images/divline_blue.gif) repeat-x left 28px;*/
		min-height: 54px;
		position: relative;
		margin-top: 16px;
		border-top: 1px dotted #3274d0;
	}
		.blogList .date {
			background: #ffffff url(Images/bg_date.gif) no-repeat right top;
			border: 1px solid #3274d0;
			color: #3274d0;
			float: left;
			text-align: center;
			height: 52px;
			width: 44px;
			position: absolute;
			right: 0;
			top: -1px;
		}
			.blogList .month {
				font-weight: bolder;
				font-size: 10px;
				font-family: "微软雅黑";
			}
			.blogList .day {
				font-weight: bolder;
				font-size: 16px;
				padding-bottom: 2px;
				font-family: Georgia, "Times New Roman", Times, serif;
			}
			.blogList .year {
				font-size: 11px;
				font-family: Verdana, Geneva, sans-serif;
			}
		.blogList .date em {
			display: block;
		}
		.blogList .list_title h3 {
			line-height: 28px;
			padding-top: 4px;
			/*margin-left: 56px;*/
		}
		.blogList .list_title h3 sup {
			font-size: 11px;
			margin-left: 5px;
			background-color: #3274d0;
			-moz-border-radius: 3px 3px 3px 3px;
			-webkit-border-radius: 3px;
			padding: 0 3px 0 2px;
			font-family: Tahoma, Verdana, Geneva, sans-serif, "微软雅黑";
			color: #fff;
			text-shadow: none;
		}
		.blogList .list_title h3, .blogList .list_title h3 a {
			color: #3274d0;
			font-size: 18px;
			font-family: "微软雅黑";
			text-shadow: 0 0 2px #aaa;
		}
		.blogList .list_title h3 a:hover {
			color: #fff!important;
			-moz-border-radius: 5px 5px 5px 5px;
			-webkit-border-radius: 5px;
			background-color: #3274d0;
			text-decoration: none;
			text-shadow: none;
		}
		.blogList .info {
			color: #999;
			line-height: 20px;
			overflow: hidden;
			/*margin-left: 52px;*/
		}
			.blogList .info em {
				/*background: url(Images/icon.gif) no-repeat left 7px;*/
				padding-right: 12px;
				float: left;
			}
			.blogList .info a {
				color: #999;
				text-decoration: underline;
			}
			.blogList .info a:hover {
				color: #3274d0;
			}
			.blogList .info .author {
				background-position: left -42px;
			}
			.blogList .info .comments {
				background-position: left -93px;
			}
			.blogList .info .folder {
				background-position: left -293px;
			}
			.blogList .info .update {
				color: #48ab29;
				background-position: left -343px;
			}
			#toDigg {
				background-position: left -593px;
			}
			#toUnDigg {
				background-position: left -643px;
			}
	.blogList .list_thumb {
		padding-top: 10px;
		overflow: hidden;
	}
	.blogList .list_intro {
		padding: 5px 5px 10px 0;
		line-height: 20px;
	}

.blogListSim {
	padding: 10px 0;
}
	.blogListSim li {
		background: url(Images/icon.gif) no-repeat left -242px;
		padding-left: 17px;
		line-height: 24px;
	}
	.blogListSim .divline {
		margin-bottom: 12px;
	}
	.blogListSim li:hover {
		background-position: left -192px;
	}
		.blogListSim li a:hover {
			color: #3274d0;
			text-decoration: none;
		}
		.blogListSim .date {
			color: #3274d0;
			font-size: 11px;
			font-style: italic;
			font-family: Verdana, Geneva, sans-serif;
			margin-left: 5px;
		}



/*评论样式*/
.WHCList dt {
	border-bottom: 1px solid #3274d0;
	clear: both;
	color: #3274d0;
	line-height: 24px;
	height: 24px;
}
	.WHCList dt em {
		float: left;
		/*border: solid #3274d0;
		border-width: 1px 1px 0;
		padding: 0 8px;*/
	}
	.WHCList dt strong {
		font-weight: bolder;
	}
	.WHCList dd {
		color: #555555;
	}
		.WHCList .info {
			height: 26px;
			line-height: 26px;
			overflow: hidden;/*IE7*/
		}
		.WHCList .info em {
			margin-right: 6px;
		}
		.WHCList .floor {
			padding-left: 6px;
		}
		.WHCList .con {
			background-color: #f4f4f4;
			line-height: 20px;
			padding: 4px 10px 4px 4px;
		}
		.WHCList .con strong {
			border-bottom: 1px dotted #666;
			margin-right:5px;
		}
		.WHCList .con blockquote {
			color: #3274d0;
			padding-left: 26px;
		}
		.WHCList .con blockquote a, .WHCList .con blockquote a:visited {
			color: #3274d0;
			text-decoration: underline;
		}
		.WHCList .info .ip {
			color: #aaaaaa;
			float: right;
			font-family: Verdana, Geneva, sans-serif;
			font-style: italic;
			font-size: 11px;
			margin-right: 10px;
		}
			.WHCList .con .icon {
				background: url(Images/icon.gif) no-repeat left -150px;
				display: inline-block;
				width: 15px;
				height: 9px;
			}
	
#commentform textarea {
	overflow: auto;
	height: 80px;
	width: 598px;
	margin-bottom: 4px;
}
#commentform .tips {
	color: #d03232;
	line-height: 24px;
	float: right;
	margin-right: 9px;
}
#commentUsername, #commentEmail {
	color: #3274d0;
	width: 140px;
	margin-right: 3px;
}
#commentValidCode {
	width: 60px;
	margin-left: 5px;
	vertical-align: middle;
}
#commentContnet, #commentUsername, #commentEmail, #commentValidCode {
	border: 1px solid;
	border-color: #999 #ddd #ddd #999;
}
#commentUsernameBlock, #commentEmailBlock {
	margin-right: 15px;
}
	#commentUsernameBlock em, #commentEmailBlock em {
		color: #cccccc;
		font-style: italic;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 10px;
	}
#publish_msg, .RunableCode a, .CopyableCode a, #gIframe .inputbutton {
	background: url(Images/btn.gif) no-repeat left top;
	color: #3274d0;
	float: right;
	width: 59px;
	height: 20px;
	padding-left: 7px;
	line-height: 20px;
	border: none;
	text-decoration: none;
}
.RunableCode a, .CopyableCode a {
	display: inline-block;
	float: none;
	margin: 3px 5px 0 0;
}
#publish_msg:hover, .RunableCode a:hover, .CopyableCode a:hover, #gIframe .inputbutton:hover {
	background-position: left -100px;
	color: #ffffff;
	text-decoration: none;
}
#gIframe .inputbutton {
	padding: 0;
	width: 66px;
	cursor: pointer;
	float: none;
}
/*评论表情*/
#showFaces {
	/*margin-top: 15px;*/
	/*padding-left: 4px;*/
}
	#showFaces a {
		background: url(Images/faces.png) no-repeat left top;
		cursor: pointer;
		float: left;
		height: 19px;
		width: 19px;
		margin: 0 5px 5px 0;
	}
	.WHCList .con .face {
		background: url(Images/faces.png) no-repeat left -20px;
		cursor: pointer;
		float: left;
		height: 19px;
		width: 19px;
		margin: 0 4px 0 0;
	}
	.WHCList .con span em {
		display: none;
	}
#commentTarget {
	margin-top: 28px;
}

/*DIGG*/
#showDigg {
	margin: 40px 0 30px;
	background-color: #f7f7f7;
}
	#showDigg h6 {
		color: #999;
		padding-left: 15px;
		margin-top: 5px;
		float: left;
	}
	#showDigg dt {
		padding-left: 18px;
		background: url(Images/icon.gif) no-repeat;
	}
	#showDigg dt span {
		color: #999;
	}
	#showDigg dd {
		background-color: #fff;
		color: #999;
		padding: 1px;
	}
	#showDigg dd span {
		display: block;
		height: 5px;
	}
	#showDigg dl {
		cursor: pointer;
		width: 270px;
		padding: 10px 15px 15px;
	}
	#showDigg dl:hover {
		background-color: #f3f3f3;
	}
	#DiggBar {
		float: left;
	}
	dl#DiggBar:hover {
		background-color: #e0edff;
	}
	#DiggBar dt {
		color: #3274d0;
		background-position: left -597px;
	}
	#DiggBar dd {
		border: 1px solid #3274d0;
	}
	#DiggBar dd span {
		background-color: #3274d0;
		width: 80%;
	}
	#unDiggBar {
		float: right;
	}
	dl#unDiggBar:hover {
		background-color: #ffdede;
	}
	#unDiggBar dt {
		color: #d03232;
		background-position: left -746px;
	}
	#unDiggBar dt {
		color: #d03232;
	}
	#unDiggBar dd {
		border: 1px solid #d03232;
	}
	#unDiggBar dd span {
		background-color: #d03232;
		width: 20%;
	}
/*内容页Tag*/
.showTags {
	padding: 5px 18px 5px 0;
	background: url(Images/icon_tag.gif) no-repeat right 9px;
	color: #3274d0;
	text-align: right;
}
	.showTags a {
		display: inline-block;
		text-decoration: underline;
		padding: 0 2px;
		color: #3274d0;
		margin-right: 5px;
	}
	.showTags a:hover {
		text-decoration: none;
		background-color: #3274d0;
		color: #fff;
		background-color: #3274d0;
	}
	
/*引用链接*/
.articleLink {
	background: url(Images/icon.gif) no-repeat right -791px;
	text-align: right;
	color: #3274d0;
	padding: 5px 18px 5px 0;
}
	.articleLink a {
		color: #3274d0;
		text-decoration: underline;
	}
	.articleLink a:hover {
		color: #fff;
		text-decoration: none;
		background-color: #3274d0;
	}

/*边栏*/
.sideBox {}
	.sideBox dt {
		background-color: #3274d0;
		color: #ffffff;
		font-weight: bolder;
		height: 20px;
		line-height: 20px;
		padding-left: 8px;
	}
	.sideBox dd {
		/*min-height: 50px;*/
	}
#uReadList {
	display: none;
	padding-bottom: 8px;
}
	#uReadList dt {
		background: #57d032 url(Images/icon_relRead.gif) no-repeat 95% 7px;
	}
	#uReadList dd {
		border: 2px solid #57d032;
	}
	#uReadList ul {
		padding: 10px 0;
		line-height: 20px;
	}
		#uReadList li {
			padding: 0 8px 0 10px;
		}
		#uReadList li:hover {
			background-color: #f7f7f7;
		}
			#uReadList li, #uReadList li a {
				color: #888;
			}
			#uReadList li a:hover {
				color: #390!important;
				text-decoration: none;
			}

.profile {
	margin-bottom: 10px;
}
.sideBanner {
/*	background:transparent url(Images/bg_infobox.gif) repeat scroll left top;
	padding: 10px 0;
*/	margin: 10px auto 0;
	text-align:center;
}
/*分页*/
.showPage {
	background-color: #f4f4f4;
	height: 20px;
	margin: 10px auto 0;
}
.showCommentPage {
	float: right;
}
	.showCommentPage, .showCommentPage a {
		color: #999999;
	}
	.showCommentPage a:hover {
		color: #3274d0;
		text-decoration: none;
	}
/*底部*/
#footer {
	margin-top: 10px;
}
.bottomBar {
	height: 24px;
	line-height: 24px;
}
	.bottomBar, .bottomBar a, .bottomBar a:visited {
		color: #ffffff;
	}
	.bottomLink {
		background-color: #3274d0;
		padding-left: 10px;
	}
	#copyright {
		background: #3274d0 url(Images/txt_kspe.gif) no-repeat 22px 6px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		padding-left: 50px;
	}
	#copyright2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		padding-left: 15px;
		color: #3274d0;
	}
	.bottomLink2 {
		height: 100px;
		padding-left: 10px;
	}
	#indexWrapper .bottomLink2 {
		padding-left: 0;
	}
		.bottomLink2 a {
			background: url(Images/txt_blink.png) no-repeat 0 -195px;
			float: left;
			height: 24px;
			width: 94px;
		}
		.bottomLink2 a:hover {
			background-position: 0 -245px;
		}
		.bottomLink2 span {
			display: none;
		}
		.bottomLink2 .wolfhole {
			background-position: 0 -295px;
			width: 63px;
		}
		.bottomLink2 .wolfhole:hover {
			background-position: 0 -345px;
		}
		.bottomLink2 .css {
			background-position: 0 -95px;
			width: 53px;
		}
		.bottomLink2 .css:hover {
			background-position: 0 -145px;
		}
		.bottomLink2 .xhtml {
			background-position: 0 5px;
			width: 92px;
		}
		.bottomLink2 .xhtml:hover {
			background-position: 0 -45px;
		}

/*加载时间*/
#loadTime {
	background-color: #57d032;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif, "微软雅黑";
	line-height: 20px;
	padding: 0 5px;
	position: absolute;
	top: 0;
	right: 0;
}

/*首页友情链接*/
#indexFL {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	background-color: #f0f0f0;
}
	#indexFL em {
		background: url(Images/arrow.png) no-repeat right top;
		display: inline;
		height: 20px;
		float: left;
		padding: 0 11px 0 4px;
		color: #fff;
	}
	#indexFL a {
		display: inline;
		height: 20px;
		padding: 0 10px;
		color: #666;
		white-space: nowrap;
	}
	#indexFL a:hover {
		text-decoration: none;
		color: #c00;
	}


/*==内页定义结束==*/
