/*
    Coded by Steven Bower
    And Jackson Walker (cc) 2009
    BPWebDesign http://bpwebdesign.com/
*/

/* Global Definitions */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Georgia, Helvetica, sans-serif;
    font-size: 13px;
    background: #8f8f8f;
}
a {
    color: #0033cc;
    text-decoration: none;
}
a:hover {
    border-bottom: 1px solid;
}
p {
    padding-bottom: 20px;
}
h3 {
    color: #0033CC;
    letter-spacing: 1px;
    font-size: 18px;
    padding-bottom: 20px;
}
h4 {
    padding-bottom: 5px;
}
fieldset {
    width: 90%;
    margin: 5px;
    padding: 10px;
    background: #CCC;
    color: #000;
    border: 1px solid #000;
}
legend {
    padding: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.5em;
    color: #000;
    background: #F4F4F4;
    border: 1px solid #000;
    width: auto;
}
button {
    padding: 3px;
}
button.delete {
    border: 1px dashed #FF0000;
}
table {
    width: 80%;
}
table.data {
    width: 100%;
}
th {
    text-align: center;
    font-weight: bold;
}
tr {
    border: 1px solid #000;
}
tr.row0 {
    background: #CCC;
}
tr.row1 {
    background: #F4F4F4;
}
td {
    text-align: left;
}

/* Layout Definitions */
#wrapper { 
    margin: 0 auto;
    width: 790px;
    background: #F4F4F4;
}
#header {
    color: #000;
    width: 790px;
    height: 160px;
    background: #325b9b url('/images/header.jpg');
}
#leftcolumn { 
    color: #000;
    background: #f4f4f4;
    width: 246px;
    min-height: 720px;
    float: left;
}
#rightcolumn { 
    float: left;
    color: #333;
    background: #f4f4f4;
    width: 520px;
	min-height: 910px;
    display: inline;
    padding: 0 20px 50px 0;
}
#rightcolumn ul, ol { 
    margin-left:30px;
    padding-bottom: 20px;
}
#rightcolumn li { 
    padding-bottom: 10px;
}
#rightcolumn .smalltext { 
    font-size: 10px;
}
#rightcolumn table { 
    border:none;
    margin: 0;
}
#rightcolumn td { 
    padding: 10px 5px 10px 5px;
}
#footer { 
    line-height: 20px;
    width: 790px;
    font-size: 12px;
    text-align: center;
    clear: both;
    height: 50px;
    color: #EEE;
    background: #747474;
    padding-top: 10px;
}
#footer a {
    color: #ccffff;
    text-decoration: none;
}
#footer a:hover {
    border-bottom: 1px solid;
}
#news {
    position: relative;
    left: 30px;
    width: 185px;
    background: #e3e3e3 url("/images/news.gif") no-repeat top left;
}
#ministries {
    position: relative;
    top: 30px;
    left: 30px;
    width: 185px;
    background: #e3e3e3 url("/images/ministries.gif") no-repeat top left;
}
#services {
    position: relative;
    top: 50px;
    left: 30px;
    width: 185px;
    background: #e3e3e3 url("/images/services.gif") no-repeat top left;
}
#contact_sidebar {
    position: relative;
    top: 70px;
    left: 30px;
    width: 185px;
    background: #e3e3e3 url("/images/find_out_more.gif") no-repeat top left;
}

/* Begin Menu Definitions */
#nav {
    position: relative;
    top: 101px;
    padding-left: 5px;
    left:200px;
}
#nav a {
    display: block;
    height: 22px;
}

#nav a:hover {
    border: 0;
}
#nav b {
    display: none;
}
ul#nav { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
}
#nav li { /* all list items */
    float: left;
    position: relative;
    width: 10em;
    margin: 0;
    padding: 0;
    top: 0;
}
#nav li ul { /* second-level lists */
    display: none;
    position: absolute;
    top: 1em;
    left: 0;
}
#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
    top: auto;
    left: auto;
}
#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
    display: block;
    color: #FFF;
    background: #999;
    list-style: none;
    top: 24px;
    border: 1px solid #000;
}
#nav li ul li a,#nav li ul li a {
    color: #FFF;
    padding: 0 0 0 5px;
}
#beliefs ul {
    padding: 0;
    margin: 0 0 0 10px;
}
#contact ul {
    padding: 0;
    margin: 0 0 0 10px;
    width: 81px;
}
#contact ul li:hover,#contact ul li.over {
    width: 81px;
}
#nav li ul li:hover,#nav li ul li.over,#nav li ul li a:hover {
    color: #FFF;
    background: #000;
}
#home {
    width: 80px !important;
    height: 24px;
    background: transparent url("/images/menu.gif") 0px 0px no-repeat;
}
#home:hover,#home.over {
    background: transparent url("/images/menu.gif") 0px -24px no-repeat;
}

#sermons {
    width: 108px !important;
    height: 24px;
    background: transparent url("/images/menu.gif") -80px 0px no-repeat;
}
#sermons:hover,#sermons.over {
    background: transparent url("/images/menu.gif") -80px -24px no-repeat;
}

#beliefs {
    width: 101px !important;
    height: 24px;
    background: transparent url("/images/menu.gif") -188px 0px no-repeat;
}
#beliefs:hover,#beliefs.over {
    background: transparent url("/images/menu.gif") -188px -24px no-repeat;
}

#blog {
    width: 91px !important;
    height: 24px;
    background: transparent url("/images/menu.gif") -289px 0px no-repeat;
}
#blog:hover,#blog.over {
    background: transparent url("/images/menu.gif") -289px -24px no-repeat;
}

#calendar {
    width: 112px !important;
    height: 24px;
    background: transparent url("/images/menu.gif") -380px 0px no-repeat;
}
#calendar:hover,#calendar.over {
    background: transparent url("/images/menu.gif") -380px -24px no-repeat;
}

#contact {
    width: 98px !important;
    height: 24px;
    background: transparent url("/images/menu.gif") -492px 0px no-repeat;
}
#contact:hover,#contact.over {
    background: transparent url("/images/menu.gif") -492px -24px no-repeat;
}
/* End Menu Definitions */

/* Sidenav Special Definitions */
#sidenav_early ul {
    margin: 0;
    padding: 0;
}
#sidenav_early ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidenav_early ul li ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
}
#sidenav_early h2 {
    padding: 10px 0 10px 0;
}
#sidenav_early {
    position: relative;
    left: 30px;
    width: 185px;
    list-style-type: none;
    line-height: 18pt;
    background: #e3e3e3 url("/images/blog_top.gif") no-repeat top left;
}

/* Misc. Classes */
a.rss {
    background: url("/images/rss.gif") no-repeat right center;
    padding: 0 20px 0 0;
    display: inline;
}
.clear {
    clear: both;
    background: none;
}
.hidden {
    display: none;
}
.left {
    float: left;
}
.navi_text {
    color: #FFF;
}
.navi_text a {
    color: #FFF;
}
.news_content {
    font-size: 12px;
    padding: 40px 18px 18px 15px;
    background: url("/images/news_foot.gif") no-repeat bottom left;

}
.services_content {
    font-size: 12px;
    padding: 40px 18px 18px 15px;
    background: url("/images/news_foot.gif") no-repeat bottom left;
}
.sermon_link {
    font-size: 10px;
}
.ministries_content {
    font-size: 12px;
    padding: 40px 18px 18px 15px;
    background: url("/images/news_foot.gif") no-repeat bottom left;
}
.news_content {
    font-size: 12px;
    padding: 40px 18px 18px 15px;
    background: url("/images/news_foot.gif") no-repeat bottom left;
}
