html.template {
  background-image: url('//cfcdn.youngdisciple.org/shared/Background-Pattern.jpg');
}

html {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}

body {
  margin: 0;
}

.mceContentBody {
  padding: 20px;
}

.header {
  background: url('//cfcdn.youngdisciple.org/main/Main-Header-1095px.png') no-repeat;
  width: 1095px;
  height: 202px;
  margin: 0 auto;
  position: relative;
}


.logo {
  display: block;
  position: absolute;
  width: 275px;
  height: 118px;
  left: 35px;
  top: 10px;
}

.donateButton {
  display: block;
  position: absolute;
  width: 245px;
  height: 38px;
  left: 715px;
  top: 159px;
}

.gallery li {
  display: inline;
  list-style: none;
  width: 250px;
  height: 225px;
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
}

.gallery img {
  object-fit: cover;
  width: 150px;
  height: 100px;
}

#recordings {
  margin-top: 20px;
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}

  #recordings > ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;    
  }

ul.recordings, ul.recordings ul {
  margin: 0;
  padding: 0;
}

li.recordings_collection {
  display: inline;
  list-style: none;
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  page-break-inside: avoid;
  break-inside: avoid-column;
  margin-bottom: 30px;
}

ul.recordings ul {
  margin-left: 20px;
}

li.recordings_collection li.recordings_collection {
  font-size: 16px;
}

ul.recordings ul ul {
  margin-left: 40px;
  margin-bottom: 10px;
}

li.recordings_collection li.recordings_collection li.recordings_collection {
  font-size: 14px;
}

li.recording {
  font-weight: normal;
  font-size: 14px;
}

li.recording:first-of-type {
  margin-top: 5px;
}


/* ===== Navigation ===== */
.dropdownNavigation > ul {
  position: absolute;
  height: 20px;
  top: 118px;
  left: 12px;
  width: 100%;
  font-size: 14px;
}

  .dropdownNavigation > ul > li {
    float: left;
    list-style-type: none;
    margin-right: 2px;
    background-image: url('//cfcdn.youngdisciple.org/blog/Blog_Nav_Btn.gif');
    background-repeat: repeat-x;
  }

    .dropdownNavigation > ul > li:hover {
      background-image: url('//cfcdn.youngdisciple.org/blog/Blog_Nav_Btn_H.gif');
    }

    .dropdownNavigation > ul > li:first-child {
      border-radius: 8px 0 0 0;
    }

.dropdownNavigation ul ul {
  display: none;
  background-image: url('//cfcdn.youngdisciple.org/shared/Background-Pattern.jpg');
  padding: 10px 40px 6px 0;
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #003E83;
  overflow: hidden;
  box-shadow: 0 0 8px #999999;
  width: 155px;
}

.dropdownNavigation .parent:hover ul {
  display: block;
  position: absolute;
  top: 27px;
}

.dropdownNavigation ul li {
  list-style-type: none;
}

.dropdownNavigation ul ul a, .dropdownNavigation ul ul span  {
  color: black;
  font-size: 12px;
  padding: 10px 20px;
  width: 100%;
  display: block;
  line-height: 1.22em;
  font-weight: bold;
  text-decoration: none;
}

  .dropdownNavigation ul ul a:hover, .dropdownNavigation ul ul span:hover {
    background-color: #5496C8;
    color: white;
  }

.dropdownNavigation > ul > li > a, .dropdownNavigation > ul > li > span {
  color: white;
  font-weight: bold;
  text-decoration: none;
  height: 15px;
  display: block;
  padding: 4px 10px 8px 10px;
}

.dropdownNavigation > ul > li.parent > a, .dropdownNavigation > ul > li.parent > span {
  padding-right: 20px;
  background-image: url('//cfcdn.youngdisciple.org/blog/N-arrow-d-blog.gif');
  background-position: 96% 50%;
  background-repeat: no-repeat;
}

/* ===== End Navigation ===== */

/* ===== Search ===== */

.search {
  display: table;
  position: absolute;
  right: 40px;
  top: 128px;
}

  .search fieldset {
    border: 0;
  }

  .search .field {
    float: left;
  }

#resultsDiv h2 {
  font-size: 20px;
}

#resultsDiv .webResult {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 30px;
  margin: 30px 0;
}

  #resultsDiv .webResult p, #resultsDiv .webResult > a {
    margin-left: 30px;
  }

#resultsDiv #more {
  width: 83px;
  height: 24px;
  background: url(img/more.png) no-repeat;
  cursor: pointer;
  margin: 40px auto;
}

/* ===== End Search ===== */

/* ===== Content ===== */

.content {
  background-color: white;
  border-radius: 10px;
  padding: 0 35px 25px 35px;
  width: 926px;
  margin: 15px auto;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 4px #AAA;
  -webkit-box-shadow: 2px 2px 2px #DDD;
}

.breadcrumbs {
  font-size: 16px;
}

.title {
  color: #2C2F2F;
  line-height: 1.42em;
  text-align: center;
  padding: 0 0 15px 0;
  margin-top: 0;
}

.noHotlink {
  display: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 16px;
}

h1, h2, h3, h4 {
  line-height: 1em;
  margin: 40px 0 10px 0;
}

  h1:first-child, h2:first-child, h3:first-child, h4:first-child {
    margin-top: 10px;
  }

p {
  line-height: 1.3em;
}

a {
  color: #3084CA;
  text-decoration: none;
}

  a:hover {
    text-decoration: underline;
  }

blockquote {
  border-left: 2px solid #999;
  padding-left: 10px;
}

.ImageLeft {
  float: left;
  margin-right: 15px;
}

.ImageRight {
  float: right;
  margin-left: 15px;
}

.emColored {
  color: #660066;
}

.table-with-borders,
.table-with-borders td,
.table-with-borders th {
  border-collapse: collapse;
  border: 1px solid black;
  margin: 0;
  padding: 4px;
}

  .table-with-borders p {
    margin: 0;
  }

.two-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}

/* ===== End Content ===== */

p.footer {
  width: 970px;
  margin: 10px auto;
  font-size: 12px;
  padding-bottom: 120px;
}

.footer .copyright {
  float: left;
}

.footer .contact {
  float: right;
}

/* === Fonts === */
@font-face {
  font-family: 'GenuinePSRegular';
  src: url('//cfcdn.youngdisciple.org/fonts/genuineps-webfont.eot');
  src: url('//cfcdn.youngdisciple.org/fonts/genuineps-webfont.eot?#iefix') format('embedded-opentype'), url('//cfcdn.youngdisciple.org/fonts/genuineps-webfont.svg#GenuinePSRegular') format('svg'), url('//cfcdn.youngdisciple.org/fonts/genuineps-webfont.woff') format('woff'), url('//cfcdn.youngdisciple.org/fonts/genuineps-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Free Samples */

#download-samples {
  overflow: hidden;
}

  #download-samples ul {
    margin: 0;
    padding: 10px;
  }

    #download-samples ul li {
      float: left;
      list-style-type: none;
      margin: 10px;
    }

  #download-samples a {
    display: block;
    margin-bottom: 10px;
  }
