body {
  margin: 0px;
  padding: 0px;
}

#header-menu-section {
  border-bottom: 1px solid #cccccc;
}

.idays-header-link  {
  margin-right: 15px;
  cursor: pointer;
  font-size: 20px;
}

a.idays-title, a.idays-header-link   {
  color: #555555;
}

#home-link-main {
  cursor: pointer;
}

.idays-header {
  /*background-color: #000055;*/
  /*background-image: url(/images/header.jpg);*/
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  color: white;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  /*height: 1000px;*/
}

#home-link, .idays-header-link {
  margin-top: 20px;
  margin-left: 15px;
}

.idays-title:hover, .idays-header-link:hover {
  color: #428bca;
  text-decoration: none;
}

.idays-header-link-active {
  color: #428bca !important;
}

.idays-title { 
  font-family: "Raleway", Helvetica, Arial, sans-serif !important;
  font-size: 30px;
  font-weight: 100 !important;
  margin: 5px 0 0 0 !important;
}

@media screen and (min-width: 768px) {  
  #menu-small {
    display: none;
  }
  
  #menu-large {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  h1 {
    margin-top: 40px;
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 25px;
  }
  
  h2 {
    margin-top: 40px;
    font-size: 30px;
    color: #000000;
    margin-bottom: 25px;
  }
  
  h3 {
    margin-top: 40px;
    font-size: 29px;
    color: #000000;
    margin-bottom: 25px;
    font-style: italic;
  }
  
  p, li, blockquote, td, th, .essay-title {
    font-size: 26px !important;
    margin-bottom: 25px;
  } 
  
  .bible-main-div, .bible-main-div:target {
    font-size: 26px !important;
    font-family: "Book Antiqua", "Bookman Old Style", "Georgia", serif;
    font-style: italic;
  }
  
  .bible-main-div {
    color: #000000;
  }
  
  .bible-ref-div, .bible-ref-div:target {
    font-size: 26px !important;
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
    color: #000000;
  }
  
  .apoc-div, .apoc-div:target {
    font-size: 26px !important;
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
    color: #000000;
  }
  
  .bible-ref-div:target, .bible-main-div:target {
    color: #660000 !important;
  }
  
  .bible-main-h1 {
    font-size: 32px !important;
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
  }
  
  .bible-main-h2 {
    font-size: 30px !important;
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
  }
  
  .orig-date {
    font-style: italic;
    font-size: 16px !important;
  }
}

@media screen and (max-width: 767px) and (min-width: 0px) {  
  #menu-large {
    display: none;
  }
  
  .idays-header-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  h1 {
    margin-top: 40px;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 25px;
  }
    
  h2 {
    margin-top: 40px;
    font-size: 22px;
    color: #000000;
    margin-bottom: 25px;
  }
  
  h3 {
    margin-top: 40px;
    font-size: 21px;
    color: #000000;
    margin-bottom: 25px;
    font-style: italic;
  }
  
  p, li, blockquote, td, th, .essay-title .bible-main-div {
    font-size: 22px !important;
    margin-bottom: 25px;
  }
  
  .bible-main-div, .bible-main-div:target {
    font-size: 22px !important;
    font-family: "Book Antiqua", "Bookman Old Style", "Georgia", serif;
    font-style: italic;
  }
  
  .bible-main-div {
    color: #000000;
  }
  
  .bible-ref-div, .bible-ref-div:target {
    font-size: 22px !important;
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
    color: #000000;
  }
  
  .apoc-div, .apoc-div:target {
    font-size: 22px !important;
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
    color: #000000;
  }
  
  .bible-ref-div:target, .bible-main-div:target {
    background-color: #ffffcc !important;
  }
  
  .bible-main-h1 {
    font-size: 26px !important;
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
  }
  
  .bible-main-h2 {
    font-size: 22px !important;
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
  }
  
  .orig-date {
    font-style: italic;
    font-size: 13px !important;
  }
}

a, a:hover {
  text-decoration: none;
}


.reg-emphasis {
font-style: italic;
font-weight: bold;
color: #222222;
}

.verse-emphasis {
font-style: italic;
color: #000000;
font-family: "Book Antiqua", "Bookman Old Style", "Georgia", serif;
}

.theme-emphasis {
text-decoration: underline;
font-weight: bold;
color: #000000;
}

ul {
  list-style-image: url(/images/blkarrow.gif);
}
