html {
	background-image: url("img/blogBg.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 100%;  
	font-family: "Times New Roman", Times, serif;
    font-size: 19px;
}

p {
    white-space: pre-line;
    line-height: 1.4;
}

.mainPanel {
	margin: auto;
/*	background-color: rgba(0, 0, 0, 0.8);*/
	width: 75%;
	padding: 20px;
	padding-bottom: 120px;
	/*border: 1px solid red;*/
	position: relative;

}

.topPanel {
    /*background-image: url("img/darkbg.jpg");*/
/*    display: flex;*/
	left: 50%;
	align-content: center;
	padding: 15px 30px;
	/*background-color: black;*/
	/*border: 1px solid white;*/
	color: white;
}

.topPanel a {flex-grow: 1;}

.descPanel {
    /*background-image: url("img/darkbg.jpg");*/
    margin: auto;
    text-align: center;
    width: 60%;
	margin-top: 15px;
	padding-top: 1px;
	padding-bottom: 20px;
	padding-left: 100px;
	padding-right: 100px;
	background-color: black;
	border: 1px solid white;
	color: white;	
}

.descPanel a {
	color: yellow;
	text-decoration: none;
}

.descPanel a:hover {
	color: red;
}


.shelbanner {
	display: block;
	margin: auto;
}

.skull {
    transform: translateX(10px);
    display: inline-block;
	width: 10%;
}


.midPanel {
    background-image: url("img/darkbg.jpg");
    margin: auto;
    width: 70%;
	margin-top: 15px;
	padding-top: 1px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: black;
	border: 1px solid white;
	color: white;	
}

.blogPost {
    /*background-image: url("img/darkbg.jpg");*/
    margin: auto;
    width: 70%;
	/*margin-top: 15px;*/
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(81, 91, 96, 0.5);
	border: 1px solid white;
	color: white;
}

.imgContainer {
    position: relative;
    width: 100%;
    height: 100px;
}

.imgContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Overlayed date text */
.postDate {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: #d3d3d3;
    background-color: rgba(0, 0, 0, 0.7); /* Optional: improves text visibility */
    padding: 2px 5px;
    border-radius: 3px;
}

/* Overlayed title text */
.postTitle {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #ffcf3d;
    text-align: left;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.7); /* Optional */
    padding: 3px 6px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 24px;
}

.postTitle:hover {
    color: yellow;
}

.uplImg {
	margin-top: 15px;
	width: 100%;
	height: 100px;
	object-fit: cover;
}

.blogImg {
	width: 600px;
}

.pagesList {
	margin: auto;
	text-align: center;
}

.pagesLink {
	text-align: center;
	float: left;
	display: block;
	width: 200px;
	font-size: 26px;
}

.pagesLink a {
	color: white;
	text-decoration: none;
}

.wCommentTable textarea{
	resize: none;
	width: 650px;
	height: 150px;
}

.wCommentTable input {
	width: 80%;
}

.limitText {
    text-overflow: ellipsis;
    /*width: 280px;*/
    overflow: hidden;
    white-space: nowrap;
}

.limitName {
    /*text-overflow: ellipsis;*/
    width: 220px;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
}

.postList {
	width: 100%;
	border-collapse: collapse;
	text-overflow: ellipsis;
	table-layout: fixed;
}

.uplImg {
	margin-top: 15px;
	width: 100%;
	height: 100px;
	object-fit: cover;
}

hr {
	color: white;
}

.postList td {
	border: 1px solid black;
	padding-left: 10px;
}

.breakTitle {
	word-break: break-word;
}

.postList a {
	color: #ffcf3d;
	text-decoration: none;
}

.postList a:hover {
	color: yellow;
}

.emptyTd {
    width: 1%;
}

.postTitle {
	width: 50%;
}

.replyBox {
	color: #00cc44;
/*	background-color: #211717;*/
	padding: 15px;
/*	border: 2px dotted #c36f6f;*/
	border-radius: 5px;

	/*background-image: repeating-linear-gradient(*/
 /*   45deg,*/
 /*   #211717 0px,*/
 /*   #211717 10px,*/
 /*   #271b1b 10px,*/
 /*   #271b1b 20px);*/
 
	background-image: repeating-linear-gradient(
    45deg,
    #003311 0px,
    #003311 10px,
    #004d1a 10px,
    #004d1a 20px);
}

.commentTable {
	width: 100%;
	border-collapse: collapse;
	word-break: break-word;
}

.commentTable td {
	height: 150px;
	vertical-align: top;
	border: 2px solid black;
	padding-left: 10px;
	padding-right: 10px;
}

.commentTable td:nth-child(odd) {
    background-image: url("img/slabPanel.jpg");
    background-size: 100% 100%;
	width: 15%;
	text-align: center;
}

button {
	color: white;
	font-size: 16px;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #004d1a;
	border: none;
	cursor: pointer;
}

#replyText {
	cursor: pointer;
	padding-bottom: 15px;
}

/*.commentTable tr {background-color: #6e4643;}*/
.commentTable td:nth-child(odd) {
	background-color: #593231;
}

/*.postList tr {*/
	/*background-color: #6e4643;*/
 /*   background-image: url("img/darkbg.jpg");*/
/*	background-image: repeating-linear-gradient(
    45deg,
    #6e4643 0px,
    #6e4643 20px,
    #603d3a 20px,
    #603d3a 40px);*/
/*}*/
.postList td:nth-child(even) {
/*	background-color: #593231;*/
    background-image: url("img/panel.jpg");
    background-size: 50px 100%;
	/*background-image: repeating-linear-gradient(*/
 /*   45deg,*/
 /*   #593231 0px,*/
 /*   #593231 10px,*/
 /*   #472827 10px,*/
 /*   #472827 20px);*/
}