

/* 	 		O L D   W O O D
				A   d a r k   w a r m   s t y l e s h e e t

			Referenz: alte Holzrahmen / Leinwand
			Activation via JS: body.theme-oldwood

			- Theme colors
			- Tag Cloud colors

			----------------------------------------------------------
			Version:	1,0		*	2026 05 16
----------------------------------------------------------------------
  							JHM */


	body.theme-oldwood {
    --bg-primary:		#2a2418;
    /* RAL Umbragrau	  ~   */
    --bg-secondary:		#232018;
    /* 232018	*/
    --bg-content:		#3a3423;
    /* 3a3423	*/
    --bg-accent:		#4a4030;
    /* 4a4030	*/
    --text-primary:		#cccbbe;
    /* cccbbe	*/
    --text-secondary:	#9a9888;
    /* Seitenzahlen 2nd	9a9888	*/
    --text-muted:		#706e60;
    /* 706e60	*/
    --border-color:		#404038;
    /* 404038		*/
    --link-color:		#a89878;
    /* << maybe	inactive	*/
    --link-hover:		#e8e6d8;
    /* e8e6d8		*/
	}

	body.theme-oldwood {
    background-color: var(--bg-primary) !important;
    color: var(--text-primary) !important;
    --ignition-pinfinity-light-gray: #1e1a10 !important;
    /*	Naviline BG				 RAL Schwarzbraun  */
	}








	body.theme-oldwood .hentry,
	body.theme-oldwood .post,
	body.theme-oldwood article.post,
	body.theme-oldwood .post-item,
	body.theme-oldwood .grid-item,
	body.theme-oldwood .masonry-brick {
    background-color: #3a3423 !important;
    /* ok  3a3423 oldwood		  */
    border: none !important;
    color: var(--text-primary);
	}

	body.theme-oldwood .entry-header,
	body.theme-oldwood .entry-content,
	body.theme-oldwood .entry-summary,
	body.theme-oldwood .entry-item-content-wrap {
    background-color: transparent !important;
	}

	body.theme-oldwood .sidebar,
	body.theme-oldwood .widget,
	body.theme-oldwood .widget-area {
    background-color: #232018 !important;		/* sidebar bg	 */
    color: var(--text-secondary);
	}

	body.theme-oldwood .sidebar a,
	body.theme-oldwood .widget a {
    color: #a89878;
    /* sand	a89878	ok */
    text-decoration: none;
	}

	body.theme-oldwood .sidebar a:hover,
	body.theme-oldwood .widget a:hover {
    color: #e8e6d8;
	}

	body.theme-oldwood .sidebar .widget-title {
    color: #706e60;
	}

	body.theme-oldwood .entry-header h2.entry-title,
	body.theme-oldwood .entry-header h2.entry-title a {
    color: #a5b098 !important;
    background-color: transparent !important;
    /*  ok #3a3423 oldwood */
	}

	body.theme-oldwood .entry-header h2.entry-title em,
	body.theme-oldwood .entry-header h2.entry-title i {
    color: #858475 !important;
	}

	body.theme-oldwood .single h1.entry-title,
	body.theme-oldwood .single h1.entry-title a {
    color: #a5b098 !important;
	}

	body.theme-oldwood .single h1.entry-title em,
	body.theme-oldwood .single h1.entry-title i {
    color: #858475 !important;
	}

	body.theme-oldwood .entry-meta,
	body.theme-oldwood .entry-meta-item {
    color: #706e60 !important;
	}

	body.theme-oldwood .widget_categories a {
    color: #9a9888 !important;
	}

	body.theme-oldwood .widget_categories li.current-cat > a::before,
	body.theme-oldwood .widget_categories li.current-cat > a::after {
    color: #a89878;
	}

	body.theme-oldwood .pagination a,
	body.theme-oldwood .pagination span,
	body.theme-oldwood .nav-links a,
	body.theme-oldwood .nav-links span {
    background-color: #3a3423 !important;		/* Seitenzahlen		*/
    color: var(--text-secondary);
	}

	body.theme-oldwood .pagination a:hover,
	body.theme-oldwood .nav-links a:hover {
    color: #e8e6d8;
	}

	body.theme-oldwood .post img,
	body.theme-oldwood .entry-content img {
    filter: brightness(0.93) contrast(1.04) sepia(0.08);
    /* was  brightness 0.93  contrast 1.04  sepia 0.08  invert 0.00  */
	}

	body.theme-oldwood .head-mast {
    background-color: #1e1a10 !important;
    /* Header BG		 ~ */
	}

	body.theme-oldwood .site-title,
	body.theme-oldwood .site-title a {
    color: #c8c0a8 !important;
    /* former <<	 		*/
	}

	body.theme-oldwood .site-description {
    color: #706e60 !important;
    /* former <<			*/
	}

	body.theme-oldwood .footer-info {
    background-color: #1e1a10 !important;
    /* Footer BG			*/
    color: #706e60 !important;
    /* Footer right 		*/
	}

	body.theme-oldwood .footer-info a {
    color: #9a9888 !important;
	}

	body.theme-oldwood .footer-info a:hover {
    color: #e8e6d8 !important;
	}

	body.theme-oldwood .entry-header .entry-meta
	.entry-meta-item.entry-categories a {
    color: #706e60 !important;
	}

	body.theme-oldwood .entry-header .entry-meta
	.entry-meta-item.entry-categories a:hover {
    color: #a89878 !important;
    /* former	<<			*/
	}

	body.theme-oldwood .widget_categories span.count,
	body.theme-oldwood .widget_categories a .count {
    background-color: #232018 !important;
    /* former				*/
    color: #706e60 !important;
    border: 3px;
    opacity: 1 !important; }

	body.theme-oldwood .entry-content .has-small-font-size,
	body.theme-oldwood .entry-content ul.has-small-font-size li,
	body.theme-oldwood .entry-content li.has-small-font-size {
	color: #706e60 !important;
    list-style: none !important;
    padding-left: 0 !important;	}

	body.theme-oldwood .entry-content ul {
    padding-left: 0 !important;	}




	/* Tag Cloud – Old Wood */
	body.theme-oldwood .sidebar .tagcloud a:nth-child(6n+1),
	body.theme-oldwood .widget_tag_cloud a:nth-child(6n+1)
	{ color: #b8a888; }

	body.theme-oldwood .sidebar .tagcloud a:nth-child(6n+2),
	body.theme-oldwood .widget_tag_cloud a:nth-child(6n+2)
	{ color: #9aaa88; }

	body.theme-oldwood .sidebar .tagcloud a:nth-child(6n+3),
	body.theme-oldwood .widget_tag_cloud a:nth-child(6n+3)
	{ color: #c8b898; }

	body.theme-oldwood .sidebar .tagcloud a:nth-child(6n+4),
	body.theme-oldwood .widget_tag_cloud a:nth-child(6n+4)
	{ color: #88a898; }

	body.theme-oldwood .sidebar .tagcloud a:nth-child(6n+5),
	body.theme-oldwood .widget_tag_cloud a:nth-child(6n+5)
	{ color: #b0a880; }

	body.theme-oldwood .sidebar .tagcloud a:nth-child(6n+6),
	body.theme-oldwood .widget_tag_cloud a:nth-child(6n+6)
	{ color: #a8b8a0; }




/*		----------------------------------------------------------------------
   		end of the stylesheet •	OLD WOOD  says goodbye	*/
