body {
  margin: 0;
  font-size: 18px;
  font-family: "Times New Roman", serif;
  background: #aaaaaa url(/images/background_page.png) top center no-repeat; }

#page_container {
  width: 700px;
  margin: 12px auto; }

#page {
  background: url(/images/background_middle.png);
  position: relative; }

#header {
  width: 33em;
  margin: 0px auto;
  padding: 20px 0 4px 0;
  position: relative;
  color: #333333; }
  #header .by {
    display: inline;
    position: relative;
    bottom: 10px; }

#ad {
  position: absolute;
  top: -2px;
  right: 3px;
  z-index: 10; }

#footer {
  line-height: 1.5;
  margin: 4px 8px; }

#content {
  padding-bottom: 20px; }

a img {
  border: none; }

.verses {
  margin: 1.5em auto;
  text-align: left;
  width: 32em; }

.reference {
  font-size: 2em;
  line-height: 1.5;
  color: #888888; }

.verse-numbers .dropcap, .poetry .dropcap {
  float: none;
  display: inline;
  font-size: inherit;
  line-height: inherit;
  margin: 0; }
.verse-numbers .verse, .poetry .verse {
  display: block; }

.verse-numbers .verse {
  position: relative; }
.verse-numbers .number {
  position: absolute;
  display: block;
  right: 43.25em;
  font-size: 0.75em;
  top: 0.25em;
  margin-right: 4px;
  color: #333333; }
  .verse-numbers .number span {
    background-color: white !important; }

.dropcap {
  font-size: 3.1em;
  float: left;
  line-height: 0.95;
  margin-right: 3px; }

.verse {
  clear: left;
  font-size: 1em;
  line-height: 1.5;
  display: inline; }

.number {
  display: none; }

.translation {
  width: 33em;
  margin: 1.5em auto;
  color: #aaaaaa;
  text-align: right; }

#copyright {
  padding-top: 40px;
  text-align: left;
  width: 35em;
  margin: auto; }
  #copyright .copyright {
    font-size: 13px;
    color: #666666;
    margin: 6px 12px;
    line-height: 1.4; }
    #copyright .copyright strong {
      display: block; }

#instructions {
  width: 33em;
  margin: 2em auto;
  text-align: left;
  color: #777777;
  line-height: 1.4; }

a, a:visited {
  color: #333333; }

#editor_container {
  position: fixed;
  top: -3px;
  left: 0px;
  width: 100%;
  height: 70px;
  background: url(/images/background_editor.png);
  z-index: 20; }

#editor {
  width: 690px;
  margin: auto;
  text-align: left;
  color: white;
  position: relative; }
  #editor form {
    display: inline; }
  #editor .passage {
    display: inline; }
    #editor .passage input[type=text] {
      font-family: inherit;
      font-size: 16px;
      line-height: 1;
      padding-top: 2px;
      width: 200px;
      position: relative;
      bottom: 4px; }
    #editor .passage input[type=image] {
      position: relative;
      top: 5px; }
  #editor .highlight {
    display: inline;
    position: relative;
    top: 5px;
    cursor: pointer; }
  #editor .options {
    position: relative;
    bottom: 3px; }
  #editor .translation {
    position: relative;
    top: 3px;
    display: inline; }
    #editor .translation select {
      width: 206px; }
  #editor .show-verse-numbers {
    position: relative;
    top: 3px;
    display: inline; }
    #editor .show-verse-numbers label {
      position: relative;
      right: 4px; }
  #editor .save {
    position: absolute;
    right: 0px;
    top: 5px; }

h2 {
  margin: 8px 50px;
  margin-top: 20px;
  color: #222222;
  font-size: 24px;
  font-family: Lucida Grande; }

p, ol, ul {
  margin: 8px 50px;
  color: #333333;
  line-height: 1.4; }

a.banner {
  background-color: #991111;
  padding: 20px 50px;
  margin: 20px 3px;
  text-align: center;
  display: block;
  color: white;
  font-size: 30px; }
  a.banner:hover {
    background-color: #aa0000; }

#share {
  background: url(/images/background_share.png) no-repeat;
  position: absolute;
  width: 300px;
  top: 100px;
  left: 190px;
  color: white;
  padding: 20px;
  font-family: "Lucida Grande", sans-serif;
  font-size: 1.25em;
  line-height: 1.3; }
  #share #buttons {
    text-align: right;
    margin-top: 10px; }
    #share #buttons img {
      opacity: 1;
      cursor: pointer; }
  #share #copied {
    font-size: 0.5em;
    position: relative;
    bottom: 8px;
    right: 1px;
    display: inline; }
  #share #url {
    text-decoration: underline; }

#sharing {
  position: absolute;
  left: 0px;
  margin: 6px 0px 0px 20px;
  height: 15px; }

.share-button {
  float: left;
  display: block;
  width: 50px;
  height: 16px;
  padding-left: 5px;
  font-size: 11px;
  text-align: left;
  margin-right: 10px; }

.fb_share_button {
  border: 1px solid #d8dfea;
  background: white url(http://static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat top right;
  text-decoration: none; }
  .fb_share_button:hover {
    color: white;
    border-color: #295582;
    background: #3b5998 url(http://static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat top right; }

.twitter_share_button {
  border: 1px solid white;
  background: white url(/images/twitter.png) no-repeat top right;
  text-decoration: none; }
  .twitter_share_button:hover {
    text-decoration: underline; }

