/*
-----------------------------------------------
Client:Redeemer Community Church
Project:Web Site Redesign

File Name:page.css
Version:1.0
Notes:Rules for site-wide elements.

Author:Dayspring Technologies, Inc.
Email:info@dayspring-tech.com
Web:http://www.dayspring-tech.com/
----------------------------------------------- */

/* Layout
----------------------------------------------- */
body {
    background: transparent 0 0 repeat-x;
    color: #000;
    }

div#page {
    margin: 0 auto;
    width: 980px;
    }

/* Images
----------------------------------------------- */
div.img, img {
    border: 0;
    display: block;
    margin-bottom: 15px;
    }

div.img.left, img.left {
    float: left;
    margin-right: 15px;
    margin-top: 4px;
    }

div.img.right, img.right {
    float: right;
    margin-left: 15px;
    margin-top: 4px;
    }
div.img p { /* Caption style. */
    margin-bottom:0;
    }
div.img img {
    float:none;
    margin-bottom:5px;
    }

/* Typography
----------------------------------------------- */
p, li, ul, ol, h1, h2, h3, h4, h5, h6, label, input, textarea, cite, select, legend, option, optgroup, caption, th, td {
    font-family: arial, helvetica, sans-serif;
    line-height: 140%;
    text-align: left;
    }

strong {
    font-weight: bold;
    }

em {
    font-style: italic;
    }

em.hilite {
    background-color: #e8e5ca;
    color: #000;
    font-style: normal;
    padding: 0 2px;
    text-transform: uppercase;
    }

sup {
    font-size: 77%;
    line-height: 0;
    }

.hidden {
    display: none !important;
    }

/* Float Clearing Hack
----------------------------------------------- */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    }