/*
/*  style.css
*/

/*
Theme Name: Word of Life Church
Theme URI: http://peppermedia.com/
Version: 1.0
Author: Peppermedia
Author URI: http://peppermedia.com/
*/ 

body {
  font-family: "Lucida Grande", "Verdana", sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  background: #000 url("images/background.png");
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0 0 20px;
}

p.subhead {
  font-size: 16px;
  line-height: 25px;
}

p.small {
  font-family: "Verdana", sans-serif;
  font-size: 11px;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol, dl {
  margin: 0 0 20px;
}

ul {
  list-style: none;
  padding: 0;
}

.hr {
  height: 1px;
  margin: 20px 0;
}

.br       { margin-bottom: 20px; }
.small-br { margin-bottom: 10px; }
.no-br    { margin-bottom:  0px; }

.hr .br       { margin: 20px 0; }
.hr .small-br { margin: 10px 0; }
.hr .no-br    { margin:    0 0; }

.-clear {
  clear: both;
}

#body {
  width: 840px;
  padding: 0 10px 10px;
  margin: 0 auto 20px;
  background: #013648 url("images/body.png") repeat-x;
  -webkit-box-shadow: 0 4px 10px #000;
}

#header {
  height: 150px;
  margin: 0 0 10px;
  background: #001a25 url("images/header.png") no-repeat;
}

#header h1 {
  float: left;
  width: 300px; height: 150px;
  text-indent: -9999px;
}

#header h1 a {
  display: block;
  width: 100%; height: 100%;
}

#nav {
  font-family: "Verdana", sans-serif;
  font-size: 11px;
  float: right;
  margin: 68px 20px 0 0;
}

#nav li {
  float: left;
  margin-right: 20px;
}

#nav a {
  color: #ee7c2f;
}

#nav a:hover {
  color: #fff;
}

#content {
  background: url("images/content.gif") repeat-y;
}

#content h3 {
  font-family: "Georgia", serif;
  font-size: 14px;
  color: #7f7f7f;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#content h4 {
  font-size: 13px;
  color: #ee7c2f;
}

#content a {
  color: #ee7c2f;
  border-bottom: 1px solid #ee7c2f;
}

#content a:hover {
  color: #7f7f7f;
  border-bottom-color: #7f7f7f;
}

#content span.small {
  font-family: "Verdana", sans-serif;
  font-size: 11px;
  color: #7f7f7f;
}

#content dl dt {
  font-weight: bold;
  color: #7f7f7f;
  width: 6em;
  float: left;
}

#content dl dd {
  margin: 0;
  padding-left: 6em;
}

#content table {
  width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
}

#content table td {
  padding: 0 20px 0 0;
}

#content table.zebra td {
  padding: 5px 0 5px 20px;
  border: solid #e6e6e6;
  border-width: 1px 0;
}

#content .zebra .even { background: #f9f9f9; }
#content .zebra .odd  { background: #fff; }

#content .hr {
  background: #ccc;
}

#content #sub {
  color: #fff;
  width: 190px;
  float: left;
  padding: 20px;
  background-color: #001a25;
}

#content #sub a {
  color: #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
}

#content #sub a:hover {
  color: #ee7c2f;
  border-bottom-color: #ee7c2f;
}

#content #sub h2 {
  font-family: "Georgia", serif;
  font-size: 16px;
  font-weight: normal;
}

#content #sub h3 {
  font-family: "Georgia", serif;
  font-size: 13px;
  color: #ee7c2f;
  text-transform: none;
  letter-spacing: 0;
}

#content #sub .nav {
  border-top: 1px dashed #013648;
}

#content #sub .nav li {
  padding: 10px 0;
  border-bottom: 1px dashed #013648;
}

#content #sub .nav li h3 {
  text-transform: lowercase;
}

#content #sub .nav li h3 a {
  color: #ee7c2f;
  border: none;
}

#content #main {
  width: 540px;
  float: right;
  padding: 30px;
  background: #fff;
}

#content #main #banner {
  width: 600px; height: 240px;
  margin: -30px -30px 30px;
  background: #7f7f7f;
  border-bottom: 10px solid #013648;
}

#content #main #banner h2 {
  display: none;
}

#content #main #banner.about {
  background: url("images/banner-about.jpg");
}

#content #main #banner.media {
  background: url("images/banner-media.jpg");
}

#content #main .header {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

#content #main .header h2 {
  display: inline-block;
  font-family: "Georgia", serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  color: #ee7c2f;
  margin-right: 10px;
  text-transform: lowercase;
}

#content #main .header h3 {
  display: inline-block;
  font-weight: normal;
  font-size: 11px;
  color: #7f7f7f;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#content #main .sub-header {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

#content #main .sub-header h3 {
  font-family: "Georgia", serif;
  font-size: 18px;
  font-weight: normal;
  color: #7f7f7f;
  text-transform: none;
  letter-spacing: 0;
}

#content #main .sub {
  width: 140px;
  float: left;
}

#content #main .sub .frame {
  padding: 8px;
  background: #fff;
  border: 1px solid #ccc;
}

#content #main .sub .frame img {
  display: block;
  border: 1px solid #ccc;
}

#content #main .main {
  width: 380px;
  float: right;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ee7c2f;
}

#content ul.boxes {
  margin: 0 -30px 0 0;
  overflow: hidden;
}

#content ul.boxes li {
  width: 255px;
  float: left;
  margin: 0 30px 20px 0;
}

#content ul.boxes li a {
  font: 17px/20px "Georgia", serif;
  color: #7f7f7f;
  display: block;
  padding: 10px 20px;
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

#content ul.boxes li a:hover {
  color: #ee7c2f;
  border-color: #ee7c2f;
}

#content #main ol.numbers {
  list-style: none;
  padding: 0;
}

#content #main ol.numbers li {
  margin: 0 0 -1px;
  padding: 10px 0 10px 40px;
  background: no-repeat 0 50%;
  border: solid #ccc;
  border-width: 1px 0;
}

#content #main ol.numbers li.i {
  background-image: url("images/numbers-1.png");
}

#content #main ol.numbers li.ii {
  background-image: url("images/numbers-2.png");
}

#content #main ol.numbers li.iii {
  background-image: url("images/numbers-3.png");
}

#content #main ol.numbers li.last {
  margin: 0;
}

#content #main table td.video-title {
  width: 260px;
}

#content #main table td.video-title a {
  border: none;
}

#content #main table td.video-date {
  color: #7f7f7f;
}

#content #main table td.video-link {
  padding-right: 20px;
  text-align: right;
}

.welcome #content {
  background: none;
}

.welcome #content #main {
  width: 500px; height: 360px;
  float: left;
  margin: 0 0 10px;
  padding: 0;
  background: #000;
}

.welcome #content #sub {
  width: 270px;
  min-height: 310px;
  float: right;
  margin: 0 0 10px;
  padding: 30px 30px 20px;
  background: #000 url("images/welcome/sub.png") no-repeat;
}

.welcome #content #sub h1 {
  height: 45px;
  text-indent: -9999px;
  position: relative;
  left: -2px;
  background: url("images/welcome/h1.gif") no-repeat;
}

.welcome #content #sub p.subhead {
  color: #84a5b7;
}

.welcome #links {
  color: #fff;
  margin: 0 -10px -10px -10px;
  background: #000;
}

.welcome #links ul {
  margin: 0;
}

.welcome #links ul li {
  position: relative;
  width: 140px;
  padding: 50px 0 50px 140px;
  float: left;
}

.welcome #links li.staff {
  width: 120px;
  padding-left: 160px;
  background: url("images/welcome/li-staff.png") no-repeat 0 100%;
  margin-right: 9px;
  border-right: 1px solid #013648;
}

.welcome #links li.contact {
  background: url("images/welcome/li-contact.png") no-repeat 0 50%;
  margin-right: 9px;
  border-right: 1px solid #013648;
}

.welcome #links li.events {
  background: url("images/welcome/li-events.png") no-repeat 0 50%;
}

.welcome #links ul li h2 {
  font-size: 18px;
  font-weight: normal;
  text-transform: lowercase;
}

.welcome #links ul li h2 a {
  border: none;
}

.welcome #links li.staff h2 a {
  color: #e7d26b;
}

.welcome #links li.contact h2 a {
  color: #d4504b;
}

.welcome #links li.events h2 a {
  color: #6ea066;
}

.welcome #links ul li a.link {
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  border: none;
}

.welcome #links ul li p {
  text-transform: uppercase;
}

.video-archive #content #main .header {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.video-archive #content #main .header h1 {
  font-family: "Georgia", serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: normal;
  color: #000;
}

.video-archive #content #main .header h2 {
  font-size: 15px;
  color: #7f7f7f;
}

#footer {
  font-family: "Verdana", sans-serif;
  font-size: 11px;
  color: #7f7f7f;
  width: 860px;
  margin: 0 auto 40px;
  text-align: center;
}

#footer dl dt, #footer dl dd {
  display: inline;
  margin: 0;
  padding: 0;
}

#footer dl dt, #footer strong {
  font-weight: bold;
  color: #ee7c2f;
}

#footer dl dt {
  text-transform: uppercase;
}

#footer a {
  border-bottom: 1px solid #7f7f7f;
}

#footer a:hover {
  color: #fff;
  border-bottom-color: #fff;
}

