/* Site: Bethel Church */

* {
   margin: 0;
   padding: 0;
}

body{
   background: #FFF url(/_img/bg_body.gif) repeat-x;
   font-size: 62.5%;
   font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   line-height: 1;
}

body#home{
   background-image: url(/_img/bg_body_home.gif);
}

hr{
   display: none;
}

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

#container{
   width: 720px;
   margin: 0 auto;
}

a{
   overflow: hidden;
}

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

#header{
   height: 165px;
   position: relative;
}

#header h1{
   float: left;
   margin: 7px 0 0 0;
   width: 464px;
   height: 88px;
   background: url(/_img/bg_h1.png) no-repeat;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 464px;
   height: 88px;
}

#metanav{
   position: absolute;
   top: 0;
   right: 0;
   width: 255px;
}

#header p#login-wrap{
   float: right;
   display: inline;
   margin: 10px;
   font-size: 1.2em;
   color: #F3F3F3;
   text-transform: uppercase;
}

#header p#login-wrap a{
   color: #F3F3F3;
}

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

#nav{
   margin-top: 5px;
   position: relative;
   clear: left;
   float: left;
   width: 720px;
   list-style: none;
}

#nav li{
   float: left;
   font-size: 1.2em;
   text-transform: uppercase;
}

#nav li a{
   display: block;
   float: left;
   height: 24px;
   padding: 13px 18px 0;
   color: #F3F3F3;
   text-decoration: none;
}

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

#nav .current ul ul,
#nav li ul
{
   position: absolute;
   left: -999em;
   z-index: 999;
   background: #637272 url(/_img/bg_nav_li_ul.gif) repeat-x left bottom;
   list-style: none;
   height: 37px;
}

#nav li li{
   float: left;
   padding-right: 2px;
   background: url(/_img/bg_nav_li_li.gif) no-repeat right center;
   font-size: 1em;
   text-transform: none;
}

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

#nav .current ul{
   z-index: 1;
}

#nav li li a{
   float: left;
   height: 26px;
   padding: 11px 18px 0;
   color: #F3F3F3;
}

#nav li.current li a{
   background: none;
}

#nav li li a:hover,
#nav li li.current a{
   background: url(/_img/bg_nav_li_li_a_hover.gif) no-repeat center bottom;
   color: #a0c6d1;
   text-decoration: underline;
}

body#home #nav li li a:hover{
   background: none;
}

/* =Container-Inner
---------------------------------------------------------------------
*/
#container-inner{
   margin-top: 10px;
}


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

#content-wrap{
   clear: both;
   float: left;
   width: 680px;
   padding: 0 1px 0 39px;
   background: url(/_img/bg_content-wrap.gif) no-repeat;
}

body#home #content-wrap{
   margin-top: 8px;
   background: url(/_img/bg_content-wrap_home.gif) no-repeat left 119px;
}

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


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

#content{
   float: left;
   width: 394px;
   margin-top: 35px;
}

body#home #content{
   margin: 0;
}

#content h3{
   clear: right;
   margin: 0 0 .4em -2px;
   padding: 0 0 7px 2px;
   border-bottom: 1px solid #E1E1E1;
   color: #ad5543;
   font-size: 1.4em;
   font-weight: normal;
   text-transform: uppercase;
}

body#home #content h3{
   margin-bottom: .75em;
}

#content h4{
   margin-bottom: .5em;
   color: #566261;
   font-size: 1.4em;
}

#content h5{
   margin-bottom: .5em;
   color: #659fb0;
   font-size: 1.2em;
   text-transform: uppercase;
}

#content h6{
   margin-bottom: .5em;
   color: #659fb0;
   font-size: 1.4em;
}

#content p,
#content ul,
#content ol,
#content td{
   margin-bottom: 1em;
   color: #566261;
   font-size: 1.2em;
   line-height: 1.5;
}

body#home #content p{
   color: #464646;
}

#content p.more{
   float: right;
   margin: 2px 0 5px;
   font-size: 1em;
   text-transform: uppercase;
}

#content p.more a{
   display: block;
   padding: 4px 19px 4px 10px;
   border: 1px solid #DCE4E3;
   background: #F4F7F6 url(/_img/bg_sidebar_more.gif) no-repeat 90% center;
   color: #51615F;
   text-decoration: none;
}

#content ol{
   margin-left: 20px;
}

#content ul{
   list-style: none;
}

#content ul ul{
   margin-bottom: 0;
   font-size: 1em;
}

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

#content ul li li{
   padding-left: 12px;
   background-image: url(/_img/bg_content_li_li.gif);
}

#content ul#byline{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-bottom: 10px;
   font-size: 1.1em;
   list-style: none;
}

#content li{
   line-height: 1.5;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content a{
   color: #649BAC;
   text-decoration: none;
}

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

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

#content #banner-rotator-wrap {
	width: 400px;
	height: 220px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
    z-index: 0px;
}

#content #banner-rotator {
	width: 400px;
	height: 220px;
	overflow: hidden;
}

#content #banner-rotator img {
	border: 0;
	padding: 0;
	margin: 0;
	float: none;
	max-width: 400px;
	max-height: 220x;
}

#content #banner-rotator-wrap #rotatorbtns { 
	  position: absolute;
      z-index: 1001;
      bottom: 5px;
	  left: 5px;
      padding: 10px 5px 6px 10px;
}

#content #banner-rotator-wrap #rotatorbtns a { 
	  display: block;
      float: left;
      width: 12px;
      height: 11px;
      margin-right: 4px;
	  margin-bottom: 4px;
      text-indent: -9999em;
      background: url(/_img/pagination_dots.png) no-repeat 0 top;
}

#content #banner-rotator-wrap #rotatorbtns a.activeSlide, #content #banner-rotator-wrap #rotatorbtns a:hover { 
	background-position: left -12px;
}
	 
	 
	 
	 
#content img#mcms_stats{
   display: none;
}

#content #text{
   clear: both;
}

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

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

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

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

#content .sermonbox p.eventtime{
   margin-bottom: 0;
}

#content #mediabox{
   float: right;
   width: 114px;
   padding: 5px 5px 0;
   background: #F5F4F3;
   border: 1px solid #DCD7D1;
   font-size: 1.1em;
   list-style: none;
}

#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: 29px;
   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);
}

#content #new-visitor{
   position: relative;
   width: 440px;
   height: 263px;
   margin: 0 0 40px -39px;
   padding: 6px 7px 0;
   background: url(/_img/bg_new-visitor.gif) no-repeat;
}

#content #new-visitor p{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin: 2px 20px 0 2px;
   text-indent: -9999px;
}

#content #new-visitor p a{
   display: block;
   width: 125px;
   height: 26px;
   margin-top: 4px;
   background: url(/_img/bg_new-visitor_p_a.gif) no-repeat;
}

#content #new-visitor li{
   float: left;
   margin-right: 1px;
   margin-top: 3px;
   padding: 8px 10px 14px 10px;
   background: url(/_img/bg_new-visitor_li.gif) repeat-x;
   text-transform: uppercase;
}

#content #new-visitor li.rotator{
   float: left;
   margin-right: 1px;
   padding: 0px 10px 14px 1px;
   margin-top: 1px;
   background-image: none;
   text-transform: uppercase;
}

#content #new-visitor li a{
   /*display: block;*/
   margin-top: 2px;
   padding-right: 12px;
   background: url(/_img/bg_new-visitor_li_a.gif) no-repeat right center;
   color: #FFF;
}

#content #new-visitor img{
   display: block;
   float: none;
   margin: 0 0 7px 0;
}

#content #testimonials img{
   float: right;
   margin: 0 0 0 5px;
   padding: 3px;
   border: 1px solid #E1E1E1;
}

#content #connect{
   clear: right;
   position: relative;
   width: 405px;
   margin: 0 -3px 0 -4px;
}

#content #connect h3{
   margin: 0 3px 0 4px;
}

#content #connect img{
   display: block;
   margin: 0 3px 0 4px;
   padding: 1px;
   border: 1px solid #C7947A;
   background: #D4D1C8;
}

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

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

#content table.calendar caption{
   padding-bottom: 10px;
   color: #7cb2c5;
   font-size: 1.4em;
}

#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: #60706f;
   color: #FFF;
   font-size: 1.3em;
   font-weight: normal;
}

#content table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #60706f;
   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;
}

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

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

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

#content #comments h5{
   text-transform: none;
}

#content #comments label{
   display: block;
   margin-bottom: .5em;
   color: #566261;
   font-size: 1.4em;
}

#content #comments .comment{
   margin-bottom: 25px;
}

#content #comments .comment h5{
   font-weight: normal;
}

#content #comments textarea#comment{
   padding: 3px;
   border: 1px solid #566261;
   color: #566261;
   font-size: 1.2em;
   font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#content #comments input#comment-submit{
   display: block;
   margin: 2px 0 5px;
   padding: 4px 19px 4px 10px;
   border: 1px solid #DCE4E3;
   background: #F4F7F6;
   color: #51615F;
   font-size: 1.1em;
   text-transform: uppercase;
   text-decoration: none;
}

#content .book{
   float: left;
   width: 394px;
   /*margin-top: 25px;*/
   margin-bottom: 25px;
}

.reqd{
   color: Red;  
}

.field-name{
    width: 50px;
}
/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
   position: relative;
   float: right;
   width: 254px;
   margin-top: -36px;
   padding-bottom: 50px;
   background: url(/_img/bg_sidebar.gif) no-repeat center bottom;
}

body#home #sidebar{
   margin: 0;
}

#sidebar h3{
   width: 220px;
   height: 29px;
   margin-left: 1px;
   margin-bottom: 6px;
   text-indent: -9999px;
}

#sidebar p.more{
   float: right;
   margin: 2px 0 5px;
   text-transform: uppercase;
}

#sidebar p.more a{
   display: block;
   padding: 4px 19px 4px 10px;
   border: 1px solid #DCE4E3;
   background: #F4F7F6 url(/_img/bg_sidebar_more.gif) no-repeat 90% center;
   color: #51615F;
   text-decoration: none;
}

#sidebar #agenda ul{
   float: left;
   width: 224px;
   margin-bottom: 15px;
   padding: 0 0 1px 28px;
   background: url(/_img/bg_sidebar_agenda_ul.gif) repeat-x left bottom;
   list-style: none;
}

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

#sidebar #agenda li a{
   display: block;
   width: 98px;
   height: 26px;
   margin-right: 3px;
   padding-top: 9px;
   background: url(/_img/bg_sidebar_agenda_ul_a.gif) no-repeat left bottom;
   color: #FFF;
   text-decoration: none;
   outline: 0;
}

#sidebar #agenda li a.current{
   background-image: url(/_img/bg_sidebar_agenda_ul_a_active.gif);
   color: #464646;
}

#sidebar #agenda div{
   position: relative;
   clear: left;
   margin-bottom: 25px;
}

#sidebar #agenda table.calendar{
   clear: both;
   width: 219px;
   margin: 5px auto 10px;
   border: 1px solid #60706f;
   border-collapse: collapse;
   background: #FFF;
}

#sidebar #agenda table.calendar caption{
   margin: 0 auto .75em;
   padding-bottom: 3px;
   color: #7cb2c5;
   font-size: 1.1em;
   font-weight: bold;
   text-transform: uppercase;
}

#sidebar #agenda table.calendar caption span.calendar-prev{
   display: block;
   position: absolute;
   top: -3px;
   left: 15px;
}

#sidebar #agenda table.calendar caption span.calendar-next{
   display: block;
   position: absolute;
   top: -3px;
   right: 17px;
}

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

#sidebar #agenda table.calendar th{
   border-bottom: 1px solid #A2C3AA;
   background: #60706f;
   padding: 5px 0;
   color: #FFF;
   font-size: 1.1em;
   text-align: center;
}

#sidebar #agenda table.calendar td{
   width: 28px;
   height: 28px;
   color: #626262;
   font-size: 1.1em;
   font-weight: normal;
   text-align: center;
}

#sidebar #agenda table.calendar a{
   display: block;
   width: 22px;
   margin: 0 3px;
   padding: 5px 0;
   color: #FFF;
   background: #7cc1d5;
   text-decoration: none;
}

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

#sidebar #agenda #branch2{
   display: none;
   width: 221px;
   margin: 0 0 5px 16px;
}

#sidebar #agenda #branch1,
#sidebar #agenda #branch2{
   display: none;
}

#sidebar #agenda #branch1.current,
#sidebar #agenda #branch2.current{
   display: block;
}

#sidebar #agenda .event{
   float: left;
   width: 201px;
   margin: 0;
   padding: 10px;
   background: url(/_img/bg_sidebar_recent-sermons_sermon.gif) no-repeat center bottom;
}

#sidebar #agenda .event:hover{
   background-color: #dce3e2;
}

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

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

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

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

#sidebar #agenda .event .date{
   float: left;
   width: 34px;
   height: 37px;
   margin: 5px 8px 0 0;
   padding: 1px 0 0;
   background: url(/_img/bg_sidebar_agenda_date.gif) no-repeat;
   color: #FFF;
   font-size: 1.1em;
   text-transform: uppercase;
   text-align: center;
}

#sidebar #agenda .event .date span{
   display: block;
   margin: 8px 0;
   color: #659fb0;
   font-size: 1.1818em;
   font-weight: bold;
}

#sidebar #recent-sermons{
   clear: right;
   width: 221px;
   margin: 0 0 5px 16px;
}

#sidebar #recent-sermons h3{
   background: url(/_img/bg_sidebar_h3_recent-sermons.gif) no-repeat;
}

/* label-sidebar */

#sidebar #label-sidebar{
   clear: right;
   width: 221px;
   margin: 73px 0 5px 16px;
}

#sidebar #label-sidebar h3{
    width: 209px;
    height: 21px;
    padding: 8px 0 0 11px;
    color: #FFF;
    font-size: 1.2em;
    font-weight: normal;
    text-indent: 0;
    text-transform: uppercase;
    background: url(/_img/bg_sidebar_h3_label.gif) no-repeat;
    letter-spacing: .075em;
    line-height: 1;
}

#sidebar #label-sidebar h3 a{
   color: #FFF;
}

#sidebar #label-sidebar h4{
   margin-bottom: .25em;
   color: #566261;
   font-size: 1.2em;
}

#sidebar #label-sidebar h5{
   margin-bottom: .25em;
   color: #659fb0;
   font-size: 1.0em;
   text-transform: uppercase;
}

#sidebar #label-sidebar h6{
   margin-bottom: .25em;
   color: #659fb0;
   font-size: 1.2em;
}

#sidebar #label-sidebar p,
#sidebar #label-sidebar ul,
#sidebar #label-sidebar ol,
#sidebar #label-sidebar td{
   margin-bottom: 1em;
   color: #566261;
   font-size: 1.1em;
   line-height: 1.5;
}

#sidebar #label-sidebar ol{
   margin-left: 20px;
}

#sidebar #label-sidebar ul{
   list-style: none;
}

#sidebar #label-sidebar ul ul{
   margin-bottom: 0;
   font-size: 1em;
}

#sidebar #label-sidebar ul li{
   padding-left: 17px;
   background: url(/_img/bg_content_li.gif) no-repeat left .5em;
}

#sidebar #label-sidebar ul li li{
   padding-left: 12px;
   background-image: url(/_img/bg_content_li_li.gif);
}

#sidebar #label-sidebar li{
   line-height: 1.5;
}

#sidebar #label-sidebar hr{
   display: block;
   margin-bottom: 1em;
}

#sidebar #label-sidebar img{
   margin: 5px;
}

#sidebar #label-sidebar a{
   color: #bc432b;
   text-decoration: none;
}

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

/* recent-sermons */

#sidebar #recent-sermons .sermon{
   padding: 10px;
   background: url(/_img/bg_sidebar_recent-sermons_sermon.gif) no-repeat center bottom;
}

#sidebar #recent-sermons .sermon:hover{
   background-color: #dce3e2;
}

#sidebar #recent-sermons .sermon h4{
   margin-bottom: .35em;
   font-size: 1.2em;
   font-weight: normal;
}

#sidebar #recent-sermons .sermon h4 a{
   color: #bc432b;
   text-decoration: none;
}

#sidebar #recent-sermons .sermon h4 a:hover{
   text-decoration: underline;
}

#sidebar #recent-sermons .sermon p{
   color: #383328;
   font-size: 1.1em;
}

#sidebar #recent-articles{
   clear: right;
   width: 221px;
   margin-left: 16px;
}

#sidebar #recent-articles h3{
   background: url(/_img/bg_sidebar_h3_recent-articles.gif) no-repeat;
}

#sidebar #recent-articles .article{
   width: 201px;
   float: right;
   padding: 10px;
   background: url(/_img/bg_sidebar_recent-sermons_sermon.gif) no-repeat center bottom;
}

#sidebar #recent-articles .article:hover{
   background-color: #dce3e2;
}

#sidebar #recent-articles .article h4{
   margin-bottom: .35em;
   font-size: 1.3em;
   font-weight: normal;
}

#sidebar #recent-articles .article h4 a{
   color: #bc432b;
   text-decoration: none;
}

#sidebar #recent-articles .article h4 a:hover{
   text-decoration: underline;
}

#sidebar #recent-articles .article p{
   color: #383328;
   font-size: 1.1em;
}

#sidebar #recent-articles .article p.more{
   
}

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

#search{
   float: right;
   width: 223px;
   margin-bottom: 6px;
   padding: 11px 13px 18px 16px;
   border: 1px solid #2b3d3b;
   background: #3c4b49 url(/_img/bg_search.gif) repeat-x;
}

#search h3{
   margin-bottom: 5px;
   color: #CCC;
   font-size: 1.5em;
   font-weight: normal;
}

#search #searchForm input{
   float: left;
   width: 150px;
   margin: 2px 3px 0 0;
   padding: 2px;
   border: 1px solid #D7D2CC;
   background: #ECEAE7;
}

#search #searchForm a#search_go{
   display: block;
   float: left;
   width: 63px;
   height: 26px;
   background: url(/_img/bg_search_go.gif) no-repeat;
   text-indent: -9999px;
}

/* =Sidebar -> Second Search box in the header of mcms_page.php
---------------------------------------------------------------------
*/
#searchDefault{
   clear: right;
   width: 223px;
   margin-bottom: 6px;
   padding: 10px 13px 10px 16px;
   border: 1px solid #628e9c;
   background: #72a8b9 url(/_img/bg_search_default.gif) repeat-x;
}

#searchDefault h3{
   margin-bottom: 5px;
   color: #CCC;
   font-size: 1.2em;
   font-weight: normal;
}

#searchDefault #searchForm input{
   float: left;
   width: 150px;
   margin: 2px 3px 0 0;
   padding: 2px;
   border: 1px solid #D7D2CC;
   background: #ECEAE7;
}

#searchDefault #searchForm a#search_go{
   display: block;
   float: left;
   width: 63px;
   height: 26px;
   background: url(/_img/bg_search_go_default.gif) no-repeat;
   text-indent: -9999px;
}

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

#footer{
   clear: both;
   float: left;
   width: 640px;
   margin: 50px 0;
   padding: 20px 40px 0;
   background: url(/_img/bg_footer.gif) no-repeat center top;
}

#footer p{
   float: left;
   font-size: 1.1em;
   color: #52615F;
}

#footer p.powered{
   float: right;
}

#footer a{
   color: #2779a2;
   text-decoration: none;
}

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

/* Discussions 
---------------------------------------------------------------------
*/
table.discussion{
   /*width: 500px;*/
   border: 1px solid #CCC;
   border-collapse: collapse;
}

table.discussion th{
   padding: 5px 5px;
   background: #82c8d8;
   color: #566261;
   font-size: 7.45pt;
   font-weight: bold;
   text-align: left;
   line-height: 1.25;
}

#content table.discussion td{
   padding: 5px;
   background: #f3f6f6;
   color: #566261;
   font-size: 7.45pt;
}

#content table.discussion td.title{
   font-size: 7.45pt;
   width: 200px;
}

#content table.discussion td.title a{
   font-size: 7.45pt;
   color: #566261;
}

#content table.discussion tr.alt td{
   background: #e9eeee;
   font-size: 7.45pt;
}

#content p.pagination{
   float: left;
   margin-bottom: 25px;
   color: #999;
   font-size: 1.1em;
}

#content p.records{
   float: right;
}

#content div.discussion-form label{
   display: block;
   margin: 0 0 .25em;
   color: #566261;
   font-size: 1.4em;
   font-weight: normal;
}

#content div.discussion-form input#discName,
#content div.discussion-form textarea{
   display: block;
   margin-bottom: 10px;
   padding: 3px;
   color: #566261;
   font-size: 1.2em;
}

#content div.disc-comment{
   margin-bottom: 25px;
}

#content div.disc-comment p{
   margin-bottom: 0;
}

#content div.disc-comment p.byline{
   font-size: 1.1em;
   font-weight: bold;
}

#content div.disc-comment p.byline strong{
   text-transform: uppercase;
}

#content div.disc-comment p.edited{
   font-size: 1.1em;
   font-style: italic;
}

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

#sidebar #blog-sidebar{
   width: 220px;
   padding: 0 16px;
}

#sidebar #blog-categories, #sidebar #blog-archive{
   clear: both;
   float: left;
   width: 220px;
   margin-bottom: 20px;
}

#sidebar #blog-categories h3{
   background: url(/_img/bg_sidebar_h3_blog-categories.gif) no-repeat;
}

#sidebar #blog-archive h3{
   background: url(/_img/bg_sidebar_h3_blog-archive.gif) no-repeat;
}


#sidebar #blog-sidebar ul{
   list-style: none;
   margin: 0;
   padding: 0;
}

#sidebar #blog-sidebar ul li{
   width: 201px;
   float: right;
   padding: 12px 10px;
   background: url(/_img/bg_sidebar_recent-sermons_sermon.gif) no-repeat center bottom;
}

#sidebar #blog-sidebar ul li a{
   color: #bc432b;
   text-decoration: none;
}

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

#content .post{
   clear: left;
   padding-top: 20px;
}

#content p.postedby{
   margin-bottom: 0;
}

/* = Booklist  
---------------------------------------------------------------------
*/

#booklist h4{
   margin: 20px 0;
}

#booklist a{
   color: #bc432b;
}

#booklist h5, #booklist h6{
   margin-top: 20px;
}
