/* Compiled Less CSS File */
/* Generated from "wawc.css" */

@charset "utf-8";
/* CSS Document */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
html h1,
body h1,
html h2,
body h2 {
  text-shadow: 1px 1px 2px #808080;
}
body {
  overflow-y: scroll;
  background: #486d8d no-repeat;
  /* Old browsers */

  background: -moz-radial-gradient(center, ellipse cover, #486d8d 25%, #37536b 100%);
  /* FF3.6+ */

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(25%, #486d8d), color-stop(100%, #37536b));
  /* Chrome,Safari4+ */

  background: -webkit-radial-gradient(center, ellipse cover, #486d8d 25%, #37536b 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-radial-gradient(center, ellipse cover, #486d8d 25%, #37536b 100%);
  /* Opera 12+ */

  background: -ms-radial-gradient(center, ellipse cover, #486d8d 25%, #37536b 100%);
  /* IE10+ */

  background: radial-gradient(ellipse at center, #486d8d 25%, #37536b 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bgl', endColorstr='@bg', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

  background-attachment: fixed;
}
#wrapper {
  min-height: 100%;
  position: relative;
  width: 1000px;
  background-color: #eeeeee;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  /* Global Misc --- */
  /* The Grid --- */
  #wrapper {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
/*#container { width: 1000px; max-width: 100%; min-width: 768px; margin: 0 auto; }*/
.header h1 {
  font-weight: inherit;
}
#content {
  padding-bottom: 80px;
  margin: 0 auto;
}
#footer {
  position: absolute;
  bottom: 0;
  height: 50px;
  left: 0;
  right: 0;
  color: #555;
  background-color: #ccc;
}
#footer ul {
  margin-top: 15px;
}
#footer ul li {
  list-style: none;
  display: inline;
}
#footer ul li a {
  padding: 10px 10px;
}
#footer .copyright {
  text-align: right;
  color: #999;
  margin-top: 15px;
}
ul li {
  list-style: none;
}
#page-title {
  background: #ccc;
  padding: 10px 0 10px 30px;
  position: relative;
  margin-bottom: 20px;
}
#page-title:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/img/heading_img1.png) no-repeat center right;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
#page-title h2 {
  font-weight: inherit;
  position: relative;
  z-index: 2;
}
#page-title img {
  position: absolute;
}
.centered {
  text-align: center;
  margin: 0 auto;
}
.greeting {
  font-weight: inherit;
}
ul.news li.news_content {
  text-align: left;
  margin-bottom: 20px;
}
ul.sermons li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
ul.sermons li h4 small {
  color: #333;
}
ul.sermons li p {
  margin-top: -5px;
}
ul.sermons li ul.cp-controls li {
  border-bottom: none;
}
ul.sermons .archive {
  padding: 15px 0 10px 20px;
}
.uploadSermonTable th {
  border-bottom: 2px solid #333;
}
.uploadSermonTable tr {
  border-bottom: 1px solid #CCC;
}