/* Cascading Stylesheet for The Abiding Word Church (Copyright 2010) */

  /* GLOBAL ELEMENTS */
  a { color: #696969; }
  img { border: 0px; }
  .left { float: left; }
  .right { float: right; }
  .small { font: 0.8em; }
  .error { color: #EF870E; }

  /* STRUCTURE */
  body { margin: 0; padding: 0px; background: url(/components/img/bg.jpg) no-repeat; color: #696969; font: 10.5pt Tahoma; }
  #logo { width: 960px; margin: 0 auto; padding: 10px 0px 10px 0px; }
  #container { width: 960px; margin: 0 auto; padding: 0px; background-color: #FFFFFF; border: 1px solid #9A999C; }
  #nav { background: url(/components/img/bg_nav.gif) repeat-x; color: #FFFFFF; font: 12pt Arial; font-weight: bold; padding: 20px 0 20px 0; text-align: center; }
  #nav a { color: #FFFFFF; text-decoration: none; display: inline; padding: 20px 15px 20px 15px; }
  #content { padding: 10px; min-height: 645px; height: 645px; overflow: hidden; }
  #content h1 { font: 12pt Arial; font-weight: bold; color: #4458AE; }
  #content h2 { font: 11pt Arial; font-weight: bold; color: #678501; margin-top: 0px; }
  #content h3.block { display: block; background-color: #3D0A4F; color: #FFFFFF; padding: 5px; text-align: center; font: 10.5pt Arial; font-weight: bold; } 
  #content p { line-height: 1.5em; }
  #content li { line-height: 1.5em; }
  #col_left { width: 190px; }
  #col_right { width: 741px; }
  #footer { width: 960px; margin: 0 auto; text-align: center; font: 0.8em; padding-top: 20px; margin-bottom: 40px; }
  #footer a { color: #696969; }

  /* HOME PAGE ELEMENTS */
  #home_splash { width: 741px; height: 420px; background: url(/components/img/banner_splash.jpg) no-repeat; overflow: hide; }
  #pastor_welcome { position: relative; top: 260px; padding: 0 40px 0 40px; }
  #pastor_welcome_msg { width: 390px; height: 120px; background-color: #FFFFFF; padding: 10px; margin-left: 20px; overflow: hidden; }
  #pastor_welcome_msg p { line-height: 1.2em; font-size: 0.9em; }
  #box { min-height: 300px; overflow: hidden; background: url(/components/img/bg_box.gif) repeat-x; color: #474747; margin-bottom: 10px; }
  #box h1 { background-color: #696969; color: #FFFFFF; font: 11pt Arial; padding: 5px; font-weight: bold; text-align: center; margin-top: 0px; }
  #box p { padding-left: 10px; padding-right: 10px; font-size: 0.9em; }
  #box li { font: 10pt Tahoma; margin-left: -10px; margin-bottom: 5px; margin-right: 5px; }
  #bottomimage { position: absolute; height: 35px; bottom: 0px; }

  /* MAP */
  #map { width: 425px; }
  #mapframe { width: 425px; height: 350px; border: 1px solid #9A999C; }

  /* CONTACT FORM */
  #contactForm fieldset { border: 0px; font-size: 10.5pt; }
  #contactForm fieldset select { font-size: 10.5pt; }
  #contactForm fieldset textarea { font-size: 10.5pt; font-family: Tahoma; }
  #contactForm em { display: none !important; }
  #contactForm .submitButton { text-align: center; }

  #eventscal { text-align: center; }

  /* EVENTS TABLE (NOT USED) */
  #eventstable { height: 495px; overflow: auto; }
  table#events { width: 100%; }
  table#events thead tr { background-color: #859F6D; color: #FFFFFF; font: 11pt Arial; padding: 5px; font-weight: bold; text-align: center; }
  table#events th { margin: 0px; }
  table#events tbody tr { border-bottom: 1px solid #9A999C; background-color: #E7EFE0; }
  table#events td { vertical-align: top; margin: 0px; padding: 5px; }


