/*
Site: Medinah Baptist Church
Date: 07/23/09
Author: Nathan D. Wiens
*/
* {
    margin: 0;
    padding: 0;
    }
html {
    height: 100%;
    }
body {
    font-size: 76%;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    font-weight: normal;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    background:url('images/top_bg.jpg') top left repeat-x;
    }
a {
    color: #894133;
    }
a:hover {
    text-decoration: none;
    }
#wrapper {
    position: relative;
    min-height: 100%;
    color: #fff;
    }
* html #wrapper { height: 100%; }
#container {
    margin: 0 auto;
    width: 900px;
    padding-bottom: 150px;
    color: #000;
    }
#header {
    height: 60px;
    margin: 0;
    padding: 0;
    }
.logo {
    padding-top: 10px;
    float: left;
    }
.floatRight {
    float: right;
    padding-top: 20px;
    clear: right;
    }
#topnav {
    padding: 14px 15px;
    margin: 15px 0;
    background:url('images/topnav_bg.png') top left no-repeat;
    height: 15px;
    width: 930px;
    }
#topnav ul {
    margin: 0;
    padding: 0;
    }
#topnav li {
    display: inline;
    margin: 0;
    list-style: none;
    }
#topnav li a {
    padding: 11px 25px 9px 25px;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: lowercase;
    color: #fff;
    text-decoration: none;
    }
#topnav li a:hover {
    background-color: #efefef;
    color: #000;
    }
#hm_banner {
    margin: 0;
    padding: 0;
    }
    
/* Home Page Specific  */
#hm_events {
    float: right;
    width: 250px;
    border: 1px dashed #999;
    min-height: 200px;
    clear: right;
    margin-right: 10px;
    margin-top: 20px;
    }
#hm_events h4 {
    color: #555;
    background-color: #efefef;
    font-weight: bold;
    text-align: center;
    font-size: 1.4em;
    padding: 5px 0;
    text-transform: uppercase;
    }
.hm_event {
    height: 50px;
    clear: both;
    margin: 22px 5px;
    }
.hm_event a {
    color: #444;
    text-decoration: none;
    }
.hm_event a:hover {
    text-decoration: underline;
    }
.hm_event .date {
    float: left;
    width: 50px;
    border: 1px solid #999;
    background-color: #efefef;
    padding: 0;
    }
.date .month {
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    padding: 2px 0;
    font-size: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    }
.date .day {
    text-align: center;
    font-size: 1.9em;
    padding:  0;
    margin: -3px 0 1px 0;
    font-weight: bold;
    font-family: Georgia, Times New Roman, serif;
    }
.details {
    margin-left: 60px;
    }
#hm_box {
    width: 600px;
    _width: 625px;
    margin: 15px 0;
    }
.hm_promo {
    width: 270px;
    _width: 275px;
    margin: 20px 5px;
    float: left;
    }
dt {
    float: left;
    margin: 0 10px;
    }
dd {
    margin-left: 95px;
    }
dd.title, dd.title a {
    text-transform: uppercase;
    color: #8d3123;
    font-size: 1.1em;
    padding: 2px 0;
    font-weight: bold;
    clear: right;
    text-decoration: none;
    }
dd.title a:hover {
    text-decoration: underline;
    }
dd.body a {
    color: #000;
    text-decoration: none;
    }
dd.body a:hover {
    text-decoration: underline;
    }
dd.button {
    padding: 6px 2px;
    }
.clearLeft {
    clear: left;
    }
/* END Home Page */

/* Sub Page Section */

#rightNav {
    float: right;
    width: 200px;
    border: 1px dashed #999;
    clear: right;
    margin: 0 10px 0 25px;
    }
#rightNav h4 {
    color: #fff;
    background-color: #888;
    border-bottom: 1px solid #333;
    font-weight: bold;
    text-align: center;
    font-size: 1.3em;
    padding: 8px 0;
    text-transform: lowercase;
    }
#rightNav h5 {
    color: #fff;
    background-color: #999;
    font-weight: bold;
    text-align: left;
    font-size: 1.1em;
    padding: 5px 20px;
    text-transform: uppercase;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    }
    
#mainContent ul {
    margin-left: 15px;
    padding: 0;
    }
    
#rightNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
#rightNav li a {
    display: block;
    margin: 0;
    font-weight: bold;
    padding: 7px 15px;
    text-decoration: none;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-transform: lowercase;
    color: #555;
    }
#rightNav li a:hover {
    color: #000;
    background-color: #eee;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    }
#mainContent {
    background-color: #fff;
    margin-right: 225px;
    padding: 10px;
   /* border: 1px solid #999; */
    min-height: 250px;
    }
/* END Sub Page Section */

    
#footer {
    position: relative;
    margin: 0 auto;
    margin-top: -142px;
    background:url('images/btm_bg.jpg') top left repeat-x #ababab;
    height: 92px;
    width: 100%;
    padding: 25px 0;
    }
#btm_links {
    width: 900px;
    margin: 0 auto;
    }
.nav_group {
    width: 267px;
    float: left;
    margin: 0 10px;
    }
.nav_group h4, .nav_group h4 a {
    color: #8d3123;
    text-transform: uppercase;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    }
.nav_group h4 a:hover {
    text-decoration: underline;
    }
.nav_group ul {
    margin: 6px 0 0 0;
    }
.nav_group li, .nav_group li a {
    list-style: none;
    padding: 1px 0;
    margin: 0;
    font-weight: normal;
    font-size: 1em;
    color: #444;
    text-decoration: none;
    }
.nav_group li a:hover {
    text-decoration: underline;
    }
#copyright {
    height: 0px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    font-size: .9em;
    font-weight: bold;
    color: #eee;
    }
.clear {
    clear: both;
    }
h1 {
    font-weight: bold;
    font-size: 2.1em;
    color: #894133;
    padding: 5px 0;
    margin-bottom: 15px;
    text-transform: lowercase;
    }
h5 {
    font-family: 'Josefin Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 2.1em;
    color: #894133;
    padding: 5px 0;
    margin-bottom: 15px;
    }

h3 {
    font-weight: bold;
    font-size: 1.1em;
    margin: 10px 0 2px 0;
    color: #777;
    }
strong {
    font-weight:bold;
    }
p {
    margin-bottom: 5px;
    line-height: 1.6em;
    }
    
.center {
    text-align: center;
    }
/* ========= Lists =================== */
#bulletins li {
    font-weight: bold;
    list-style: none;
    margin: 15px 0;
    }
#bulletins li a {
    text-decoration: none;
    }
#bulletins li a:hover {
    text-decoration: underline;
    }

/* ========= Definition Lists ======== */
.person {
    clear: left;
    }
.person .name {
    padding-top: 25px;
    font-weight: bold;
    font-size: 1.2em;
    }
.person .name a { text-decoration: none; }
.person .name a:hover { text-decoration: underline; }
.person .person_title {
    font-style: italic;
    }
.person dt {
    margin-bottom: 50px;
    }

/* ========== Images =================== */
img { border: none; }
img a { border: none; text-decoration: none; }

/* =========== Forms ==================== */

label {
    width: 120px;
    text-align: right;
    float: left;
    clear: left;
    vertical-align: bottom;
    padding: 3px 10px 0 2px;
    font-weight: bold;
    }
input[type="text"], textarea {
    margin-bottom: 12px;
    border: 1px solid #777;
    padding: 2px 5px;
    font-size: 1.1em;
    font-weight: bold;
    }
.form_button {
    clear: both;
    margin-left: 130px;
    }
