ul li a span {
	vertical-align: top;
}

.logo {
  position: relative; /* positioning context */
}

.lang-menu {
  position: absolute; /* take out of flow */
  top: 10px;
  right:10px;
   /*transform: translateX(-50%); center horizontally */
  display: flex;    
  gap: 20px;         
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10;       
  background: rgba(0, 0, 0, 1);
  border-radius: 4px;
  padding: 5px 15px;
}

.lang-menu li {
  /* inline styling, if you want */
  cursor: pointer;
}


.lang-item{
	float: left;
	list-style: none;
}
.lang-item a{
	float: left;
}
.lang-item a img{
	border: none;
}

.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; /* Horizontal layout */
  background-color: #830005; /* Dark background */
  justify-content: center; /* Center the menu */
  gap: 1px; /* Small space between items */
  border-top: solid 1px #ff827e;
}

.main-menu li {
  margin: 0;
}

.main-menu li a {
  display: block;
  padding: 14px 16px;
  color: #f2f2f2;
  text-decoration: none;
  background-color: #830005;
  transition: background-color 0.3s ease;
  font-size: 17px;
}

.main-menu li a:hover,
.main-menu li.current-menu-item a {
  background-color: #de7068;
  color: white;
}


.logo {
position: relative;
width: 100%;
overflow: hidden;
}

.logo-align {
	    position: relative;
    width: 10000px;
    left: 50%;
    margin: 0 0 0 -5000px;
    text-align: center;
}

.band
{
   display: inline;
   text-align: left;
   width: 100%;
   height: 200px;
}

.bandMember
{
  float:left;
  text-align:center;
  padding-right: 10px;
}

.postdate {
    background: transparent url('./red/postdate.jpg') no-repeat;
    padding:5px 10px 10px 10px ;
    font-size: 0.9em;
    font-weight:bold;
    color: #dddddd;
    float:left;
    text-align:center;
    margin: 0 10px 0 0;
    line-height: 1.2em;
}

.postdate-day
{
	font-size: 2.0em;
}

body
{
	margin: 0px auto;
	padding: 0px;
	background-color: #141414;
	height:100%;
	font-size:62.5%;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color:#fff;
}

p
{
	text-align: justify;
	font-size:1em;
	margin-top: 0px;
}

/********************* PAGE ELEMENTS ********************/

.container
{
	width: 100%;
/*	margin: 0px auto;*/
	padding: 0px;
	background-color: #141414;

}

.content
{
	width: 100%;
	padding-bottom: 15px;
	height: 100%;
}

#content {
	margin: 0 auto;
}
    
#footer
{
	height: 50px;
	background: url('./red/headline_bg.jpg') top center repeat-x;
	font-size: 1.4em;
	text-align: center;
	padding-top: 14px;
}


.news-container
{
	margin-bottom: 10px;
	background-color: transparent;
	margin-top: 10px;
}

h3
{
	color:#cccc66;
	font-family:Georgia, "Times New Roman", Times, serif;
}


h1, h2, h4 
{
	color:#cccc66;
	font-size:2.3em;
	margin:0 0 0.5em 0;
	font-weight:normal; 
	padding-top : 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a {
  color:#cccc66;
}

a:hover {
  color: #ddd;
  background-color: #909090;
}



/********************* NAVIGATION ********************/
.clear { clear: both; }

.menubar-container {
	background-color: #830005;
	border-top: solid 1px #ff827e;
}

.menubar {
  border-top: solid 1px #ff827e;
  overflow: hidden;
  background-color: #830005;
  border-top: 1px white;
    max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1px;
}

.menubar a {

  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border-top: solid 1px #ff827e;

}


  background-color: #350000;

}

.menubar a.active {
  background-color: #04AA6D;
  color: white;
}





/********************** NEWS (BLOG) ***********************/

.news-headline
{
	padding-left: 5px;
	height: 50px;
	background: url('./red/headline_bg.jpg') top center repeat-x;
}

.news-content
{
	/*font-family: Arial;*/
	padding-left: 57px;
	padding-right: 20px;
	font-size: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #350000;
	line-height: 1.8em;
}

.news-footer
{
	text-align: right;
	padding-top: 30px;
	padding-right: 10px;
	font-size: 1.4em;
/*	border-bottom: dashed 1px #aaaaaa;*/
	height: 30px;
	background: url('./red/footer_grad.jpg') top center repeat-x;
}



/********************** WIDGETS ***********************/

.widget-container
{
	margin-bottom: 0px;
}
.widget-headline:hover
{
	Color: White;
	background-color: Black;
}
.widget-headline
{
	font-size: 1.9em;
	padding-left: 10px;
	height: 30px;
	line-height:1.2em;
	background: url('./red/headline_grad.jpg') top center repeat-x;	
	color: white;
	font-weight:normal;
	font-style:normal;
}
.widget-content
{
	padding-left: 10px;
	padding-right: 5px;
	font-size: 1.5em;
	line-height: 1.0em;
	padding-top: 10px;
	padding-bottom: 10px;
	background: none;
}

.widget-mp3player
{
	font-size: 14px;

}