body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
a:hover {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style0 {
	color: #6c6c6c;
	font-size: 12px;
	font-family: tahoma;
	line-height:15px;
	font-weight: bold;
}
.style00 {
	color: #6c6c6c;
	font-size: 12px;
	font-family: tahoma;
	line-height:16px;
	text-decoration: none;
}
.style1 {
	color: #6c6c6c;
	font-size: 11px;
	font-family: tahoma;
	line-height:18px
}
.style2 {
	color: #007FC1;
	font-size: 11px;
	font-family: tahoma;
}
.style3 {
	color: #ffffff;
	font-size: 9px;
	font-family: tahoma;
}
.style4 {
	color: #6c6c6c;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none;
}
.dark1{
	color:#1B1B1B;
	font-family:Tahoma;
	font-size:13px;
	text-decoration:none;
	line-height: 26px;/* 行间距*/
	word-spacing:4px;/* 字间距*/
	/* text-indent:2em; 首行缩进2个汉字*/
}
.tb1{ border:1px dotted #C7C7C7;}

a img
			{ 
				border:none;
			}
/*
p:first-letter{
 padding: 6px;
 font-size: 32pt;
 float: left;
}
首字下沉
*/

.thumbnail{ 
position: relative; 
z-index: 0; 
} 

.thumbnail:hover{ 
background-color: transparent; 
z-index: 50; 
} 

.thumbnail span{ /*CSS for enlarged image*/ 
position: absolute; 
background-color: lightyellow; 
padding: 1px; 
left: -1000px; 
border: 1px dashed gray; 
visibility: hidden; 
color: black; 
text-decoration: none; 
} 

.thumbnail span img{ /*CSS for enlarged image*/ 
border-width: 0; 
padding: 2px; 
} 

.thumbnail:hover span{ /*CSS for enlarged image on hover*/ 
visibility: visible; 
top: 0; 
left: 55px; /*position where enlarged image should offset horizontally */ 

} 


/*图片边框*/
.img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.img01 {
	background: #fff;
	border: solid 1px #67b22f;
	padding: 4px;
	filter:progid:DXImageTransform.Microsoft.Shadow
(Color=#67b22f,Direction=-30,strength=2);
}
.img02 {
	background: #fff;
	border: solid 1px #ff9900;
	padding: 4px;
	filter:progid:DXImageTransform.Microsoft.Shadow
(Color=#ff9900,Direction=-30,strength=2);
}
.img03 {
	background: #fff;
	border: solid 1px #67b22f;
	padding: 4px;
	filter:progid:DXImageTransform.Microsoft.Shadow
(Color=#67b22f,Direction=-30,strength=2);
}
.img1 {
	background: #fff;
	border: solid 1px #ccc;
	padding: 1px;
}


/*博客菜单*/
#navigation-block {
	position:relative;
}

#hide {
	position:absolute;
	top:20px;
	left:-190px;
}

ul#sliding-navigation
{
	list-style: none;
	font-size: .75em;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 130px;
	padding: 2px 18px;
	margin: 0;
	margin-bottom: 2px;
}

ul#sliding-navigation li.sliding-element h3
{
	color: #fff;
	font-weight: normal;
	background-repeat: repeat-y;
}

ul#sliding-navigation li.sliding-element a
{

	text-decoration: none;
	background-repeat: repeat-y;
}

ul#sliding-navigation li.sliding-element a:hover {
	color: #ff9900;
}