@charset "UTF-8";
/* CSS Document */

nav#nav {
    width: 64px;
    height: 511px;
    position: fixed;
    left: 0;
    margin-top: -154px;
    top: 50%;
    z-index: 11;
}
nav#nav > a {
    width: 58px;
    height: 64px;
    display: block;
    position: relative;
    background-color: rgba(255, 255, 255, 0.65);
    font-family: "omnes-pro", "Myriad-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #393839;
    text-align: center;
    margin-bottom: 6px;
    padding-left: 0;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 12;
    -webkit-box-shadow: 0 0 10px 0 rgba(57, 57, 57, 0.25);
    box-shadow: 0 0 10px 0 rgba(57, 57, 57, 0.25);
}
nav#nav > a#nav-home-link:hover {
    background-color: rgba(255, 255, 255, 1);
}
nav#nav > a.active {
    background-color: rgba(255, 255, 255, 1);
}
nav#nav > a > img {
    width: 44px;
    padding-top: 11px;
}
nav#nav-media {
    width: 537px;
    position: absolute;
    top: 140px;
    left: -611px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 10;
    -webkit-box-shadow: 0 0 10px 0 rgba(57, 57, 57, 0.25);
    box-shadow: 0 0 10px 0 rgba(57, 57, 57, 0.25);
}
nav#nav-media a {
    display: block;
    height: 53px;
    width: 53px;
    float: left;
    position: relative;
    font-family: "omnes-pro", "Myriad-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #393839;
    text-align: center;
    /*border: solid 2px rgba(255,255,255,0.0);*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 5px 0 5px 6px;
}
/*nav#nav-media a:hover {
	border: solid 2px rgba(255,255,255,1);
}*/
nav#nav-media a img {
    max-height: 100%;
    width: 100%;
}
/*nav#nav-media a span{
	display:none;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.85);
	color:#393839;
	padding-top: 10px;
}
nav#nav-media a:hover span{
	display: block;
}*/
nav#nav-topics {
    position: absolute;
    top: 70px;
    left: -1045px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    z-index: 10;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(57, 57, 57, 0.25);
    box-shadow: 0 0 10px 0 rgba(57, 57, 57, 0.25);
    white-space: nowrap;
    white-space-collapse: collapse;
}
nav#nav-topics div.topic-subhead {
    min-width: 245px;
    height: 240px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-family: "omnes-pro", "Myriad-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-right: dotted 1px #c7c9cb;
}
nav#nav-topics div:last-child {
    border-right: none;
}
nav#nav-topics div.topic-subhead h2 {
    font-size: 26px;
    letter-spacing: 0.04em;
    font-weight: 200;
    color: #393839;
    text-transform: uppercase;
    padding: 17px 12px 0;
    height: 50px;
    margin-bottom: 12px;
    margin: 0 0 8px 0;
}
nav#nav-topics div.topic-subhead ul li {
    margin-bottom: 12px;
    line-height: 0.9;
}
nav#nav-topics div.topic-subhead ul li a {
    font-size: 16px;
    padding: 0 7px;
    letter-spacing: 0.04em;
    font-weight: 500;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
nav#nav-topics div#topic-character ul li a {
    color: #7159a6;
}
nav#nav-topics div#topic-character ul li a:hover,
nav#nav-topics div#topic-character h2 {
    background-color: #7159a6;
    color: #fff;
}
nav#nav-topics div#topic-relationships ul li a {
    color: #8ebe3f;
}
nav#nav-topics div#topic-relationships ul li a:hover,
nav#nav-topics div#topic-relationships h2 {
    background-color: #8ebe3f;
    color: #fff;
}
nav#nav-topics div#topic-themes ul li a {
    color: #f8941d;
}
nav#nav-topics div#topic-themes ul li a:hover,
nav#nav-topics div#topic-themes h2 {
    background-color: #f8941d;
    color: #fff;
}
nav#nav-topics div#topic-comp ul li a {
    color: #2eaa96;
}
nav#nav-topics div#topic-comp ul li a:hover,
nav#nav-topics div#topic-comp h2 {
    background-color: #2eaa96;
    color: #fff;
}
.nav-today-link,
.nav-with-link,
.nav-journal-link,
.nav-faq-link,
.nav-home-link,
.nav-chatjlt-link {
    font-size: 15px;
    text-align: center;
    width: 122px;
    height: 28px;
    padding: 18px 7px;
    position: absolute;
    left: -136px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 10;
    color: #fff;
    font-family: "omnes-pro", "Myriad-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.03em;
    -webkit-box-shadow: 0 0 10px 0 rgba(57, 57, 57, 0.25);
    box-shadow: 0 0 10px 0 rgba(57, 57, 57, 0.25);
}
.nav-chatjlt-link {
    top: 0px;
    background-color: #483d48;
}
.nav-today-link {
    top: 210px;
    background-color: #82caf0;
}
.nav-with-link {
    top: 280px;
    background-color: #905c94;
}
.nav-journal-link {
    top: 350px;
    background-color: #f8941d;
}
.nav-faq-link {
    top: 420px;
    background-color: #c4b48b;
}
.nav-home-link {
    top: 490px;
    background-color: #8ebe3f;
}

#jesuslifetogether {
    display: block;
    width: 256px;
    height: 83px;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #fff;
    position: fixed;
    left: 0;
    top: 20px;
    z-index: 10;
    text-align: center;
}
#jesuslifetogether.family-site {
    height: 99px;
}
#jesuslifetogether.family-site em {
    font-size: 12px;
    font-style: normal;
}
body.md #jesuslifetogether {
    position: absolute;
}
#jesuslifetogether:hover {
    color: #000;
}
#jesuslifetogether span {
    width: 256px;
    text-align: center;
    position: absolute;
    display: block;
    bottom: 0;
}
#jesuslifetogether img {
    position: absolute;
    top: 0;
    left: 30px;
}
#utilities-fixed {
}
#search-form {
    padding: 14px 0 0 0;
    position: fixed;
    top: 47px;
    right: 15px;
    z-index: 86;
}
#search-form.g {
    width: 305px;
}
body.md #search-form {
    position: absolute;
}
#search {
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    height: 24px;
    width: 157px;
    padding: 4px 10px 4px 38px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 15px;
}
#search:focus {
    background-color: rgba(255, 255, 255, 0.5);
}
#search-button {
    position: absolute;
    left: 10px;
    top: 21px;
}
#languages {
    position: fixed;
    top: 104px;
    right: 15px;
    text-align: left;
    width: 165px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    padding: 7px 0 0 40px;
    letter-spacing: 0.04em;
    z-index: 88;
}
body.md #languages {
    position: absolute;
}
#share {
    position: fixed;
    top: 24px;
    right: 15px;
    text-align: left;
    width: 165px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    letter-spacing: 0.04em;
    padding: 0 0 0 40px;
    z-index: 89;
}
body.md #share {
    position: absolute;
}
#languages > img,
#share > img {
    position: absolute;
    left: 8px;
    top: 5px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    display: block;
    cursor: pointer;
}
#share img {
    top: -1px;
    left: 10px;
}
#languages span,
#share span {
    cursor: pointer;
}
#languages > ul {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: scroll;
    height: 500px;
    -webkit-box-shadow: 0 0 10px 0 rgba(57, 57, 57, 0.25);
    box-shadow: 0 0 10px 0 rgba(57, 57, 57, 0.25);
    text-align: left;
    position: absolute;
    right: 30px;
    top: 3px;
    display: none;
    z-index: 57;
}
#languages > ul > li {
    border-bottom: solid 1px #fff;
}
#languages > ul > li.last {
    border-bottom: none;
}
#languages > ul > li a {
    font-family: Tahoma, Arial, Helvetica, san-serif;
    font-size: 13px;
    letter-spacing: 0.05em;
    background-color: rgba(199, 201, 203, 1);
    color: #000;
    display: block;
    padding: 3px 0 0 20px;
    width: 240px;
    height: 16px;
}
#languages > ul > li a:hover {
    background-color: rgba(57, 56, 57, 0.96);
    color: #fff;
}

#share ul {
    position: absolute;
    top: -3px;
    right: 0;
    display: none;
}
#share li {
    display: inline-block;
    /*border: 1px solid #EEE;*/
}
#share li a img {
    width: 25px;
    margin-left: 5px;
    border: solid 1px #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
