body.logged-in #menu {
		margin-top: 0px;
	}
 
	body.logged-in {
		margin-top: 10px;
	}
 
	body {
		margin-top: 50px;
		background-image: url('https://darkwarriorscp.com/wp-content/uploads/2025/11/darkplazadw.png');
		background-attachment:fixed;
		background-repeat:no-repeat;
		background-size:cover;
	}
 
 
	a {
		color: #0242e3;
	}
 
	img {
		background: none !important;
		border: 0 !important;
	}
 
	.pagewrapper, #page {
		background: url('') #121212;
		background-size: 200px;
	}
 
	#header-overlay, #searchbox, #syndication {
		display: none;
	}
 
	#pagetitle {
		background: url('https://darkwarriorscp.com/wp-content/uploads/2025/11/dwheader.png');
		border-top: 3px black solid;
		border-left: 3px black solid;
		border-right: 3px black solid;
		border-bottom: 0px black solid; 

	border-top-left-radius:0px;
border-top-right-radius:0px;
		height:360px;
		width:904px
		background-repeat:no-repeat;
 
	}
 
#header-overlay, #searchbox, #syndication {
		display: none;
}
 
	.pagewrapper {
		margin-top: 143px;
		width: 904px;
		border: 3px black solid;
			*/box-shadow: 1px 1px 13px 1px red;
		border-radius: 0px;
	}

.sidebar ul li a, .obar ul li a {
    color: white !important;
}

.sidebar ul li h2, .obar ul li h2.widgettitle {
	color: white !important;
	text-align: center
}

	.sidebar ul li h2, .obar ul li h2 {
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    color: #ffffff;
		background:linear-gradient(#424242, #000000);
border: 0px black	solid;

	border-radius: 5px;
}
 
.sidebar ul li, .obar ul li {
	color: white;
	background: none;
	font-size: 14px;
}
 
input, select, textarea {
	border: 1px rgba(0,0,0,0.2) solid;
	border-radius: 5px;
	padding: 10px;
	width: inherit;
}
.sticky h2 a {
	background: url('https://darkwarriorscp.com/wp-content/uploads/2025/11/sTICKY.png') #000000;
	color: white !important;
	background-size: cover;
	text-shadow: 0 0 10px white;
	border: 3px solid black;
	border-radius: 0px;
}
.sticky h2 a:hover {
		transition: .5s;
	border: 3px solid grey;
}

.sticky h2 a {
	text-decoration: none;
	color: #ffffff;
	animation: content-borders 5s infinite;
}

 /* content area link */
a:link {
  color: black;
}
.content {
		color: black;
	font-size: 13px

}
.content {
	float: left;
	width: 495px;
	background-color: #ffffff;
	background-image: url('https://i.postimg.cc/DzJ5GqL1/Site-BG.png');
	background-position: 14px 10px;
	background-repeat: repeat;
	animation: content-borders 5s infinite;
	border-radius: 0px;
}

.content a {
	color: none !important;
	text-decoration: bold;
}
@keyframes content-borders {
	0% {
		border: 3px black solid;
		box-shadow: grey 0 0 5px;
	}
	
	25% {
		border: 3px grey solid;
		box-shadow: black 0 0 5px;
	}
	
	50% {
		border: 3px black solid;
		box-shadow: grey 0 0 5px;
	}
	
	75% {
		border: 3px grey solid;
		box-shadow: black 0 0 5px;
	}
	
	100% {
		border: 3px black solid;
		box-shadow: grey 0 0 5px;
	}
}

.content {
	border: 3px #006900 solid;
	box-shadow: #006900 0 0 5px;
}

.post h2 a {
	color: black;
	border-bottom: 1px black solid; 
}
.post h2 a:hover {
color:grey;
	transition: .5s;
border-bottom: 1px grey solid;
}
.postinfo, .postdate {
	color: grey;
}
#footer {
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin: 10px 0;
}
#menu ul li a {
	color: #FFFFFF !important;
}

#menu ul li a:hover {
	color: #D3D3D3 !important;
}

#menu ul li ul.sub-menu li a {
	color: #D3D3D3 !important;
}

#menu {
	background: url('https://darkwarriorscp.com/wp-content/uploads/2025/11/menubg.png') #1a1a1a;
	background-size: 87px;
	animation: menus 1800s infinite;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 999;
	justify-content: center;
	border-bottom: 2px rgba(0, 0, 0, 0.1) solid;
	box-shadow: rgba(0, 0, 0, 0.3) 0 3px;
	color: white;
	text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}
@keyframes menus {
    from {
        background-position: -10px -80px
    }

    50% {
        background-position: -10780px -80px
    }

    back {
        background-position: -10px -80px
    }
}

#menu {
	justify-content: center;
	display: flex;
}

#menu ul li.menu-item-has-children a::after {
	content: "‎‎‎‎‏‏‎";
	position: absolute;
	z-index: 999;
	top: 200px;
	right: 6px;
	color: #fff;
}

#menu ul li a {
	color: #fff;
	padding: 20px !important;
	border: 0 !important;
	margin-top: 5px;
	border-radius: 0;
}

#menu {
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 999;
	justify-content: center;
	border-bottom: 3px black solid; 
	box-shadow: rgba(0, 0, 0, 0.3) 0 3px;
}

#menu ul li,
#menu ul li a {
	background: rgba(0, 0, 0, 0);
	text-align: center;
	justify-content: center;
	display: flex;
}

#menu ul li a:hover {
	background: rgba(0, 0, 0, 0);
	text-decoration: none;
	color: #ddd;
}

#menu ul li ul.sub-menu li {
	background: #000;
	top: 16px;
	padding: 5px 0;
	border-radius: 0;
}

#menu ul li ul.sub-menu li a {
	border-radius: 0;
}

#menu ul li.current_page_item a {
	background: rgba(0, 0, 0, 0);
	text-decoration: none !important;
}
img:hover {
    transform: scale(1.05);
    transition: 1.2s
}


input, select, textarea {
	border: 1px rgba(0,0,0,0.2) solid;
	border-radius: 5px;
	padding: 10px;
	width: inherit;
}
 
input[type="submit"], button {
	background: black;
	border: 0;
	padding: 10px 61px;
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 5px;
	top: 0;
	border-radius: 30px !important;
	color: #fff;
	border: 1px rgba(255,255,255,1) solid;
}