/**
 * /public_html/css/global.css
 *
 * @author    Ahmed Chafik (admin@achafik.com)
 * @copyright aChafik 2007
 * @version   Define("Id: global.css,v 1.00 2007/10/04 18:57:06 Ahmed")
 *
 */

html {
    font-family: "Times CE", Times, "Times New Roman", sans-serif;
    font-size: 14px;
    background-color: #444444;
}

body {
    margin: 0 auto;
    padding: 0;
    width: 928px;
}

a:link, a:visited {
    color: #554124;
    text-decoration: none;
}

a:hover, a:active {
    color: #df5e02;
}

blockquote {
    margin: 8px 0 16px 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    font-variant: small-caps;
    color: #013e9a;
    margin: 0;
}

ol li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

img {
    border: 0;
}

.orange {
    color: #d3820c;
}

div#document-shadow {
    background-image: url(../images/shadow.png);
    background-repeat: repeat;
    padding: 0 8px 0 8px;
}

div#header {
    height: 115px;
    background-color: #db993b;
    background-image: url(../images/header-bg.png);
    border-bottom: 1px solid #ea9d2e;
    font-size: 30px;
    font-variant: small-caps;
    color: #013e9a;
}

div#header-overlay {
    background-image: url(../images/header-bg-overlay.png);
    background-repeat: no-repeat;
    height: 92px;
    padding: 23px 0 0 119px;
    line-height: 28px;
}

div#header-overlay span {
    font-size: 24px;
}

div#navigation {
    height: 31px;
    background-color: #ed9f2c;
    background-image: url(../images/navigation-bg.png);
    background-repeat: repeat-x;
    border-bottom: 1px solid #b36a00;
}

ul.navigation {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.navigation li {
    float: left;
    padding: 7px 0 7px 0;
}

ul.navigation li a {
    padding: 7px 9px 7px 19px;
    font-size: 15px;
    font-weight: bold;
    color: #222222 !important;
}

ul.navigation li:hover,
ul.navigation li:active {
    background-image: url(../images/navigation-bg-active.png);
    background-repeat: repeat-x;
}

ul.navigation li a:hover,
ul.navigation li a:active {
    background-image: url(../images/navigation-bg-active-icon.png);
    background-repeat: no-repeat;
}

div#container {
    background-color: #f8f8f8;
}

div#main {
    padding: 24px 18px;
    background-color: #f8f8f8;
    background-image: url(../images/upcoming-events-bg.png);
    background-repeat: repeat-x;

}

/**
 * Homepage
 */
div#content {
    float: left;
}

div#banner {
    background-color: #00b2e8;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    height: 191px;
    padding: 57px 0 0 33px;
    font-size: 20px;
    color: #000;
    width: 577px;
}

div#upcoming-events {
    background-color: #f8f8f8;
    background-image: url(../images/upcoming-events-bg.png);
    background-repeat: repeat-x;
    padding: 24px 28px 0 28px;
    width: 554px;
}

.upcoming-events-arrow {
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    width: 47px;
    height: 13px;
    margin: -24px -28px 0 -28px;
    padding-bottom: 11px;
}

div#sermons-panel {
    float: right;
    background-color: #d2d1b4;
    background-image: url(../images/panel-bg-left.png);
    background-repeat: repeat-y;
    width: 302px;
    color: #484848;
}

div.sermons-panel-header {
    height: 62px;
    width: 100%;
    background-image: url(../images/panel-bg.png);
    background-repeat: no-repeat;
}

div.sermons-panel-header h2 {
    padding: 15px 0 0 14px;
    color: #484848;
}

div#sermons-panel div.sermons {
    width: 255px;
    margin: 0 auto;
}

div#sermons-panel a.archives-link {
    float: right;
}

div.video-clip {
    clear: both;
    height: 62px;
    padding-bottom: 13px;
}

img.video-clip-thumbnail {
    float: right;
    border: 1px solid #282826;
}

/**
 * Beliefs page
 */
.beliefs b {
    font-size: 16px;
}

/**
 * Prayer Requests
 */
.prayer_list li {
    padding: 0 0 8px 0;
}

div.box {
    background-color: #d2d1b4;
    padding: 0px 16px 16px 16px;
    border: 1px solid #a3a290;
    background-image: url(../images/box-bg.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    color: #3a3938;
}

div.toggle-display {
    float: right;
    background-color: #abaa8e;
    border-left: 1px solid #7d7d73;
    border-bottom: 1px solid #7d7d73;
    margin-right: -16px;
    width: 40px;
    text-align: center;
}

div#footer {
    text-align: center;
    padding: 20px;
    background-color: #f8f8f8;
}