﻿/* Timothy Framework - www.timothyframework.com */
/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php */


/* Color Legend */


/* Reset */

html, body {
	margin: 10px;
	padding: 0;
	border: 0;
	height: 100%;
	background: transparent;
	background-image: url('../images/backgrounds/grid.jpg');
	background-attachment: fixed;
	background-repeat: repeat;
}

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, h7, h8, p, h9, h10, h11, h12, h13, blockquote, a, ol, ul, li,
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	background: transparent;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	max-width: 100%;
	height: auto;
}

table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select, textarea, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11, h12, h13, p, li, blockquote, td, th, a, caption, em, strong, strike, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
}

ol, ul {
	list-style: none;
}

* {
	box-sizing: border-box;
}


/* Global */

html { }

body {
	background-color: #4c4c4c;
	overflow-x: hidden;
}


/* Headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}


/* Text Elements */

p {
	color: #000;
	font-size: 12px;
	line-height: 150%;
}

p .left {
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p .right {
	margin: 1.5em 0 1.5em 1.5em;
	padding: 0;
}

a { }
a:link { color: #00f; }
a:visited { color: #0f0; }
a:active { color: #000; }
a:focus { color: #666; }
a:hover { color: #f00; }

blockquote {
	color: #000;
	font-size: 12px;
}

strong { font-weight: bold; }
em { font-style: italic; }


/* Lists */

ul { }
ol { list-style-type: decimal; }

ul li { color: #000; font-size: 12px; }
ol li { color: #000; font-size: 12px; }

dl { }
dt { }
dd { }


/* Tables */

table { width: 90%; }

tr { }
.odd { background-color: #eee; }
.even { background-color: #fff; }

th { font-weight: bold; }
thead, th { background: #ccc; }

tbody { }

th, td, caption { }
caption { }

tfoot { }

.tfooter {
	background-color: #ccc;
	text-align: center;
	font-style: italic;
}

caption {
	background: #efefef;
}


/* Containers */

#wrapper {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	background-color: black;
}

#top {
	background-color: #000000;
	width: 100%;
	padding: 20px 15px;
	overflow: hidden;
	background-image: url('../images/backgrounds/wrapperbg.png');
	background-repeat: no-repeat;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#logo {
	margin: 0;
	float: left;
}

#logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

#smedia {
	float: right;
	margin: 0 10px 0 0;
	text-align: center;
}

#smedia p {
	color: #eeeeee;
	font-size: 12px;
	font-weight: bold;
	margin: 4px 10px 4px 0;
	text-align: center;
}

#smedia img {
	width: 30px;
	height: 30px;
	padding: 0;
	
}

#smedia li img {
	width: 30px;
	height: 30px;
	padding: 0 2px 0 0;
}

#smedia ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

#smedia ul li {
	
	display: inline-block;
}

#topnav {
	background-color: #aaaaaa;
	clear: both;
}

#topnav ul {
	width: 100%;
	float: left;
	margin: 0;
	background-color: #333333;
	border-bottom: 3px #cccccc solid;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#topnav ul li {
	display: inline;
}

#topnav ul li a {
	float: left;
	padding: 10px 20px;
	font-weight: bold;
	display: block;
}

#topnav a:link { color: #ffffff; }
#topnav a:visited { color: #ffffff; }
#topnav a:active { color: #ffffff; }
#topnav a:hover { color: #ffffff; background-color: #cc0000; }
#topnav a:focus { color: #ffffff; }

#menu-toggle {
	display: none;
	background: #cc0000;
	color: #ffffff;
	text-align: center;
	padding: 12px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	z-index: 9999;
}

#banner {
	background-color: black;
}

#subbanner {
	width: 100%;
	background-color: #333333;
	padding: 2px;
	overflow: hidden;
}

#subbanner h2 {
	color: #cc0000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#subbanner h3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

#content {
	float: left;
	width: 100%;
	background-color: #000000;
	margin: 0 auto;
	padding-bottom: 20px;
}

#content p {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 5px 30px 0 15px;
	line-height: 1.2;
}

#content h1 {
	color: #cc0000;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	padding: 10px 30px 10px 5px;
	line-height: 1.2;
}

#content h2 {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 10px 30px 10px 5px;
	line-height: 1.2;
}

#content h3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding: 10px 30px 10px 5px;
	line-height: 1.2;
}

#content h4 {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 10px 30px 10px 5px;
	line-height: 1.2;
}

#content h5 {
	color: #cc0000;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding: 10px 30px 10px 10px;
	line-height: 1.2;
}

#content h6 {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding: 10px 30px 10px 25px;
	line-height: 1.2;
}

#content h7 {
	color: #cc0000;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 10px 30px 10px 5px;
	line-height: 1.2;
}

#content h8 {
	color: #cc0000;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	padding: 10px 30px 10px 25px;
	line-height: 1.2;
}

#content h9 {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 10px 30px 10px 5px;
	line-height: 1.2;
}

#content h10 {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 10px 25px 10px 25px;
	line-height: 1.2;
}

#content h11 {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding: 10px 30px 10px 10px;
	line-height: 1.2;
}

#content h12 {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding: 0;
	line-height: 1.2;
}

#content h13 {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 0;
	line-height: 1.2;
}

#content a:link,
#content a:visited {
	color: #cc0000;
	line-height: 1.2;
	font-weight: bold;
}

#content img {
	border: 1px red solid;
}

#content tr {
	text-align: center;
}

#content td img {
	border: 0;
	vertical-align: top;
}

#content iframe {
	display: block;
	margin: 0 auto 10px auto;
	padding: 0;
	max-width: 100%;
	float: none;
}

#content .image2 {
	border: 0;
	padding: 0;
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

#content .image3 {
	float: right;
	padding: 0 25px 0 0;
	border: 0;
	max-width: 100%;
	height: auto;
}

#content .image4 {
	float: right;
	padding: 0 80px 0 0;
	border: 0;
	max-width: 100%;
	height: auto;
}

#footer {
	clear: both;
	background-color: #333333;
	padding: 10px 15px;
}

#footer p {
	text-align: center;
	color: #bbbbbb;
	font-size: 10px;
	line-height: 1.4;
}

#footer h1 {
	text-align: center;
	color: #bbbbbb;
	font-size: 12px;
	line-height: 1.4;
}

#footer img {
	width: 30px;
	height: 30px;
	padding: 0;
	display: inline-block;
}

#footer li img {
	width: 30px;
	height: 30px;
	padding: 0 5px 0 0;
}

#footer ul li {
	display: inline;
}

#errorbanner {
	float: left;
	width: 100%;
	margin: 0 auto;
}

#errorbanner h2 {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 10px 30px 10px 5px;
}

#errorbanner h3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 10px 30px 10px 5px;
}

#errorbanner a:link,
#errorbanner a:visited {
	color: #cc0000;
	font-weight: bold;
}

.container1 {
	float: left;
	max-width: 400px;
	width: 90%;
	margin: 0;
	position: relative;
}

.container2 {
	float: right;
	max-width: 400px;
	width: 90%;
	margin: 0 50px 0 0;
	position: relative;
}

.container3 {
	max-width: 400px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.container4 {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
}

.container4 form {
  width: 100%;
}

.container4 input,
.container4 textarea {
  width: 100%;
  box-sizing: border-box;
}

#contact input,
#contact2 input,
#contact3 input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 78%;
	border: 1px solid #fff;
	background: #fff;
	margin: 10px 5px;
	padding: 5px;
}

#contact h1,
#contact2 h1,
#contact3 h1 {
	margin-bottom: 5px;
	font-size: 18px;
}

#contact,
#contact2,
#contact3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #000;
	padding: 10px;
	margin: 10px 0;
}

fieldset {
	border: medium none !important;
	margin: 0 0 5px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100px;
	margin: 0;
	width: 78%;
	border: 1px solid #fff;
	padding: 5px;
}

button {
	cursor: pointer;
	width: 25%;
	border: 2px solid gray;
	background: #000000;
	color: #cc0000;
	margin: 0 0 0 25px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

button:hover {
	background-color: white;
}

#box1 { }
#box2 { }
#box3 { }
#box4 { }
#box5 { }
#box6 { }


/* Layout Extra */



/* Navigation Extra */



/* Forms */

#contact_form ol {
	list-style-type: none;
}

form {
	text-align: left;
	margin: 10px;
}

label {
	float: left;
	width: 150px;
	margin-top: 5px;
	text-align: right;
	display: block;
	background: none;
	font-weight: bold;
	color: white;
}

submit {
	background: none;
}

input {
	width: 280px;
	margin: 0 0 16px 10px;
	border: 1px #fff solid;
	padding: 5px;
	background: white;
}

input#mail_list {
	width: 20px;
	margin: 5px 0 16px 10px;
	border: 1px #fff solid;
	padding: 5px;
	background: white;
	background-color: red;
}

input:focus, textarea:focus {
	background-color: #dddddd;
}

textarea {
	width: 280px;
	height: 150px;
	margin: 0 0 16px 10px;
	border: 1px #bbb solid;
	padding: 5px;
	background: white;
}

select {
	margin-bottom: 20px;
}

.month {
	margin-left: 155px;
}

.submit {
	width: 90px;
	height: 25px;
	margin-left: 160px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: red;
}

.clear {
	clear: both;
}


/* ===== SONG LIST FIX ===== */

.song-list-wrap {
	width: 100%;
	padding: 0 15px 20px 15px;
}

.song-list {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 10px;
}

.song-col {
	width: 50%;
	vertical-align: top;
}

.song-inner {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.song-inner td {
	padding: 6px 10px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: normal;
}

.song-inner p {
	padding: 0 !important;
	margin: 0;
	line-height: 1.3;
}


/* ===== RESPONSIVE ADJUSTMENTS ===== */

@media (max-width: 768px) {

	html, body {
		margin: 0;
	}

	#wrapper {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	#top {
		flex-direction: column;
		text-align: center;
		padding: 15px 10px;
	}

	#logo,
	#smedia {
		float: none;
		margin: 0 auto 10px auto;
		text-align: center;
	}

	#logo img {
		margin: 0 auto;
	}

	#smedia p {
		margin: 0 0 8px 0;
	}

	#menu-toggle {
		display: block;
	}

	#topnav {
		background-color: #333333;
	}

	#topnav ul#mainnav {
		display: none;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: 3px #cccccc solid;
		background-color: #333333;
	}

	#topnav ul#mainnav.active {
		display: block;
	}

	#topnav ul#mainnav li {
		display: block;
		width: 100%;
	}

	#topnav ul#mainnav li a {
		float: none;
		display: block;
		width: 100%;
		padding: 12px 10px;
		text-align: center;
		border-bottom: 1px solid #555555;
	}

	#content {
		float: none;
		width: 100%;
	}

	#content h1,
	#content h2,
	#content h3,
	#content h4,
	#content h5,
	#content h6,
	#content h7,
	#content h8,
	#content h9,
	#content h10,
	#content h11,
	#content h12,
	#content h13,
	#content p {
		padding-left: 15px;
		padding-right: 15px;
	}

	#content h1,
	#content h2,
	#content h3,
	#content h4,
	#content h6,
	#content h7,
	#content h8,
	#content h9,
	#content h10,
	#content p {
		text-align: left;
	}

	#content h5,
	#content h11,
	#content h12,
	#content h13 {
		text-align: center;
	}

    #content iframe {
    	display: block;
    	float: none;
    	width: 100%;
    	max-width: 100%;
    	margin: 0 auto 15px auto;
    	padding: 0 15px;
    }

	#content .image3,
	#content .image4 {
		float: none;
		display: block;
		margin: 0 auto 15px auto;
		padding: 0;
	}

	.container1,
	.container2,
	.container3 {
		float: none;
		width: 90%;
		max-width: 100%;
		margin: 0 auto 20px auto;
	}

	label {
		float: none;
		width: 100%;
		text-align: left;
		margin-bottom: 5px;
	}

	input,
	textarea,
	select,
	#contact input,
	#contact2 input,
	#contact3 input {
		width: 100%;
		margin: 0 0 15px 0;
	}

	button,
	.submit {
		width: 100%;
		margin: 10px 0 0 0;
	}

	table {
		width: 100%;
		display: block;
		overflow-x: auto;
	}

	.song-list {
		display: block;
	}

	.song-list tr {
		display: block;
	}

	.song-col {
		display: block;
		width: 100%;
		margin-bottom: 0;
	}

	.song-inner {
		width: 100%;
	}

	#footer {
		padding: 15px 10px;
	}

    /* ===== CONTACT FORM CLEANUP ===== */

.container1,
.container2 {
	background: #111111;
	border: 1px solid #444444;
	padding: 20px;
	margin-bottom: 25px;
}

#contact,
#contact2 {
	background: transparent;
	padding: 0;
	margin: 0;
}

#contact h1,
#contact2 h1 {
	color: #cc0000;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 15px 0;
	margin: 0;
	line-height: 1.2;
}

#contact input,
#contact2 input,
#contact textarea,
#contact2 textarea {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 12px;
	border: 1px solid #666666;
	background: #ffffff;
	color: #000000;
	font-size: 14px;
	line-height: 1.4;
}

#contact textarea,
#contact2 textarea {
	min-height: 140px;
	resize: vertical;
}

#contact button,
#contact2 button {
	width: 100%;
	margin: 0;
	padding: 12px;
	border: 2px solid #666666;
	background: #000000;
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#contact button:hover,
#contact2 button:hover {
	background: #ffffff;
	color: #cc0000;
}

}
/* ===== CLEAN CONTACT FORM ===== */

.container1,
.container2 {
	background: #111111;
	border: 1px solid #444444;
	padding: 20px;
	margin-bottom: 25px;
}

#contact,
#contact2 {
	background: transparent;
	padding: 0;
	margin: 0;
}

#contact h1,
#contact2 h1 {
	color: #cc0000;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 15px 0;
	margin: 0;
	line-height: 1.2;
}

#contact input,
#contact2 input,
#contact textarea,
#contact2 textarea {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 12px;
	border: 1px solid #666666;
	background: #ffffff;
	color: #000000;
	font-size: 14px;
	line-height: 1.4;
}

#contact textarea,
#contact2 textarea {
	min-height: 140px;
	resize: vertical;
}

#contact button,
#contact2 button {
	width: 100%;
	margin: 0;
	padding: 12px;
	border: 2px solid #666666;
	background: #000000;
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#contact button:hover,
#contact2 button:hover {
	background: #ffffff;
	color: #cc0000;
}
.contact-form-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

.contact-form-row .container1,
.contact-form-row .container2 {
	float: none;
	width: calc(50% - 12.5px);
	margin: 0;
}

.contact-form-row {
	clear: both;
	gap: 25px;
}

.contact-form-row {
	clear: both;
}

.contact-form-row {
	margin-top: 40px;
}

@media (max-width: 768px) {
	.contact-form-row {
		flex-direction: column;
		gap: 20px;
		margin-top: 40px;
	}

	.contact-form-row .container1,
	.contact-form-row .container2 {
		width: 100%;
		max-width: 100%;
	}
}

#slider {
	height: 300px; /* adjust to what looks right */
	overflow: hidden;
}

#slider,
#sliderContent,
#sliderContent .sliderImage {
	height: 300px;
}

#slider {
	overflow: hidden;
}

#sliderContent .sliderImage img {
	width: 100%;
	height: 330px;
	object-fit: cover;
}

@media (max-width: 768px) {
	#slider,
	#sliderContent,
	#sliderContent .sliderImage {
		height: auto;
	}

	#sliderContent .sliderImage img {
		width: 100%;
		height: auto;
	}
}


#gallery {
    width: 95%;
    margin: 0 auto;           /* centers the whole block */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;  /* centers the thumbnails */
    gap: 10px;                /* spacing between thumbnails */
}

#gallery a {
    display: block;
}


#gallery {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

#gallery a {
    display: inline-block;
    margin: 3px;
    vertical-align: top;
    font-size: 16px;
}

#gallery img {
    display: block;
}


.audio-center {
  text-align: center;
}
audio {
  width: 75%;
  max-width: 400px;
}