*{
	margin:0;
	padding:0;
}
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body{
	text-align:center;
	font-size:13px;
	font-family: arial;
	color:#000;
	word-wrap: break-word;
	background-color:#F4F4F4; 
	background-image: url(./image/348A8.png); 
	background-repeat:   repeat;  
	background-attachment :  scroll; 
	background-position: top left;
}
:focus {
	outline: 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-size:30px;
}
h2{
	font-size:20px;
}
h1, h2{
	font-weight:normal;
}
h3{
	font-size:15px;
}
h4, h5 ,h6{
	font-size:14px;
}
.clear{
	clear:both;
}

/*header*/
body > header{
	padding: 20px 94px 20px 26px;
	*padding: 20px 80px 20px 40px;
}
body > header, #content{
	width:800px;
	margin:0 auto;
}
hgroup{
	float: left;
	position: relative;
	text-align:left;
	width:500px;
	margin-left:60px;
}
#search {
  float: right;
  margin-top:20px;
}
#mainnav {
	margin-left: 120px;
	text-align:right;
	padding:10px 0;
	float:right;
}
#mainnav li {
  color: #666666;
  display: inline-block;
  margin: 0 5px;
  padding: 0 5px;
  float:left;
}

/*search*/
#s_btn{
	display:none;
}
#s{
	padding:5px 10px;
	background:url("./image/C987B.png") no-repeat scroll center right #fff;
	border:1px solid #ccc;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width, background;
    -o-transition-timing-function: ease;
	width: 72px;
}
#s:focus {
	width: 175px;
}
/*section*/
#content{
	padding:0 94px 0 26px;
	text-align:left;
}
#postlist:before{
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 10px;
	width: 3px;
}
#postlist:before, #postlist .posts:before, .posts > article:before{
	content: "";
	left: 65px;
	position: absolute;
	top: 0;
}
#postlist, .posts, #search form{
	position: relative;
}
#postlist .posts:before{
	background-color: #CCCCCC;
	border: 3px solid #FFFFFF;
	border-radius: 100px 100px 100px 100px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	height: 8px;
	margin: 16px 0 0 -61px;
	width: 8px;
}
.posts:hover > article, .posts:hover > article:before {
    border-color: #CCCCCC;
}
#postlist .posts:hover:before {
    background-color: #009900;
}
#postlist .posts{
	overflow: hidden;
	padding:0 0 50px 35px;
	margin-left:55px;
}
.posts > article:before {
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #E5E5E5;
	border-style: solid;
	border-width: 0 0 1px 1px;
	height: 9px;
	left: 30px;
	top: 18px;
	width: 9px;
}
.posts > article{
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 2px 2px 2px 2px;
	padding: 10px;
}
header > h2{
	margin:5px 0;
}
header > h2 a:hover{
	-moz-transition:padding-left 0.8s;
	-webkit-transition:padding-left 0.8s;
	-o-transition:padding-left 0.8s;
	transition:padding-left 0.8s;
	padding-left: 30px;
}
#post_footer{
	margin-top:10px;
}
#post_footer em{
	border-radius: 3px 3px 3px 3px;
	padding:2px 5px;
	font-style:normal;
	color:#fff;
}
#post_footer em a{
	color:#fff;
	text-decoration:none;
}
article p{
	margin:10px 0;
}

/*pagenav*/
#pagenav {
	height: 24px;
	padding: 1em 0;
	width:800px;
}
#pagenav ol{
	float:right;
}
#pagenav a{
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	line-height: 16px;
	padding:5px 10px;
}
#pagenav li{
	float:left;
	margin-right:10px;
}
/*footer*/
#mainfoot{
	padding:10px 0;
	font-size:13px;
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:#cccccc;
	color:#000000;
}
#mainfoot p{
	margin-bottom:10px;
}
/*返回顶部*/
#shangxia{
	position:fixed;
	top:70%;
	display:block;
	margin-left:48px;
	*margin-left:-94px;
}
#shang{
	background: url("./image/1B79B.png") no-repeat scroll 0 0 transparent;
	position:relative;
	cursor:pointer;
	height:65px;
	width:36px;
}
#shang:hover{
	background: url("./image/1B79B.png") no-repeat scroll 0 -65px transparent;
}
/*post*/
.edui-filter-underline{
	text-decoration:underline;
}
.edui-filter-line-through{
	text-decoration:line-through;
}
.edui-filter-align-center{
	text-align:center;
}
.edui-filter-align-right{
	text-align:right;
}
.edui-filter-decimal li, .caption ol li{
	list-style-type:decimal;
}
.edui-filter-disc li, .caption ul li{
	list-style-type:square;
}
.edui-filter-decimal, .edui-filter-disc,  .caption ol, .caption ul{
	padding:5px 10px;
	margin:5px 10px;
}
blockquote{
	padding:20px 30px;
	border:1px solid #ccc;
	border-radius:3px;
	box-shadow:0px 0px 3px #FFF inset;
	background:#EDEDED;
	margin:10px 5px;
}
blockquote p{
	text-align:left !important;
}

a{
	color:#272822;
}


a:hover{
	color:#009900;
}

#pagenav a{
	background-color: #CCCCCC;
}


#pagenav li.current a{
	background-color: #FEAC06;
}

#post_footer em{
	background-color:#CCCCCC;
}
#post_footer em:hover, #post_footer em a:hover{
	background:#FEAC06;
}

.time-title {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	font-family:'Comic Sans MS',cursive;
	/*font-weight: bold;*/
	color: #570000;
}
.time-content {
	line-height:26px;
	color:#595959;
}