/* colour scheme -- shinkai - deep sea */

:root {
	--body-img: url("../img/bg_triangles_violet.png");
	--title-img: url("../img/header_dark_blue.png");
	--site-title-bg: rgba(255,255,255,0.7);
	--site-title-text: #5b227b;
	--body-bg: rgba(175, 104, 226, 1);
	--master-wrap-border: rgba(77, 53, 88, 1);
	--master-wrap-bg: rgba(255, 255, 255, 0.4);
	--sidebar-header-text: #fff;
	--sidebar-header-bg: #ad74b9;
	--sidebar-block-bg: rgba(255,255,255,0.4);
	--sidebar-shell-bg: rgba(179, 155, 196, 0.8);
	--sidebar-border: rgba(86, 48, 101, 1);
	--body-text-color: rgba(40, 20, 55, 1);
	--body-link-color: rgba(116, 0, 255, 1);
	--post-date-color: rgba(0, 15, 103, 1);
	--post-shell-bg: rgba(255, 255, 255, 0.8);
	--post-shell-border: rgba(96, 45, 156, 1);
	--post-title-bg: rgba(151, 99, 166, 1);
	--post-title-bg-hover: rgba(198, 155, 210, 1);
	--post-title-color: rgba(241, 243, 252, 1);
	--post-h4-border: rgba(156, 47, 187, 1);
	--post-h4-color: rgba(98, 0, 166, 1);
	--post-box-shadow: rgba(92, 45, 106, 0.7);
	--post-blockquote-bg: rgba(22, 53, 140, 0.1);
	--archiv-list-bg-hover: rgba(22, 53, 140, 0.1);
	--archiv-list-border-bottom: rgba(94, 118, 173, 1);
	--menu-bg: rgba(255, 255, 255, 0.7);
	--menu-border: rgba(104, 113, 189, 1);
	--menu-color: rgba(29, 17, 82, 1);
	--menu-hover-bg: rgba(46, 71, 144, 0.5);
	--menu-hover-border: rgba(110, 130, 151, 1);
	--menu-hover-color: rgba(255, 255, 255, 1);
	--gallery-stdalone-border: rgba(255, 255, 255, 0.6);
	--gallery-grid-overlay-bg: rgba(0, 0, 0, 0.7);
	--gallery-grid-overlay-color: rgba(241, 241, 241, 1);
	--gallery-border: rgba(106, 147, 197, 1);
	--gallery-box-shadow: rgba(165, 191, 221, 1);
	--navi-color: rgba(22, 53, 140, 1);
	--navi-color-current: rgba(219, 235, 239, 1);
	--navi-color-hover: rgba(255, 255, 255, 1);
	--navi-box-border: rgba(27, 76, 159, 1);
	--navi-box-bg: rgba(255, 255, 255, 0.6);
	--navi-box-bg-current: rgba(22, 53, 140, 0.7);
	--credit-color: rgba(63, 14, 121, 1);
	--credit-bg: rgba(176, 127, 183, 0.7);
}
