/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
img {float:left;margin:1.5em 1.5em 1.5em 0;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}

@import 'plugins/silksprites/sprite.css';

.scripture {
  display:block;
  border-left:1px solid #eee;
  padding:0 1em;
}

sup {
  font-style:normal;
  color:blue;
}

sup:after {
  content:"  ";
}

.scripturetext {
  font-style:normal;
  color:#c00;
  margin-bottom:1em;
}

.scriptureref {
  font-weight:700;
  display:block;
  float:right;
  margin-right:.5em;
  color:#069;
}

.textright {
  float:left;
}

.content p {
  text-align:justify;
}

h1 {
  font-size:200%;
}

#content {
  padding-top:10px !important;
}

h2 {
  font-size:150%;
  color:black;
}

.referencetext {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #006699;
}

.copyright {
  font-size:80%;
  color:#c0c0c0;
}

#footer {
  display:block;
  background-color:#222;
  color:#fff;
  vertical-align:middle;
}

#footer .copyright {
  color:#888;
  font-size:90% !important;
  font-weight:700;
  margin-top:10px;
  margin-bottom:10px;
  float:left;
  clear:both;
}

#footer .textright {
  display:none;
}

.right {
  float:right;
}

.helptext {
  cursor:help;
  border-bottom:1px dotted blue;
}

.normal {
  font-style:normal;
}

#skinny_map_wrapper #sidebar_map_wrapper #header #header_left {
  display:none !important;
}

#skinny_map_wrapper #footer_wrapper #footer_link {
  visibility:none !important;
}

.center {
  text-align: center;
}

#navbar, #header, #leftColumn, #rightColumn, #_statusbar, .noprint {
  display:none;
}

#footer .copyright {border-top: 1px solid black;}

#footer .copyright a, #footer .copyright a:focus, #footer .copyright a:hover, 
#footer .copyright a:visited {color:#888;text-decoration:none;}