/* @override http://northsideabq.org/css/styles.css */

/* Site: Northside Church of Albuquerque */

* {
   margin: 0;
   padding: 0;
   line-height: 1;
}

body{
   background: #FFF url(/images/bg_body.gif) repeat-x;
   font-size: 62.5%;
   font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

body#home{
   background-image: url(/images/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;
   color: #62833c;
}

a:hover{
   text-decoration: none;
}

/* =Header
---------------------------------------------------------------------
*/

#header{
   height: 176px;
}

body#home #header{
   /*height: 176px;*/
}

#header h1{
   float: left;
   margin: 24px 0 27px;
   width: 300px;
   height: 50px;
   background: url(/images/bg_h1.gif) no-repeat;
   text-indent: -9999px;
}

body#home #header h1{
   /*margin-bottom: 38px;*/
}

#header h1 a{
   display: block;
   width: 300px;
   height: 50px;
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav{
   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: #55504F url(/images/bg_nav_li_a_hover.gif) repeat-x;
}

#nav .current ul ul,
#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   background: #544F4E url(/images/bg_nav_li_ul.gif) repeat-x left bottom;
   list-style: none;
}

#nav li li{
   float: left;
   padding-right: 2px;
   background: url(/images/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: 500px;
   z-index: 2;
}

#nav .current ul{
   z-index: 1;
}

#nav li li a{
   float: left;
   height: 26px;
   padding: 12px 18px 0;
   color: #F3F3F3;
}

#nav li.current li a{
   background: none;
}

#nav li li a:hover,
#nav li li.current a{
   background: url(/images/bg_nav_li_li_a_hover.gif) no-repeat center bottom;
   color: #F1D3B9;
   text-decoration: underline;
}

body#home #nav li li a:hover{
   background: none;
}

/* =Container-Inner
---------------------------------------------------------------------
*/



/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap{
   clear: both;
   float: left;
   width: 680px;
   padding: 0 1px 0 39px;
   background: url(/images/bg_content-wrap.gif) no-repeat;
}

body#home #content-wrap{
   margin-top: 11px;
   background: url(/images/bg_content-wrap_home.gif) no-repeat left 119px;
}

/* =Content
---------------------------------------------------------------------
*/

#content{
   float: left;
   width: 394px;
   margin-top: 35px;
}

body#home #content{
   margin: 0;
}

#content h3{
   clear: both;
   margin: 0 0 .4em -2px;
   padding: 0 0 7px 2px;
   border-bottom: 1px solid #E1E1E1;
   color: #62833c;
   font-size: 1.4em;
   font-weight: normal;
   text-transform: uppercase;
}

body#home #content h3{
   margin-bottom: .75em;
}

#content h4{
   margin-bottom: .5em;
   color: #9e785d;
   font-size: 1.2em;
}

#content h5{
   margin-bottom: .5em;
   color: #62833c;
   font-size: 1.2em;
   text-transform: uppercase;
}

#content h6{
   margin-bottom: .5em;
   color: #566261;
   font-size: 1.2em;
}

#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: #566261;
}

#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(/images/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(/images/bg_content_li.gif) no-repeat left .5em;
}

#content ul li li{
   padding-left: 12px;
   background-image: url(/images/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: #62833c;
}

#content a:hover{
   text-decoration: none;
}

#content img{
   float: left;
   margin: 0 10px 5px 0;
}

#content img#mcms_stats{
   display: none;
}

#content #text{
   clear: both;
}

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

#content .articlebox p.posted, body#home #content .articlebox p.posted{
   color: #94643c;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 1.1em;
}

#content .articlebox h4.title a{
    text-decoration: none;
    font-size: 1.167em;
    color: #666666;
}

#content .articlebox h4.title a:hover{
   text-decoration: underline;
}

#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(/images/mb_print.gif);
}

#content #mediabox li#mb_video a{
   background-image: url(/images/mb_video.gif);
}

#content #mediabox li#mb_download a{
   background-image: url(/images/mb_download.gif);
}

#content #mediabox li#mb_notes a{
   background-image: url(/images/mb_notes.gif);
}

#content #mediabox li#mb_jukebox a{
   background-image: url(/images/mb_jukebox.gif);
}

#content #mediabox li#mb_podcast a{
   background-image: url(/images/mb_podcast.gif);
}

#content #new-visitor{
   position: relative;
   width: 440px;
   height: 263px;
   margin: 0 0 40px -39px;
   padding: 6px 7px 0;
   background: url(/images/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: 127px;
   height: 26px;
   background: url(/images/bg_new-visitor_p_a.gif) no-repeat;
}

#content #new-visitor li{
   float: left;
   margin-right: 1px;
   padding: 9px 10px 14px 13px;
   background: url(/images/bg_new-visitor_li.gif) repeat-x;
   text-transform: uppercase;
}

#content #new-visitor li a{
   /*display: block;*/
   padding-right: 12px;
   background: url(/images/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;
   float: left;
   position: relative;
   width: 405px;
   margin: 1em -3px 2.5em -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 #ccb9ac;
   border-right: 0;
   border-bottom: 0;
   border-collapse: collapse;
}

#content table.calendar caption{
   padding-bottom: 10px;
   color: #5c793b;
   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: #9e785d;
   color: #FFF;
   font-size: 1.3em;
   font-weight: normal;
}

#content table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #C59178;
   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.6em;
}

#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;
}

/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
   position: relative;
   float: right;
   width: 252px;
   margin-top: -36px;
   padding-bottom: 200px;
   background: url(/images/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(/images/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(/images/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(/images/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(/images/bg_sidebar_agenda_ul_a_active.gif);
   color: #62833c;
}

#sidebar #agenda div{
   position: relative;
   clear: left;
   margin-bottom: 25px;
}

#sidebar #agenda table.calendar{
   clear: both;
   width: 219px;
   margin: 0 auto 10px;
   border: 1px solid #D6BDB0;
   border-collapse: collapse;
   background: #FFF;
}

#sidebar #agenda table.calendar caption{
   margin: 0 auto .75em;
   _padding-bottom: 8px;
   color: #5c793b;
   font-size: 1.1em;
   font-weight: bold;
   text-transform: uppercase;
}

#sidebar #agenda table.calendar caption span.calendar-prev{
   position: absolute;
   top: 0;
   left: 15px;
}

#sidebar #agenda table.calendar caption span.calendar-next{
   position: absolute;
   top: 0;
   right: 17px;
}

#sidebar #agenda table.calendar caption span img{
   vertical-align: bottom;
}

#sidebar #agenda table.calendar th{
   border-bottom: 1px solid #A2C3AA;
   background: #9e785d;
   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: #73984B;
   text-decoration: none;
}

#sidebar #agenda table.calendar a:hover{
   text-decoration: underline;
}

#sidebar #agenda #branch2{
   width: 221px;
   margin: 0 0 5px 16px;
}

#sidebar #agenda .event{
   float: left;
   width: 201px;
   margin: 0;
   padding: 10px;
   background: url(/images/bg_sidebar_recent-sermons_sermon.gif) no-repeat center bottom;
}

#sidebar #agenda .event:hover{
   background-color: #E2DFDC;
}

#sidebar #agenda .event h4{
   margin-bottom: .5em;
   font-size: 1.2em;
}

#sidebar #agenda .event h4 a{
   color: #62833c;
   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(/images/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: #62833c;
   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(/images/bg_sidebar_h3_listen.gif) no-repeat;
}

#sidebar #recent-sermons .sermon{
   padding: 10px;
   background: url(/images/bg_sidebar_recent-sermons_sermon.gif) no-repeat center bottom;
}

#sidebar #recent-sermons .sermon:hover{
   background-color: #E2DFDC;
}

#sidebar #recent-sermons .sermon h4{
   margin-bottom: .35em;
   font-size: 1.2em;
}

#sidebar #recent-sermons .sermon h4 a{
   color: #62833c;
   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;
   float: left;
   width: 221px;
   margin-left: 16px;
}

#sidebar #recent-articles h3{
   background: url(/images/bg_sidebar_h3_recent-articles.gif) no-repeat;
}

#sidebar #recent-articles .article{
   width: 201px;
   float: right;
   padding: 10px;
   background: url(/images/bg_sidebar_recent-sermons_sermon.gif) no-repeat center bottom;
}

#sidebar #recent-articles .article:hover{
   background-color: #E2DFDC;
}

#sidebar #recent-articles .article h4{
   margin-bottom: .35em;
   font-size: 1.3em;
}

#sidebar #recent-articles .article h4 a{
   color: #62833c;
   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 #friends-wrap{
   clear: both;
   width: 221px;
   margin: 0 0 5px 16px;
   font-size: 1.1em;
   padding: 10px;
}

#content ul#options{
   margin-bottom: 30px;
}

#content .blogpost{
   float: left;
   clear: left;
   width: 200px;
   padding: 10px 20px;
   margin: 10px 0 10px 20px;
   border-bottom: 1px dotted #E1E1E1;
}

/* =Sidebar
---------------------------------------------------------------------
*/

#search{
   float: right;
   width: 223px;
   margin-bottom: 6px;
   padding: 11px 13px 18px 16px;
   border: 1px solid #2C2524;
   background: #312A29 url(/images/bg_search.gif) repeat-x;
}

#search h3{
   margin-bottom: 5px;
   color: #CCC;
   font-size: 1.5em;
   font-weight: normal;
}

#searchForm input#search_term{
   float: left;
   width: 150px;
   margin: 2px 3px 0 0;
   padding: 2px;
   border: 1px solid #D7D2CC;
   background: #ECEAE7;
}

#member-search #searchForm{
   padding: 10px;
}

#member-search #searchForm input{
   background: #fff;
}

#member-search #searchForm input#keywords{
   width: 125px;
}

#member-search #searchForm p{
   margin-top: .5em;
   font-size: 1.1em;
}

#searchForm a#search_go{
   display: block;
   float: left;
   width: 63px;
   height: 26px;
   background: url(/images/bg_search_go.gif) no-repeat;
   text-indent: -9999px;
}

#member-search a#search_go{
   background-image: url(/images/bg_member_search_go.gif);
}

#sidebar #member-search{
   padding: 0 18px;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer{
   clear: both;
   float: left;
   width: 640px;
   margin: 50px 0;
   padding: 20px 40px 0;
   background: url(/images/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: #AB623D;
   text-decoration: none;
}

#footer a:hover{
   text-decoration: none;
}

/* = Member Pages  
---------------------------------------------------------------------
*/

#member-cp{
   float: left;
   width: 354px;
   margin: 20px;
}

#member-cp img{
   float: right;
}

.person{
   float: left;
   clear: left;
   margin: 0 0 20px;
}

#member-search #searchForm{
   padding: 10px;
}

#member-search #searchForm input{
   background: #fff;
}

#member-search #searchForm input#keywords{
   width: 125px;
}

#member-search #searchForm p{
   margin-top: .5em;
   font-size: 1.1em;
}

#sidebar #member-login{
   clear: both;
   width: 221px;
   margin: 0 0 5px 16px;
}

#sidebar #member-login h3{
   background: url(/images/bg_sidebar_h3_membersarea.gif) no-repeat;
}

#sidebar #member-login h4{
   padding: 10px;
   color: #383328;
   font-size: 1.2em;
}

#sidebar #member-login h4 a{
   color: #62833c;
   text-decoration: none;
}

