@charset "utf-8";
/* Begin Typography & Colors */
body {font-size: 12px; color: #222;}
#page {width:960px; margin:0 auto; }
#content {font-size: 1.2em;	}
.widecolumn .entry p {font-size: 1.05em;}
.xj_con {border-top:3px #222 solid; padding-bottom:20px;}
.entry {}
.narrowcolumn .entry{line-height: 1.8em;}
.widecolumn .entry {line-height: 1.8em;}
.widecolumn {line-height: 1.8em;}
.narrowcolumn .postmetadata {text-align:right; margin:15px 30px 15px 0;}
.thread-alt {background-color: #f8f8f8;}
.thread-even {background-color: white;}
.depth-1 {border: 1px solid #ddd;}
.even, .alt {border-left: 1px solid #ddd;}

small {font-family: Arial, Helvetica, Sans-Serif; font-size: 0.9em;	line-height: 1.5em;	}
h1, h2, h3 {font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight: bold;}
h1 {font-size: 4em;	text-align: center;	}
#headerimg .description {font-size: 1.2em;	text-align: center;	}
h2 {font-size: 1.6em;}
h2.pagetitle {font-size: 1.6em;}

h3 {font-size: 1.3em;}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {text-decoration: none;	color: white;}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {color:#a84200;}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {text-decoration: none;}
a.more-link {display:block; padding:15px 0 0 0; height:24px; line-height:24px;}
.sticky {background: #f7f7f7;padding: 0 10px 10px;}
.sticky h2 {padding-top: 10px;}

/*评论*/
.commentlist li, #commentform input, #commentform textarea {font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;}
.commentlist li ul li {font-size: 1em;}
.commentlist li {font-weight: bold;}
.comment-body {position:relative;}
.commentlist li .avatar {border: 1px solid #f5f5f5;	padding: 2px; background: #f5f5f5;}
.commentlist cite, .commentlist cite a {font-weight: bold;font-style: normal;font-size: 14px;}
.commentlist p {font-weight: normal;line-height: 1.5em;text-transform: none; dispaly:block; font-size:14px; color:#222; padding-left:50px; }
.comment-author {font-weight: normal; height:40px; padding-left:50px; line-height:40px;}
.comment-author img {position:absolute; left:0; top:0;}
.comment-author a {color:#a84200;}
.commentmetadata {width:250px;font-weight: normal; position:absolute; right:0; top:0; text-align:right; height:40px; line-height:40px;}
.commentmetadata a{color:#aaa;}
.commentmetadata a:hover {color:#a84200; text-decoration:none;}
#commentform p {font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;}

code {font: 1.1em 'Courier New', Courier, Fixed;}
acronym, abbr, span.caps{font-size: 0.9em;	letter-spacing: .07em;}
a, h2 a:hover, h3 a:hover {color:#0064b1; text-decoration: underline;}
a:hover {color:#fef600; text-decoration: underline;}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}



#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {float: left;	padding: 20px 30px 10px 0; width: 692px; background:url("images/con_bg.gif") repeat-y;}
.widecolumn {float: left; padding: 20px 30px 10px 0; width: 692px; background:url("images/con_bg.gif") repeat-y;}
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}






h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {float: right; padding:10px 0 0 0;}
.alignleft {float: left; padding:10px 0 0 0;	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}




/* Begin Form Elements */
#searchform {
	margin: 10px auto 35px;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {

	}
/* End Form Elements */



/* Begin Comments*/
.alt {margin: 0;padding: 10px;}
.commentlist {padding:0; margin:0; text-align: justify;}
.commentlist li {margin: 15px 0 20px; padding:8px;	list-style: none;  background:#f5f5f5;	border:none;}
.commentlist li ul li {	margin-right: -5px;	margin-left: 10px;}
.commentlist p {margin: 10px 5px 10px 0;}
.children { padding: 0; }
#commentform p {margin: 5px 0;}
.nocomments {text-align: center;	margin: 0;	padding: 0;	}
/* End Comments */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/



/* Captions */
.aligncenter,div.aligncenter {	display: block;	margin-left: auto;	margin-right: auto;}
.wp-caption {	border: 1px solid #ddd;	text-align: center;	background-color: #f3f3f3;	padding-top: 4px;	margin: 10px;	-moz-border-radius: 3px;	-khtml-border-radius: 3px;	-webkit-border-radius: 3px;	border-radius: 3px;}
.wp-caption img {	margin: 0;	padding: 0;	border: 0 none;}
.wp-caption p.wp-caption-text {	font-size: 11px;	line-height: 17px;	padding: 0 4px 5px;	margin: 0;}
/* End captions */

/* CSS Document */
* {padding:0; margin:0; border:0; list-style:none;}
body {font-family:Arial, "宋体"; font-size:12px; background:#fff;}
/*body {font-family:Arial, "宋体"; font-size:12px; background:#f7f8fa;}*/
.l {float:left;}
.r {float:right;}
.c {clear:both;}
a {text-decoration:none; }


/* 首页 */
.top {width:960px; height:100px; margin-bottom:10px; border-bottom:3px solid #222; }
.top ul {padding:35px 0 0 0;}
#nav_container {width:222px; height:40px; font-size:24px; line-height:40px; text-align:center;}
#nav_container a:link, #nav_container a:visited,#nav_container a:active{color:#fff; width:222px; background:url("images/btn_bg.gif") -120px 0px repeat-x; height:40px; display:block;	}
#nav_container a:hover{text-decoration:none; background:url("images/btn_bg.gif") 0px 0px repeat-x;}
#nav_container span.en {font-size:16px; margin-left:30px;}
.top ul li.khao {padding-left:15px; height:25px; line-height:28px; overflow:hidden; margin-top:15px;}
.top ul li.r {}
.menu {width:960px; height:215px; background:url("images/banner.jpg") 0 -35px no-repeat; margin-bottom:25px;}
.menu ul {width:960px; height:23px;}
.menu ul li {float:left; width:91px; height:23px; margin-right:10px; display:inline; text-align:center;}
.menu ul li a {color:#aaa; width:90px; height:22px; line-height:22px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; display:block;}
.menu ul li a:hover {color:#a84200; border-bottom:1px solid #a84200; border-right:1px solid #a84200; text-decoration:none;}
.menu p {font-size:42px; font-family:"微软雅黑"; color:#a84200;}
.menu p.m01 {padding:90px 0 0 430px;}
.menu p.m02 {padding:5px 0 0 555px;}


/* 新增样式 */
.xj_title {height:90px;}
.xj_title .l {width:60px; height:50px; border-right:1px solid #ddd; margin-top:16px;}
.xj_title .l img{width:50px; height:50px;}
.xj_title .xj_r {width:680px; height:90px;}
.xj_title .xj_r p.xj_txt {font-size:18px; font-family:"微软雅黑"; height:35px; padding-top:15px;}
.xj_title .xj_r p.xj_txt a {color:#a84200;}
.xj_title .xj_r p.xj_txt a:hover {color:#a84200; text-decoration:underline;}
.xj_title .xj_r p.xj_date {font-size:12px; font-family: Arial,"宋体"; color:#999;} 
.xj_title .xj_r p.xj_date span {color:#999;}
.xj_title .xj_r p.xj_date a {color:#0064b1; text-decoration:underline;}
.xj_title .xj_r p.xj_date a:hover {color:#a84200;}
.narrowcolumn .entry a {color:#0064b1; text-decoration:underline;}
.narrowcolumn .entry a:hover {color:#a84200;}
.postmetadata a {color:#0064b1; text-decoration:underline;}
.postmetadata a:hover {color:#a84200;}

/* 底部边条 */
#sidebar {float:right; font: 1em "Arial"; width:200px; }
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {color: #353535;}
#sidebar .f_l {display:inline; padding:0 20px;}
#sidebar .f_l ul {line-height:22px;}
#sidebar .f_l ul li {color:#353535; list-style:none;}
#sidebar .f_l a {font-size:14px; color:#0064b1; text-decoration:underline;}
#sidebar .f_l a:hover {color:#a84200;}
#sidebar h2 {font-family:"微软雅黑";	height:40px;font-size: 13px; margin:0; padding: 0; background:url("images/barbg.gif") 32px 12px no-repeat;}
.navigation {padding-top:10px;}
.navigation a {color:#0064b1; text-decoration:underline;}
.navigation a:hover {color:#a84200;}
#sidebar .f_l ul li input#s {color: #525252; background:#fff; border-right:1px solid #ddd; border-bottom:1px solid #ddd; width:120px; height:17px; margin-left:-3px;}
#sidebar .f_l ul li input#s:hover {border-right:1px solid #8a3600; border-bottom:1px solid #8a3600;}
#sidebar .f_l ul li input#searchsubmit {color: #aaa; font-weight:bold; background:#fff; width:50px; height:23px; line-height:23px; border-right:1px solid #ddd; border-bottom:1px solid #ddd; cursor:pointer; vertical-align:top;}
#sidebar .f_l ul li input#searchsubmit:hover {color:#fff; background:#a84200; border-right:1px solid #8a3600; border-bottom:1px solid #8a3600; }


/* 底部footer */
#footer {color: #fff; width:100%; height:250px; background:#a84200; margin-top:30px; margin-bottom:-20px;}
#footer a:hover {color:#fff;}
.web_link {width:960px; margin:0 auto; height:205px; position:relative;}
.totop {width:76px; height:27px; text-align:center; position:absolute; right:65px; top:-27px; background:url("images/totop.gif") no-repeat;}
.totop a {color:#edda71; margin-top:10px; display:block;}
.totop a:hover {text-decoration:none;}
.copy {width:100%; height:45px; line-height:40px; background:#8a3600;}
.copy p {width:960px; margin:0 auto;}
.copy p a {color:#fff;}
.web_link dl {padding-top:30px; float:left; width:180px; height:120px; display:inline;}
.web_link dl dt {font-family:"微软雅黑"; font-size:13px; color:#fff; width:160px; height:28px; line-height:28px; background:#8a3600; padding-left:10px; margin-bottom:8px;}
.web_link dl dd {height:24px; line-height:24px; padding-left:10px;}
.web_link dl dd a {color:#edda71;}
.web_link dl dd a:hover { background:#8a3600; text-decoration:none;}


/* 文章单页 */
.b_b {}
.single_gb {margin-top:20px; margin-bottom:30px;}
.single_gb .navigation{display:none;}
.single_gb #respond {width:630px; background:#f5f5f5; padding:5px 40px 20px 20px; margin-bottom:-10px;}
.single_gb #respond h3 {font-family:"微软雅黑"; font-size:16px; padding:10px 0 0 0; margin:0;}
.single_gb input#author {color: #222; background:#fff; border:1px solid #ddd; width:250px; height:24px; line-height:24px;}
.single_gb input#email {color: #222; background:#fff; border:1px solid #ddd; width:250px; height:24px; line-height:24px;}
.single_gb input#url {color: #222; background:#fff; border:1px solid #ddd; width:250px; height:24px; line-height:24px;}
.single_gb input#submit {color: #fff; font-weight:bold; background:#a84200; width:120px; height:28px; line-height:28px; border-right:1px solid #8a3600; border-bottom:1px solid #8a3600; cursor:pointer;}
.single_gb input#submit:hover {background:#222; border-right:1px solid #000; border-bottom:1px solid #000;}
.single_gb textarea {color: #222; background:#fff; border:1px solid #ddd; margin-top:5px; margin-bottom:5px;}
.widecolumn .entry {padding-bottom:10px;}
.widecolumn .entry a {color:#0064b1; text-decoration:underline;}
.widecolumn .entry a:hover {color:#a84200;}

/* 文章归档 */
h2.pagetitle {margin:0 0 15px 0;}
ul.web_links_list {font-size:12px; }
ul.web_links_list a {padding-left:20px;color: #353535;}
ul.web_links_list a:hover {color:#fef600;}

/* 微博样式 */
.weibo {height:788px; width:195px; overflow:hidden; position:relative;}
.weibo iframe {position:absolute; top:-5px; left:-10px;}
.f_search {height:120px;}
.fx {width:104px; height:16px; padding-top:20px;}
.fx a {width:16px; height:16px; display:inline-block; float:left; margin-left:10px; background:url("images/fx02.gif") no-repeat;}
.fx a:hover {background:url("images/fx01.gif") no-repeat;}
.fx a.f_sina, .fx a:hover.f_sina {background-position:0 0;}
.fx a.f_qq, .fx a:hover.f_qq {background-position:-20px 0;}
.fx a.f_renren, .fx a:hover.f_renren {background-position:-40px 0;}
.fx a.f_rss, .fx a:hover.f_rss {background-position:-60px 0;}