.site-branding {
	background-color: #333;
	text-align: center;
	text-transform:
}

.entry-header, header.entry-header {
	background: linear-gradient(to bottom, rgba(109, 109, 109, 1) 0%, rgba(80, 80, 80, 1) 100%);
	border-radius: 30px;
		border-width: 3px;
	border-color: #888;
	border-style: solid;
	text-align: center;
	box-shadow: 1px 1px 7px 3px #000;
}

.entry-content, .entry-summary {
	margin-top: 10px;
	transition: all 0s ease;
		border-width: 0px 3px 3px 3px;
	border-color: #333;
	border-style: solid;
	background-color: #446;
	border-radius: 0px 0px 17px 17px;
	padding: 17px;
	text-shadow: 1px 1px 2px #000;
	border-image-source: url(http://www.mcgeeplace.com/WordPress/wp-content/uploads/2023/04/postborder_paper_v1p3.png);
	border-image-width: 56px;
	border-image-slice: 20% fill;
	border-image-outset: 29px 26px 27px 26px;
	border-image-repeat: round;
	filter: brightness(100%);
}

.importantText {
	transition: all 0.8s ease;
	color: #DDD;
	background: linear-gradient(to bottom, rgba(190, 80, 50, 1) 0%, rgba(100, 40, 30, 1) 100%);
	padding: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 20px;
	border-style: solid;
	border-color: #AAA #888 #666;
	box-shadow: 1px 8px 20px 3px #000;
	font-weight: bold;
		-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0006;
	text-shadow: none;
	filter: brightness(100%);
}

.importantText:active {
	filter: brightness(70%);
	transform: scale(0.96);
	box-shadow: 1px 4px 5px 3px #000;
}

@keyframes physDip {
  0%     {transform: scale(1);}
  50%    {transform: scale(1.01);}
  100%   {transform: scale(1)};
}

hr.wp-block-separator {
	background: linear-gradient(to bottom, rgba(50, 50, 50, 1) 0%, rgba(200, 200, 200, 1) 30%, rgba(50, 50, 50, 1) 100%);
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #DDD #666 #000;
	height: 10px;
	box-shadow: 3px 3px 6px 3px #0006;
}

a {
	background-color: #FFF3;
	border-radius: 6px;
	border-style: solid;
	border-color: #2226;
	padding: 5px;
}

.entry-content p a {
		background-color: #0003;
	border-radius: 6px;
	border-style: solid;
	border-color: #2226;
	padding: 1px;
}

ul.menu {
	text-align: center;
}

ul.menu-item {
	text-align: center;
}

div ul li {
	text-align: center;
  	background-color: #333;
	margin-top: 5px 0px;
box-shadow: inset 1px 1px 6px 3px #0006;
	padding: 4px 0px;
}

ul li a {
		text-align: center;
	width: 250px;
	background-color: #222;
	padding: 6px 10px;
	border-style: solid;
	border-color: #FFF3;
	border-radius: 20px;
}

ul li a:hover {
	background-color: #333;
}

ul li a:active {
	background: linear-gradient(to bottom, rgba(150, 150, 180, 1) 0%, rgba(50, 50, 80, 1) 50%, rgba(22, 22, 52, 1) 100%);
}

section ul li {
	margin: 17px 0px;
	border-color: #AAA3;
	background-color: #0000;
}

div.logged-in.wp-block-loginout {
  text-align: center;
	padding: 10px;
	background-color: #A002;
	border-radius: 20px;
	box-shadow: inset 1px 1px 6px 3px #0006;
}

div.logged-out.wp-block-loginout {
  text-align: center;
	padding: 10px;
	background-color: #A6A2;
	border-radius: 20px;
	box-shadow: inset 1px 1px 6px 3px #0006;
}

div.apbPostText {
  background-color: #A96;
	border-style: solid;
	border-color: #AAA #888 #666;
	text-shadow: none;
			-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0005;
	box-shadow: inset 2px 2px 3px 1px #0006;
	filter: brightness(100%);
	transition: all 0.5s ease;
}

div.apbPostText:hover {
	filter: brightness(105%);
}

div.apbPostText a {
border-color: #F005;
}

div.apbPostExcerpt.apbInnerContent {
 background-color: #FFF3;
	padding: 5px;
	border-radius: 10px;
}

div.apbPostReadMore {
  margin-top: 17px;
}

div.wp-block-search__inside-wrapper {
  		vertical-align: middle;
}

input.wp-block-search__input.wp-block-search__input {
	border-radius: 25px;
	margin: 15px;
	border-width: 2px;
	border-color: #AAA #888 #666;
	box-shadow: inset 3px 3px 6px 3px #0006;
	transition: all 0.5s ease;
}

input.wp-block-search__input.wp-block-search__input:focus {
	border-radius: 10px;
}

button.wp-block-search__button.wp-element-button {
  height: 43px;
	margin: auto;
	margin-left: 10px;
	border-radius: 10px;
	border-color: #AAA #888 #666;
	background-color: #999;
}

a.scrollup {
	border-radius: 20px;
	background-color: #FFF;
	border-color: #AAA #888 #666;
	padding: 20px;
	box-shadow: 3px 3px 6px 3px #000;
}

.control-themeSky {
	display: none
}

.entry-content:has(.control-themeSky) {
	background-color: #66F;
	border-image: url(http://www.mcgeeplace.com/WordPress/wp-content/uploads/2023/03/postborder_sky_v1.png);
		border-image-width: 56px;
	border-image-slice: 20%;
	border-image-outset: 29px 26px 27px 26px;
	border-image-repeat: round;
	filter: brightness(100%);
}

.control-themeCraft {
	display: none
}

.entry-content:has(.control-themeCraft) {
	background-color: #446;
	border-image-source: url(http://www.mcgeeplace.com/WordPress/wp-content/uploads/2023/03/postborder_slice_v1.png);
	border-image-width: 56px;
	border-image-slice: 20%;
	border-image-outset: 29px 26px 27px 26px;
	border-image-repeat: round;
	filter: brightness(100%);
}

article.comment-body {
  background-color: #ddd;
	padding: 20px 50px 20px 90px;
	border-radius: 10px;
	border-style: solid;
	border-color: #AAA #888 #666;
	border-width: 2px;
	transform: rotate(-0.2deg);
	box-shadow: 1px 1px 6px 0px #000A;
	margin: 30px 0px 30px 0px;
}

article.comment-body a {
	color: #333;
}

article.comment-body div a time {
  color: #333;
}

svg.icon.icon-mail-reply {
  display: none;
}

img.avatar.avatar-100.photo, img.avatar.avatar-100.photo.grav-hashed.grav-hijack {
  transform: rotate(2deg);
	border-style: none;
	border-radius: 5px;
	padding: 0px;
	box-shadow: 1px 1px 6px 0px #000A;
	
}

div.comment-content {
	color: #333;
}

a.comment-edit-link {
  background-color: #aaa;
}
ol.comment-list {
  border-style: solid;
	border-color: #333;
	background-color: #640;
	padding: 10px;
	border-radius: 15px;
}

form.comment-form {
  background-color: #777;
	box-shadow: inset 1px 1px 6px 3px #0006;
	padding: 10px;
	border-radius: 10px;
}