.post-header { margin-bottom: 2rem; } .post-header h1 { color: #654321; font-size: 2rem; margin-bottom: 0.5rem; line-height: 1.3; } .post-meta { color: #8B7355; font-size: 0.9rem; margin-bottom: 1rem; } .post-tags { margin-top: 1rem; } .post-tags .tag { display: inline-block; background: #f8f5f0; color: #8B7355; padding: 0.3rem 0.6rem; border-radius: 4px; font-size: 0.85rem; margin-right: 0.5rem; margin-bottom: 0.25rem; text-decoration: none; } .post-tags .tag:hover { background: var(--muted-rose, #c4a77d); color: white; } /* Term tooltip boxes */ .term-info-box { background: linear-gradient(135deg, #f8f5f0 0%, #fff 100%); border: 1px solid #e0d5c5; border-left: 4px solid var(--muted-rose, #c4a77d); border-radius: 8px; padding: 1rem 1.25rem; margin-bottom: 1.5rem; position: relative; /* for tooltip positioning if needed */ } .term-info-box h4 { color: #654321; font-size: 1rem; margin: 0 0 0.5rem 0; display: flex; align-items: center; gap: 0.5rem; } .term-link { color: #654321; text-decoration: none; font-weight: 600; } .term-link:hover { color: var(--muted-rose, #c4a77d); text-decoration: underline; } .read-more-link { display: inline-block; font-size: 0.85rem; color: var(--muted-rose, #c4a77d); text-decoration: none; margin-top: 0.5rem; font-weight: 500; } .read-more-link:hover { text-decoration: underline; } /* Have you tried (one random area card at end of article) */ .have-you-tried-writings { } .have-you-tried-writings-label { font-size: 0.85rem; text-transform: uppercase; color: #8B7355; font-weight: 600; margin-bottom: 12px; } .have-you-tried-writings-card { display: block; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; text-decoration: none; border: 1px solid #e8e0d5; } .have-you-tried-writings-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(109, 37, 50, 0.15); text-decoration: none; } .have-you-tried-writings-card .have-you-tried-writings-image-wrap { width: 100%; background: #f5f5f5; } .have-you-tried-writings-card .have-you-tried-writings-image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; border-radius: 12px 12px 0 0; } .have-you-tried-writings-card .have-you-tried-writings-body { padding: 20px; } .have-you-tried-writings-card .have-you-tried-writings-title { font-family: Georgia, serif; font-size: 1.15rem; color: var(--deep-wine, #6d2532); margin: 0 0 8px 0; line-height: 1.3; } .have-you-tried-writings-card .have-you-tried-writings-description { font-size: 0.95rem; color: #5a4a3a; line-height: 1.5; margin: 0; } .term-info-box h4::before { content: "Key Term"; background: var(--muted-rose, #c4a77d); color: white; font-size: 0.7rem; padding: 0.15rem 0.4rem; border-radius: 4px; font-weight: normal; text-transform: uppercase; letter-spacing: 0.5px; } .term-info-box .term-definition { color: #555; font-size: 0.95rem; line-height: 1.6; margin: 0; } .post-content { font-size: 1.05rem; line-height: 1.8; color: #333; } .post-content h2, .post-content h3 { color: #654321; margin-top: 2rem; margin-bottom: 1rem; } .post-content p { margin-bottom: 1.25rem; } .post-content ul, .post-content ol { margin: 0.75rem 0 1.25rem 0; padding-left: 1.6rem; /* indent bullets */ } .post-content li { margin: 0.35rem 0; } .post-content blockquote { border-left: 4px solid var(--muted-rose, #c4a77d); padding-left: 1.5rem; margin: 1.5rem 0; font-style: italic; color: #666; } .post-footer { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #e8e0d5; } /* Simplified Discovery Path Results for Footer */ .post-list { display: flex; flex-direction: column; gap: 1rem; } .post-item { background: #fff; border: 1px solid rgba(0,0,0,0.05); border-radius: 12px; transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); display: flex; flex-direction: column; gap: 0.5rem; border-left: 4px solid var(--current-accent, var(--default-accent)); box-shadow: 0 4px 12px rgba(0,0,0,0.02); } :root { --theme-foundation-accent: #c5a059; --theme-transition-accent: #7d9bb4; --theme-meat-accent: #a37d7d; --default-accent: #c4a77d; } .post-item.cat-FOUNDATION { --current-accent: var(--theme-foundation-accent); } .post-item.cat-TRANSITION { --current-accent: var(--theme-transition-accent); } .post-item.cat-MEAT { --current-accent: var(--theme-meat-accent); } .post-item:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.06); } .post-item h4 a { color: #2c1e11; text-decoration: none; font-weight: 800; } .post-item .meta { color: #8B7355; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; } .post-item .tag { display: inline-block; background: #fdfaf6; color: var(--current-accent, var(--default-accent)); border-radius: 30px; font-weight: 700; text-decoration: none; border: 1px solid rgba(0,0,0,0.05); } .related-posts { background: #f8f5f0; border-radius: 10px; padding: 1.5rem; margin-top: 2rem; } .related-posts h3 { color: #654321; font-size: 1.1rem; margin: 0 0 1rem 0; } .related-posts ul { list-style: none; padding: 0; margin: 0; } .related-posts li { padding: 0.5rem 0; border-bottom: 1px solid #e0d5c5; } .related-posts li:last-child { border-bottom: none; } .related-posts a { color: #654321; text-decoration: none; } .related-posts a:hover { color: var(--muted-rose, #c4a77d); } .back-link { display: inline-block; background: var(--muted-rose, #c4a77d); color: white; padding: 0.6rem 1.2rem; border-radius: 6px; text-decoration: none; margin-top: 1rem; } .back-link:hover { background: #654321; color: white; } /* Text Size Controls for Post Page */ .post-header .font-controls { display: flex; align-items: center; gap: 0.25rem; background: #f8f5f0; border: 1px solid #e0d5c5; border-radius: 6px; padding: 4px; width: fit-content; } .post-header .font-btn { background: white; border: 1px solid #e0d5c5; color: #654321; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; cursor: pointer; font-weight: bold; border-radius: 4px; transition: all 0.2s; font-size: 0.9rem; } .post-header .font-btn:hover { background: var(--muted-rose, #c4a77d); color: white; } .post-header .font-label { font-size: 0.75rem; color: #8B7355; margin: 0 0.5rem; text-transform: uppercase; font-weight: bold; } .guided-entry-card { background: linear-gradient(135deg, #fdfaf6 0%, #fff 100%); border: 1px solid #e8e0d5; border-left: 5px solid var(--muted-rose, #c4a77d); border-radius: 12px; padding: 1.5rem 2rem; margin: 2rem 0; display: flex; align-items: center; gap: 2rem; box-shadow: 0 8px 20px rgba(0,0,0,0.04); transition: transform 0.2s; } .guided-entry-card:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,0.08); } .guided-entry-content { flex: 1; } .guided-entry-title { color: #2c1e11; font-size: 1.2rem; font-weight: 800; margin-bottom: 0.5rem; display: flex; align-items: center; gap: 0.5rem; } .guided-entry-text { color: #5d4a37; font-size: 1rem; line-height: 1.5; margin: 0; } .guided-entry-btn { background: var(--muted-rose, #c4a77d); color: white !important; padding: 0.8rem 1.5rem; border-radius: 30px; text-decoration: none !important; font-weight: 700; white-space: nowrap; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: all 0.2s; display: inline-block; text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.9rem; } .guided-entry-btn:hover { background: #4a3728; transform: translateY(-2px); } @media (max-width: 600px) { .guided-entry-card { flex-direction: column; align-items: flex-start; gap: 1.2rem; padding: 1.5rem; } .guided-entry-btn { width: 100%; text-align: center; } } @media (max-width: 768px) { .post-header .font-controls { width: 100%; justify-content: center; } }

Discerning and Clinging to What is More Excellent

Text
🧭 Start with the Guided View

This article includes a structured breakdown. Grasp the core arguments and key points before diving into the full text.

Enter Guided View →

As we conclude this section on discernment, let us return to Paul’s charge to the Philippians: “that your love may abound yet more and more in knowledge and all discernment, that you may approve the things that are excellent” (Philippians 1:9-10). Discernment is not a cold exercise in fault-finding, but the outworking of a heart that treasures Christ above all. It is the means by which we cling to what is most precious—those core, Christ-centered truths that form the very foundation of our faith and our inheritance.

The Essentials: The Treasure We Guard

Let us revisit, without apology or dilution, the essentials that have been committed to us. These are not mere doctrines to be debated, but the very riches of Christ, wholly positive and delightful, the substance of our assurance and freedom:

  • The Word of Prophecy: God has vindicated His promises through Christ. Every prophecy fulfilled is a declaration that His Word is utterly reliable. When all else fails, He remains trustworthy.
  • The Mystery of the Incarnation: Christ is fully God—mighty to save to the uttermost—and fully man, able to sympathize with our frailty. He is our perfect representative, ever interceding for us with compassion.
  • The Substitutionary Atonement: In one offering, Christ has fully satisfied the demands of justice. There remains no expectation of wrath for us; we have peace with God because of Him.
  • Regeneration: We have been born of God, made new creations, joined to the Lord in spirit. Our identity is no longer in Adam, but in Christ.
  • Assurance of Salvation: Christ, the Good Shepherd, will never lose a single sheep. Our security is not in our grip on Him, but His grip on us.
  • Identification with Christ: We are united with Him in His death and resurrection. We are dead to sin and the law’s accusations, alive to God, seated with Christ, and made heirs.
  • The Riches of Christ as Our Inheritance: Christ Himself is our portion—unsearchably rich, the center of God’s purpose, and fully given to us for eternal enjoyment.
  • Justification and Sanctification by Grace Through Faith: Christ is our righteousness and our sanctification. We are not made right or perfected by works or law-keeping, but by faith alone. To add law is to subtract Christ.
  • The Bema Judgment Seat: The judgment seat of Christ is not a tribunal of condemnation, but a celebration of victory. While some works may be burned, the believer remains saved, and Christ’s generosity abounds—He rewards even the smallest act done in His name.
  • The Glorification of the Saints: Our ultimate hope is to be conformed to Christ’s image, sharing in the Father’s glory for eternity.
  • The Salvation of Israel and the Millennial Kingdom: We live in the days when prophecy is being fulfilled. The regathering of Israel signals the approach of the promised Kingdom, the hope of all the prophets and saints.

The Cost of Neglect: What Is Lost

If we allow these essentials to be ignored, contradicted, or undermined—as is tragically common in many churches today—the result is not mere theological confusion. It is the loss of assurance, the forfeiture of blessing, the collapse of freedom, and the stripping away of our confidence in Christ. To accept teachings that diminish these truths is to surrender the very inheritance purchased for us at such cost. The bondage and deception that follow are not minor inconveniences; they are a direct assault on the believer’s joy, liberty, and standing before God.

The Nature of True Discernment

Discernment, then, is not about nitpicking or negativity. It is the joyful, vigilant guarding of the treasure entrusted to us. It is love for the truth—a love that refuses to let anyone judge us unworthy of our prize (Colossians 2:18-19). The so-called “discernment ministries” that lose sight of this treasure inevitably become sour and lifeless, missing the point entirely. True discernment is the fruit of growing in the knowledge of God and love for His Son. It is the natural result of seeing Christ as our all.

The Danger of Losing Our First Love

Even the church at Ephesus, commended for its intolerance of false teachers, was rebuked for abandoning its first love. Discernment without love is a dead end; love without discernment is naïveté. Jesus warned that in the last days, deception would be rampant and love would grow cold. Only those who endure—who cling to both truth and love—will stand firm and be saved. We must not let our flame die out. The only way is to guard the treasure, discern what differs, and hold fast to that which is more excellent.

The Enduring Hope

At the end, we will stand before Christ—not to face condemnation, but to receive what He, in His generosity, delights to give. Even if our works are imperfect, we remain secure in Him. Our hope is not in our performance, but in the finished work of Christ and the unsearchable riches He has given us. Let us, then, abound in love, grow in knowledge, and discern with joy—jealously guarding the inheritance that is ours in Christ, and refusing to be robbed of what is most excellent.

Books are the permanent organized form of this teaching. Browse print books or name-your-price ebooks.

Back to Discovery Random Discovery