/* CSS Document */

/*prayer*/


/*---------------- Main content---------------*/
  /*Maincontent Background*/
	  td.ContentBgFill { background: #eee5cf; }
  /*Ministry Banner*/
	  #minBanner { background: url(../../images/banners/ministries/prayer_main.jpg) no-repeat;}
	
  /*Content Paragraph color*/
	  #contentMain, #contentMain p { color: #1f1d19; } 
	  #contentMain strong, #contentMain p strong, #contentMain b, #contentMain p b  { color: #1f1d19; } 
	  #contentMain em, #contentMain p em, #contentMain i, #contentMain p i { color: #1f1d19; } 
	
  /*Quote boarder left color*/
	  #contentMain blockquote { border-left: 2px solid #f5edda; }
  /*Quote color*/
	  #contentMain blockquote, #contentMain blockquote strong { color: #a76f0c; } 

  /*Content Page Title color (normally same color as h4) */
    #ministry #ministryPageTitle { color: #a76f0c; }
  /*Content Header colors*/
	  #contentMain h4 { color: #a76f0c; }
  /*Content subHeader colors*/
	  #contentMain h5 { color: #464238; }

  /*Content bullet list*/	
	  #ministry ul, #ministry ol { list-style-type: disc; padding: 4px 0px 0px 3em; margin: 0px; }
	  #ministry ul li { padding: 2px 2px 2px 2px; margin: 0px; color: #1f1d19; }
  	#ministry ul.basic_nobullets { list-style-type: none; padding-left: 0px; }	

  /*Content link colors*/	
    /*normal*/
  	  #ministry a:link, #ministry a:visited { color: #955b29; }
      #ministry a:link strong, #ministry a:link b, #ministry a:link em, #ministry a:link i, strong #ministry a:link, b #ministry a:link, em #ministry a:link, i #ministry a:link { color: #955b29; }
      #ministry a:visited strong, #ministry a:visited b, #ministry a:visited em, #ministry a:visited i, strong #ministry a:visited, b #ministry a:visited, em #ministry a:visited, i #ministry a:visited { color: #955b29; }
  	/*hover*/
      #ministry a:hover, #ministry a:active { color: #8a774d; }
      #ministry a:hover strong, #ministry a:hover b, #ministry a:hover em, #ministry a:hover i, strong #ministry a:hover, b #ministry a:hover, em #ministry a:hover, i #ministry a:hover { color: #8a774d; }
      #ministry a:active strong, #ministry a:active b, #ministry a:active em, #ministry a:active i, strong #ministry a:active, b #ministry a:active, em #ministry a:active, i #ministry a:active { color: #8a774d; }

/*---------------- SubContent---------------*/
  /*SubContent Headers Bg colors*/
 	  #contentSub h3 { background: #a76f0c url(../../images/bg_contentSub_shadow.png) repeat-y; }
  /* Subcontent Text color*/ 
	  .ministryDetails li a, #registrations li a, #upcomingEvents li a, #upcomingEvents li { color: #1f1d19; }
	  
  .ministryDetails { width: 196px; padding: 10px 0 20px 0; }
	.ministryDetails ul { list-style: none; font-weight: bold; }
	.ministryDetails li { margin: 0px; border-top: 1px solid #f7f2e7; border-bottom: 1px solid #cec9be; }
		.ministryDetails li a { display: block; color: #635c51; text-decoration: none; }
			.ministryDetails li a:link, .ministryDetails li a:visited  { padding: 8px 15px 7px 15px; }
			.ministryDetails li a:hover, .ministryDetails li a:active  { background: #ffffff ; padding: 8px 15px 7px 15px; }

	.ministryDetails .noBorderTop { border-top: none; }
	.ministryDetails .noBorderBottom { border-bottom: none; }
	

/*---------------- Calendar Colors---------------*/
  /*Colors of Calendar Days */		
	  .days_of_week_1, .days_of_week_2, .days_of_week_3 { color:#eeeeee; }

  /*background colors of Calendar Days */		
	  .days_of_week_1 { background-color: #cb9841; }
	  .days_of_week_2 { background-color: #d1a457; }
	  .days_of_week_3 { background: #cb9841 url(../../images/bg_contentSub_shadow.png) repeat-y right; }
	
  /*background colors of Calendar Dates */		
	  .calendar_numbers_1, .calendar_numbers_3 { background-color: #c28620; }
	  .calendar_numbers_2 { background-color: #c99439; }

  /*Bottom line color */		
	  .days_of_week_1, .days_of_week_2, .days_of_week_3, .calendar_numbers_1, .calendar_numbers_2, .calendar_numbers_3 { border-bottom: #d0a251 solid 1px; }
	  .days_of_week_2, .calendar_numbers_2  { border-left: #d0a251 solid 1px; }

  /*Hover text colors of Calendar*/		
	  #calendar_links a:hover, #calendar_links a:active, #calendar_links a.today { color: #c286  20; }


/*--------------------- Registration Buttons -----------------*/  
  #contentText_1col a.typeClassRegistar_btn, #contentText_1col a.registar_btn, #contentText_1col .gobuttonmiddle { background: #8c7239; color: #f4e9d5; }	
	#contentText_1col a.typeClassRegistar_btn:hover, #contentText_1col a.registar_btn:hover, #contentText_1col .gobuttonmiddle:hover { background: #9d834a; color: #f4e9d5; }
	  
	  
/*------------------------- Ministry Menu --------------------*/  
  #minMenu { background: #ae945b; }

  
/*------------------------- Ministry Pages --------------------*/
  /*info panel - small section used to show short quotes, and description*/
    /*font color and background color*/
      #ministry #highlightInfoPanel { background-color: #ccac7c; }
  /*separator between sections*/
    #ministry td.sectionSeparator { border-top: 1px solid #ccac7c; }
    #ministry div.sectionSeparator { border-top: 1px solid #ccac7c; }

    
/*------------------------- DCM Edits - Ministry Pages --------------------*/
  /*inline form - background and border (fckeditor and images)*/
    /*if located on normal page or main section*/
    	#ministry .inlineDivMain { background: #eee5cf;}
    /*if located in info panel*/
  	  #ministry #highlightInfoPanel .inlineDivMain { background: #ccac7c; border: 1px solid #dddddd; }
  /*container section edit panel - provides links for deleting section, re-ordering, etc.*/
    /*if located in info panel*/
      #ministry #highlightInfoPanel .containerSectionEditPanel { border: 1px solid #dddddd; } 


/*------------------------ Form Controls -----------------------*/
input { border: 1px solid #dbc997; }
textarea { border: 1px solid #dbc997; }
select { border: 1px solid #dbc997; }


/*-----------------------Other---------------------------*/
#sig img { border: 0; }

.prayer_staff_listl {
	width: 150px;
	float: left;
	height: 200px;
}
.prayer_staff_listr {
	float: left;
	padding-top:10px;
	margin-left:30px;
	width:310px;
}
.prayer_staff_divider {
	clear: both;
	height:30px;
}