

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  padding-top: 0;
  color: #5a5a5a;
  background-color: #000;
}

a {
	color: #d9534f;
}

a:hover {
	color: #d9534f;
}

/* BOOTSTRAP OVERRIDE
-------------------------------------------------- */
.navbar {
	margin-bottom: 0;
  border-radius: 0;
}

/* STYLES
-------------------------------------------------- */

.main {
  background-color: #fff; 
  padding: 20px; 
  margin-bottom: 20px;
}

.event {
	border-bottom: dotted 1px #000;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.event h4 {
	padding: 0;
	margin: 0;
}

.event-calendar {
	width: 55px; 
	height: 65px;
	padding: 5px; 
	background-color: #ccc; 
	border: solid 4px #000; 
	text-align: center;
}

.event-calendar h2 {
	padding: 0;
	margin: 0;
}

.event-calendar h4 {
	padding: 0;
	margin: 0;
}

.last {
	border: none;
}

.subvidtitle {
  padding: 5px 0 5px 0; 
  background-color: #1B1C1D; 
  color: #FFF; 
  display: block; 
  text-align: center;
}

.subvidimg {
  width: 252px;
  height: 150px;
}

.subvidimgalt {
  width: 253px;
  height: 150px;
}

.gallery-row {
  margin-top: 10px;
}

.gallery-photo {
  margin-top: 4px;
}

.gallery a:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
.lb-image, .lb-dataContainer, .lb-outerContainer { 
    max-width: 100%; 
    height: auto !important; 
    width: auto !important; 
}
}

#song-list {
  list-style: none;
}

#song-list li {
  margin-bottom: 10px;
}

#song-list li a {
text-decoration: none;
color: #000;
font-size: 1.3em;
}

#song-list li a:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* VIDEO EMBED STYLES
-------------------------------------------------- */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 425px;
/*  margin-bottom: 20px;*/
  background-color: #000;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 425px;
  background-color: #000;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 425px;
  margin-left: auto;
  margin-right: auto;
}