/* 
    This file is compacted, when compiling css please use the compact flag
    ex. sass --watch biblelesson/design/biblelesson/stylesheets/ -t compact
 */
a {
  color: #06c;
  text-decoration: none; }
  a:link {
    color: #06c;
    text-decoration: none; }
  a:visited {
    color: #5d00b7; }
  a:focus, a:hover {
    color: #06c;
    text-decoration: underline; }
  a.button:visited {
    color: #0066cc; }
  a.button:hover, a.button:focus {
    color: #b347af;
    text-decoration: none; }

.button:visited {
  color: #0066cc; }
.button:hover, .button:focus {
  color: #b347af;
  text-decoration: none; }

#crumbtrail a:visited {
  color: #0066cc; }
#crumbtrail a:hover, #crumbtrail a:focus {
  color: #b347af; }

/* ***** HELPER CLASSES ***** */
/* ***** GENERAL STYLES ***** */
#important_things{
	background-color: #EAEAEA;
	padding: 20px;	
}
#main_content_cross{
	background-color: #EAEAEA;
	padding: 20px;
}
#multimag_table_top{
	margin-bottom: 30px;
}
.lessontitle {
    color: #993333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
}
.translation-list .translation {
  padding: 3px 10px 4px; }
  .translation-list .translation.selected-language {
    color: white;
    background: #929292; }
  .translation-list .translation:visited {
    color: #0066cc; }
  .translation-list .translation:hover, .translation-list .translation:focus {
    color: #b347af; }
.translation-list .selected-language:hover, .translation-list .selected-language:focus {
  color: white; }
.translation-list.hidden-meta {
  margin-bottom: 10px; }

/* ***** HEADER STYLES ***** */
.section_id_12 #main_header, .section_id_13 #main_header, .section_id_14 #main_header {
  /*background-color: #3385d6;*/ }
  .section_id_12 #main_header .submit, .section_id_13 #main_header .submit, .section_id_14 #main_header .submit {
    background-position: 0 -1px; }
  .section_id_12 #main_header h1, .section_id_13 #main_header h1, .section_id_14 #main_header h1 {
    margin-left: -18px; }
.section_id_12 .promo.gray, .section_id_13 .promo.gray, .section_id_14 .promo.gray {
  background-color: #dedede; }

#main_sub_nav .selected a, #main_sub_nav .selected a:link, #main_sub_nav .selected a:visited {
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#c8c8c8));
  background: -webkit-linear-gradient(top, #fefefe, #c8c8c8);
  background: -moz-linear-gradient(top, #fefefe, #c8c8c8);
  background: -o-linear-gradient(top, #fefefe, #c8c8c8);
  background: -ms-linear-gradient(top, #fefefe, #c8c8c8);
  background: linear-gradient(top, #fefefe, #c8c8c8);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=#fefefe, EndColorStr=#c8c8c8);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=#fefefe, EndColorStr=#c8c8c8);
  color: #444444; }

#primary_nav {
  background-color: #fefefe;
  color: #444444;
  font-size: 13px;
  margin-bottom: 10px; }
  #primary_nav .selected a {
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#c8c8c8));
    background: -webkit-linear-gradient(top, #fefefe, #c8c8c8);
    background: -moz-linear-gradient(top, #fefefe, #c8c8c8);
    background: -o-linear-gradient(top, #fefefe, #c8c8c8);
    background: -ms-linear-gradient(top, #fefefe, #c8c8c8);
    background: linear-gradient(top, #fefefe, #c8c8c8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=#fefefe, EndColorStr=#c8c8c8);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=#fefefe, EndColorStr=#c8c8c8);
    color: #444444; }
  #primary_nav li {
    background: -webkit-gradient(linear, left top, left bottom, from(#989898), to(#68696c));
    background: -webkit-linear-gradient(top, #989898, #68696c);
    background: -moz-linear-gradient(top, #989898, #68696c);
    background: -o-linear-gradient(top, #989898, #68696c);
    background: -ms-linear-gradient(top, #989898, #68696c);
    background: linear-gradient(top, #989898, #68696c);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=#989898, EndColorStr=#68696c);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=#989898, EndColorStr=#68696c); }
    #primary_nav li a:focus, #primary_nav li a:hover {
      background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#c8c8c8));
      background: -webkit-linear-gradient(top, #fefefe, #c8c8c8);
      background: -moz-linear-gradient(top, #fefefe, #c8c8c8);
      background: -o-linear-gradient(top, #fefefe, #c8c8c8);
      background: -ms-linear-gradient(top, #fefefe, #c8c8c8);
      background: linear-gradient(top, #fefefe, #c8c8c8);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=#fefefe, EndColorStr=#c8c8c8);
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=#fefefe, EndColorStr=#c8c8c8);
      color: #444444; }
  #primary_nav ul {
    border-left: 1px solid #8f8f8f;
    margin: 0;
    padding: 0; }
  #primary_nav .second-level {
    float: left;
    position: relative; }
    #primary_nav .second-level .has-children {
      background: url(submenu-down.png) no-repeat top left;
      display: block;
      height: 38px;
      width: 10px;
      float: right;
      margin-left: 15px; }
  #primary_nav a, #primary_nav a:link, #primary_nav a:visited {
    display: block;
    text-decoration: none;
    padding: 0 15px; }
  #primary_nav .selected .submenu li a {
    background: #66676A;
    color: white; }
  #primary_nav ul.submenu {
    background: #66676A;
    border-top: 1px solid;
    display: none;
    position: absolute;
    top: 36px;
    width: 240px; }
    #primary_nav ul.submenu li {
      float: none;
      border-bottom: 1px solid #444;
      border-width: 0 0 1px 0; }
      #primary_nav ul.submenu li a {
        background: #66676A;
        color: white;
        line-height: 1.5;
        padding: 7px 15px 6px; }
      #primary_nav ul.submenu li a:focus, #primary_nav ul.submenu li a:hover {
        background: #d9d9d9;
        color: #444444; }
      #primary_nav ul.submenu li:last-child {
        border-bottom: none; }
  #primary_nav li.hover .submenu {
    display: block;
    border-left: 0;
    z-index: 10000;
    zoom: 1.0; }

.promo {
  background-color: #3385d6;
  color: white; }

.eBibleLesson #main_header {
  /*background-color: #001ab5;*/ }
 
.eBibleLesson #site_title a {
  background-image: url("CAV_banner_desktop_2015.png");
  background-size: 444px 93px;
  width: 444px;
  height: 93px;
  margin-left:18px;
  margin-top:20px;
  position:absolute;
  z-index: 999;
}

.eBibleLesson .promo {
  background-color: #00077A; }

.myBibleLesson #main_header {
 /* background-color: #5d1e4d;*/ }
  
.myBibleLesson #site_title a {
  background-image: url(myBibleLesson.png); }

.myBibleLesson .promo {
  background-color: #5d1e4d; }

.biblelesson-editions, .incontext-darkbar {
  background: #404145;
  height: 30px;
  margin-bottom: 10px; }
  .biblelesson-editions p, .incontext-darkbar p {
    line-height: 30px;
    text-transform: uppercase;
    color: white;
    margin-left: 15px;
    font-weight: bold;
    font-size: 14px; }

.full.bible-lesson .translation-list {
  margin: 40px 0 10px; }
.full.bible-lesson .download {
  background: url(download-down.png) 180px 7px no-repeat #999999;
  float: right;
  margin-top: 15px; }
  .full.bible-lesson .download ul, .full.bible-lesson .download li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .full.bible-lesson .download a {
    display: block;
    color: white;
    border-bottom: 1px solid white;
    padding: 7px 10px 5px;
    min-width: 182px;
    text-align: left; }
  .full.bible-lesson .download ul ul {
    display: none;
    background: #999; }
  .full.bible-lesson .download ul:hover ul {
    display: block;
    position: absolute;
    z-index: 1; }

#BibleLessonPlayer_wrapper {
  background: #3385d6;
  padding: 17px; }

.eBibleLesson #BibleLessonPlayer_wrapper {
  background: #001ab5; }

.myBibleLesson #BibleLessonPlayer_wrapper {
  background: #5d1e4d; }

.sidebar.bible-lesson .this-weeks-lesson, .sidebar.bible-lesson .last-weeks-lesson, .sidebar.bible-lesson .upcoming-lessons {
  margin-bottom: 17px; }
  .sidebar.bible-lesson .this-weeks-lesson h3, .sidebar.bible-lesson .last-weeks-lesson h3, .sidebar.bible-lesson .upcoming-lessons h3 {
    font-size: 16px; }
  .sidebar.bible-lesson .this-weeks-lesson .date, .sidebar.bible-lesson .last-weeks-lesson .date, .sidebar.bible-lesson .upcoming-lessons .date {
    line-height: 20px;
    margin-bottom: 5px; }
  .sidebar.bible-lesson .this-weeks-lesson .block-item, .sidebar.bible-lesson .last-weeks-lesson .block-item, .sidebar.bible-lesson .upcoming-lessons .block-item {
    background-color: #dedede;
    border-bottom: 1px solid #b2b2b2; }
  .sidebar.bible-lesson .this-weeks-lesson .upcoming, .sidebar.bible-lesson .last-weeks-lesson .upcoming, .sidebar.bible-lesson .upcoming-lessons .upcoming {
    border-bottom: 1px solid white;
    margin: 0px -15px 10px;
    padding: 0 15px 15px; }
    .sidebar.bible-lesson .this-weeks-lesson .upcoming:last-child, .sidebar.bible-lesson .last-weeks-lesson .upcoming:last-child, .sidebar.bible-lesson .upcoming-lessons .upcoming:last-child {
      border-bottom: none;
      margin-bottom: 0px;
      padding-bottom: 0; }
  .sidebar.bible-lesson .this-weeks-lesson .button, .sidebar.bible-lesson .last-weeks-lesson .button, .sidebar.bible-lesson .upcoming-lessons .button {
    text-align: center; }
.sidebar .access-this-weeks-lesson .center .button {
  margin: 15px 0;
  width: 246px; }
.sidebar .sidebar-block {
  background: #dedede;
  margin-bottom: 15px; }
.sidebar .nav-parent-link .button {
  border: 1px solid #c6c6c6;
  padding: 7px 12px;
  display: inline-block;
  margin-bottom: 0; }
 /*NAV INCLUDE*/
ul#navbar {list-style: none outside none;
margin: 98px 0 0;
padding: 0;
width: 240px;}
ul#navbar li {padding-bottom:5px;text-align:left;font-weight:bold;list-style: none;}

ul#navbar li a { 
	background: url("spacer.gif") no-repeat 0% 20% #EAEAEA; 
	color:#000000;
	display:block;
	height:20px;
	padding:6px 0px 2px 20px; 
	text-decoration:none;
}
ul#navbar li a:hover,#account_summary li#account_summary_link a {
	background: url("navArrow.gif") no-repeat 0% 20% #EAEAEA;
	color:#000000;
	display:block;
	height:20px;
	padding:6px 0px 2px 20px; 
	text-decoration:none;
}
ul#navbar li a:hover,#renew li#renew_link a {
	background:url("navArrow.gif") no-repeat 0% 20% #EAEAEA;
	color:#000000;
	display:block;
	height:20px;
	padding:6px 0px 2px 20px; 
	text-decoration:none;
}

ul#navbar li a:hover,#gift_renew li#gift_renew_link a {
	background: url("navArrow.gif") no-repeat 0% 20% #EAEAEA;
	color:#000000;
	display:block;
	height:20px;
	padding:6px 0px 2px 20px; 
	text-decoration:none;
}

ul#navbar li a:hover,#cofa li#cofa_link a {
	background: url("navArrow.gif") no-repeat 0% 20% #EAEAEA;
	color:#000000;
	display:block;
	height:20px;
	padding:6px 0px 2px 20px; 
	text-decoration:none;
}

ul#navbar li a:hover,#cofe li#cofe_link a {
	background: url("navArrow.gif") no-repeat 0% 20% #EAEAEA;
	color:#000000;
	display:block;
	height:20px;
	padding:6px 0px 2px 20px; 
	text-decoration:none;
}

ul#navbar li a:hover,#review li#review_link a {
	background: url("navArrow.gif") no-repeat 0% 20% #EAEAEA;
	color:#000000;
	display:block;
	height:20px;
	padding:6px 0px 2px 20px; 
	text-decoration:none;
}

ul#navbar li a:hover,#hold_sub li#hold_link a {
	background: url("navArrow.gif") no-repeat 0% 20% #EAEAEA;
	color:#000000;
	display:block;
	height:20px;
	padding:6px 0px 2px 20px; 
	text-decoration:none;
}

ul#navbar li a:hover,#payment li#payment_link a {
	background: url("navArrow.gif") no-repeat 0% 20% #EAEAEA;
	color:#000000;
	display:block;
	height:20px;
	padding:6px 0px 2px 20px; 
	text-decoration:none;
}

ul#navbar li a:hover,#email_remind li#email_remind_link a {
	background: url("navArrow.gif") no-repeat 0% 20% #EAEAEA ;
	color:#000000;
	display:block;
	height:20px;
	padding:6px 0px 2px 20px; 
	text-decoration:none;
}

ul#navbar li a:hover,#contact_cs li#contact_link a {
	background:url("navArrow.gif") no-repeat 0% 20% #EAEAEA;
	color:#000000;
	display:block;
	height:20px;
	padding:6px 0px 2px 20px; 
	text-decoration:none;
}


ul#navbar li a:hover,#update_cc li#cofcc_link a {
	background: url("navArrow.gif") no-repeat 0% 20% #EAEAEA;
	color:#000000;
	display:block;
	height:20px;
	padding:6px 0px 2px 20px; 
	text-decoration:none;
}

ul#navbar li a:hover,#cofp li#cofp_link a {
	background: url("navArrow.gif") no-repeat 0% 20% #EAEAEA;
	color:#000000;
	display:block;
	height:20px;
	padding:6px 0px 2px 20px; 
	text-decoration:none;
}

ul#navbar li a:hover,#cancel_sub li#cancel_link a {
	background: url("navArrow.gif") no-repeat 0% 20% #EAEAEA;
	color:#000000;
	display:block;
	height:20px;
	padding:6px 0px 2px 20px; 
	text-decoration:none;
}

/* ***** BUTTONS ***** */
.button {
  text-decoration: none;
  margin-bottom: 10px; }
  .button.set-width {
    width: 125px; }
  .button .dropdown {
    background: url(network-down24.png) no-repeat;
    height: 10px;
    width: 12px;
    display: inline-block;
    float: right; }

.download-button {
  display: block;
  display: inline-block; }
  .download-button ul, .download-button li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .download-button ul ul {
    display: none; }
    .download-button ul ul li {
      border-bottom: 1px solid #323232; }
      .download-button ul ul li:last-child {
        border-bottom: none; }
  .download-button ul:hover ul {
    box-shadow: 1px 1px 0 0 rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 1px 0 0 rgba(50, 50, 50, 0.5);
    -webkit-box-shadow: 1px 1px 0 0 rgba(50, 50, 50, 0.5);
    display: block;
    margin-top: -9px;
    position: absolute;
    z-index: 1; }
  .download-button .droppable {
    background-color: #fdfdfd;
    display: inline-block;
    padding: 7px 12px; }
    .download-button .droppable.set-width {
      width: 125px; }

a.feature-button, .feature-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#97bfe7), to(#0768c6));
  background: -webkit-linear-gradient(top, #97bfe7, #0768c6);
  background: -moz-linear-gradient(top, #97bfe7, #0768c6);
  background: -o-linear-gradient(top, #97bfe7, #0768c6);
  background: -ms-linear-gradient(top, #97bfe7, #0768c6);
  background: linear-gradient(top, #97bfe7, #0768c6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=#97bfe7, EndColorStr=#0768c6);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=#97bfe7, EndColorStr=#0768c6);
  box-shadow: 1px 1px 0px 0px #bcd6ef;
  -moz-box-shadow: 1px 1px 0px 0px #bcd6ef;
  -webkit-box-shadow: 1px 1px 0px 0px #bcd6ef;
  background-color: #3385d6;
  color: #000;
  font-weight: bold;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }
  a.feature-button:visited, .feature-button:visited {
    color: #000; }
  a.feature-button:hover, a.feature-button:focus, .feature-button:hover, .feature-button:focus {
    color: #000; }

.eBibleLesson .feature-button {
  background-color: #dedede;
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#c9c9c9));
  background: -webkit-linear-gradient(top, #dedede, #c9c9c9);
  background: -moz-linear-gradient(top, #dedede, #c9c9c9);
  background: -o-linear-gradient(top, #dedede, #c9c9c9);
  background: -ms-linear-gradient(top, #dedede, #c9c9c9);
  background: linear-gradient(top, #dedede, #c9c9c9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=#dedede, EndColorStr=#c9c9c9);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=#dedede, EndColorStr=#c9c9c9);
  box-shadow: 1px 1px 0px 0px #c7b1c1;
  -moz-box-shadow: 1px 1px 0px 0px #c7b1c1;
  -webkit-box-shadow: 1px 1px 0px 0px #c7b1c1; }

.myBibleLesson .feature-button {
  background-color: #5d1e4d;
  background: -webkit-gradient(linear, left top, left bottom, from(#fc2718), to(#5d1c4c));
  background: -webkit-linear-gradient(top, #fc2718, #5d1c4c);
  background: -moz-linear-gradient(top, #fc2718, #5d1c4c);
  background: -o-linear-gradient(top, #fc2718, #5d1c4c);
  background: -ms-linear-gradient(top, #fc2718, #5d1c4c);
  background: linear-gradient(top, #fc2718, #5d1c4c);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=#fc2718, EndColorStr=#5d1c4c);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=#fc2718, EndColorStr=#5d1c4c);
  box-shadow: 1px 1px 0px 0px #c7b1c1;
  -moz-box-shadow: 1px 1px 0px 0px #c7b1c1;
  -webkit-box-shadow: 1px 1px 0px 0px #c7b1c1; }

/* ***** FOOTER STYLES ***** */
#main_footer .copy .Image {
  background: url(bible_lesson_logo_sprite.png) no-repeat 0px -86px;
  width: 218px;
  border-right: none; }
#main_footer ul {
  border-bottom: none;
  float: left; }

/* ***** INCONTEXT ***** */
.ref-navigator {
  float: right;
  position: relative; }
  .ref-navigator a {
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#c5c5c5));
    background: -webkit-linear-gradient(top, white, #c5c5c5);
    background: -moz-linear-gradient(top, white, #c5c5c5);
    background: -o-linear-gradient(top, white, #c5c5c5);
    background: -ms-linear-gradient(top, white, #c5c5c5);
    background: linear-gradient(top, white, #c5c5c5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=white, EndColorStr=#c5c5c5);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=white, EndColorStr=#c5c5c5);
    border: 1px solid #c5c5c5;
    height: 25px;
    width: 25px;
    display: block;
    float: left;
    background-repeat: no-repeat; }
    .ref-navigator a .icon {
      background: url(next-prev-icon-sprite.png);
      display: block;
      height: 10px;
      margin-top: 7px;
      margin-left: 9px;
      width: 7px; }
    .ref-navigator a:hover, .ref-navigator a:focus {
      background: #dedede; }
  .ref-navigator .previous {
    border-right: 0; }
  .ref-navigator .next .icon {
    background-position: -14px 0px; }

.incontext-content .concord-results {
  border: none;
  height: auto; }
.incontext-content .chapterHead {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px; }
.incontext-content .psalmNote {
  margin-bottom: 20px; }
.incontext-content .verse {
  margin: 0 0 5px 30px;
  line-height: 18px; }
  .incontext-content .verse .verse-number {
    float: left; }
.incontext-content .marker {
  color: #edb788;
  font-size: 18px;
  font-weight: bold; }
.incontext-content span.marker:first-of-type:after {
  content: '[[['; }
.incontext-content span.marker:last-of-type::after {
  content: ']]]'; }

.sidebar.bible-lesson-incontext .incontext-menu {
  margin-bottom: 16px; }
  .sidebar.bible-lesson-incontext .incontext-menu li {
    display: block; }
  .sidebar.bible-lesson-incontext .incontext-menu .section-title, .sidebar.bible-lesson-incontext .incontext-menu .bl-tome-reference {
    padding: 7px 16px 5px;
    display: block; }
  .sidebar.bible-lesson-incontext .incontext-menu .inline-title {
    border-left: 5px solid #eaeaea;
    border-top: 1px solid white;
    display: block;
    font-weight: 100;
    font-size: 11px;
    padding: 7px 16px 5px;
    text-transform: uppercase; }
.sidebar.bible-lesson-incontext .block-item {
  background-color: #dedede; }
.sidebar.bible-lesson-incontext .plus-sign {
  background-image: url(ui-icons_222222_256x240.png);
  background-position: -20px 108px; }
.sidebar.bible-lesson-incontext .minus-sign {
  background-image: url(ui-icons_222222_256x240.png);
  background-position: -20px 108px; }
.sidebar.bible-lesson-incontext ul {
  margin: -1px -15px 0; }
.sidebar.bible-lesson-incontext li {
  border-bottom: 1px solid white;
  margin: 0;
  padding: 0; }
  .sidebar.bible-lesson-incontext li .selected {
    background-color: #959595;
    color: #fff; }
  .sidebar.bible-lesson-incontext li li {
    border: none;
    list-style-position: inside; }
.sidebar.bible-lesson-incontext ul ol {
  margin: 0; }
.sidebar.bible-lesson-incontext .bl-tome-reference {
  border-bottom: none;
  border-top: 1px solid white;
  border-left: 5px solid #eaeaea; }
.sidebar.bible-lesson-incontext .selected-li {
  color: white; }

html.js ul ol {
  display: none; }

/* ***** MEDIA QUERIES (WILL BE OVERRRIDDEN BY MOBILE CSS) ***** */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #site_title a {
    background-image: url(BibleLessons_@2x.png); }

  .eBibleLesson #site_title a {
    background-image: url(eBibleLesson_@2x.png); }

  .myBibleLesson #site_title a {
    background-image: url(myBibleLesson_@2x.png); } }
@media only screen and (min-width: 768px) {
  .section_id_12 #main_header, .section_id_13 #main_header, .section_id_14 #main_header {
    /*background-position: 0 -1008px;*/ }
    .section_id_12 #main_header .infinity, .section_id_13 #main_header .infinity, .section_id_14 #main_header .infinity {
      overflow: visible;
      padding: 0; }

  .eBibleLesson #main_header {
    /*background-position: 0 -1152px;*/ }

  .myBibleLesson #main_header {
    background-position: 0 -1296px; }

  #main_footer ul {
    float: none;
    margin-top: 18px; }
  #main_footer .copy {
    padding: 10px 0 15px; }
    /*#main_footer .copy .Image {
      border-right: 1px solid #929292; }*/ }
@media only screen and (min-width: 1140px) {
  #main_footer .copyright .infinity {
    padding: 0;
