/* $Id: styles.css 44 2010-01-31 07:54:41Z tboronczyk $ */

body {
  background: #F4F4F4 url("../img/background.gif") top center repeat-y;
  text-align: center;
}

div, p, th, td, li, blockquote {
  color: #333;
  font-family: Arial, Sans, sans-serif;
  font-size: 8pt;
  line-height: 12pt;
}

th {
  font-weight: bold;
}

p, ul, ol, blockquote {
  margin-bottom: 10pt;
}

li, blockquote {
  margin-left: 20px;
}

a,
a:visited {
  color: #00F;
}

b, strong {
  font-weight:bold;
}

i, em {
  font-style: italic;
}

#page {
  background: #FFF url("../img/header.png") no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 800px;
}

#menu {
  background: #780E22 url("../img/church.jpg") top right no-repeat;
}

#menu ul {
  width: 195px;
  margin-bottom: 0;
}

#menu li {
  border-bottom: 1px solid #924A58;
  margin-left: 0px;
  line-height: 13pt;
}

#menu li a {
  background-color: #AD5868;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-left: 15px;
  text-decoration: none;
}

#menu li.active a,
#menu li a:hover {
  background-color: #D18795;
}

h1 {
  font-family: Times New Roman, Times, Serif;
  font-size: 37px;
  font-weight: normal;
  line-height: 57px;
  margin-left: 20px;
}

h2 {
  color: #780E22;
  font-size: 16pt;
  line-height: 16pt;
  font-weight: bold;
  margin-bottom: 10pt;
}

h3 {
  color: #780E22;
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 5pt;
  margin-top: 12pt;
}

#content {
  background: #FFF url("../img/bottombar.gif") top left repeat-x;
  clear: right;
  float: left;
  padding: 25px 15px;
  width: 770px;
}

#footer {
  clear: both;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}

span.smaller {
  font-size: 80%;
}


table td {
  vertical-align: top;
}

#schedules_popup {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  width: 200px;
  padding-top: 10px;
  position: absolute;
  float: left;
  margin-top: -100px;
  margin-left: 200px;
  z-index: 100;
  background-color: #fff;
}

#schedules_popup_close {
  margin-top: -10px;
}

div#notice {
  border: 1px solid #999;
  margin:0;
  padding: 10px;
  
  background-color: #F0F0F0;
}

#notice h3 {
  margin-top:0;
}

#downloads_list a {
  font-weight: bold;
  padding-left: 20px;
  margin-left: -20px;
  line-height: 15pt;
  background: url("../img/arrow.gif") top left no-repeat;
}

/* reset nested list */
#schedules_popup a {
  font-weight: bold;
  padding-left: 0;
  margin-left: 0;
  line-height: 15pt;
  background: none;
}

#readingsHeading {
  color: #780E22;
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 5pt;
  margin-top: 12pt;
}
