a {
  color: #ddd;
  text-decoration: underline; }
  a:visited {
    color: #aaa; }
  a:hover {
    text-decoration: none; }

body {
  background-color: #1e1e1e;
  background-image: url(/images/template/background.gif);
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 75%;
  color: #bbb;
  text-align: center;
  margin-top: 0;
  padding-top: 0; }

img {
  border-width: 0; }
  img.float-right {
    float: right;
    margin-left: 1em;
    margin-bottom: .5em; }
  img.float-left {
    float: left;
    margin-right: 1em;
    margin-bottom: .5em; }

h1 {
  color: #1e3f66;
  font-family: Georgia, Palatino, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: italic;
  font-size: 250%;
  line-height: 100%;
  margin-top: 1.25em;
  margin-bottom: 1em; }

h2 {
  color: #d0ad33;
  font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 140%;
  font-weight: normal; }

h3 {
  color: #1e3f66;
  font-family: Georgia, Palatino, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 195%;
  line-height: 115%;
  margin-top: 1.25em;
  margin-bottom: .7em; }

form {
  margin: 0;
  padding: 0; }

.hidden {
  display: none; }

.clear {
  clear: both;
  height: 0;
  overflow: hidden; }

.popup_content {
  font-size: 100%;
  border: 1px solid #555;
  color: #333;
  padding: 24px;
  text-align: left; }
  .popup_content .title {
    background: #f2edd7;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 130%;
    font-weight: bold;
    margin: -24px -24px 0;
    padding: 14px 24px; }
  .popup_content .choices {
    margin: 1em 0 0; }
    .popup_content .choices p {
      margin: 0; }
    .popup_content .choices a {
      color: #06c;
      display: block;
      padding: 10px 60px 10px 24px;
      margin: 0 -24px; }
      .popup_content .choices a:hover {
        background: #e0f0ff;
        text-decoration: underline; }
      .popup_content .choices a strong {
        font-size: 120%; }
  .popup_content .buttons {
    margin-top: 2em; }

#page {
  margin-left: auto;
  margin-right: auto;
  width: 880px; }

#margin {
  background-color: white;
  background-image: url(/images/template/columns.gif);
  background-position: center;
  background-repeat: repeat-y;
  color: black;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left; }

#main {
  float: left;
  width: 100%; }

#content-wrapper {
  float: left;
  width: 100%;
  margin-right: -520px; }

#sidebar-wrapper {
  float: right;
  width: 260px; }

#content {
  padding-right: 285px; }

#lower-site-nav {
  width: 560px; }

#logo {
  height: 142px; }

#navigation {
  background: url(/images/template/navigation-bar.gif) #9b3333 repeat-x left bottom;
  float: left;
  font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 120%;
  width: 820px; }
  #navigation .wrap {
    padding-left: 8px; }
  #navigation .separator {
    display: none; }
  #navigation a {
    color: white;
    display: block;
    float: left;
    text-decoration: none;
    padding: 8px;
    margin-bottom: 4px; }
    #navigation a:visited {
      color: white;
      display: block;
      float: left;
      text-decoration: none;
      padding: 8px;
      margin-bottom: 4px; }
    #navigation a:hover {
      text-decoration: underline; }
      #navigation a:hover:visited {
        text-decoration: underline; }
    #navigation a.here {
      background: white no-repeat left top url(/images/template/tab-left.gif);
      color: #2f5878;
      margin-top: 3px;
      margin-left: 8px;
      margin-right: 8px;
      padding: 0;
      margin-bottom: 0; }
      #navigation a.here:visited {
        background: white no-repeat left top url(/images/template/tab-left.gif);
        color: #2f5878;
        margin-top: 3px;
        margin-left: 8px;
        margin-right: 8px;
        padding: 0;
        margin-bottom: 0; }
      #navigation a.here:hover {
        color: #4a85c6;
        text-decoration: none; }
      #navigation a.here:hover:visited {
        color: #4a85c6;
        text-decoration: none; }
      #navigation a.here strong {
        background: no-repeat right top url(/images/template/tab-right.gif);
        display: block;
        padding: 14px;
        padding-top: 8px;
        padding-bottom: 9px; }

#content {
  line-height: 150%;
  padding-left: 25px;
  padding-top: 1px;
  padding-bottom: 12px; }
  #content a {
    color: #4a85c6; }
    #content a:hover {
      color: #d63333; }
  #content .head {
    margin-top: 3em;
    margin-bottom: 1.5em; }
    #content .head h1, #content .head h2 {
      margin-top: 0;
      margin-bottom: .25em; }
  #content img {
    border: 3px solid #e9d89d; }
    #content img.no-border {
      border: 0; }
  #content h3 {
    border: 0px double #e9d89c;
    border-bottom-width: 3px;
    padding-bottom: .2em; }
    #content h3 a {
      color: #346cb1;
      text-decoration: none; }
      #content h3 a:hover {
        color: #d63333; }
    #content h3 .by-line {
      color: #d0ad33;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size: 50%; }
  #content p {
    margin-top: .5em;
    margin-bottom: 1em;
    padding: 0; }
    #content p.info {
      color: #927660;
      font-size: 80%;
      margin-top: 1.5em; }
      #content p.info img {
        margin-right: .5em;
        border: 0; }
  #content dl {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0; }
    #content dl dt {
      margin-top: .75em;
      margin-bottom: .25em;
      padding: 0; }
    #content dl dd {
      margin-top: .25em;
      margin-bottom: .75em;
      margin-left: 2em;
      padding: 0; }
  #content .conference {
    border-top: 1px solid #f9e8cc;
    clear: both;
    padding: 15px 0 20px; }
    #content .conference img.icon {
      float: left;
      margin: 0 1em 0 0; }
    #content .conference h3 {
      border-bottom: 0;
      font-size: 160%;
      margin: 6px 0 0; }
      #content .conference h3 a:hover {
        text-decoration: underline; }
    #content .conference p {
      margin: 0.15em 0; }
  #content .entry {
    margin-bottom: 2em; }
  #content .event {
    margin-bottom: 2em; }
    #content .event h3 .info {
      color: #d0ad33;
      display: block;
      font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size: 65%; }
  #content .resource {
    margin-bottom: 3em; }
    #content .resource img {
      border: 0;
      float: left;
      margin-right: 10px; }
  #content .search-result p.info {
    margin-top: .5em; }
  #content #search-results {
    padding-bottom: 2em; }
    #content #search-results h2 {
      color: #1e3f66;
      font-family: Georgia, Palatino, "Times New Roman", Times, serif;
      font-weight: normal;
      font-style: italic;
      font-size: 250%;
      line-height: 100%;
      margin-top: 1em;
      margin-bottom: .5em; }
  #content .search-our-site {
    background-color: #f9f9f9;
    border: 0px solid #d0d0d0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: .4em;
    padding-left: 1.5em; }
    #content .search-our-site strong {
      position: relative;
      top: -.2em; }
  #content #archive_paging_navigation {
    margin-top: -15px;
    margin-bottom: 10px;
    font-size: 85%; }

#sidebar {
  font-size: 90%;
  line-height: 140%;
  padding: 18px;
  padding-top: 1px; }
  #sidebar a {
    color: #a94f4f;
    text-decoration: underline; }
    #sidebar a:hover {
      color: #d63333; }
    #sidebar a:hover {
      text-decoration: none; }
  #sidebar h3 {
    color: #6a7352;
    text-decoration: none;
    margin-top: 1em;
    margin-bottom: .25em; }
    #sidebar h3 a {
      color: #6a7352;
      text-decoration: none; }
  #sidebar p {
    margin-top: .5em;
    margin-bottom: 1em; }
    #sidebar p.more {
      font-size: 110%; }
  #sidebar ul {
    list-style: none;
    margin: 0;
    margin-top: .5em;
    margin-bottom: 1em;
    padding: 0; }
    #sidebar ul li {
      background: left .2em no-repeat url(/images/template/sidebar-bullet.gif);
      line-height: 110%;
      margin: 0;
      margin-bottom: .5em;
      padding: 0;
      padding-left: 15px; }
  #sidebar ul.testimonies {
    font-size: 90%;
    border-bottom: 1px dotted #d5c5a7; }
    #sidebar ul.testimonies li {
      background: none;
      border-top: 1px dotted #d5c5a7;
      line-height: 140%;
      padding: 8px 0; }
    #sidebar ul.testimonies .quote {
      display: block;
      margin-bottom: 0.5em;
      padding-left: 0.5em;
      text-indent: -0.5em; }
    #sidebar ul.testimonies .source {
      color: #7a7372;
      display: block;
      padding-left: 6em;
      text-indent: -1em; }
  #sidebar dl dt {
    font-weight: bold;
    margin: 0; }
  #sidebar dl dd {
    font-size: 90%;
    margin: 0;
    margin-bottom: .5em; }
  #sidebar .section {
    border-top: 1px solid #cdbc9f;
    margin-top: 22px;
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 18px;
    padding-right: 18px; }
    #sidebar .section.first {
      border-top: none;
      margin-top: 4em; }
    #sidebar .section.details table {
      width: 100%;
      margin: 1.5em 0;
      border-collapse: collapse;
      border-spacing: 0;
      border-bottom: 1px solid #decdaf; }
      #sidebar .section.details table td {
        border-top: 1px solid #decdaf;
        padding: 5px 2px; }
    #sidebar .section.details .buttons {
      margin-top: 1.5em; }

#lower-site-nav {
  border: 0px solid #e9d89c;
  border-top-width: 3px;
  clear: both;
  float: left; }
  #lower-site-nav .wrap {
    padding: 8px;
    padding-left: 14px;
    float: left; }
  #lower-site-nav a {
    color: #666;
    display: block;
    font-size: 13px;
    font-family: "Trebuchet MS", Geneva, Arial, Verdana, Helvetica, sans-serif;
    float: left;
    text-decoration: none;
    border: 1px solid white;
    margin-right: 12px; }
    #lower-site-nav a:hover {
      color: #d63333; }
  #lower-site-nav .separator {
    display: none; }

#footer {
  clear: both;
  padding: 30px;
  padding-top: 8px;
  padding-bottom: 1px;
  background-image: url(/images/template/footer.gif);
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 90%;
  text-align: left; }
  #footer p {
    line-height: 150%;
    margin: 8px;
    margin-left: 14px;
    margin-right: 14px;
    padding: 0; }

#life-role-conferences-title {
  background: no-repeat url(/images/template/life-role-conferences.gif);
  display: block;
  height: 0;
  width: 170px;
  padding-top: 57px;
  overflow: hidden; }

#homepage-layout .entries {
  background: 0px 21px no-repeat url(/images/from-the-weblog.gif);
  float: left;
  padding-top: 25px;
  width: 390px; }
#homepage-layout #main {
  background: 440px 0px repeat-y url(/images/template/film.jpg); }
#homepage-layout #content {
  background: 440px 0px no-repeat url(/images/template/film-top.jpg);
  padding-right: 282px; }
#homepage-layout #panel {
  background: url(/images/template/panel-background.gif) #5c201d left top repeat-x;
  color: white;
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px; }
#homepage-layout #feature {
  background: left top no-repeat url(/images/template/featured-article.gif);
  font-size: 110%;
  float: left;
  line-height: 150%;
  padding-top: 16px;
  margin-top: -4px;
  margin-left: 25px;
  width: 472px; }
  #homepage-layout #feature a {
    color: #ffe884; }
  #homepage-layout #feature h3 {
    color: white;
    text-decoration: none;
    margin-top: 0;
    border-bottom: 3px double #c4beba;
    padding-bottom: .2em;
    margin-bottom: 8px; }
    #homepage-layout #feature h3 a {
      color: white;
      text-decoration: none; }
      #homepage-layout #feature h3 a:hover {
        text-decoration: underline; }
    #homepage-layout #feature h3 .by-line {
      color: #FFE884;
      font-size: 60%; }
  #homepage-layout #feature img {
    border: 3px solid #90625F; }
    #homepage-layout #feature img.float-left {
      margin-right: 8px!important; }
  #homepage-layout #feature p.more {
    clear: left;
    margin-bottom: 0; }
  #homepage-layout #feature p.extra {
    margin: 0;
    text-align: right; }
  #homepage-layout #feature .button {
    border: 0; }
#homepage-layout #about {
  background: url(/images/template/note.jpg) right bottom no-repeat #eee3ba;
  color: black;
  float: right;
  font-size: 90%;
  line-height: 140%;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 277px; }
  #homepage-layout #about a {
    color: #a94f4f;
    text-decoration: underline; }
    #homepage-layout #about a:hover {
      color: #d63333; }
    #homepage-layout #about a:hover {
      text-decoration: none; }
  #homepage-layout #about h3 {
    margin: 18px;
    margin-top: 0;
    margin-bottom: .25em; }
  #homepage-layout #about p {
    margin-left: 18px;
    margin-right: 18px; }
  #homepage-layout #about img {
    border: 3px solid #bba176; }
    #homepage-layout #about img.float-right {
      margin-left: 8px; }
  #homepage-layout #about p.more {
    font-size: 120%; }
  #homepage-layout #about h3 {
    color: #6a7352;
    text-decoration: none; }
    #homepage-layout #about h3 a {
      color: #6a7352;
      text-decoration: none; }
#homepage-layout #photos {
  text-align: right;
  margin-top: 32px; }
  #homepage-layout #photos .flickr_badge_image {
    float: right;
    clear: right;
    margin: 0;
    margin-top: 13px;
    padding: 0; }
    #homepage-layout #photos .flickr_badge_image img {
      border: 0;
      display: block;
      width: 75px;
      text-align: right; }
#homepage-layout #happenings-section {
  background: 18px 14px no-repeat url(/images/template/happenings.gif);
  padding-top: 18px; }
#homepage-layout #resources-section {
  background: 18px 14px no-repeat url(/images/template/resources.gif);
  padding-top: 18px; }

#articles-layout #content {
  width: 100%;
  padding-right: 25px; }
#articles-layout #margin {
  background: url(/images/template/no_columns.gif) repeat-y; }
#articles-layout #content-masthead #leftequal, #articles-layout #low-content #leftequal {
  float: left;
  width: 364px;
  padding-right: 20px; }
#articles-layout #content-masthead #rightequal, #articles-layout #low-content #rightequal {
  float: left;
  width: 384px; }
#articles-layout #content-masthead {
  width: 769px;
  min-height: 295px;
  background: url(/images/template/compass.jpg) no-repeat top right;
  padding: 0 25px; }
  #articles-layout #content-masthead #fancypoint {
    padding: 1px 0 0 85px; }
  #articles-layout #content-masthead .person {
    background: url(/images/template/roles_person.jpg) no-repeat top left; }
  #articles-layout #content-masthead .partner {
    background: url(/images/template/roles_partner.jpg) no-repeat top left; }
  #articles-layout #content-masthead .parent {
    background: url(/images/template/roles_parent.jpg) no-repeat top left; }
  #articles-layout #content-masthead .provider {
    background: url(/images/template/roles_provider.jpg) no-repeat top left; }
  #articles-layout #content-masthead .proclaimer {
    background: url(/images/template/roles_proclaimer.jpg) no-repeat top left; }
  #articles-layout #content-masthead .worship {
    background: url(/images/template/center_worship.jpg) no-repeat top left; }
  #articles-layout #content-masthead .learning {
    background: url(/images/template/center_learning.jpg) no-repeat top left; }
  #articles-layout #content-masthead .health {
    background: url(/images/template/center_health.jpg) no-repeat top left; }
  #articles-layout #content-masthead .hospitality {
    background: url(/images/template/center_hospitality.jpg) no-repeat top left; }
  #articles-layout #content-masthead .productivity {
    background: url(/images/template/center_productivity.jpg) no-repeat top left; }
  #articles-layout #content-masthead h4 {
    color: #1e3f66;
    font-family: Georgia, Palatino, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 175%;
    line-height: 115%;
    margin-top: 1.25em;
    margin-bottom: 0;
    padding-bottom: 0; }
    #articles-layout #content-masthead h4 a {
      text-decoration: none;
      color: #1e3f66; }
      #articles-layout #content-masthead h4 a:hover {
        color: #4a85c6; }
  #articles-layout #content-masthead h5 {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: Georgia, Palatino, "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 95%; }
#articles-layout #low-content {
  background: #f0e7c5;
  width: 820px;
  height: 100%;
  padding: 0px 0 10px 0;
  margin-top: 0px !important;
  margin-top: -7px; }
  #articles-layout #low-content a {
    color: #a94f4f;
    text-decoration: underline; }
    #articles-layout #low-content a:hover {
      color: #d63333; }
    #articles-layout #low-content a:hover {
      text-decoration: none; }
  #articles-layout #low-content h2 {
    border: 0px double #e9d89c;
    border-bottom-width: 3px;
    padding-bottom: .2em;
    padding-top: 2em;
    width: 364px; }
    #articles-layout #low-content h2 a {
      font-family: Georgia, Palatino, "Times New Roman", Times, serif;
      color: #927660;
      text-decoration: none; }
#articles-layout .burg-rule {
  background: url(/images/template/burgandy_rule.png) repeat-x #fff;
  width: 100%;
  height: 19px;
  border: none;
  padding: 0 0 0 0;
  margin: 30px 0 0 0;
  background-color: #fff; }
#articles-layout #lower-site-nav {
  width: 820px; }
#articles-layout .content-margin {
  margin-left: 25px; }
#articles-layout .deep-margin {
  margin: -20px 0 0 85px; }
#articles-layout .quote {
  text-align: center;
  font-family: Georgia, Palatino, "Times New Roman", Times, serif;
  font-size: 140%;
  color: #802b2a;
  margin: 75px 55px 0 55px; }
#articles-layout .cite {
  font-style: italic;
  font-size: 80%; }

#narrow-sidebar-layout #margin {
  background-image: url(/images/template/narrow_columns.gif); }
#narrow-sidebar-layout #content-wrapper {
  margin-right: -450px; }
#narrow-sidebar-layout #sidebar-wrapper {
  width: 225px; }
#narrow-sidebar-layout #content {
  padding-right: 250px; }
#narrow-sidebar-layout #lower-site-nav {
  width: 595px; }
