﻿/****************************************************************
* This Style Sheet was created by R David Paine III (WeirDave)
* Located at http://www.weirdave.com
* For the purpose of creating www.stphilipsfl.com
* Project started on 04/22/2008
****************************************************************/
/* Layout Tags */
#box {
    background-image: url('../images/bkg_box_1x1024.jpg');
    background-repeat: repeat-x;
}
#masthead {
    width: 100%;
    height: 120px;
    background-color: #440088;
}
#logo {
    padding: 12px;
    float: left;
    width: 100px;
    height: 100px;
}
#header {
    padding-right: 1em;
    padding-top: 1em;
}
#container {
    position: relative;
    width: 100%;
}
#navigation {
    width: 200px;
    position: absolute;
    left: 0px;
    top: 0px;
    min-height: 200px;
}
#bibleverse {
    padding: 1em;
    margin-left: 210px;
    background-color: #88BB33;
    font-style: italic;
}
#page-content {
    padding: 2em;
    margin-left: 210px;
    background-color: #8888FF;
    background-image: url('../images/bkg_content_1680x1.jpg');
    background-repeat: repeat-y;
}
#footer {
    background-color: #440088;
    width: 100%;
    height: 120px;
}
#address {
    padding-top: 1em;
    padding-left: 1em;
    float: left;
    font-style: italic;
}
#apa {
    padding: 12px;
    float: right;
    width: 100px;
    height: 100px;
}
#dedication {
    text-align: center;
    font-style: italic;
    font-size: small;
}
/* -------------------- Start Normal Tags  ------------------------*/
body {
    padding: 0px;
    margin: 5px;
    font-family: "Times New Roman", Times, serif;
    color: #FFFFFF;
    background-color: #FFFF00;
}
html {
    padding: 0px;
    margin: 5px;
    font-family: "Times New Roman", Times, serif;
    color: #FFFFFF;
    background-color: #FFFF00;
}
a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
a:visited {
    color: #CCCCCC;
    text-decoration: underline;
}
a:hover {
    background-color: #000099;
    color: #FFFFFF;
}
/* --------------- Start Headings -----------------------*/
h1 {
    font-size: x-large;
}
h2 {
    font-size: large;
}
h3 {
    font-size: medium;
}
h4 {
    font-size: small;
}
/* --------------- End Headings -------------------------*/
/* --------------- Start Commonly Used Tags --------------------*/
.left {
    text-align: left;
}
.center {
    text-align: center;
    margin: 0 auto;
}
.right {
    text-align: right;
}
.indent {
    text-indent: 3em;
}
.disclaimer {
    font-size: small;
}
/* --------------- End Commonly Used Tags ----------------------*/
/* -------------------- Start Images ------------------------------*/
img {
    border-style: none;
    display: inline;
}
img.block_left {
    float: left;
    margin: 1em 1em 1em 0px;
    display: block;
}
img.block_right {
    float: right;
    margin: 1em 0px 1em 1em;
    display: block;
}
img.float_right {
    float: right;
    margin: 0px 0px 0px 1em;
}
/* -------------------- End Images --------------------------------*/
/* -------------------- Start Navigation --------------------------*/
#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation li {
    margin: 0;
    padding: 0;
}
#navigation li a:link {
    display: block;
    padding: 0.4em 0 0.4em 0.5em;
    border-left: 12px solid #440088;
    border-right: 1px solid #440088;
    background-color: #9900CC;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid #440088;
    font-weight: bold;
}
#navigation li a:visited {
    display: block;
    padding: 0.4em 0 0.4em 0.5em;
    border-left: 12px solid #440088;
    border-right: 1px solid #440088;
    background-color: #9900CC;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid #440088;
}
#navigation li a:hover {
    background-color: #440088;
    color: #FFFFFF;
}
#navigation ul ul {
    margin: 0;
    padding: 0;
}
#navigation ul ul li {
    margin: 0;
    padding: 0;
}
#navigation ul ul a:link {
    padding: 0.4em 0 0.4em 2em;
}
#navigation ul ul a:visited {
    padding: 0.4em 0 0.4em 2em;
}
#navigation ul ul a:hover {
    padding: 0.4em 0 0.4em 2em;
}
/* -------------------- End Navigation --------------------------*/
/* -------------------- Contact Us Page ---------------------------*/
label {
    text-align: right;
}
.ValidateMessage {
    color: red;
    font-style: italic;
}
input {
    background-color: #EEC8B8;
    border: 1px outset #663300;
    padding: 2px 4px 2px 4px;
}
select {
    width: 100px;
    background-color: #EEC8B8;
    border: 1px solid #663300;
}
textarea {
    width: 200px;
    height: 40px;
    background-color: #EEC8B8;
    border: 1px solid #663300;
}
.thanks {
    font-size: 3em;
    color: #008000;
    font-family: "Monotype Corsiva", "Lucida Handwriting", cursive;
}
.errormessage {
    font-size: 3em;
    color: #FF0000;
    font-family: "Monotype Corsiva", "Lucida Handwriting", cursive;
}
#test {
    background-image: url('../images/left-heading.gif');
    background: no-repeat;
}
/* -------------------- End Contact Us Page -----------------------*/
.newStyle1 {
    background-color: #440088;
    color: #FFFFFF;
    display: block;
    text-indent: 1em;
    line-height: 2em;
}

