/* CSS Document */
/* This will be a 2-column layout.  
Two-column Style Sheet for Abundant Life Christian Center 

version:   1.0
author:    patrick flood
email:     floodpat22@yahoo.com
------------------------------------------------------------*/

/* =formatting
============================================================*/
/* Remove padding and margin */
* {
    margin: 0;
	padding: 0;
}

body
{
	font-family:Arial; 
    font-size:12pt; 
    text-align : center ;
    color:#000080; 
    background : url(images/bkground.jpg) fixed;
}
q { 
    font-family: Americana BT; 
    font-size: 12pt; 
    color: #800000; 
    font-weight: bold 
}

.scripture { 
    font-family: Americana BT; 
    font-size: 12pt; 
    color: #800000; 
    font-weight: bold 
}

.title    { 
    font-family: Brush455 BT; 
    font-size: 24pt; 
    color: #800000; 
    text-align: center; 
    margin-top: 6; 
    margin-bottom: 6 
}

h1
{
	color: #E68A00;font-family:Copperplate Gothic Bold; font-size:18pt
	margin-bottom : 12 ;
}
h2
{
	color: #800000;font-family:Copperplate Gothic Bold; font-size:14pt
	margin-bottom : 12 ;
}
h3
{
	color: #800000;font-family:Arial; font-size:12pt; font-weight:bold
	margin-bottom : 6 ;
}
h4
{
	color: #800000;font-family:Arial; font-size:11pt; 
	margin-bottom : 6 ;
}
h5
{
	color: rgb(128, 0, 0);
}
h6
{
	color: rgb(128, 0, 0);
}
button
{
	background-color: rgb(0, 102, 102);
	color: rgb(255, 255, 255);
}

#content h1, h2, p {
    padding-right: 20px;
}

p {
    margin-bottom : 12 ;
}
/* =Branding
------------------------------------------------------------*/
#branding {
    height : 100px ;
    position : fixed ;
}

/* =main body content
------------------------------------------------------------*/
/*This will define the borders around the content of each page.*/
.box_top {
    height : 131px ;
    width : 700px ;
    padding-left: 50px ;
    padding-right : 50px ;
    padding-top: 80px;
    text-align : center ;
    background: url(images/top.gif) no-repeat top left;
}

.box_bottom {
    height: 67px;
    width: 700px;
    padding-left : 50px ;
    padding-right : 55px ;
    padding-top: 25px ;
    text-align : center ;
    color : red ;
    background: url(images/botm.gif) no-repeat top left;
    padding-bottom : 40px ;
}

.box {
    width: 700px;
    text-align : left ;
    padding-top : 25px ;
    padding-left : 50px ;
    padding-right : 50px ;
    background: url(images/center.gif) repeat-y top left;
}

#box_left {
    width: 45%;
    float: left;
    background : url(images/box_bkground.gif) repeat-x ;
}

#box_right {
    width: 45%;
    float : right ;
}

.box h3 {
    background: gold;
    margin-bottom: 6 ;
}    

.box h2 {
    text-align: center;
    margin-bottom : 12 ;
    background : #8080FF ;
}

.box ul {
    padding-left: 50px;
}

.box li {
    margin-bottom : 12;
}

.box .prayer {
    border-bottom : solid ;
    border-size: 2 ;
    padding-bottom : 10px ;
    border-bottom-color : maroon ;
}

#prayer_box {
    background: url(images/Praying_Hands019.jpg);
}

#inner_box {
    width: 90%;
    position: relative;
}

#sched_box {
    width: 500px;
    position : relative ;
    left: 50%;
    margin-left: -300px;
}

#sched_box table {
    padding : 2% 2% 2% 0 ;
}
#sched_box .cell1 {
    width : 85% ;
}

#sched_box .cell2 {
    width: 25%
}

/* =footer
------------------------------------------------------------*/
#footer {
    text-align: left;
    width: 850px;
    min-width : 700px ;
    background-color : silver ;
}

/* =links
------------------------------------------------------------*/
a:link
{
	color: #0000FF;
}
a:active
{
	color: #800080;
}
a:visited
{
	color: #800000;
}

}
/* =lists
------------------------------------------------------------*/
ul
{
	list-style-image: url('images/bul_1.gif'); font-family:Arial; color:#000080; font-size:12pt; margin-bottom:12; margin-top:12
}

ul ul
{
	list-style-image: url('images/bul_2.gif');
}
ul ul ul
{
	list-style-image: url('images/bul_3.gif');
}

ol {
    list-style-image: none;
    list-style-type : decimal ;
}

/* =table
------------------------------------------------------------*/
td {
    border-right : solid ;
    border-right-width : 2 ;
}

tr.d2 {
    background: url(images/box_bkground.gif);
    color : maroon ;
}


/* =other
------------------------------------------------------------*/
label
{
	color: rgb(0, 0, 0);
}
.alcc_emphasis { font-size: 10pt; font-family: ari; color: black; font-weight: bold }
