body.logged-in {
	margin-top: 10px;
}
 
body {
	margin-top: 50px;
	background-image: url('https://darkwarriorscp.com/wp-content/uploads/2026/07/DW-Background.pn');
	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;
}
 
/* ===== HEADER & MENU CHANGES ===== */
#header {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	height: auto;
	width: 904px;
	margin: 0 auto 0px;
	background: none !important;
}

#header-box {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	width: 904px;
	order: 1;
}

#pagetitle {
	background-image: url('https://darkwarriorscp.com/wp-content/uploads/2025/11/dwheader.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-color: #0a0a0a;
	border: 3px solid #2a2a2a;
	border-radius: 0px;
	height: 360px; /* Changed from 390px to 400px */
	width: 904px;
	clear: both;
}

/* ---- Menu: normal flow, directly below header image, boxed to 904px, animated gradient ---- */
#menu {
	order: 2;
	position: relative !important;
	top: auto !important;
	left: auto !important;
	width: 904px;
	margin: 0 auto;
	background: linear-gradient(90deg, #0a0a0a, #2c2c2c, #0a0a0a, #2c2c2c, #0a0a0a);
	background-size: 300% 100%;
	animation: menu-gradient-run 8s linear infinite;
	border: 3px solid #2a2a2a;
	border-top: none;
	border-radius: 0px;
	box-shadow: 0 6px 16px rgba(0,0,0,.5);
	z-index: 5;
	text-shadow: none;
}

@keyframes menu-gradient-run {
	0%   { background-position: 0% 50%; }
	100% { background-position: 100% 50%; }
}

#menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
}

#menu ul li {
	background: none !important;
	position: relative;
	float: none;
	margin: 0 !important;
}

#menu ul li a {
	display: block;
	background: transparent !important;
	color: #dcdcdc !important;
	padding: 16px 22px !important;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .5px;
	text-transform: uppercase;
	border: 0 !important;
	border-radius: 0;
	position: relative;
	transition: color .25s ease, background .25s ease;
	margin-top: 0 !important;
}

#menu ul li a::after {
	content: "";
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 8px;
	height: 2px;
	background: #ffffff;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .25s ease;
}

#menu ul li a:hover,
#menu ul li:hover > a,
#menu ul li.current-menu-item > a,
#menu ul li.current_page_item > a {
	background: rgba(255,255,255,.06) !important;
	color: #ffffff !important;
	text-decoration: none !important;
}
#menu ul li a:hover::after,
#menu ul li.current-menu-item > a::after,
#menu ul li.current_page_item > a::after {
	transform: scaleX(1);
}

#menu ul li.menu-item-has-children > a::before {
	content: "▾";
	margin-left: 6px;
	font-size: 10px;
	color: #888;
	transition: transform .2s ease, color .2s ease;
}
#menu ul li.menu-item-has-children:hover > a::before {
	color: #fff;
	transform: rotate(180deg);
}

#menu ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	flex-wrap: nowrap;
	flex-direction: column;
	min-width: 180px;
	background: #141414;
	border: 1px solid #2a2a2a;
	border-radius: 0px;
	box-shadow: 0 10px 20px rgba(0,0,0,.6);
	justify-content: flex-start;
	z-index: 999;
	padding: 0 !important;
}
#menu ul li:hover > ul { display: flex; }
#menu ul ul li { width: 100%; }
#menu ul ul li a {
	color: #ccc !important;
	padding: 12px 18px !important;
	text-transform: none !important;
	font-size: 13px;
	width: 100%;
	background: transparent !important;
}
#menu ul ul li a::after { display: none; }
#menu ul ul li a:hover {
	background: #262626 !important;
	color: #fff !important;
}
/* ===== END HEADER & MENU CHANGES ===== */

.pagewrapper {
	margin-top: 0px;
	width: 904px;
	border: 3px solid #2a2a2a;
	border-top: none;
	box-shadow: none;
	border-radius: 0px;
	background: #121212;
	overflow: hidden;
}

.sidebar ul li a, .obar ul li a {
    color: white !important;
	text-decoration: none;
}
.sidebar ul li a:hover,
.obar ul li a:hover {
    color: grey !important;
	transition: .5s;
}

.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: 35px;
    color: #ffffff;
	background:linear-gradient(#424242, #292828);
	border: 0px black solid;
	border-radius: 5px;
}
 
.sidebar ul li, .obar ul li {
	color: white;
	background: none;
	font-size: 14px;
	text-align: center;
}
 
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/2026/08/sTICKY2026.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;
	text-decoration: none;
}
.content {
	color: black;
	font-size: 13px
}
.content {
	float: left;
	width: 495px;
	background-color: #eaeaea;
	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: #383838;
	border-bottom: 1px black solid; 
}
.post h2 a:hover {
	color:grey;
	transition: .5s;
	border-bottom: 1px grey solid;
}
.postinfo, .postdate {
	color: #4d4d4d;
}
#footer {
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin: 10px 0;
}
img:hover {
    transform: scale(1.05);
    transition: 1.2s
}
input[type="submit"], button {
    background: grey;
    border: 0;
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 5px;
    top: 0;
    border-radius: 5px !important;
    color: #000;
    border: 0px grey solid;
}
img {
    border-radius: 5px;
}
.content img {
    border-radius: 10px;
}
.entry a.more-link {
    display: inline-block !important;
    background-color: #171717 !important;
    color: #fff !important;
    padding: 5px 15px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    border-radius:5px !important;
    text-decoration: none !important;
    margin-top: 20px;
}
