/*

Owner: coastcommunitychurch.com
Information: This version serves to provide
			 more function to users without
			 taking away from the streamlined
			 feel of the current layout.
Version: 1.0
Author: Joshua Jones Design
Author Contact: contact@joshuajonesdesign.com

Table of Contents:
			layout
			typography & links
			header
			updates
			content
			footer

*/

/* layout
----------------------------------------------- */

body
{
    margin-top: 25px;
    background: url( '../images/layout/background.gif' ) center repeat-y;
    font: 12px Verdana;
}

#placeholder
{
    margin: auto;
    width: 795px;
}

#content
{
    overflow: hidden;
    clear: both;
    margin: 0px;
    padding: 5px 10px 5px 10px;
    width: 775px;
    background: #b9c7d6 url( '../images/layout/top.png' ) top no-repeat;
    position:relative;
}

#bottombar
{
    margin-top: 0px;
    margin-left: 0px;
    width: 795px;
    background: url( '../images/layout/bottom.png' ) bottom no-repeat;
}

/* typorgaphy & links
----------------------------------------------- */

h1
{
    margin: 14px 0px 14px 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    font-family: Myriad Pro;
}

h1.sidebar
{
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: normal;
    text-align: right;
}
h1.news
{
    margin: 0px 0px 0px 20px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #1c2e3d;
}

h2
{
    margin: 25px 0px 5px 0px;
    padding: 0px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1c2e3d;
    font-family: Myriad Pro;
    font-size: 14px;
    letter-spacing:1pt;
}

h2 + p
{
    margin-left: 10px;
}

h3
{
    margin: 0px 0px 0px 10px;
    padding: 0px;
    font-size: 9pt;
    font-weight: 600;
    color: #203375;
}
h4
{
    margin: 0px 0px 0px 20px;
    padding: 0px;
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    color: #425969;
}

/* Added by Chris */
a
{
    text-decoration: none;
}

p.link
{
    top: 20px;
}

.title
{
    font-family: Arial;
    font-size: 12px;
    color: #1c2e3d;
    font-weight: bold;
    text-decoration: none;
}

/* header
----------------------------------------------- */

#header
{
    padding: 0px 5px 0px 5px;
    height: auto; /* Added by Chris */
}

img.logo
{
    float: left;
    margin: 1px 5px 0px 15px;
}

#header .name
{
    float: left;
    margin: 31px 0px 0px 15px;
    font-family: Myriad Pro;
    font-size: 24px;
    color: #425969;
}

/* Added by Chris */
a:hover
{
    color: #333333;
}

#header .link
{
    margin-top: 30px;
    padding: 6px 28px 6px 28px;
    float: right;
    height: auto;
    background: url( '../images/layout/link_bg.png' ) left repeat-y;
    text-align: center;
    color: #000000; /* Added by Chris */
    text-decoration: none;
    font-family: Myriad Pro;
    font-size: 18px;
    color: #000000;
}

/* Added by Chris */
#header .link:hover
{
    color: #333333;
}

#header .linkend
{
    float: right;
    margin-top: 30px;
    margin-right: 15px;
    background: url( '../images/layout/link_bg.png' ) right repeat-y;
    height: 34px;
    width: 2px;
}

/* Added by Chris */
a img
{
    border-width: 0;
}

/* updates
----------------------------------------------- */

#updates
{
    display: table;
    clear: both;
    margin: 0px 0px 25px 0px;
    padding: 10px;
    background: url( '../images/updates/background.png' ) no-repeat;
}

#updates .readmore
{
    margin-top: 15px;
    text-align: right;
}

#worshipclass
{
    float: left;
    width: 387.5px;
}

#worshipclass .img
{
    float: left;
    width: 230px;
}

#worshipclass .description
{
    float: right;
    width: 157.5px;
}

.description p
{
    margin: 0px 5px 0px 10px;
    color: #141414;
}

#pastorsclass
{
    float: right;
    width: 387.5px;
}

#pastorsclass .img
{
    float: left;
    width: 230px;
}

#pastorsclass .description
{
    float: right;
    width: 157.5px;
}

/* content
----------------------------------------------- */


#content .news
{
    float: left;
    width: 450px;
}

#content .news p
{
    margin: 0px 5px 20px 20px;
}

#content .sidebar2
{
    float: right;
    width: 325px;
}

.sidebaritem
{
    background: red;
    width: 250px;
    margin-left: auto;
}

.sidebar_image
{
    float: left;
    margin-right: 20px;
}
#sidebaritem .info
{
    float: right;
    width: 150px;
    text-align: right;
}

/* footer
----------------------------------------------- */

#footer
{
    margin: 0px 10px 0px 10px;
    clear: both;
    font-size: 10px;
}

#footer .copyright
{
    float: left;
    width: 387.5px;
}

#footer .subnav
{
    float: right;
    width: 387.5px;
    text-align: right;
}


.current
{
    color: Navy;
    font-size: 15;
    border-width: 2;
    border-style: solid;
    border-color: #80A0EE;
}

.pagination
{
    margin-top: 3px;
    margin-bottom: 3px;
}

.about
{
    width: 460px;
}

li
{
    list-style-type: disc;
}
ol.numerical li
{
    list-style-type: decimal;
}

#links table
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.left_table
{
    text-align: right;
    padding-right: 20px;
    width: 330px;
}

.right_table
{
    text-align: left;
    padding-left: 20px;
    width: 330px;
}

td
{
    vertical-align: top;
}

p.passage
{
    margin-left: 20pt;
    margin-right: 20pt;
    font-style: italic;
    text-align: center;
}

