/*
Sherry Jones Ministries (www.sherryjones.org)

Author(s):   jarrod and laura [Endi Design Studio (.com)].
Version:  1.0 -- 2007.
Copyright (c): 2007 - all time. All rights reserved.
------------------------------------------------- */

/*
COMMON 
------------------------------------------------- */

* {
 margin: 0; padding: 0; border: 0;
} 
body { font-family: Arial, Helvetica, sans-serif; font-size: .7em; color: #333; margin: 0; background: #846f5b;
}
h1, h2, h3, h4, h5, h6 {
 font-weight: normal;
}
h1, h2, h3 { font-family: "Lucida Grande", Arial, Verdana, sans-serif; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.36em; }
h6 {  font-size: 1em; }

ul li { list-style-type: none; }

a, a:visited {
 text-decoration: none; color: #b64410; }
a:hover {
 text-decoration: underline; color: #333; }
a.blue, a:visited.blue {
 text-decoration: none; color: #2488ba; }
a:hover.blue, a:active.blue {
 text-decoration: underline; color: #333; }
a.white, a:visited.white {
 text-decoration: none; color: #fff; }
a:hover.white, a:active.white {
 text-decoration: underline; color: #111; }
a.peach, a:visited.peach {
 text-decoration: none; color: #DAAD82; }
a:hover.peach, a:active.peach {
 text-decoration: underline; color: #DAAD82; }

.clear { clear: both; }

.justify { text-align: justify; }

.inline { display: inline; }

.big { font-size: 2em; font-weight: bold; }

.mt10 { margin-top: 10px; }
.mr10 { margin-right: 10px; }
.mb10 { margin-bottom: 10px; }
.ml10 { margin-left: 10px; }

.pt5 { padding-top: 5px; }

.hidden { display: none; }
.not_visible { visibility: hidden; }

.georgia { font-family: Georgia, "Times New Roman", Times, serif; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#wrap { background: #F1F0EA; border-bottom: 2px solid #8c8c77; }

#top { background: url(_images/top_bg.jpg) top left repeat-x #b4401a; }
#top .lev1 { width: 760px; margin: 0 auto; padding-top: 10px; }
#top .lev1 #logo { width: 235px; height: 80px; float: left; }
#top .lev1 #logo h1 { width: 235px; height: 80px; background: url(_images/logo.jpg) top left no-repeat; }
#top .lev1 #logo h1 a { display: block; height: 80px; width: 235px; text-decoration: none; }
#top .lev1 #logo h1 a strong { display: none; }

#top .lev1 #its { width: 290px; height: 80px; float: left; margin-left: 20px; }
#top .lev1 #its div.alt { width: 290px; height: 80px; background: url(_images/its-1.jpg) top left no-repeat; overflow: hidden; }
#top .lev1 #its div.alt p { text-indent: -9000px; }

#top .lev1 .r { width: 205px; float: left; margin-left: 10px; }
#top .lev1 .r p { text-align: right; margin-bottom: 5px; color: #DAAD82; }

#nav { background: url(_images/nav_bg.jpg) top left repeat-x #E6E4CF; }
#nav ul { width: 760px; margin: 0 auto; background: url(_images/nav.jpg) top left no-repeat;  }
#nav ul li { height: 34px; list-style-type: none; float: left; }
#nav ul li a { display: block; height: 34px; }
#nav ul li.home a, #nav ul li.home_on a { width: 79px; }
#nav ul li.about_us a, #nav ul li.about_us_on a { width: 103px; }
#nav ul li.partnership a, #nav ul li.partnership_on a { width: 119px; }
#nav ul li.articles a, #nav ul li.articles_on a { width: 99px; }
#nav ul li.products a, #nav ul li.products_on a { width: 105px; }
#nav ul li.itinerary a, #nav ul li.itinerary_on a { width: 103px; }
#nav ul li.contact_us a, #nav ul li.contact_us_on a { width: 116px; }
#nav ul li.home, #nav ul li.home_on { width: 79px; }
#nav ul li.about_us, #nav ul li.about_us_on { width: 103px; margin-left: 6px; }
#nav ul li.partnership, #nav ul li.partnership_on { width: 119px; margin-left: 6px; }
#nav ul li.articles, #nav ul li.articles_on { width: 99px; margin-left: 6px; }
#nav ul li.products, #nav ul li.products_on { width: 105px; margin-left: 6px; }
#nav ul li.itinerary, #nav ul li.itinerary_on { width: 103px; margin-left: 6px; }
#nav ul li.contact_us, #nav ul li.contact_us_on { width: 116px; margin-left: 6px; }

#nav ul li.home a:hover, #nav ul li.home_on a  { background: url(_images/home_on.jpg) top left no-repeat; }
#nav ul li.about_us a:hover, #nav ul li.about_us_on a { background: url(_images/about_us_on.jpg) top left no-repeat; }
#nav ul li.partnership a:hover, #nav ul li.partnership_on a { background: url(_images/partnership_on.jpg) top left no-repeat; }
#nav ul li.articles a:hover, #nav ul li.articles_on a { background: url(_images/articles_on.jpg) top left no-repeat; }
#nav ul li.products a:hover, #nav ul li.products_on a { background: url(_images/products_on.jpg) top left no-repeat; }
#nav ul li.itinerary a:hover, #nav ul li.itinerary_on a { background: url(_images/itinerary_on.jpg) top left no-repeat; }
#nav ul li.contact_us a:hover, #nav ul li.contact_us_on a { background: url(_images/contact_us_on.jpg) top left no-repeat; }

#nav ul li a strong { display: none; }

#top .lev3a { background: url(_images/below_nav_bg-1.jpg) top left repeat-x #B4401A; height: 41px; }
#top .lev3a p { margin: 0 auto; width: 760px; height: 28px; background: url(_images/below_nav_welcome.jpg) top left no-repeat; text-indent: -9000px; }






/*
HOME 
------------------------------------------------- */

#home_main { width: 760px; padding: 10px 0 20px 0; margin: 0 auto; }
#home_main #l_station { background: url(_images/l_station_bg.jpg) bottom left no-repeat; padding-bottom: 22px; margin-bottom: 10px; }
#home_main #l_station .l { width: 500px; float: left; background: url(_images/l_station_btn.jpg) 40px 0px no-repeat; }
#home_main #l_station .l p { margin-bottom: 5px; padding-left: 95px; }
#home_main #l_station .l p span { color: #b64410; font-weight: bold; }
#home_main #l_station .r { width: 240px; margin-left: 20px; float: left; }
#home_main #l_station .r p { padding-top: 3px; }

#home_main .col1 { width: 500px; float: left; }
#home_main .col2 { width: 240px; margin-left: 20px; float: left; }

#home_main .col1 #welcome { width: 480px; padding: 10px; background: #DADACE; margin-bottom: 10px; }
#home_main .col1 #welcome .l { width: 180px; float: left; }
#home_main .col1 #welcome .r { width: 290px; margin-left: 10px; float: left; }
#home_main .col1 #welcome .r h2 { height: 24px; background: url(_images/welcome.jpg) top left no-repeat; text-indent: -9000px; }
#home_main .col1 #welcome .r p { margin-top: 10px; }

#home_main .col1 #meetings { border-top: 1px dashed #b6b6a6; border-bottom: 1px dashed #b6b6a6; margin-bottom: 10px; }
#home_main .col1 #meetings .level1 { border-top: 10px solid #F1F0EA; background: #fff; padding: 10px; width: 480px; }
#home_main .col1 #meetings .level1 .l { width: 240px; float: left; }
#home_main .col1 #meetings .level1 .l h3 { height: 22px; background: url(_images/weekly_meetings.jpg) top left no-repeat; text-indent: -9000px; }
#home_main .col1 #meetings .level1 .l p { margin-top: 5px; }
#home_main .col1 #meetings .level1 .r { width: 220px; float: left; margin-left: 20px; }


#home_main .col1 #meetings .level2 { border-bottom: 10px solid #F1F0EA; background: #fff; padding: 0 10px 10px 10px; width: 480px; }
#home_main .col1 #meetings .level2 .inner { width: 460px; padding: 10px; background: #FFFFE1; } 

/* use this code if there are two weekly meetings...
#home_main .col1 #meetings .level2 .inner .l { width: 210px; float: left; }
#home_main .col1 #meetings .level2 .inner .r { width: 210px; float: left; margin-left: 40px; }
*/

#home_main .col1 #informative { width: 500px; }
#home_main .col1 #informative .l { width: 240px; float: left; }
#home_main .col1 #informative .l p { padding: 5px 15px 0 15px; }
#home_main .col1 #informative .r { width: 240px; float: left; margin-left: 20px; }
#home_main .col1 #informative .r p { padding: 5px 15px 0 15px; }

#home_main .col2 #upcoming {  }
#home_main .col2 #upcoming h3 { height: 20px; background: url(_images/upcoming_events-1.jpg) top left no-repeat; margin-bottom: 10px; text-indent: -9000px; }
#home_main .col2 #upcoming ul li.event { margin-bottom: 15px; }
#home_main .col2 #upcoming ul li.event .l { width: 72px; height: 70px; float: left; background: url(_images/cal_icon.jpg) top left no-repeat; color: #fff}
#home_main .col2 #upcoming ul li.event .l span.month { display: block; padding: 17px 10px 0 10px; text-align: center; font-size: 12px; font-weight: bold; text-transform: uppercase; }
#home_main .col2 #upcoming ul li.event .l span.day { display: block; padding: 0 10px 0 10px; text-align: center; font-size: 20px; font-weight: bold; position: relative; top: -2px; }
#home_main .col2 #upcoming ul li.event .r { width: 158px; margin-left: 10px; float: left; }





/*
PAGES
------------------------------------------------- */

#main { width: 760px; padding: 10px 0 20px 0; margin: 0 auto; }
#main .col1 { width: 240px; float: left; }
#main .col2 { width: 500px; float: left; margin-left: 20px; }

#main .col2  div h2 { text-align: center; font-family: "Times New Roman", Times, serif; font-size: 26px; background: url(_images/main_h2_bg.jpg) bottom left no-repeat; padding-bottom: 30px; color: #9A3D1E; }
#main .col2  div h2 span { text-align: center; font-family: Arial, Helvetica, sans; font-size: 11px; display: block; padding-top: 10px; }

#main .col2  div.norm p { font-size: 13px; margin-top: 10px; }
#main .col2  div.norm p.image { float: right; margin: 10px 0 10px 10px; }
#main .col2  div.norm ol { margin: 0 0 8px 0; padding: 0 0 0 20px; }
#main .col2  div.norm ol li{ list-style-type: decimal; margin: 0 0 0 4px; padding: 0 0 3px 0; font-size: 13px; }

.info { padding: 10px; background: #ffffe1; margin-bottom: 10px; }
.info p { padding-left: 20px; background: url(_images/info_icon.jpg) top left no-repeat #ffffe1; }

.blue_box { width: 218px; background: #B6B6A6; border: 10px solid #DADACE; padding: 1px; margin-bottom: 10px; }
.blue_box .inner { width: 190px; background: #E0E8E8; border: 4px solid #fff; padding: 10px; }

.blue_box .inner ul li { list-style-type: none; padding: 0 0 0 20px; margin-top: 5px; background: url(_images/bullet-1.jpg) top left no-repeat; }

.tan_box { width: 218px; background: #B6B6A6; border: 10px solid #DADACE; padding: 1px; margin-bottom: 10px; }
.tan_box .inner { width: 190px; background: #F1F0EA; border: 4px solid #fff; padding: 10px; }

.blue_box .inner h3, .tan_box .inner h3, .tan_box_2 .inner1 h3 { font-family: "Times New Roman", Times, serif; font-size: 16px; font-weight: bold; color: #494949; }
.blue_box .inner p, .tan_box .inner p,  .tan_box_2 .inner1 p { margin-top: 5px; }

.tan_box_2 { width: 218px; background: #B6B6A6; border: 10px solid #DADACE; padding: 1px; margin-bottom: 10px; }
.tan_box_2 .inner1 { width: 190px; background: #F1F0EA; border: 4px solid #fff; border-bottom: none; padding: 10px; }
.tan_box_2 .inner2 { width: 190px; background: #ffffe1; border: 4px solid #fff; border-top: none; padding: 10px; }

#articles_div #sort_articles { width: 500px; padding-bottom: 5px; border-bottom: 1px solid #dadace; margin-bottom: 10px; }
#articles_div #sort_articles h3 { width: 250px; float: left; font-family: "Times New Roman", Times, serif; font-size: 16px; font-weight: bold; color: #494949; }
#articles_div #sort_articles p { width: 250px; float: left; text-align: right; }
select.sort_articles {  width: 100px; padding: 1px 2px; border: 1px solid #a4b97f; font-size: 11px; }
select option.sort_articles { padding: 1px 2px; }

#articles_div ul li.article_pdf { background: url(_images/pdf_document_bg.jpg) top left no-repeat; padding: 0 0 10px 40px; border-bottom: 1px solid #dadace; margin-bottom: 10px; } 
#articles_div ul li.article_doc { background: url(_images/word_document_bg.jpg) top left no-repeat; padding: 0 0 10px 40px; border-bottom: 1px solid #dadace; margin-bottom: 10px; } 
#articles_div ul li p a { font-size: 13px; font-weight: bold; }
#articles_div ul li p+p { margin-top: 3px; }

#store_div ul li.item { width: 230px; float: left; padding-right: 20px; margin-bottom: 15px; } 
#store_div ul li.item div.item_image { width: 105px; float: left; } 
#store_div ul li.item div.newcd {width: 59px; float: right; }
#store_div ul li.item div.item_info { width: 115px; float: left; margin-left: 10px; } 
#store_div ul li.item div.item_info p { font-size: 13px; color: #7e7d68; margin-bottom: 8px; } 
#store_div ul li.item div.item_info p strong { color: #b64410; }
#store_div ul li.item div.item_info p span { font-size: 11px; } 
#store_div ul li.item div.item_info p+p { } 

p.pagination { padding: 10px; background: #dadace; text-align: right; }


#e_meetings { border-bottom: 1px dashed #b6b6a6; margin-bottom: 10px; }
#e_meetings .level1 { background: #fff; padding: 10px; width: 480px; }
#e_meetings .level1 div { }
#e_meetings .level1 div h3 { height: 22px; background: url(_images/weekly_meetings-2.jpg) top left no-repeat; text-indent: -9000px; }
#e_meetings .level1 div p { margin-top: 5px; }

#e_meetings .level2 { border-bottom: 10px solid #F1F0EA; background: #fff; padding: 0 10px 10px 10px; width: 480px; }
#e_meetings .level2 .inner { width: 460px; padding: 10px; background: #FFFFE1; } 
/* use this code if there are two weekly meetings...
#e_meetings .level2 .inner .l { width: 210px; float: left; }
#e_meetings .level2 .inner .r { width: 210px; float: left; margin-left: 40px; }
*/


#e_upcoming {  }
#e_upcoming h3 { font-size: 22px; font-family: "Times New Roman", Times, serif; margin-bottom: 15px; text-align: center; color: #9A3D1E; }
#e_upcoming ul li.event { margin-bottom: 15px; }


#e_upcoming ul li.event .l { width: 72px; height: 80px; float: left; background: url(_images/cal_icon.jpg) top left no-repeat; color: #fff}
#e_upcoming ul li.event .l span.month { display: block; padding: 17px 10px 0 10px; text-align: center; font-size: 12px; font-weight: bold; text-transform: uppercase; }
#e_upcoming ul li.event .l span.day { display: block; padding: 0 10px 0 10px; text-align: center; font-size: 20px; font-weight: bold; position: relative; top: -2px; }


#e_upcoming ul li.event .r { width: 418px; margin-left: 10px; float: left; }
#e_upcoming ul li.event .r h4 { font-size: 13px; padding-bottom: 3px; border-bottom: 1px solid #64644c; }
#e_upcoming ul li.event .r p { font-size: 13px; }
#e_upcoming ul li.event .r p.desc { margin-top: 5px; }
#e_upcoming ul li.event .r p.where { margin-top: 5px; }
#e_upcoming ul li.event .r p.when { margin-top: 2px; }
#e_upcoming ul li.event .r p.ol_reg { margin-top: 2px; text-align: right; font-weight: bold;}
#e_upcoming ul li.event .r p span { font-size: 13px; color: #b64410; }

.box_select { width: 184px; padding: 1px 2px; border: 1px solid #a4b97f; font-size: 11px; }
.box_select option { padding: 1px 2px; }


#contact_info { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #b6b6a6; }
#contact_info .l { width: 240px; float: left; }
#contact_info .r { width: 240px; float: left; margin-left: 20px; }
#contact_info .r p { font-size: 13px; }
#contact_info .r p+p { margin-top: 5px; }


#contact_form {  }
#contact_form h3 { font-size: 22px; font-family: "Times New Roman", Times, serif; margin-bottom: 15px; text-align: center; color: #9A3D1E; }
#contact_form p { margin-bottom: 10px; font-size: 13px; }
#contact_form p#alert { padding: 10px 10px 10px 30px; background: #ffffe1; background: url(_images/info_icon.jpg) 10px 10px no-repeat #ffffe1; }
#contact_form .l { width: 240px; float: left; }
#contact_form .r { width: 240px; float: left; margin-left: 20px; }


label.full { display: block; margin-bottom: 3px; }
input.normal { margin-bottom: 5px; font-size: 13px; width: 230px; padding: 3px 2px; border: 2px solid #b6b6a6; }
textarea.normal { font-size: 13px; font-family: arial; width: 230px; height: 100px; padding: 3px 2px; border: 2px solid #b6b6a6; }

#submit_form { background: #dadace; margin-top: 10px; }
#submit_form p { padding: 10px; text-align: center; }



#event_info { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #b6b6a6; }
#event_info div { padding: 10px; background: #ffffe1; }
#event_info div p { font-size: 13px; }
#event_info div p+p { margin-top: 5px; }


#reg_form {  }
#reg_form h3 { font-size: 22px; font-family: "Times New Roman", Times, serif; margin-bottom: 15px; text-align: center; color: #9A3D1E; }
#reg_form p { margin-bottom: 10px; font-size: 13px; }
#reg_form p#alert { padding: 10px 10px 10px 30px; background: #ffffe1; background: url(_images/info_icon.jpg) 10px 10px no-repeat #ffffe1; }

label.short { display: block; width: 120px; float: left; clear: left; padding-top: 3px; margin-bottom: 10px; font-size: 13px; }
input.norm { margin-bottom: 5px; font-size: 13px; padding: 3px 2px; border: 2px solid #b6b6a6; }



/*
FOOT 
------------------------------------------------- */

#foot { width: 760px; margin: 0 auto; padding: 20px 0; color: #fff; }
#foot .l { width: 370px; float: left; }
#foot .l h3 { height: 25px; background: url(_images/site_map.jpg) top left no-repeat; text-indent: -9000px; }
#foot .l ul li { width: 171px; float: left; margin-top: 10px; padding-left: 14px; background: url(_images/bullet-2.jpg) 0px 4px no-repeat; }
#foot .r { width: 370px; float: left; margin-left: 20px; }
#foot .r h3 { height: 25px; background: url(_images/other_links.jpg) top left no-repeat; text-indent: -9000px; }
#foot .r ul li { margin-top: 10px; padding-left: 14px; background: url(_images/bullet-2.jpg) 0px 4px no-repeat; }















