﻿#wwbHeader {
	float: left;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
#wwbPic
{
	padding-left: 15px;
}
#wwbTitle
{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#wwbTitle h2
{
	color: #3399FF;
	font-size: 24pt;
	margin: 10px,0,0,0;
}
#scripture {
	margin-left: 50px;
	margin-right: 100px;
}
#wwbcontent {
	width: auto;
	list-style-position: inside;
	clear:both;
	padding-left: 15px;
}
#wwbcontent h3
{
	padding-right: 15px;
}
#quotationsnote
{
  background-color: #90b7f1;
	margin-top: 20px;
	margin-bottom: 20px;
	font-style: italic;
	text-align: center;
	clear:both;
}
#wwbnavigation{
	text-align:center;
	font-size: medium;
	text-align: center;
	margin-top: 25px;
	margin-left: 50px;
	clear:both;
}
#wwbnavigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#wwbnavigation li {
	float: left;
}
#wwbnavigation a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #3399FF;
}
#wwbnavigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
#questions
{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	clear:both;
}
#beliefs a {
	text-decoration:none;
}
#beliefs a:hover {
	text-decoration:none;
	color:#3399FF;
}
#beliefs li
{
	list-style-position: outside;
}
.scripture {
	margin-left: 50px;
	margin-right: 100px;
	margin-bottom: 0;
}
.belief-nav-space
{
	margin-top: 10px;
}
.nav-justified {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.nav-justified > li {
  text-align: center;
  padding-left:10px;
  padding-right:10px;
}
.nav-justified > li:first-child {
  text-align: left;
}
.nav-justified > li:last-child {
  text-align: right;
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #777;
  text-align: center;
  background-color: #e5e5e5; /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome 10+,Safari 5.1+ */
  /* Opera 11.10+ */
    background-repeat: repeat-x;
	border-bottom: 1px solid #d5d5d5;
	background-image: linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%);/* W3C */
  /* IE6-9 */
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
    margin-bottom:10px;
    clear: both;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

