/*
Church of Malthus Theme 2022
 
Created by DoubleDenial
With input from Vizlox, 8ismo, and Sinaticus
Inspired by the classic Malthus Theme by Logangreenjeans
Star rating filter borrowed from Vizlox's Sub Vesuvia Theme (thanks)
*/

:root {
	--header-text-visibility: hidden;
	--header-custom-text: "Church of Malthus";
	--header-tagline-custom-text: "The difficult but necessary solution";
	--header-icon: url(http://rpcauthority.wdfiles.com/local--files/groups-of-interest/Church%20Of%20Malthus%20Light.png);
	--header-icon-adv: left 1.2em top 1.3rem no-repeat;
	--header-icon-size: auto calc(9.5rem - 2.4rem);
	--header-background: url(http://rpcauthority.wdfiles.com/local--files/component%3Achurch-of-malthus-theme/darkHeader.png);
	
	--primary-background: #2d2d2d;
	--secondary-background: rgba(23, 1, 10, 0.15);
	--content-bar-background: #404040;
	--primary-text-color: #c13744;
	--nav-hover-background: #752d2d;
	--body-background: #353334;
	--button-hover-background: #5c2727;
	--search-button-background: #321b1b;
	--search-button-hover-background: #643636;
	--search-input-color: #44373a;
	--search-input-hover: #682d2d;
	--link-color: #e15252;
	--link-hover-color: #f58484;
	--new-page-color: #955757;
	--news-block-body-panel-background-even: #282828;
	--star-rating-hue: 135deg;
	--star-rating-filter: hue-rotate(calc(var(--star-rating-hue) + 350deg)) invert(1) saturate(0.4) brightness(1.3);
	--text-box-form-background: #221c1c;
	--sidenote-open-background: #573e3e;
	
	--WT-header-text-visibility: hidden;
	--WT-header-custom-text: "Church of Malthus";
	--WT-header-tagline-custom-text: "The difficult but necessary solution";
	--WT-header-icon: url(http://rpcauthority.wdfiles.com/local--files/groups-of-interest/Church%20Of%20Malthus%20Light.png);
	--WT-header-icon-adv: left 1.2em top 1.3rem no-repeat;
	--WT-header-icon-size: auto calc(9.5rem - 2.4rem);
	--WT-header-background: url(http://rpcauthority.wdfiles.com/local--files/component%3Achurch-of-malthus-theme/lightHeader.png);
	
	--WT-primary-text-color: #d73140;
	--WT-nav-hover-background: #b04857;
	--WT-body-background: #d7d7d7;
	--WT-search-button-background: #44373a;
	--WT-search-button-hover-background: #4f3f41;
	--WT-search-input-color: #44373a;
	--WT-search-input-hover: #4f3f41;
	--WT-topbar-hover-background: #7b1f28;
	--WT-link-color: #f43030;
	--WT-new-page-color: #b02323;
	--WT-tabview-button-selected-background: #fb8686;
	--WT-star-rating-background: #864e4e;
	--WT-sidenote-open-background: #b03d3d;
}
#container {
	background: url(http://rpcsandbox.wdfiles.com/local--files/doubledenial-theme-malthus2/leftEdge.png) top left repeat-y, url(http://rpcsandbox.wdfiles.com/local--files/doubledenial-theme-malthus2/rightEdge.png) top right repeat-y;
}

#header h1, #header h2 { margin-left: 140px; }
@media (max-width: 768px) {
	#header h1, #header h2 { margin-left: 66px !important; }
}
#header h1 { text-shadow: 0 0 2px; }
