* {
  margin: 0;
  padding: 0;
}
body {
  background: #1f0c00 url(../img/body-bg.jpg) no-repeat top center;
  font: .75em/1.25em "Trebuchet MS", arial, sans-serif;
  color: #6d3e20;
}
img {
  border: 0;
}

/* LINKS ****************************************/

a {
  color: #c1502d;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* TYPOGRAPHY ----------------------------------- */

p {
  margin: 0 0 1em;
}
h1, h2, h3, h4, h5, h6 {
  margin: 1.2em 0 .3em;
  line-height: 1em;
}
h1 {
  margin-top: 0;
  font-size: 24px;
}
h1, h1 a {
  color: #552100;
}
h2 {
  font-size: 18px;
  line-height: 1.1em;
}
h3 {
  font-size: 15px;
}
h4 
{
  font-size: 12px;
}
blockquote {
  margin: 0 2em 1.5em;
}

/* LISTS ---------------------------------------- */
/*
ul, ol {
  margin: .5em .5em 1.5em;
}
ul ul, ul ol, ol ul, ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
ul.related, ol.related {
  margin-top: -1em;
}
li {
  margin-left: 1.4em;
  padding-left: 0;
  line-height: 1.4em;
}
ul.spaced li, ol.spaced li {
  margin-bottom: 1em;
}
*/
/* LAYOUT ***************************************/

#page {
  width: 964px;
  margin: 0 auto;
  padding: 0 0 20px;
}

#flashMessage, #authMessage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: bold;
  padding: 8px 0;
  color: #fff;
  background: #9c3e21;
  text-align: center;
}

#logo {
  background-image: url(../img/logo.gif);
  background-repeat: no-repeat;
  background-origin: content-box;
  padding: 45px 0 10px 9px;
  width: 382px;
  height: 70px;
  vertical-align:central;
}
#menu {
    position: relative;
    top: 35px;
    left: 400px;
    width: 40px;
}
#nav {
  float: right;
  margin-top: 71px;
  height: 35px;
  width: 500px;
}
#nav a {
  background-position: 0 0;
  height: 35px;
  display: block;
  float: left;
}
#nav #home {
  background-image: url(../img/home.gif);
  width: 75px;
  margin-right: 7px;
}
#nav #modern_what {
  background-image: url(../img/modern-what.gif);
  width: 136px;
  margin-right: 7px;
}
#nav #team {
  background-image: url(../img/team.gif);
  width: 137px;
  margin-right: 7px;
}
#nav #contribute {
  background-image: url(../img/contribute.gif);
  width: 110px;
}
#nav a:hover, #nav a.active {
  background-position: 0 -35px;
}

#main {
  background: #ffefcd url(../img/main-bg.gif) repeat-y top left;
}
#mainInner {
  background: transparent url(../img/main-top-bg.jpg) no-repeat top left;
}

#left {
  float: left;
  width: 536px;
  margin-right: 8px;
  padding: 50px 30px 0;
}

#red {
  background: #9c3e21 url(../img/red-top.gif) no-repeat top left;
  margin-top: 2em;
  color: #ffefcd;
}
#redInner {
  background: url(../img/red-bottom.gif) no-repeat bottom left;
  padding: 25px 25px;
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: justify;
}
#red h3 {
  color: #1f0c00;
}
#red li {
  list-style-image: url(../img/red-bullet.gif);
}
#red a {
  color: #fff;
  font-weight: bold;
}

#right {
  float: left;
  width: 300px;
  padding: 30px 30px 0;
}
#box {
  background: #e8d4aa url(../img/box-heading.gif) no-repeat top left;
  padding: 22px 27px 18px;
  margin-bottom: 9px;
  font-family: arial;
}
#box h3 {
  font-size: 16px;
  line-height: 1em;
  padding-bottom: 18px;
  font-family: "Trebuchet MS";
  margin: 0;
}
#box h3, #box h3 a {
  color: #552100;
}
#upcoming_psalms {
  font-size: 11px;
  font-weight: bold;
  color: #552100;
}
#upcoming_psalms a {
  font-size: 13px;
}
.psalm_list {
  font-size: 11px;
  font-weight: bold;
  color: #6a6254;
  text-align: justify;
  line-height: 1.1em;
}
#feeds {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  padding: 8px 0;
  font-weight: bold;
}
#feeds #itunes {
  padding: 4px 0 4px 24px;
  background: url(../img/itunes.gif) no-repeat left center;
}
#feeds #rss {
  padding: 4px 0 4px 20px;
  margin-left: 8px;
  background: url(../img/feed.gif) no-repeat left center;
}

#footer {
  background: #ffefcd url(../img/footer-bg.gif) no-repeat top left;
  height: 93px;
}
#copyright {
  font-size: 11px;
  line-height: 93px;
  padding-left: 32px;
  color: #6d3e20;
}

.cssRefrain 
{
	font-weight: bold;
	font-size: 13px;
}

.cssVerse
{
	font-size: 11px;
}

.psalmLink
{
    text-align: center;
}

.psalmText
{
    display: none;
    text-align: center;
}