* {
   margin: 0;
   padding: 0;
   outline: 0;
}

body{
   font-size: 62.5%;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   background: #171614 url(../_img/bg_body3.jpg) repeat-x top center;
}

hr{
   display: none;
}

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

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

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{
   padding: 30px 0 24px 20px;
   height: 60px;
}

#header h1 {
	background: url(../_img/bg_h1.png);
	width: 301px;
	height: 64px;
	float: left;
}

#header h1 a{
	width: 301px;
	height: 64px;
	float: left;
	text-indent: -9999px;
}

#header #search{
	margin-top: 10px;
	float: right;
}

#header #search #search_term{
	background: url(../_img/bg_search_header.png) no-repeat;
	border: none;
	height: 19px;
	width: 143px;
	float: left;
	padding: 4px 0 0 6px;
}

#header #search #search_go{
	background: url(../_img/bg_search_header_go.png) no-repeat;
	height: 23px;
	width: 21px;
	float: left;
}

#header #search a{
	height: 23px;
	width: 21px;
	text-indent: 9999px;
	float: left;
	margin-left: -1px;
}


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

#nav{
   float: left;
   width: 960px;
   display: inline;
   position: relative;
   margin-bottom: 32px;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 12px;
   margin-left: -11px;
   z-index: 999;
}

#nav li{
   float: left;
   font-size: 1.1em;
   font-weight: bold;
   list-style: none;
   display: inline;
   margin-left: 5px;
   background: #E5E4DA;
   width: 152px;
   height: 32px;
   text-align: center;
}

#nav li a{
   display: inline;
   width: 152px;
   height: 12px;
   padding: 10px 0 10px 0;
   color: #6A6559;
   float: left;
   text-transform: lowercase;
   text-decoration: none;
   font-weight: normal;
}

#nav li.current,
#nav li:hover,
#nav li.sfhover{
   background: #D1CFC6;
}

#nav li.current a,
#nav li:hover a,
#nav li.sfhover a{
   color: #362F22;
}

/* NEW */
#nav li.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: 1em;
   background: none; 
   text-indent: 0;  
   width: auto;
}

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

#nav li.current ul{
   top: 32px;
   /*left: -30px;*/
   left: 0;
   width: 955px;
   /*z-index: 2;*/
   background: #D1CFC6 url(../_img/bg_nav_li-ul.gif) no-repeat 2px 12px;
   padding-left: 5px;
 
}

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

#nav li li a:hover,
#nav li li.current a{
   color: #153662;
}

#nav #nav_next-steps_god a{
	text-transform: capitalize;
}

/* END NEW */

/* EVEN NEWER */

#nav li li { 
	position: relative !important;
}

#nav li li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}

#nav li.current ul ul,
#nav li ul ul {
	top: 0;
	left: -999em;
	z-index: 999;
	width: 184px;
	padding: 5px 0 0 0;
	height: auto;
	list-style: none;
	line-height: 1;
	background: url(../_img/bg_nav_li_li_current.png) no-repeat 20px top;
}

#nav li li li,
#nav li li.current li{
   font-size: 1em;
   background: none; 
   text-indent: 0;  
   width: 180 !important;
   height: auto;
   display: block;
   margin: 0 !important;
   padding: 2px 2px 0 2px !important;
   line-height: 1;
   background: #0C2541 !important;
}

#nav li li:hover ul {
	left: 0;
	top: 27px;
}

#nav li li li a {
	text-align: left;
	padding: 8px;
	margin: 0;
	width: 164px !important;
	display: block !important;
	color: #D1CFC6 !important;
	background: #27408B !important;
	line-height: 1;
	height: auto;
	border-bottom: 2px solid 	#0C2541;
}

#nav li li li a:hover{
	color: #fff;
	background: #0C2541 url(../_img/bg_nav_li_li_li_current.png) no-repeat 170px 50% !important;
}




/* OLDDD

#nav li li{
   border-top: 1px solid #FFF;
   border-bottom: 0;
}

#nav li li a{
   width: 105px;
   padding-left: 30px;
   background: #CCC;
   color: #000;
}

#nav li li li{
   font-size: 1.3em;
}

#nav li li li a{
   width: 90px;
   padding-left: 45px;
   background: #E6E6E6;
   color: #000;
}
*/

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

#container-inner #time{
	float: left;
	height: auto;
	margin-top: -22px;
	margin-left: 4px;
	position: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #362F22;
}
#container-inner #directions{
	float: right;
	height: auto;
	margin-top: -22px;
	margin-right: 10px;
	padding-left: 10px;
	position: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #362F22;
	text-decoration: underline;
	background: url(../_img/bg_nav_li-ul.gif) no-repeat 0 2px;
}
#container-inner #directions a{
	color: #362F22;
	text-decoration: underline;
}

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

#content-wrap{
   float: left;
   width: 938px;
   min-height: 400px;
   background:url(../_img/bg_content_wrap.gif) repeat-y top left;
   margin: 0 0 0 0px;
   padding: 0 0 0 0;
}

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

#content-wrap-fade{
   float: left;
   width: 938px;
   background:url(../_img/bg_content.gif) no-repeat top left;
   padding-top: 34px;
}

/* =Banner Home
---------------------------------------------------------------------
*/

#banner-home{
width: 960px;
height: 257px;
margin-left: -11px;
}

#featuredpic{
background: #000;
width: 621px;
height: 257px;
float: left;
}

#banner-home-new{
width: 339px;
height: 257px;
float: right;
overflow: hidden;
background: url(../_img/bg_newhere.jpg) no-repeat top left;
}

#banner-home-new .textonly{
	font-size: 1.5em;
	color: #675C2E;
	padding: 12px 0 12px 0;
}

#banner-home-new .textonly a{
	color: #675C2E;
	text-decoration: underline;
	font-weight: bold;
}

#banner-home-new #start-here img{
	width: 339px;
	height: 257px;
}

#banner-home-bottom{
clear: both;
width: 960px;
height: 63px;
margin-left: -11px;
}

#banner-home-bottom #recent-sermon{
	float: left;
	margin: 13px 0 0 18px;
	width: 603px;
}

#banner-home-bottom .recent-sermon-date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #E1531F;
	float: left;
}

#banner-home-bottom h3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #FFAB59;
	text-decoration: underline;
	clear: both;
	float: left;
}

#banner-home-bottom .recent-sermon-more{
	float: right;
	margin: -5px 1px 0 0;
}

#banner-home-bottom .recent-sermon-download{
	float: right;
	margin: -5px 30px 0 0;
}

#banner-home-bottom #latest-bulletin{
	width: 339px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #675C2E;
}

#banner-home-bottom #latest-bulletin img{
	float: left;
	margin: 23px 0 0 10px;
}

#banner-home-bottom #latest-bulletin p{
	float: left;
	margin: 29px 0 0 76px;
	color: #fff;
}

#banner-sub{
	width: 960px;
	height: auto;
	margin-left: -11px;
	margin-bottom: -3px;
	float: left;
	position: relative;
	z-index: 99;
}

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

#content{
   float: left;
   width: 560px;
   padding: 0 25px 10px 25px;
   background: #D0CFC8;
}

#content h3{
	font-family: Helvetic, Arial, sans-serif;
   font-size: 2.5em;
   font-weight: normal;
   color: #122F53;
}

#content h4{
   font-family: Helvetica, Arial, sans-serif;
   font-size: 2.5em;
   font-weight: bold;
   color: #133054;
}

#content h4 a{
   font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
   color: #133054;
   text-decoration: none;
}

#content h5{
   font-size: 1.6em;
   color: #31403E;
}

#content h5 a{
   color: #31403E;
   text-decoration: none;
}

#content h5.spaced{
	line-height: 2em;
	margin-top: -10px;
}

#content h6{
   font-size: 1.6em;
   color: #133054;
}

#content h6 a{
	font-size: 1.6em;
	color: #133054;
}

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

#content ul,
#content ol{
   margin-left: 3em;
}


#content ul#byline{
   margin-bottom: 10px;
   font-size: 1.1em;
   list-style: none;
}

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

#content img{
   float: left;
   margin: 0 10px 5px 0;
   border: #E4E4E1 16px solid;
}

#content img.noborder{
	border: 0;
	float: none;
}

#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 .homefeaturepost{
	border-bottom: #000 1px dotted;
	padding-bottom: 12px;
	min-height: 380px;
	margin-bottom: 14px;
}

#content .homemoreposts{
	display: inline-block;
}

#content .homemoreposts b{
	font-size: 16px;
	text-decoration: underline;
	color: #133054;
}

#content .featuredblog{
	border-top: #000 1px solid;
	margin-top: -5px;
	padding-top: 14px;
}

#content .standardblog{
	border-top: #000 1px dotted;
	margin-top: -5px;
	padding-top: 14px;
}

#content img.blogbutton{
	float: right;
	border: 0;
	margin-top: -28px;
	margin-right: -10px;
}

#content .blogpostentry{
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

#content .bloginfo{
   color: #313131;
   font-size: 1.25em;
   line-height: 3.5em;
   margin-top: -10px;
   display: inline-block;
}

#content .homemoreposts a{
	color: #122F53;
}

#content .bloginfospacer{
   margin: 0 1em 1em 1em;
   color: #313131;
   font-size: 1.1em;
   display: inline;
}

#content .blogcommentshome{
	float: right;
	height: 15px;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#content .blogcommentshome a{
	color: #313131;
}

#content .blogcomments{
	float: right;
	height: 15px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#content .blogcomments a{
	color: #313131;
}

#content .blogrss{
	margin: -42px 216px 0 0;
	float: right;
}

#content .blogrss img{
	border: none;
}

#content .blogcontact{
	margin: -42px 0 0 334px;
	float: left;
}

#content .blogcontact img{
	border: none;
}

#content #eventlistonly{
	margin: 0 auto;
	width: 400px;
}

#content #eventlistonly h3{
	line-height: .5em;
}

#sidebar #eventlistfilter{
	margin-top: 16px;
}

#sidebar #eventlistfilter span{
	font-size: 1.4em;
	padding-bottom: 6px;
}

#content #agenda{
	margin-top: 12px;
}

#content #agenda h3.monthgrouping{	
	border-bottom: 1px dotted #000;
	padding: 12px 0 12px 0;
	line-height: 2em;
}

#content #agenda h4 a{
	color: #31403E;
}	

#content .agendaevent{
	border-bottom: 1px dotted #000;
	padding: 10px 0 10px 0;
}

#content #agenda .caldate{
	width: 26px;
	height: 36px;
	float: left;
}

#content #agenda .month{
	background: #79280C;
	color: #E86620;
	text-align: center;
	padding: 1px 0 2px 0;
	font-size: 1.3em;
	text-transform: lowercase;
}

#content #agenda .day{
	background: #fff;
	color: #333331;
	text-align: center;
	padding: 1px 0 2px 0;
	font-weight: bold;
	font-size: 1.3em;
}

#content #agenda .agendainfo{
	height: 32px;
	margin-left: 34px;
	padding-top: 4px;
	margin-bottom: 10px;
}

#content #agenda .agendainfo p{
	font-size: 1.2em;
	margin-top: -12px;
}

#content .comment{
	margin-top: 16px;
	background: url(../_img/bg_comment.gif) no-repeat;
}

#content .comment h5{
	font-size: 1.2em;
	font-weight: normal;
}

#content .comment .commenter{
	margin-left: 20px;
}

#content .comment p{
	background: #F5F4EC;
	padding: 8px 20px 8px 10px;
}

#content #content-banner img{
	border: none;
	margin-bottom: 16px;
}

#content #home-group-search{
	float: right;
	display: inline-block;
	width: 444px;
	margin-right: -6px;
}

#content #home-group-search #search_term{
	border: 1px solid #86827A;
	float: left;
	margin-top: 1px;
	font-size: 1.3em;
	width: 140px;
	padding: 3px 5px 3px 5px;
	color: #362F22;
}

#content #home-group-search #search_go{
	background: url(../_img/btn_home_group-search.png) no-repeat;
	width: 32px;
	height: 26px;
	float: left;
	text-indent: 9999px;
	margin-left: -4px;
}


#content #home-group-search img{
	float: right;
	margin-top: -29px;
}

/* EventList Page
---------------------------------------------------------------------
*/

#content .agendainfo h4{
	font-size: 1.4em;
	color: #31403E;
}

/* =Sermons
---------------------------------------------------------------------
*/

#sermon{
	background: url(../_img/icn_sermon.gif) no-repeat;
	min-height: 90px;
	padding-left: 74px;
}

#sermon #sermontext{
	padding-left: 2px;
	color: #313131;
}

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

#sidebar{
   float: left;
   width: 292px;
   height: auto;
   padding: 0 18px 10px 18px;
   background: #C3C2BB;
}

#sidebar h3{
   font-family: Helvetic, Arial;
   font-size: 2.5em;
   font-weight: normal;
   color: #122F53;
}

#sidebar h4{
   font-size: 1.2em;
   padding: 0;
   margin: 0;
}

#sidebar h5{
   font-size: 1.6em;
   color: #31403E;
}

#sidebar h5 a{
   color: #31403E;
   text-decoration: none;
}

#sidebar h6{
   font-size: 1.6em;
   color: #133054;
}

#sidebar h6 a{
	font-size: 1.6em;
	color: #133054;
}


#sidebar p,
#sidebar ul,
#sidebar ol{
   font-family: Arial, Helvetica, sans-serif;
   margin-bottom: 1em;
   color: #303030;
   font-size: 1.3em;
   
   /*line-height: 1.2;*/
}

#sidebar ul,
#sidebar ol{
   margin-left: 2em;
}

#sidebar legend{
	display: none;
}

#sidebar label{
	display: none;
}

#sidebar #w14626 input,
#sidebar #w14627 input,
#sidebar #w14628 input{
	background: url(../_img/bg_form_field.png) no-repeat;
	border: 0;
	padding: 1px 5px 1px 10px;
	height: 24px;
	width: 266px;
	margin: -3px 0 -3px 0;
}

#sidebar #formsubmit input{
	width: 86px;
	background: url(../_img/btn_submit.png) no-repeat;
	padding: inherit;
	text-indent: -9999px;
	height: 26px;
	border: 0;
}

#sidebar #blogsidebar{
	line-height: 3em;
}

#sidebar #blogsidebar a{
	color: #313131;
}

#sidebar .latestblogs{
	line-height: 2em;
	font-size: 1.2em;
}

#sidebar #blog_list_archive{
	list-style: none;
	margin: 0 0 0 0;
}

#sidebar .contributor{
	height: 16px;
	clear: both;
	margin: 0 0 -16px;
	line-height: 1.4em;
	position: relative;
}

#sidebar .contr-left{
	float: left;
	display: inline;
	font-size: 1.3em;
}

#sidebar .contr-right{
	float: left;
	display: inline;
	padding-left: 5px;
}

/* CARE AND PRAYER TEXT */
#sidebar #w19205 input,
#sidebar #w19207 input{
	width: 271px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #727272;
	margin: 0;
	color: #727272;
}

/* CARE AND PRAYER TEXTAREA */
#sidebar #area_19209{
	width: 281px;
	height: 120px;
	color: #727272;
}

/* CONTACT US */
form#contact-us legend{
	display: none;
}

form#contact-us label{
	display: none;
}

form#contact-us #w19445 input,
form#contact-us #w19447 input{
	width: 301px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #727272;
	margin: 0;
	color: #727272;
}

form#contact-us #w19449 select{
	width: 311px;
}

form#contact-us #area_19451{
	width: 556px;
	height: 180px;
	border: 1px solid #727272;
	color: #727272;
}

form#contact-us p.description{
	display: none;
}

#sidebar p.errorSummary,
#sidebar p.error{
	color: #FF0000;
	margin: 0;
	line-height: 2em;
	padding-left: 5px;
}

#sidebar p.error{
	margin: -10px 0 0 0;
}

#sidebar #events{
	margin: 20px 0 20px 0;
}

#sidebar #selectall{
	margin-right: 10px;
	padding-left: 10px;
	color: #303030;
	text-decoration: none;
}

#sidebar #selectnone{
	margin-left: 10px;
	color: #303030;
	text-decoration: none;
}

/* Mini Cal */
#sidebar #mini-cal1,
#sidebar #mini-cal2,
#sidebar #mini-cal3{
	background: url(../_img/bg_calendar.png) no-repeat;
	width: 208px;
	height: 216px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1C1D1B;
	padding: 4px 0 0 9px;
}

#sidebar .calendar-month{
	padding: 0px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1C1D1B;
}

#sidebar #sidebar img{
	padding: 0;
	margin: 0;
}

#sidebar .calendar-month{
}

#sidebar .calendar-prev{
	width: 16px;
	height: 15px;
	position: relative;
}

#sidebar .calendar-next{
	position: relative;
	width: 16px;
	height: 15px;
} 

#sidebar td{
	padding: 5px;
	text-align: center;
}

#sidebar td.linked-day{
	background: #31403E;
	padding: 0;
}

#sidebar td.linked-day a{
	color: #fff;
	text-decoration: none;
	float: left;
	padding: 5px;
}

#sidebar #agenda{
	border-top: 1px dotted #000;
	margin-top: 12px;
}

#sidebar .agendaevent{
	border-bottom: 1px dotted #000;
	padding: 10px 0 10px 0;
}

#sidebar #agenda .caldate{
	width: 26px;
	height: 36px;
	float: left;
}

#sidebar #agenda .month{
	background: #79280C;
	color: #E86620;
	text-align: center;
	padding: 1px 0 2px 0;
	font-size: 1.3em;
	text-transform: lowercase;
}

#sidebar #agenda .day{
	background: #fff;
	color: #333331;
	text-align: center;
	padding: 1px 0 2px 0;
	font-weight: bold;
	font-size: 1.3em;
}

#sidebar #agenda .agendainfo{
	height: 32px;
	margin-left: 34px;
	padding-top: 4px;
}

#sidebar #agenda .agendainfo h4 a{
	text-decoration: none;
	color: #31403E;
}

#sidebar #agenda .agendainfo p{
	font-size: 1.2em;
	margin-top: -12px;
}

#sidebar .moreevents{
	border: 0;
	margin-top: 10px;
}

#sidebar .sidebardivider{
	border-bottom: 1px dotted #000;
	padding-top: 14px;
}

#sidebar .sidebardividerlast{
	padding-top: 14px;
}

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

#footer{
   clear: both;
   width: 888px;
   height: 250px;
   background: url(../_img/bg_footer.gif) repeat-y;
   margin: 0 0 0 0px;
   padding: 18px 25px 18px 25px;
}

#footer h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #31403E;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #33312E;
}

#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #33312E;
}

#footer #breadcrumbs{
	font-size: 1.3em;
	color: #66635C;
}

#footer #breadcrumbs strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #66635C;
	font-weight: normal;
}

#footer #breadcrumbs a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #33312E;
}

#footer #sitemap{
	border-top: dotted #000000 1px;
	width: 560px;
	margin-top: 18px;
}

#footer #sitemap li{
	float: left;
	width: 140px;
	text-align: left;
	display: inline;
	background: none;
	margin-top: 18px;
}

#footer #sitemap li a{
	float: left;
	display: inline;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #33312E;
	text-transform: capitalize;
}

#footer #sitemap li#sitemap_home{
	display: none;
}

#footer #sitemap li#sitemap_give{
	margin-top: 96px;
	margin-left: 420px;
}

#footer #sitemap li li{
	position: relative;
	float: left;
	padding-top: 2px;
	margin-top: auto;
}

#footer #sitemap li li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	text-decoration: none;
}

/* OLD 
#footer #sitemap .map{
	float: left;
	width: 140px;
	height: auto;
	display: inline;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer #sitemap a{
	color: #808080;
	text-decoration: none;
}
*/ 
#footer #contact{
	width: 236px;
	float: right;
	text-align: left;
	padding: 28px 0 0 28px;
}

#footer ul{
	float: left;
	width: 140px;
	height: 14px;
	display: inline;
}

#footer li{
	list-style: none;
	width: 140px;
	height: 14px;
}

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

#sub-footer{
	clear: both;
   margin: 10px 0 20px 0;
}

#sub-footer p{
   color: #666;
   font-size: 1.1em;
   line-height: 2em;
   text-align: right;
}

#sub-footer a{
   color: #666;
   line-height: 2em;
}

/* Forms (overrides http://api.monkcms.com/Clients/monkcms.css)
---------------------------------------------------------------------
*/
form.monkForm fieldset legend {
	font-size: 1.7em;
}
form.monkForm fieldset fieldset legend {
	font-size: 1.2em;
}


/* Downloadable Forms Page
   Music Team Page
---------------------------------------------------------------------
*/

#content .formlist{
	border-top: 1px dotted #000;
	padding: 18px 0 46px 0;
	min-height: 60px;
}

#content .formlist h5{
	margin-top: 20px;
	text-indent: 6px;
}

#content .formlist .formimage img{
	float: left;
	border: none;
	margin-top: 5px;
}

#content .formlist .form-dl-button{
	float: left;
	padding-top: 6px;
}

#content .formlist .form-dlaudio-button img{
	border: none;
}

#content .formlist .form-listen-button{
	padding-top: 6px;
}

#content .formlist .form-listen-button a{
	float: left;
	background: url(../_img/btn_listen.png) no-repeat;
	width: 75px;
	margin-right: 1px;
	height: 26px;
	text-indent: -9999px;
}

#content .formlist .form-dl-button img{
	border: none;
}

/* Sermon Pages
---------------------------------------------------------------------
*/

#sermonpage #sorting{
	margin-top: -6px;
	font-size: 1.1em;
}

#sermonpage #sorting select{
	width: 200px;
}

#sermonpage .sermonbox{
	border-top: 1px dotted #000;
	margin-top: 10px;
	padding: 12px 0 0 0;
}

#sermonpage .sermonimg img{
	float: left;
	border: 0;
	padding-right: 8px;
}

#sermonpage .sermonbox .textonly{
}

#sermonpage .sermonbox ul{
	list-style: none;
	margin: 12px 0 0 0;
	height: 26px;
}

#sermonpage ul#mediabox{
	list-style: none;
	margin: 0px 0 12px 0;
	height: 26px;
}

#sermonpage .sermonbox ul span{
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 0 0 0 14px;
}

#sermonpage li.sl_listen,
#sermonpage li#mb_jukebox{
	background: url(../_img/btn_listen.png) no-repeat;
	width: 75px;
	height: 26px;
	text-indent: -9999px;
	float: left;
	list-style: none;
}

#sermonpage li.sl_listen a,
#sermonpage li#mb_jukebox a{
	width: 75px;
	height: 26px;
	float: left;
}

#sermonpage li.sl_download,
#sermonpage li#mb_download{
	background: url(../_img/btn_download2.png) no-repeat;
	width: 108px;
	height: 26px;
	text-indent: -9999px;
	margin-left: 1px;
	float: left;
	list-style: none;
}

#sermonpage li.sl_download a,
#sermonpage li#mb_download a{
	width: 108px;
	height: 26px;
	float: left;
}

#sermonpage .sermonspacer{
	border-top: 1px dotted #000;
	margin-top: 10px;
	padding-top: 15px;
}

#sermonpage #sermontext{
	clear: both;
	padding-top: 16px;
}

/* Event List
---------------------------------------------------------------------
*/

#sidebar #filter{
	border-top: 1px dotted #000;
	margin-top: 8px;
}

#sidebar #filter input.eventcheckbox{
	height: 16px;
	width: 16px;
	margin-top: 6px;
	font-size: 1.3em;
}

#sidebar span.eventlistnote{
   font-family: Arial, Helvetica, sans-serif;
   color: #303030;
   font-size: 1.3em;
   padding-bottom: .5em;
}

#sidebar #filter span{
	font-size: 1.2em;
	color: #343432;
	margin: 0 0 0 4px;
}

#sidebar input.eventlistsubmit{
	margin-top: 6px;
}

/* Staff Page
---------------------------------------------------------------------
*/

#staffpage .staffprofile{
	margin-top: 10px;
	padding: 6px 0 10px 0;
	border-bottom: 1px dotted #000;
}

#staffpage .staffpic img{
	float: left;
	width: 115px;
	height: 135px;
	border: 0;
	margin-top: 3px;
}

#staffpage .textonly{
	margin-left: 125px;

}

#staffpage .staffemail{
	height: 26px;
	width: 100px;
	padding-bottom: 10px;
}

#staffpage .staffemail img{
	border: 0;
}

/* Small Groups Page
---------------------------------------------------------------------
*/

#smallgroupoptions {
	float:right; 
	text-align: right; 
	margin-bottom: 20px;
}

#smallgroupoptions img{
	border: none;
	float: none;
}

#smallgroupoptions .text{
	float: left;
	line-height: 2.1em;
	font-size: 1.3em;
	text-align: right;
	padding-right: 5px;
}

#smallgroupoptions .text span{
	padding-left: 247px;
}

/* Student Ministry Page
---------------------------------------------------------------------
*/

#studentmedia img{
	border: 0;
}

#tweetbase{
	float: right;
	position: relative;
	z-index: 99;
}

#tweetbase #twitter_update_list{
	list-style: none;
	color: #000;
	width: 346px;
	margin: -140px 14px 0 0;
}

#tweetbase #twitter_update_list a{
	color: #000;
	text-decoration: underline;
}

/* Blog Detail Page
---------------------------------------------------------------------
*/

#blogdetail #content label{
	display: block;
	visibility: visible;
   font-size: 1.6em;
   font-weight: bold;
   color: #31403E;
   margin-top: 30px;
}

#blogdetail #content #name{
	float: left;
	z-index: 3;
	position: relative;
	padding: 0 5px 0 5px;
	width: 300px;
	height: 20px;
	margin-right: -60px;
	border: 1px solid #86827A;
}

#blogdetail #comment{
	padding: 5px;
	width: 300px;
	height: 120px;
}

#blogdetail #comment-submit{
	margin-top: 10px;
	background: url(../_img/btn_submit-comment.png) no-repeat;
	height: 26px;
	width: 159px;
	border: 0;
	float: left;
	text-indent: -9999px;
}

/* Give Page
---------------------------------------------------------------------
*/

#content .donatebutton{
	padding: 0 0 6px 0;
}

#content .donatebutton img{
	border: 0;
	margin: 0;
	padding: 0;
	float: none;
}

/* Care And Prayer
---------------------------------------------------------------------
*/

#sidebar #prayer-request #formsubmit input{
	width: 194px;
	height: 26px;
	background: url(../_img/btn_submit-prayer.png) no-repeat;
	text-indent: -9999px;
	float: left;
}

/* -------------------------------------
Me
------------------------------------- */

.me #content ul#options{
	margin-left: 0;
	margin-bottom: 70px;
	margin-top: 20px;
	list-style: none;
	overflow: hidden;
}

.me #content ul#options li{
	float: left;
	margin-right: 20px;
	background-image: none;
	padding: 0;
	list-style: none;
}

#options li a{
	display: block;
	width: 82px;
	height: 30px;
	text-indent: -9999em;
	background: url(../_img/btn-logout-orders.gif) no-repeat;
}

#options li.logout a{
	background-position: 0 0;
}

#options li.logout a:hover{
	background-position: 0 -32px;
}

#options li.orders a{
	background-position: right 0;
}

#options li.orders a:hover{
	background-position: right -32px;
}

#content .orderHistory{
	clear: both;
	font-size: 1.1em;
}

#content .orderHistory td a{

}

#content .orderHistory td.ordernum{
	border-top: 1px solid #e1e1e1;
	padding-top: 10px;
	padding-bottom: 5px;
}

#content .orderHistory .orderHistoryTitle{
	padding-left: 16px;
	padding-bottom: 5px;
}

#content #orderHistoryDetail td, #content #orderHistoryDetail th{
	padding: 5px;
}

#content #orderHistoryDetail th{
	font-size: 1.1em;
}

#content #orderHistoryDetail table{
	background-color: #fffeff;
	padding: 15px;
}

#orderHistoryDetail .orderHistorySite strong{
	font-size: 1.1em;
	color: #333;
}

#orderHistoryDetail .orderDetailTotal{
	font-weight: bold;
}

#content #orderHistoryDetail table tr.even{
	background-color: #eaf4f9;
}

#content #orderHistoryDetail .orderDetailAddress{
	color: #313131;
	line-height: 1.5em;
}

#content #orderHistoryDetail .orderDetailCustomerService{
	line-height: 1.4em;
	color: #666666;
	background-color: #f9f9f9;
	padding-left: 15px;
}

