/************************\
 * Clear fix for floats *
\************************/
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; } /* for IE 6, 7 */






/********************\
 * General Elements *
\********************/
body {
  background: white none;
  color: #113f8c;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
}

/* alternate font family (serif) */
h1, h2 {
  font-family: 'Libre Baskerville', Georgia, serif;
}

a {
  color: inherit;
  /*text-decoration: none;*/
}

a:hover {
  color: hsl(39, 87%, 47%);
  text-decoration: underline;
}

b, h1, h2 {
  font-weight: 900;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 24px;
}





/********************\
 * Reusable classes *
\********************/
.wordwrap {
  white-space: pre-wrap;      /* CSS3 */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -pre-wrap;     /* Opera <7 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  word-wrap: break-word;      /* IE */
}

.knowing-him-better .content-wrapper {
  padding: 40px 0 0 40px;
}

.video-wrapper {
  padding-top: 47px;
  text-align: center;
}

.bible-study-cards {
  margin-top: 40px;
}

.study-card-previews {
  font-size: 11px;
  margin-top: -48px;
}

.lesson-preview {
  display: block;
  margin-left: 40px;
}

.lesson-preview img {
  display: block;
  margin-bottom: 8px;
}

.bible-study-cards .content-wrapper {
  padding: 0 40px;
}

.copyright {
  bottom: 7px;
  font-size: 12px;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
}





/********************\
 * Impenetrable IDs *
\********************/
#wrapper {
  width: 1080px;
  margin: 0 auto;
}

#banner {
  background: white url('../images/wired_header2.jpg');
  width: 1080px;
  height: 270px;
  background-size: 1080px 270px;
  background-repeat: no-repeat;
}

#wired_body {
  padding-bottom:35px;
  position: relative;
  width: 1080px;
  background: #B7B7B7 no-repeat center top;
  min-height: 775px; /* 810 - 35 */
}

#luj_content {
  background-color: white;
  width: 862px;
  min-height: 862px;
  margin: 55px auto;
  left: 50%;
  margin-left: -431px;
  position: absolute;
}

#luj_image {
  width: 333px;
  height: 338px;
  position: absolute;
  top: 558px;
  left: 50%;
  background-image: url('../images/luj_image.png');
  z-index: 1;
  margin-left: 207px;
}

#luj_content2 {
  position: absolute;
  width: 557px;
  top: 30px;
  left: 30px;
}

#login_link {
  background-color: rgba(97,97,97,0.3);
  width: 180px;
  height: 25px;
  left: 50%;
  margin-left: 356px;
  position: absolute;
  border: 2px solid rgba(97,97,97,0.3);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#login_link a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 13px;
}

#login_link img {
  margin-top: 4px;
}





/**************************\
 * Footer Navigation Menu *
\**************************/
#menu {
  bottom: 25px;
  left: 0;
  list-style-type: none;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

#menu li {
  display: inline;
}

#menu a,
#menu .menu-text {
  padding: 10px 30px;
}

#menu .menu-text {
  padding-bottom: 0;
  padding-top: 0;
}

#menu .menu-text a {
  padding-left: 5px;
  padding-right: 5px;
}





/**************************\
 * The Wired Landing Page *
\**************************/
.wired-landing-page {
  margin: 0;
  padding: 0;
}

.wired-landing-page #wired_body {
  background: #B7B7B7 no-repeat center top;
  /*background: white url('../images/wired_landing_bg.jpg') no-repeat center top;*/
  background-size: 1080px;
  min-height: 775px; /* 810 - 35 */
}
