body {
	text-align: center; 
	font-family: Georgia, serif;
	padding: 0;
	margin: 0;
}

h1 {
	text-align: left;
	font-size: 48px; 
	color: white; 
	background-color: #a00; 
	margin: 0px; 
	padding:10px;
}

#banner {
	float: left;
}

#content {
	padding: 10px;
}

#backed-content {
	padding: 10px;
	height: 400px;
	background-image: url("simghera-grey.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
}

#long-backed-content {
	padding: 10px;
	background-image: url("simghera-grey.jpg"); 
	background-repeat: repeat-y; 
	background-position: top center;
}

.just {
	text-align: justify;
}

a {
	text-decoration:none; 
}

a.current {
	display:block; 
	padding: 0px 10px;
	height:25px; 
	color:#a00; 
	background-color:white; 
	border-right:2px solid white; 
	border-bottom: 1px solid white; 
	border-top: 1px solid white; 
	margin-top:0px; 
	text-align:center; 
	text-decoration:none; 
	font-family:verdana, arial, sans-serif; 
	font-size:12px; 
	line-height:25px; 
	overflow:hidden; 
	float:left;
}

a.nav, a.nav:link, a.nav:visited {
	display:block; 
	padding: 0px 10px;
	height:25px; 
	color:white; 
	background-color:#a00; 
	border-right:2px solid white; 
	border-bottom: 1px solid white; 
	border-top: 1px solid white; 
	margin-top:0px; 
	text-align:center; 
	text-decoration:none; 
	font-family:verdana, arial, sans-serif; 
	font-size:12px; 
	line-height:25px; 
	overflow:hidden; 
	float:left;
}

a.nav:hover {color:#fff; background:#764;}
a.nav:active {color:#fff; background:red;}

#nav span {display:none;} 
#nav {background-color: #a00; height:26px; margin-top:0px; border: none;}

#events h2 {
	margin: 15px;
	font-size: xx-large;
}

#events h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}

#events h4 {
	margin: 0;
	padding: 0;
}

#events p {
	margin: 5px;
	padding: 0;
}

table {
	text-align: center;
	margin: auto;
}

td {
	text-align: left;
}

/* table.rehearsals td {
	padding: 0 1em;
} */

table.rehearsals {
	text-align: center;
	min-width: 50em;
	border-collapse: collapse;
}

table.rehearsals td {
	text-align: left;
	border: 1px solid black;
	padding: 5px;
}

table.costs {
	border-collapse: collapse;
}

table.costs td {
	text-align: center;
	border: 1px solid black;
	padding: 5px;
}

body {
	counter-reset: tune;
}

p.song:before {
	font-weight: bold;
	counter-increment: tune;
	content: counter(tune) " ";
}

p.song {
	counter-reset: variation;
}

p.song + p.alternate:before {
	font-weight: bold;
	counter-increment: tune variation;
	content: counter(tune) counter(variation, lower-alpha) " ";
}

p.alternate {
	counter-reset: variation2;
}

p.alternate:before {
	font-weight: bold;
	counter-increment: variation;
	content: counter(tune) counter(variation, lower-alpha) " ";

}

p.alternate + p.alternate2:before {
	font-weight: bold;
	counter-increment: tune variation2;
	content: counter(tune) counter(variation2, lower-alpha) " ";
}

p.alternate2:before {
	font-weight: bold;
	counter-increment: variation2;
	content: counter(tune) counter(variation2, lower-alpha) " ";

}

a.accept {
	background-color: #6f6;
	padding: 2px;
}

a.reject {
	background-color: #f99;
	padding: 2px;
}

li.finalpart {
	margin-bottom: 1em;
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
