/*
Theme Name: Burning Bush
Theme URI: http://wordpress.org/
Description: Enjoy my first public Wordpress theme - Burning Bush.
Version: 1.01
Author: Nathan Sams
Author URI: http://nathansams.com
Tags: green, black, white, fixed width, two columns, widgets
*/





/* Begin Typography & Colors */

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.description {
	font-size: 13px;
	text-align: right;
	color: #556f42;
	width: 400px;
	float: right;
	}

h2 {
	font-size: 16px;
	}

h2.pagetitle {
	font-size: 16px;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 12px;
	position: relative;
	}

.entry p a:visited {
	color: #27331e;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover {
	color: #556f42;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: #fff;
	background: #556f42;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: underline;
	color: #556f42;
	}

#wp-calendar a:hover {
	text-decoration: underline;
	color: #fff;
}

#wp-calendar caption {
	font: bold 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* End Typography & Colors */



/* Begin Structure */


#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}
	
.post h2 {
	text-align: center;
}

.post h2 a {
	color: #556f42;
	padding: .2em .2em 0 .2em;
}

.post h2 a:hover {
background-color: #556f42;
    color: #ffffff;
}

.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;
}

#footer {
	padding: 0;
	margin: 0 auto 30px auto;
	width: 1000px;
	clear: both;
	text-align: center;
	}

#footer p {
	margin: 0;
	padding: 0;
	color: #59694b;
	text-align: center;
	font-size: 0.8em;
	display: inline;
	margin-right: 2em;
	}

#footer p a {
	text-decoration: underline;
}

#footer p a:hover {
	color: #fff;
}
/* End Structure */



/*	Begin Headers */

#banner h1 {
	margin: 0;
	padding-top: 90px;
}

#banner h1 a:hover {
	text-decoration: underline;
	background: none;
	color: #59694b;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 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;
	}

.alignleft {
	float: left
	}
/* 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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	font-size: 14px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
#sidebar ul li h2 {
	margin-bottom: 20px;
	color: #000;
	padding: .5em 0;
	width: 100%;
	border-bottom: solid 1px #556f42;
	text-align: left;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	text-align: center;
	} 

#sidebar #searchform #s {
	width: 80px;
	margin: 0;
	padding: 2px 0 2px 2px;
	display: inline;
	border: none;
	border-bottom: solid 1px #556f42;
	background: #fff;
	color: #849972;
	text-align: left;
	}

#searchform #s {
	border: solid 1px #556f42;
	background: #849972;
	color: #fff;
	width: 120px;
	margin: 0 auto;
	padding: 5px;
}

#sidebar #searchsubmit {
	padding: 1px 0;
	margin: 0;
	width: 40px;
	background: #fff;
	color: #556f42;
	border: none;
	display: inline;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 100px;
	padding: 2px;
	margin: 5px 0 1px 0;
	background: #556f42;
	color: #fff;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
 	background: #fff;
 	border: solid 1px #556f42;
 	border-bottom: solid 1px #556f42;
 	padding: 20px 20px 0 20px;
 	margin: 20px auto;
 	width: 140px;
 	float: right;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 100%;
	color: #777;
	}

#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 {
	color: #000;
	padding: .5em 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #556f42;
	}

#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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
	font-size:12px;
	}
/* 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;
}

.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 */

 
 /* LAYOUT STYLES */
 
 #bigcontainer {
 	position: relative;
	margin: 20px auto 5px auto;
	padding: 0;
	width: 1000px;
	background: #272727;
	border: solid 1px #59694b;
 }
 
 #banner {
 	position: relative;
	margin: 0;
	padding: 0 100px 0 0;
	background: url(images/banner.jpg) no-repeat;
	width: 900px;
	height: 280px;
	text-align: right;
 }
 
 #menubar {
  	position: relative;
	margin: 0 auto;
	padding: 0;
	background: url(images/menubar.jpg) no-repeat;
	width: 934px;
	height: 70px;
	text-align: left;
	font-size: 12px;
 }
 
 #content-top {
 	position: relative;
	margin: 0 auto;
	padding:  0 30px;
	background: url(images/content-top.jpg) no-repeat;
	width: 874px;
	height: 139px;
 }
 
 #content {
 	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/content.jpg) repeat-y;
	width: 894px;
	min-height: 300px;
	z-index: 1;
 }
 
 
 /* MENUBAR */
 
 #menubar ul {
 	position: relative;
	margin: 0;
	padding: 0 0 12px 0;
	list-style: none;
	top: 30px;
 }
 
 #menubar ul li {
  	position: relative;
	margin: 2em;
	padding: 0 0 12px 87px;
	list-style: none;
	display: inline;
	color: #777;
 }
 
 #menubar ul li a {
 	font-size: 12px;
	font-weight: bold;
	font-family: Century, "Times New Roman", Times;
	color: #1e1e1e;
	text-decoration: none;
 }
 
 #menubar ul li a:hover {
 	text-decoration: underline;
 	background: none;
 }
 
 
 /* PAGE TITLE */
 
 .title {
 	position: relative;
	margin: 30px 0 0 0;
	padding: 20px 0 0 70px;
	top: 20px;
	background: url(images/title.png) no-repeat;
	width: 452px;
	height: 63px;
	float: right;
	z-index: 100;
 }
 
.title h2 {
 	position: relative;
	color: #556f42;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: Century, "Times New Roman", Times;
 }
 
 .title h2 a {
 	color: #556f42;
 }
 
 .title h2 a:hover {
background-color: #556f42; 
    color: #ffffff;
 }
 
 .contentbox h2 a {
 	font-size: 18px;
 	margin: 0;
 }
 
 
 /* PAGE CONTENT */
 
 .contentbox {
 	position: relative;
 	top: -40px;
	margin: 0 auto;
	padding: 20px;
	width: 700px;
	background: url(images/post.png);
	border: solid 1px #59694b;
	z-index: 2;
 }
 
 .post {
 	background: #fff;
 	border: solid 1px #556f42;
 	padding: 20px;
 	margin: 20px auto;
 	width: 460px;
 	float: left;
 }
 
 .post-borderless {
 	margin: 20px auto;
 	width: 500px;
 	float: left;
 }
 
 .post p {
 	line-height: 1.5em;
 }
 
 
 
 /* GENERIC STYLES */
 
 body {
 	margin: 0;
	padding: 0;
	background: url(images/body.jpg) repeat-x #171717;
	color: #000;
 }
 
 p {
 	font-family: Century, "Times New Roman", Times;
	font-size: 12px;
	color: #000;
	text-align: justify;
	margin: 0;
	padding: 0;
 }
 
 h3 {
 	font-family: Century, "Times New Roman", Times;
 	font-size: 14px;
 	font-weight: bold;
 	margin-left: 30px;
 	color: #556f42;
 }
 
 .spacer {
 	width: 100%;
 	position: relative;
 	height: 1px;
 	border-top: solid 1px #556f42;
 	margin: 20px auto;
 }
 
 div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


header,nav,article,footer,section{margin:0;padding:0;border:none;display:block}
.post .entry p{margin-bottom:12px;font-size:14px;}


/* 基础分页样式 */
/* --- 基础样式 (通用) --- */

.navigation {
    width: 100%;
    clear: both;
    padding: 20px 0;
    text-align: left; 
}

.wp-pagenavi {
    display: inline-block;
    font-size: 12px; 
}

.pages-text, .wp-pagenavi a{    border: none !important; }


.wp-pagenavi .page-numbers {
    display: inline-block;
    border: none !important;   
    background: none !important; 
    padding: 5px;
    margin: 0 2px;
    color: #666;
    text-decoration: none;
    line-height: 1.2;
}

.wp-pagenavi .page-numbers.current {
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid #000 !important;
    border-radius: 0; 
}

.wp-pagenavi a.page-numbers:hover {
    color: #000;
    text-decoration: underline;
}

.wp-pagenavi .jump-page {
    color: #888;       
    font-style: italic;   
}




/* ============================================================
   MOBILE RESPONSIVE OVERRIDE — 慢光
   Rewritten for typographic clarity.
   Desktop styles untouched above this line.
   ============================================================ */

/* --- Hamburger: hidden on desktop --- */
.mobile-menu-toggle,
.mobile-menu-overlay,
.mobile-menu-panel {
  display: none;
}

@media (max-width: 768px) {

  /* ---------- RESET: kill desktop fixed widths & decorations ---------- */
  #bigcontainer,
  #banner,
  #menubar,
  #content-top,
  #content,
  .contentbox,
  .post,
  .post-borderless,
  #footer,
  #sidebar,
  .title {
    width: auto !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
    position: relative !important;
    background-image: none !important;
    border: none !important;
    top: auto !important;
  }

  /* ---------- BASE ---------- */
  body {
    margin: 0;
    padding: 0;
    background: #f7f5f0 !important;
    color: #2b2b2b;
    font-family: 'Noto Serif SC', 'Source Han Serif SC', 'Songti SC', Georgia, serif;
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    -webkit-text-size-adjust: 100%;
  }

  #bigcontainer {
    background: #f7f5f0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

 /* ---------- HEADER: green bar, flush to top ---------- */
#banner {
  height: auto !important;
  background: #556f42 !important;
  padding: 14px 20px !important;
  text-align: left !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start;  
}

#banner h1 {
  padding-top: 0 !important;
  margin: 0 !important;
  font-size: 19px !important;
  letter-spacing: 2px;
  flex-shrink: 0;                
}

#banner h1 a {
  color: #fff !important;
  font-family: 'Noto Serif SC', serif !important;
  font-weight: 600;
}

#banner h1 a:hover {
  background: none !important;
  color: #fff !important;
  text-decoration: none !important;
}

.description {
  color: rgba(255,255,255,0.55) !important;
  font-size: 10px !important;
  float: none !important;
  width: auto !important;
  text-align: left !important;  
  margin-top: 2px !important;   
  margin-left: 2em !important;  
  margin-right: 45px !important; 
  font-family: Georgia, serif !important;
  font-style: italic;
  letter-spacing: 0.5px;
  overflow: hidden;              
  white-space: nowrap;      
}

/* Hide desktop menubar */
#menubar {
  display: none !important;
}

  /* ---------- CONTENT-TOP: archive title / single title area ---------- */
  #content-top {
    height: auto !important;
    padding: 28px 24px 0 24px !important;
    background: #f7f5f0 !important;
  }

  .title {
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: auto !important;
  }

  /* Archive label: small, secondary, uppercase-ish — clearly NOT a post title */
  .title h2 {
display:none;
    font-family: 'Noto Serif SC', serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #999 !important;
    letter-spacing: 1.5px;
    text-align: left !important;
    line-height: 1.5 !important;
    margin: 0 0 1em 0 !important;
    padding: 0 !important;
  }

  .title h2 a {
    color: #999 !important;
  }

  .title h2 a:hover {
    background: none !important;
    color: #556f42 !important;
  }

  /* Single post header (inside <header>) — larger, prominent */
  #content-top header h2,
  .contentbox header h2 {
    font-family: 'Noto Serif SC', serif !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    color: #2b2b2b !important;
    letter-spacing: 0.5px;
    text-align: left !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.5 !important;
  }

  /* ---------- CONTENT AREA ---------- */
  #content {
    padding: 0 24px !important;
    min-height: auto !important;
    z-index: auto !important;
  }

  .contentbox {
    top: 0 !important;
    padding: 0 !important;
    z-index: auto !important;
  }

  #sidebar {
    display: none !important;
  }

  /* ---------- POST CARDS (category listing) ---------- */
  .post {
    background: transparent !important;
    border: none !important;
    padding: 0 0 24px 0 !important;
    margin: 0 0 24px 0 !important;
    width: auto !important;
    text-align: left !important;
    border-bottom: 1px solid #e8e5e0 !important;
  }

  .post:last-of-type {
    border-bottom: none !important;
  }

  /* Post title in listing */
  .post h2 {
    text-align: left !important;
    margin: 0 0 2px 0 !important;
  }

  .post h2 a {
    color: #2b2b2b !important;
    font-family: 'Noto Serif SC', serif !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    padding: 0 !important;
    letter-spacing: 0.3px;
    line-height: 1.5 !important;
  }

  .post h2 a:hover {
    background: none !important;
    color: #556f42 !important;
  }

  /* Date line */
  .post > p:first-of-type,
  .post .entry > p:first-child,
  article > p:first-of-type {
    text-indent: 0 !important;
  }

  .post small,
  .post .entry small,
  small {
    font-family: -apple-system, 'PingFang SC', 'Helvetica Neue', sans-serif !important;
    font-size: 11px !important;
    color: #aaa !important;
    line-height: 1.4 !important;
    letter-spacing: 0.3px;
  }

  /* ---------- BODY TEXT ---------- */
  .post .entry p,
  .post p,
  .post-borderless p {
    font-family: 'Noto Serif SC', serif !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #333 !important;
    text-indent: 0em;
    margin: 0 0 14px 0 !important;
    text-align: justify !important;
  }

  /* Exceptions: no indent on metadata, MsoNormal, etc. */
  .post .entry p.postmetadata,
  .post p.postmetadata,
  .postmetadata,
  .post .entry p.MsoNormal,
  .post-borderless > p {
    text-indent: 0 !important;
  }

  /* ---------- POST METADATA (bottom of each post) ---------- */
  .postmetadata {
    font-family: -apple-system, 'PingFang SC', 'Helvetica Neue', sans-serif !important;
    font-size: 11px !important;
    color: #aaa !important;
    margin-top: 10px !important;
    padding-top: 0 !important;
    border-top: none !important;
    text-align: left !important;
  }

  .postmetadata small {
    color: #aaa !important;
    font-size: 11px !important;
  }

  .postmetadata a {
    color: #888 !important;
  }

  .postmetadata a:hover {
    color: #556f42 !important;
  }

  /* ---------- SINGLE POST (article) ---------- */
  article .entry p,
  article p,
  .article-content p {
    text-indent: 0em;
    margin-bottom: 14px !important;
  }

  article .entry p:first-child small,
  article > p:first-child small {
    text-indent: 0;
  }

  /* ---------- LINKS ---------- */
  a {
    color: #556f42 !important;
    text-decoration: none !important;
  }

  a:hover {
    color: #3d5030 !important;
    background: none !important;
    text-decoration: underline !important;
  }

  .post h2 a,
  .title h2 a,
  #banner h1 a {
    text-decoration: none !important;
  }

  /* ---------- BLOCKQUOTE ---------- */
  blockquote {
    margin: 20px 0 !important;
    padding: 0 0 0 14px !important;
    border-left: 2px solid #c8c4bc !important;
    color: #777;
  }

  /* ---------- COMMENTS ---------- */
  .post-borderless {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .post-borderless .post {
    width: auto !important;
    margin: 0 !important;
    border-bottom: none !important;
  }

  /* "This entry was posted..." small text */
  .post-borderless > p,
  .post-borderless > p small {
    font-family: -apple-system, 'PingFang SC', 'Helvetica Neue', sans-serif !important;
    font-size: 11px !important;
    color: #aaa !important;
    line-height: 1.6 !important;
    text-indent: 0 !important;
    margin: 0 0 20px 0 !important;
  }

  h3#comments,
  h3.comments {
    font-family: -apple-system, 'PingFang SC', 'Helvetica Neue', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #999 !important;
    margin: 28px 0 16px 0 !important;
    padding: 0 !important;
    letter-spacing: 0.5px;
  }

  .commentlist {
    padding: 0 !important;
    margin: 0 !important;
  }

  .commentlist li {
    margin: 0 !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid #eceae6;
    list-style: none !important;
    font-weight: normal !important;
  }

  .commentlist li.alt {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #eceae6 !important;
    padding: 14px 0 !important;
  }

  .commentlist li:last-child,
  .commentlist li.alt:last-child {
    border-bottom: none !important;
  }

  /* Commenter name */
  .commentlist cite,
  .commentlist cite a {
    font-family: 'Noto Serif SC', serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #2b2b2b !important;
    font-style: normal !important;
  }

  /* "Says:" text after cite — inherit from parent li */

  /* Comment date */
  .commentlist .commentmetadata {
    font-family: -apple-system, 'PingFang SC', 'Helvetica Neue', sans-serif !important;
    font-size: 10px !important;
    color: #bbb !important;
    margin-top: 2px;
  }

  .commentlist .commentmetadata a {
    color: #bbb !important;
  }

  /* Comment body */
  .commentlist p {
    font-family: 'Noto Serif SC', serif !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
    color: #444 !important;
    font-weight: normal !important;
    text-indent: 0 !important;
    margin: 6px 0 !important;
  }

  /* ---------- PAGINATION ---------- */
  .navigation {
    margin: 28px 0 !important;
    text-align: center !important;
  }

  .wp-pagenavi {
    font-family: -apple-system, 'PingFang SC', 'Helvetica Neue', sans-serif !important;
    font-size: 12px !important;
    line-height: 1 !important;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    display: inline-block;
    padding: 5px 8px !important;
    margin: 2px 1px !important;
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    color: #666 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    vertical-align: middle;
  }

  .wp-pagenavi span.current {
    background: #556f42 !important;
    color: #fff !important;
    border-color: #556f42 !important;
  }

  .wp-pagenavi a:hover {
    background: #f0ede8 !important;
    border-color: #bbb !important;
    color: #2b2b2b !important;
  }

  .wp-pagenavi span.pages {
    color: #aaa !important;
    border: none !important;
    padding: 5px 2px !important;
    font-size: 11px !important;
  }

  /* Hide the "..." and far-away page numbers on very small screens */
  .wp-pagenavi span.extend {
    display: none !important;
  }

  .wp-pagenavi a.larger {
    /* hide "10 20 30" shortcut pages on mobile */
  }

  /* ---------- FOOTER ---------- */
  #footer {
    width: auto !important;
    padding: 28px 24px !important;
    margin: 0 !important;
    text-align: center !important;
    border-top: 1px solid #e8e5e0;
  }

  #footer p {
    font-family: -apple-system, 'PingFang SC', 'Helvetica Neue', sans-serif !important;
    font-size: 11px !important;
    color: #bbb !important;
    margin-right: 0 !important;
  }

  #footer p a {
    color: #bbb !important;
  }

 /* ---------- HAMBURGER MENU ---------- */
.mobile-menu-toggle {
  display: block !important;
  position: fixed;
  top: 12px;       
  right: 14px;
  z-index: 1001;    
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  width: 36px;
  height: 36px;
}

.mobile-menu-toggle span,
.mobile-menu-toggle span::before,
.mobile-menu-toggle span::after {
  display: block;
  width: 18px;
  height: 1.5px;
  background: rgba(255,255,255,0.85);
  position: relative;
  transition: transform 0.2s, opacity 0.15s;
}

.mobile-menu-toggle span::before,
.mobile-menu-toggle span::after {
  content: '';
  position: absolute;
  left: 0;
}

.mobile-menu-toggle span::before { top: -5px; }
.mobile-menu-toggle span::after  { top:  5px; }

.mobile-menu-toggle.is-open span {
  background: transparent;
}

.mobile-menu-toggle.is-open span::before {
  top: 0;
  transform: rotate(45deg);
  background: #556f42;
}

.mobile-menu-toggle.is-open span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #556f42;
}

/* Overlay */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.25);
  z-index: 900;
  opacity: 0;
  transition: opacity 0.25s;
}

.mobile-menu-overlay.is-visible {
  display: block;
  opacity: 1;
}

  /* Side panel */
  .mobile-menu-panel {
    display: block !important;
    position: fixed;
    top: 0;
    right: -270px;
    width: 250px;
    height: 100%;
    background: #f7f5f0;
    z-index: 950;
    padding: 48px 20px 28px 20px;
    overflow-y: auto;
    transition: right 0.25s ease;
    border-left: 1px solid #e8e5e0;
    box-sizing: border-box;
  }

  .mobile-menu-panel.is-open {
    right: 0;
  }

  /* Section headings in sidebar panel */
  .mobile-menu-panel h2 {
    font-family: -apple-system, 'PingFang SC', 'Helvetica Neue', sans-serif !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    color: #aaa !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 24px 0 8px 0 !important;
    padding: 0 !important;
    border-bottom: none !important;
    text-align: left !important;
  }

  .mobile-menu-panel h2:first-child {
    margin-top: 0 !important;
  }

  .mobile-menu-panel ul {
    list-style: none !important;
    margin: 0 0 0 0 !important;
    padding: 0 !important;
  }

  .mobile-menu-panel li {
    margin: 0 !important;
    padding: 0 !important;
  }

  .mobile-menu-panel li::before {
    content: none !important;
  }

  .mobile-menu-panel li a {
    display: block;
    padding: 6px 0;
    font-family: 'Noto Serif SC', serif !important;
    font-size: 14px !important;
    color: #444 !important;
    line-height: 1.5 !important;
    border-bottom: none;
  }

  .mobile-menu-panel li a:hover {
    color: #556f42 !important;
    background: none !important;
  }

  /* ---------- UTILITY ---------- */
  .clear {
    clear: both;
    height: 0;
    overflow: hidden;
  }

  img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* ---------- DARK MODE ---------- */
  @media (prefers-color-scheme: dark) {
    body {
      background: #1a1a1a !important;
      color: #d0c8b8 !important;
    }

    #bigcontainer {
      background: #1a1a1a !important;
    }

    #banner {
      background: #3d5030 !important;
    }

    .description {
      color: rgba(255,255,255,0.4) !important;
    }

    #content-top {
      background: #1a1a1a !important;
    }

    /* Archive label */
    .title h2,
    .title h2 a {
      color: #7a756d !important;
    }

    /* Single post title */
    #content-top header h2,
    .contentbox header h2 {
      color: #d0c8b8 !important;
    }

    .post h2 a {
      color: #d0c8b8 !important;
    }

    .post .entry p,
    .post p,
    .post-borderless p,
    article .entry p,
    article p {
      color: #c8c0b0 !important;
    }

    a {
      color: #8aab6e !important;
    }

    a:hover {
      color: #a4c48a !important;
    }

    .post {
      border-bottom-color: #2c2c2a !important;
    }

    .postmetadata,
    .postmetadata small,
    .postmetadata a,
    small,
    .post small {
      color: #5a564f !important;
    }

    .commentlist li,
    .commentlist li.alt {
      border-bottom-color: #2c2c2a !important;
      background: transparent !important;
    }

    .commentlist cite,
    .commentlist cite a {
      color: #d0c8b8 !important;
    }

    .commentlist p {
      color: #b8b0a0 !important;
    }

    .commentlist .commentmetadata,
    .commentlist .commentmetadata a {
      color: #5a564f !important;
    }

    h3#comments,
    h3.comments {
      color: #7a756d !important;
    }

    #footer {
      border-top-color: #2c2c2a !important;
    }

    #footer p,
    #footer p a {
      color: #5a564f !important;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
      border-color: #333 !important;
      color: #8aab6e !important;
    }

    .wp-pagenavi span.current {
      background: #3d5030 !important;
      color: #d0c8b8 !important;
      border-color: #3d5030 !important;
    }

    .wp-pagenavi span.pages {
      color: #5a564f !important;
    }

    blockquote {
      border-left-color: #3d5030 !important;
      color: #7a756d !important;
    }

    .mobile-menu-panel {
      background: #1a1a1a !important;
      border-left-color: #2c2c2a !important;
    }

    .mobile-menu-panel h2 {
      color: #5a564f !important;
    }

    .mobile-menu-panel li a {
      color: #c8c0b0 !important;
    }

    .mobile-menu-panel li a:hover {
      color: #8aab6e !important;
    }

    .mobile-menu-overlay {
      background: rgba(0,0,0,0.5) !important;
    }

    .post-borderless > p,
    .post-borderless > p small {
      color: #5a564f !important;
    }
  }

/* 手机菜单 */
#sidebar2 .widget {
    margin-top: 50px !important; 
    margin-bottom: 0;
    list-style: none !important;
}

#sidebar2 .widget:first-child {
    margin-top: 10px !important;
}

#sidebar2 h2.widgettitle2 {
    font-size: 17px !important;   
    font-weight: bold !important;
    color: #333 !important;
    margin: 0 0 20px 0 !important; 
    padding-bottom: 10px !important;
    border-bottom: 2px solid #444 !important; 
    display: block !important;
}

#sidebar2 .widget_categories ul li {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 7px 0 !important;
    font-size: 14px !important;
    color: #444 !important;
    border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}


#sidebar2 .widget_categories ul li {
    color: #999; 
    font-size: 14px; 
}

#sidebar2 .widget_categories ul li a {
    font-size: 14px !important;
    color: #444 !important;
    text-decoration: none !important;
}

#sidebar2 .widget_my_counter_widget {
    font-size: 17px !important;
    font-family: Georgia, serif;
    color: #666 !important;
    padding-top: 10px !important;
}


/* 确保文章内的图片不会超过容器宽度 */
.entry img {
    max-width: 100%;
    height: auto; 
    display: block; 
    margin: 0 auto; 
}

/* 针对 WordPress 自动生成的固定宽度容器进行修正 */
.wp-caption {
    max-width: 100% !important; 
    height: auto;
}

/* 手机页码 */
	.navigation {
    text-align: center; 
}
    .wp-pagenavi .pages-text {
        display: none;
    }

    .wp-pagenavi .page-numbers {
        padding: 4px;
        margin: 0 1px;
    }

  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 4px !important;
  }


} /* end @media (max-width: 768px) */



/* h2标题默认样式（移动端/小屏幕优先） */
article h2 {
    display: block;
    font-size: 1.2rem;        
    font-weight: 300;         
    color: #999;             
    letter-spacing: 0.10em;    
    padding-bottom: 8px;      
    border-bottom: 0.5px solid #e0e0e0; 
    
    line-height: 1.6;
    margin-top: 1.5rem;
    margin-bottom: 1.2rem;
    text-align: left;         
}

/* 大屏幕样式（通常指平板及以上，宽度 > 768px） */
@media (min-width: 769px) {
    article h2 {
    margin-top: 0;
    }
}


/* 随机诗句默认样式：针对小屏（手机） */
.poem-box {
    color: #666;                 
    border-left: 4px solid #ddd;  
    padding: 7px 7px;       
    margin: 7px 0;              
    font-size: 0.85rem;         
    font-style: italic;         
    line-height: 2;            
    border-radius: 4px;        
}

/* 大屏样式：当屏幕宽度超过 768px 时 */
@media (min-width: 768px) {
    .poem-box {
        background-color: transparent; 
        border-left: none;            
        padding: 0;                   
        margin: 0;  
        font-style: normal;           
        color: inherit; 
}
}
