/* @override http://www.ctkbellingham.com/_css/styles.css */

/* Site: Christ the King Church */

*
{
    margin: 0;
    padding: 0;
    line-height: 1;
}

body
{
    font-size: 62.5%;
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
    background: #f5f4e5 url(/_img/bg_body.gif) repeat-x;
    text-align: center;
}

body#home
{
    background-color: transparent;
}

hr
{
    display: none;
}

#skip
{
    position: absolute;
    text-indent: -9999px;
    list-style: none;
}

* + html #skip
{ Â position:static;
Â height:0;
}

a
{
    overflow: hidden;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */


/* =Header
---------------------------------------------------------------------
*/

#header
{
    margin: 0 auto;
    width: 770px;
}

#header-inner
{
    position: relative;
    float: left;
    display: inline;
    width: 770px;
    padding-top: 32px;
    text-align: left;
}

#header h1
{
    float: left;
    width: 341px;
    height: 99px;
    margin: 25px 0 10px;
    background: url(/_img/bg_h1.gif) no-repeat;
    text-indent: -9999px;
}

/*ie7*/   
#header h1[], #header h1
{
    background: url(/_img/bg_h1.png) no-repeat;
}

/*FireFox 2*/
#header h1, x:-moz-any-link 
{ 
    background: url(/_img/bg_h1.png) no-repeat;
}                    

#header h1 a
{
    display: block;
    width: 341px;
    height: 99px;
}


/* = Meta Nav  
---------------------------------------------------------------------
*/

#metanav
{
    width: 302px;
    height: 43px;
    float: right;
    display: inline;
    background: url(/_img/bg_metanav.gif) no-repeat;
}

#metanav a
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    display: block;
    float: left;
    display: inline;
    height: 22px;
    text-decoration: none;
}

#metanav a:hover
{
    text-decoration: underline;
}

#metanav a#whatsnew 
{
background:url("") no-repeat scroll 2px 0 transparent;
color:#FFFFFF;
font-size:1.4em;
font-style:italic;
margin-left:1px;
margin-top:8px;
padding:5px 0 0 12px;
}

#metanav a#directions 
{
background:url("") no-repeat scroll 0 0 transparent;
color:#FFFFFF;
font-size:1.3em;
margin-top:8px;
padding:6px 0 0 35px;
}


/* = Search  
---------------------------------------------------------------------
*/

#search
{
    clear: right;
    float: right;
    display: inline;
    width: 275px;
    height: 35px;
    margin-top: 10px;
    background: url(/_img/bg_search.gif) no-repeat;
    padding: 20px 15px;
}

#search input#search_term
{
    float: left;
    display: inline;
    margin-right: 5px;
    width: 208px;
    border: 1px solid #c0baa0;
    background: #f3f3eb;
    font-size: 1.3em;
    color: #545454;
    padding: 3px;
}

#search a#search_go
{
    display: inline;
    float: left;
    width: 51px;
    height: 25px;
    background: url(/_img/bg_search_go.gif);
    text-indent: -9999px;
    margin: 0;
}


/* =Navigation 
---------------------------------------------------------------------
*/

#nav
{
    display: inline;
    position: relative;
    clear: both;
    float: left;
    list-style: none;
    height: 68px;
    width: 770px;
}

#nav li
{
    float: left;
    background: url(/_img/bg_nav_li.gif) no-repeat right bottom;
    font-family: Georgia, "Times New Roman" , Times, serif;
    line-height: 1;
}

#nav .current, #nav li:hover, #nav li.sfhover
{
    background: url(/_img/bg_nav_li_a_hover.gif) repeat-x;
}

#nav li a
{
    display: block;
    float: left;
    color: #fff; /* Change this to the right color */
    font-size: 1.1em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 18px 11px;
}

#nav .current a, #nav li:hover a, #nav li.sfhover a
{
    color: #003d57;
}

#nav .current ul ul, #nav li ul
{
    position: absolute;
    left: -999em;
    z-index: 999;
    list-style: none;
}

#nav li li, #nav li li.current
{
    float: left;
    font-size: 1.em;
    background: url(/_img/bg_nav_li_li.gif) no-repeat right center;
    text-indent: 0;
}

#nav .current li:hover, #nav li li:hover
{
    background: url(/_img/bg_nav_li_li.gif) no-repeat right center !important;
}

#nav li:hover li:hover, #nav li.sfhover li.sfhover
{
    background: url(/_img/bg_nav_li_li.gif) no repeat right center;
}

#nav li li a, #nav li li.current a
{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    text-transform: none;
}

#nav .current ul, #nav li:hover ul, #nav li.sfhover ul
{
    top: 37px;
    left: 0px;
    width: 770px;
    z-index: 2;
    background: #C5BA7D;
}

#nav li li a
{
    float: left;
    width: auto !important;
    padding: 10px 10px;
    color: #003366;
    background: none !important;
}

#nav li:hover li, #nav .current:hover li
{
    background: url(/_img/bg_nav_li_li.gif) no repeat right center !important;
}

#nav li li a:hover
{
    color: #003d57;
    background: transparent url(/_img/bg_nav_li_li_hover.gif) no-repeat center bottom !important;
}


/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner
{
    width: 770px;
    margin: 0 auto;
}


/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap
{
    width: 770px;
    float: left;
    display: inline;
    padding: 50px 0 15px 0;
    text-align: left;
    background: transparent url(/_img/bg_content-wrap.gif) repeat-y;
}

#home #content-wrap
{
    background-image: none;
}


/* = Home Content  
---------------------------------------------------------------------
*/

#homecontent
{
    clear: both;
    background: #f8f7ed;
    border-bottom: 15px solid #d1cdb6;
    color: #7a705b;
}

#homecontent-inner
{
    width: 750px;
    text-align: left;
    margin: 0 auto;
    background: #d1cdb6;
    padding: 10px;
    min-height: 290px;
    padding-bottom: 0;
}
#home-article-author
{
    color: #787d25;
}

#home #content-header
{
    width: 517px;
    height: 212px;
    border: solid 4px #2b3635;
    position:relative;
    right:9px;
}

ul#homenav
{
    float: left;
    display: inline;
    list-style: none;
    margin: 8px 0 0 20px;
    text-align: left;
    width: 200px;
    padding: 0;
}

ul#homenav li
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 1.6em;
    padding: 0 0 15px 0;
    background: url(/_img/bg_homenav_li.gif) repeat-x left bottom;
    margin: 10px 0 0 0;
    list-style-position: outside;
}

ul#homenav li a
{
    color: #003d57;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

ul#homenav li a:hover
{
    text-decoration: underline;
}

ul#homenav li li
{
    font-size: .625em;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    list-style: none;
    background-image: none;
    margin: 5px 0 0 0;
    padding: 0;
}

#home-featured
{
    position: relative;
    width: 516px;
    float: right;
}

ul#featuredpic
{
    list-style: none;
}

#home-featured #new
{
    width: 198px;
    height: 124px;
    background: url(/_img/bg_home_featured_new.png) no-repeat;
    position: absolute;
    top: 205px;
    left: -15px;
    z-index: 99;
}

#home-featured #new #innerwrap
{
    width: 198px;
    height: 124px;
}

#home-featured #new p
{
    margin: 83px 37px 0 28px;
    font-size: 1.2em;
    color: #2b3635;
    line-height: 1.2;
}

#home-featured #new h3
{
    text-indent: -9999px;
    position: absolute;
    height: .1%;
}

#home-featured #new p a
{
    color: #003d57;
    text-decoration: none;
    position: relative;
}

#home-featured #new p a:hover
{
    text-decoration: underline;
}

#home-recent-sermon
{
    margin-left: 200px;
    margin-top: 30px;
    float: left;
    position: relative;
}

#home-recent-sermon h3
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 1.6em;
    font-weight: normal;
    color: #003d57;
    margin-bottom: 4px;
    width: 200px;
    float: left;
}

#home-recent-sermon h4
{
    font-size: 1.2em;
    color: #6e624c;
    margin-bottom: 2px;
    width: 200px;
    float: left;
    line-height: 1.2;
}

#home-recent-sermon h4 a
{
    color: #6a624e;
    text-decoration: none;
}

#home-recent-sermon #preacher
{
    float: left;
    width: 200px;
}

#home-recent-sermon p
{
    font-size: 1.2em;
}

p#sermon-player, p#sermon-dl, p#podcast
{
    text-indent: -9999px;
}

p#sermon-player
{
    float: left;
    margin: 3px 3px 0 125px;
}

p#sermon-player a
{
    height: 30px;
    width: 52px;
    display: block;
    background: url(/_img/bg_sermon_player.gif) no-repeat;
}

p#sermon-dl
{
    float: left;
    margin: 3px 3px 0 0;
}

p#sermon-dl a
{
    height: 30px;
    width: 35px;
    display: block;
    background: url(/_img/bg_sermon-dl.gif) no-repeat;
}

p#podcast
{
    position: absolute;
    left: 230px;
    bottom: 0;
}

p#podcast a
{
    width: 82px;
    height: 72px;
    display: block;
    background: url(/_img/bg_sermon_podcast.gif) no-repeat;
}


/* =Content
---------------------------------------------------------------------
*/

#content
{
    float: left;
    display: inline;
    width: 470px; /* 520px with padding */
    padding: 0 25px;
}

#home #content
{
    float: left;
    display: inline;
    width: 520px; /* 515px with padding */
    padding: 0 0 0 0px;
    background: transparent;
}

#content h3
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 1.8em;
    font-weight: normal;
    color: #003d57;
    padding: 0 0 10px 0px;
    border-bottom: 3px solid #e8e2c5;
    margin-bottom: 16px;
}

#home #content h3
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 1.8em;
    font-weight: normal;
    color: #003d57;
    padding: 0 0 5px 0;
    border-bottom: 3px solid #d1cdb6;
    margin-bottom: 16px;
    background: none;
}

#content h4, #content h5, #content h6
{
    font-size: 1.5em;
    color: #6e7b31;
    font-weight: normal;
}

#content p, #content li
{
    margin-bottom: 1em;
    margin-right: 1em;
    color: #474135;
    font-size: 1.3em;
    line-height: 1.5;
}

#content p.subscribe
{
    font-size: 1.1em;
    margin: 0 0 20px 0;
}

#content ul, #content ol
{
    margin: 0 0 1em 3em;
}

#content ul#byline
{
    width: 295px;
    display: inline; /* IE6 double margin float bug hack */
    margin: 0 0 10px 0;
    list-style: none;
    float: left;
}

#content ul#byline li
{
    font-size: 1.1em;
}

#content li
{
    margin: 0;
    padding-left: 17px;
    background: url(/_img/bg_content_li.gif) no-repeat left .5em;
    list-style: none;
}

#content li li
{
    font-size: 1em;
}

#content blockquote
{
    margin-left: 3em;
}

#content hr
{
    display: block;
    margin-bottom: .25em;
    border: none;
    border-bottom: 1px dotted #DADAD0;
}

#content a
{
    color: #6e7b31;
    text-decoration: underline;
}

#content a:hover
{
    text-decoration: none;
}

#content img
{
    float: left;
    margin: 0 10px 5px 0;
}

#content #text
{
    clear: both;
}

#content #galleries .gallery{
  margin-bottom: 15px;
}

#content #galleries .gallery a.thumb{
  float: left;
  height: 125px;
  overflow: hiddent=;
}

#content .sermonbox
{
    margin-bottom: 20px;
}

#content .sermonbox h4
{
    margin-bottom: 5px;
}

#content .sermonbox p
{
    padding: 0;
    margin: 0;
}

#content .sermonbox p#posted
{
    color: #2b3635;
    font-size: 1.2em;
}

#content .sermonbox h4.title a
{
    color: #6e7b31;
}

#content .sermonbox p.sermonlink
{
    margin-top: 10px;
}

#content .sermonbox p.eventtime
{
    margin-bottom: 0;
    font-size: 1.1em;
}

#content p.eventtime
{
    font-size: 1.1em;
}

#content #mediabox
{
 	float: right;
    width: 114px;
    padding: 5px 5px 0;
    background: #e7efe0;
    border: 1px solid #cbdabf;
    font-size: 1.1em;
    list-style: none;
    margin-right: 15px;
    margin-bottom: 20px;
}

#content #mediabox li
{
    margin-bottom: 5px;
    padding: 0;
    background: none;
    font-weight: bold;
    text-indent: -9999px;
}

#content #mediabox li a
{
    display: block;
    width: 113px;
    height: 27px;
    background-repeat: no-repeat;
}

#content #mediabox li#mb_print a
{
    background-image: url(/_img/mb_print.gif);
}

#content #mediabox li#mb_video a
{
    background-image: url(/_img/mb_video.gif);
}

#content #mediabox li#mb_download a
{
    background-image: url(/_img/mb_download.gif);
}

#content #mediabox li#mb_notes a
{
    background-image: url(/_img/mb_notes.gif);
}

#content #mediabox li#mb_jukebox a
{
    background-image: url(/_img/mb_jukebox.gif);
}

#content #mediabox li#mb_podcast a
{
    background-image: url(/_img/mb_podcast.gif);
}


/* =Large Calendar  
---------------------------------------------------------------------
*/

#content #calendar-outer
{
    position: relative;
}

#content table.calendar
{
    margin-bottom: 25px;
    border: 1px solid #c2b879;
    border-right: 0;
    border-bottom: 0;
    border-collapse: collapse;
}

#content table.calendar caption
{
    padding-bottom: 10px;
    color: #6e7b31;
    font-size: 1.4em;
    font-weight: bold;
}

#content table.calendar caption span
{
    position: absolute;
    top: 0;
    width: 16px;
    color: #8A4700;
}

#content table.calendar caption span.calendar-prev
{
    left: 0;
}

#content table.calendar caption span.calendar-next
{
    right: 0;
}

#content table.calendar th
{
    padding: 6px 0;
    background: #c2b879;
    color: #FFF;
    font-size: 1.3em;
    font-weight: normal;
    text-align: center;
}

#content table.calendar td
{
    width: 68px;
    height: 68px;
    padding: 2px;
    border: 1px solid #c2b879;
    border-left: 0;
    border-top: 0;
    background: #FFF;
    color: #626262;
    font-size: 1em;
    vertical-align: top;
}

#content table.calendar td.empty
{
    background: #FFF;
}

#content table.calendar td a
{
    text-decoration: none;
}

#content table.calendar td ul
{
    margin: .5em 0 0 .5em;
    font-size: 100%;
    list-style: none;
    padding: 0;
}

#content table.calendar td li
{
    padding-left: 8px;
    margin-left: 0;
    margin-bottom: .75em;
    font-size: 1.1em;
    line-height: 1.2;
}

#content table.calendar td li a
{
    text-decoration: underline;
    color: #6e7b31;
}

#content table.calendar td li a:hover
{
    text-decoration: none;
}


/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar
{
    display: inline;
    float: right;
    width: 220px;
    padding: 0 0 0 30px;
    margin-bottom: 100px;
}

#home #sidebar
{
    display: inline;
    float: right;
    width: 220px;
    padding: 0 0 45px 30px;
    background: url(/_img/bg_sidebar.gif) no-repeat top left;
    margin-bottom: 0px;
}

#sidebar p, #sidebar li
{
    margin-bottom: 1em;
    color: #474135;
    font-size: 1.2em;
    line-height: 1.5;
    clear: both;
}

#sidebar ul
{
    margin-left: 1em;
    padding: 0;
}

#sidebar li
{
    line-height: 1;
    padding-left: 12px;
    background: url(/_img/bg_content_li.gif) no-repeat left 3px;
    list-style: none;
}


#home #sidebar h3
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 1.8em;
    font-weight: normal;
    color: #003d57;
    margin-bottom: 12px;
    clear: both;
    background: transparent;
    text-transform: none;
}

#sidebar h3
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    margin-bottom: 12px;
    padding: 8px 10px;
    clear: both;
    background: #C8BA77;
}

#home #sidebar h3
{
    padding: 0 0 10px;
}

#sidebar h4
{
    font-size: 1.2em;
    line-height: 1.2;
}

#sidebar a
{
    color: #6E7B31;
    text-decoration: none;
}

#sidebar a:hover
{
    text-decoration: underline;
}

#sidebar .sermon, #sidebar .article
{
    padding: 8px 10px;
}

#sidebar .sermon:hover, #sidebar .article:hover
{
    background: #fff;
    border: 1px solid #dce4e3;
    padding: 7px 9px;
}

#sidebar .sermon .sermonpreacher
{
    color: #383328;
    font-style: italic;
}

#sidebar .sermon .sermondate
{
    color: #898989;
}

#sidebar #gethelp, #sidebar p.more a
{
    display: block;
    font-size: .8333em;
    text-transform: uppercase;
    float: right;
    background: #fff url(/_img/bg_sidebar_p_more_a.gif) no-repeat right 8px;
    border: 1px solid #dce4e3;
    margin: 0 10px 15px;
    padding: 5px 18px 5px 8px;
}

#sidebar p.more a:hover
{
    text-decoration: underline;
}

#sidebar .article p, #sidebar .sermon p
{
    margin-bottom: 0;
}


/* =Footer
---------------------------------------------------------------------
*/

#footer
{
    clear: both;
    border-top: 15px solid #00334a;
    background: #003d57;
    padding-bottom: 100px;
}

#footer-inner
{
    width: 770px;
    margin: 0 auto;
    text-align: left;
    padding: 28px 0;
    color: #fff;
}

#footer h3
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 1.9em;
    font-weight: normal;
    margin-bottom: 18px;
}

#footer a
{
    color: #d1cdb6;
}

#footer a:hover
{
    text-decoration: none;
}

#footer p
{
    font-size: 1.2em;
    line-height: 1.4em;
}

#footer p b
{
    font-weight: bold;
    color: #c2b879;
}

#footer #worship, #footer #ministries, #footer #agenda
{
    width: 225px;
    float: left;
    display: inline;
    padding: 0 20px 0 10px;
}

#footer #worshiptimes
{
    margin-bottom: 20px;
}

#footer #worshiptimes p strong
{
    text-align: left;
}

#churchinfo
{
    float: left;
    padding-bottom: 80px;
    background: url(/_img/bg_churchinfo.gif) no-repeat bottom center;
}

#churchmap
{
    width: 213px;
    margin: 10px 0;
    background: url(/_img/bg_churchmap_bottom.gif) no-repeat bottom left;
    text-align: center;
    padding-bottom: 4px;
}

#churchmap p
{
    padding-top: 3px;
    background: url(/_img/bg_churchmap_top.gif) no-repeat top left;
}

#churchmap p img
{
    width: 207px;
    display: block;
    margin: 0 auto 5px;
    border: none;
}

#churchmap a
{
    display: block;
    text-transform: lowercase;
    color: #e0dab3;
    text-decoration: none;
}

#churchmap a:hover
{
    text-decoration: underline;
}

#churchmap a:hover img
{
    border: none;
    text-decoration: none;
}

#ministries h4
{
    font-size: 1.3em;
    color: #d3c470;
    margin-bottom: 5px;
}

#ministries p
{
    margin-bottom: 15px;
}


/* = Agenda & Calendar  
---------------------------------------------------------------------
*/

#agenda ul
{
    float: left;
    width: 222px;
    list-style: none;
}

#agenda li
{
    float: left;
    font-size: 1.2em;
    text-align: center;
}

#agenda li a
{
    display: block;
    width: 111px;
    height: 20px;
    padding: 12px 0 0 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    outline: 0;
}

#agenda li a#link1.current
{
    background: url(/_img/bg_agenda_link1_current.gif) no-repeat;
}

#agenda li a#link1.back
{
    background: url(/_img/bg_agenda_link1_back.gif) no-repeat;
}

#agenda li a#link2.current
{
    background: url(/_img/bg_agenda_link2_current.gif) no-repeat;
}

#agenda li a#link2.back, #agenda li a#link2
{
    background: url(/_img/bg_agenda_link2_back.gif) no-repeat;
}

#agenda div#branch1, #agenda div#branch2
{
    clear: left;
    float: left;
    background: #2b3635;
    width: 222px;
    padding: 15px 0;
    position: relative;
}

#agenda table.calendar
{
    clear: both;
    width: 188px;
    margin: 0 auto;
    border-collapse: collapse;
    color: #f0edda;
}

#agenda table.calendar caption
{
    margin: 0px auto;
    padding-bottom: 15px;
    color: #cec374;
    font: 1.2em "Lucida Grande" , Lucida, Verdana, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

#agenda table.calendar caption span.calendar-prev
{
    position: absolute;
    top: 11px;
    left: 8px;
}

#agenda table.calendar caption span.calendar-next
{
    position: absolute;
    top: 11px;
    right: 8px;
}

#agenda table.calendar caption span img
{
    vertical-align: bottom;
}

#agenda table.calendar th
{
    padding: 5px 0 5px 0;
    color: #efecda;
    font-size: 1.2em;
    text-align: center;
}

#agenda table.calendar td
{
    width: 25px;
    height: 25px;
    color: #efecda;
    font-size: 1.2em;
    text-align: center;
}

#agenda table.calendar a
{
    display: block;
    width: 19px;
    margin: 0 3px;
    padding: 5px 3px;
    color: #fff;
    background: #434540;
    text-decoration: none;
}

#agenda table.calendar a:hover
{
    text-decoration: underline;
}

#agenda .event
{
    float: left;
    width: 202px;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #464138;
}

#agenda .event:hover
{
    background: #353c3a url(/_img/bg_agenda_event_hover.gif) no-repeat left center;
    border: 1px solid #4e4a41;
    width: 202px;
    margin: 1px;
    padding: 8px 8px 9px 8px;
}

#agenda .event h4
{
    margin: .5em 0;
    font-size: 1.2em;
}

#agenda .event h4 a
{
    color: #ccc493; ;
text-decoration:none;
}

#agenda .event h4 a:hover
{
    text-decoration: underline;
}

#agenda .event p
{
    font-size: 1.2em;
    line-height: 1.3;
}

#agenda .event .date
{
    float: left;
    width: 26px;
    height: 26px;
    margin: 0 8px 0;
    padding: 2px 0;
    background: url(/_img/bg_agenda_date.gif) no-repeat;
    color: #c0baad;
    text-transform: uppercase;
    text-align: center;
    font-size: .9em;
}

#agenda .event .date span
{
    display: block;
    margin: 3px 0;
    color: #003d57;
    font-size: 1.333em;
}

#agenda p.more
{
    float: right;
    margin: 10px 15px 0px;
    font-size: 1.1em;
    text-transform: uppercase;
}

#agenda p.more a
{
    display: block;
    padding: 4px 10px 6px;
    border: 1px solid #46433b;
    background: #333b39;
    text-decoration: none;
}

#agenda p.more a:hover
{
    text-decoration: underline;
}


/* = Footinfo  
---------------------------------------------------------------------
*/

#footinfo
{
    clear: left;
    border-top: 5px solid #003850;
    padding-top: 16px;
    color: #fff;
}

#footinfo a
{
    color: #d1cdb6;
}

#footinfo p
{
    float: right;
    clear: right;
}

#footinfo p#footquestions
{
    float: left;
    color: dcd9c4;
}

#footquestions a
{
    text-decoration: none;
    background: #2b3635;
    padding: 4px 5px;
    margin-left: 3px;
    position: relative;
}

#footquestions a:hover
{
    text-decoration: underline;
}


/* = Prayer Request Form  
---------------------------------------------------------------------
*/

form#prform
{
    margin: 20px;
}

#prform fieldset
{
    padding: 10px;
}

#prform label
{
    margin: 10px 0 0 0;
    font-size: 0.846em;
}

#prform input
{
    display: block;
}


/* = Book List  
---------------------------------------------------------------------
*/

div.book
{
    margin-bottom: 20px;
    padding: 10px 20px;
    float: left;
    clear: both;
}

#content .book h4
{
    font-weight: bold;
}

#content .book h5
{
    font-size: 1.2em;
    margin-top: .25em;
    color: #464646;
}

#content .book p
{
    font-size: 1.1em;
}

#content .book img
{
    padding: 3px;
    border: 1px solid #C7C1B2;
}


/* = Blog  
---------------------------------------------------------------------
*/

#content p.date
{
    font-size: 1.1em;
    margin-top: .25em;
    color: #c2b879;
    font-weight: bold;
}

#content p.postedby
{
    font-size: 1.1em;
}

#content p.back
{
    font-size: 1.1em;
    margin-bottom: 30px;
}

#comments h4
{
    font-size: 1.1em;
    font-weight: bold;
    padding: 7px 8px 8px;
    background: #c2b879;
    margin-bottom: 20px;
    border-top: 1px dotted #B5AC9D;
    color: #fff;
}

div.comment
{
    margin-bottom: 15px;
}

#comments h4 a
{
    color: #fff;
}

#comments h5
{
    font-size: 1.2em;
    font-weight: bold;
    padding: 7px 8px 8px;
    background: #E8E2C5;
}

#comments p
{
    padding: 7px 8px 8px;
    font-size: 1.1em;
    background: #F9F8ED;
    margin-right: 0;
}

