/*全局*/
html {
	background: #E9E9E9;
}
body {
	background: #fff;
	color: #333;
	font-family:Verdana,Arial,sans-serif;
	margin: 1em auto;
	width: 700px;
	padding: 1em 2em;
	border: 1px solid #dfdfdf;
	position:relative;
}
a {
	color:#333;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1 {
	border-bottom: 1px solid #dadada;
	font-size: 22px;
	font-family:"华文楷体",Verdana,"宋体",sans-serif;
	margin: 20px 0 0;
	padding: 0 0 7px;
	color:#43609C;
}
h2{
	margin:0;
	padding:0;
}
h2 a{
	font-size:14px;
}
li{
	font-size: 14px;
	line-height: 1.8em;
	padding:5px;
}
p{
	font-size: 14px;
	line-height: 1.8em;
	text-indent:2em;
}
li div{
	color: #333;
	font-size:12px;
	line-height:1.8em;
	text-indent:2em;
}
ul, ol {
	margin:0;
	padding:0;
	list-style-type:none;
}
.clear{
	clear:both;
}
/*详细*/
#logo a{
	display:block;
	text-indent:-9999px;
	width:270px;
	height:68px;
	background:url(logo.gif) no-repeat;
	margin: 0 auto;
}
#logo{
	border:none;
}
/*3Y2Y*/
div.weiblog,div.weiblog a{
	color:#666;
}
div.weiblog div{
	text-indent:0;
	margin-left:80px;
	width:500px;
}
div.weiblog div,div.weiblog div a{
	font-family:Verdana;
	font-size:12px;
	color:#3D72C7;
}
div.weiblog div a:hover{
	text-decoration:none;
}
div.wei_info{
	color:#666!important;
	font-size:12px!important;
}
/*.comment*/
.comment p{
	text-indent:0;
}
.comment input,.comment textarea{
	border:1px solid #999999;
	overflow:auto;
}
.article_list{
	color:#888;
}
.article_list div{
	margin:5px 0;
}
#article_ul{
	background:#EEE;
	margin-top:5px;
	padding:0 30px;
}
#article_ul h2 a{
	color:#316AC5;
}
#article_ul img{
	float:left;
	padding:10px;
}
#article_ul li{
	margin-bottom:20px;
}
/*#menu*/
#menu{
	margin:0;
	padding:0;
	border-bottom:1px solid #DADADA;
}
#menu{
	position:relative;
	height:37px;
	*height:37px;
	*+height:36px;
}
#menu li{
	float:left;
}
#menu li a{
	display:block;
	padding:0 5px;
	font-weight:bold;
}
#menu li.on{
	position:relative;
	top:2px;
	background:#FFF;
	border:1px solid #DADADA;
	border-bottom:none;
}
li.on a{
	background:#DDD;
}

#menu li a:hover{
	text-decoration:none;
	background:#DDD;
}
/*.pages*/
.pages{
	float:right;
	margin:-10px 5px 10px;
}
.pages a{
	float:left;
	height:18px;
	margin:0 3px;
	padding:0 5px;
	border:1px solid #333;
}
.pages a.on,.pages a:hover{
	background:#999;
	text-decoration:none;
	color:#FFF;
}
/*评论页面*/
.comments{
	color:#888;
	font-size:12px;
	padding:10px;
	margin:5px 0;
	background:#F4F4F4;
}
.comments span,.comments span a{
	font-size:12px;
	font-weight:bold;
	color:#43609C;
}
.comments p{
	margin:0;
	text-indent:0;
	color:#333;
	font-size:14px;
}
#congratulation{
	background:#CE7;
	margin:10px 0;
	border:2px dotted #690;
	color:#690;
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
}
/*文章页面*/
#content{
	margin:0 auto;
	background:#EEE;
	padding:20px 53px;
	color:#333;
}
#content ul{
	margin-left:3em;
	list-style-type:disc;
}
#content h1{
	border:none;
	text-align:center;
	margin:0;
}
#content code{
	font-family:sans-serif;
	line-height:1.5em;
	padding:10px;
	text-indent:0;
	display:block;
	border:1px solid #CCC;
	margin-left:2em;
	background:#DFDFDF;
}
#content p{
	font-size:15px;
}
#content p img{
	display:block;
	margin:0 auto;
	padding:5px;
	border:1px solid #CCC;
	background:#DDD;
}
#content a{
	color:#0063DC;
	border-bottom:1px solid #CCC;
}
#content a:hover{
	border-bottom:1px solid #999;
	text-decoration:none;
}
p#other{
	text-align:right;
	font-size:12px;
	background:#DDD;
	padding:0 20px;
	text-indent:0;
	float:right;
	margin:0 -35px -10px 0;
}
/*top_menu*/
#top_menu{
	text-align:center;
	font-size:12px;
	color:#333;
	margin:0;
	position:absolute;
	top:5px;
	right:10px
}
#top_menu a img{
	border:none;
}

/*首页附加*/
#copyright{
	font-size:12px;
	text-align:center;
	border-top:1px solid #999;
	padding-top:5px;
}
#links span{
	color:#666;
}
