/* CSS Document */

/*connections*/

/*------------------------- Ministry Menu --------------------*/  
/*  #minMenu { background: #dac893; }*/
    #minMenu {	background: #000000 url(http://www.gatewaypeople.com/images/banners/ministries/connections_main.jpg) no-repeat 0px -198px; }
  
/*---------------- Main content---------------*/
  /*Ministry Banner*/
	  #minBanner { background: url(../../images/banners/ministries/connections_main.jpg) no-repeat; }
	
  /*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: #635c51; }
  	#ministry ul.basic_nobullets { list-style-type: none; padding-left: 0px; }

  	
/*---------------- SubContent---------------*/
  /*SubContent Headers Bg colors*/
    #contentSub h3 { background:#C6B686 url(../../images/bg_contentSub_shadow.png) repeat-y scroll 0; }
  /* Subcontent Text color*/ 
    #contentMain h4 { color:#4E85C6; }

  .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: #7391c3; }
	  .days_of_week_2 {	background-color: #819bcb; }
	  .days_of_week_3 {	background: #7391c3 url(../../images/bg_contentSub_shadow.png) repeat-y right; }
	
  /*background colors of Calendar Dates */	
	  .calendar_numbers_1, .calendar_numbers_3 { background-color: #5779b1; }
	  .calendar_numbers_2 {	background-color: #6d8cc1; }

  /*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: #819bcb solid 1px; }
	  .days_of_week_2, .calendar_numbers_2  {	border-left: #819bcb solid 1px; }

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

/*---------------- Articles on footer of landing page ADDED BY DINO---------------*/
  /*overal styling and mouseover of ministry article section*/
    #ministryArticles .highlightedEvent:hover { background: #f1e8ce; }
  /* links */
    /*details - overrides link color defined in top*/  
      /*normal*/
        #ministry .highlightedEvent_details a:link, #ministry .highlightedEvent_details a:link strong, #ministry .highlightedEvent_details a:link b, #ministry .highlightedEvent_details a:link em, #ministry .highlightedEvent_details a:link i { color: #4d85c5; } 
        #ministry .highlightedEvent_details a:visited, #ministry .highlightedEvent_details a:visited strong, #ministry .highlightedEvent_details a:visited b, #ministry .highlightedEvent_details a:visited em, #ministry .highlightedEvent_details a:visited i { color: #4d85c5; }
      /*hover*/
        #ministry .highlightedEvent_details a:active, #ministry .highlightedEvent_details a:active strong, #ministry .highlightedEvent_details a:active b, #ministry .highlightedEvent_details a:active em, #ministry .highlightedEvent_details a:active i { color: #4d85c5; }
        #ministry .highlightedEvent_details a:hover, #ministry .highlightedEvent_details a:hover strong, #ministry .highlightedEvent_details a:hover b, #ministry .highlightedEvent_details a:hover em, #ministry .highlightedEvent_details a:hover i { color: #4d85c5; }
    /*article title - overrides link color defined in top*/  
      /*noraml*/
        #ministry .highlightedEvent_details a:link.articleTitle, #ministry .highlightedEvent_details a:link.articleTitle strong, #ministry .highlightedEvent_details a:link.articleTitle b, #ministry .highlightedEvent_details a:link.articleTitle em, #ministry .highlightedEvent_details a:link.articleTitle i { color: #4d85c5; } 
        #ministry .highlightedEvent_details a:visited.articleTitle, #ministry .highlightedEvent_details a:visited.articleTitle strong, #ministry .highlightedEvent_details a:visited.articleTitle b, #ministry .highlightedEvent_details a:visited.articleTitle em, #ministry .highlightedEvent_details a:visited.articleTitle i { color: #4d85c5; }
      /*hover*/
        #ministry .highlightedEvent_details a:active.articleTitle, #ministry .highlightedEvent_details a:active.articleTitle strong, #ministry .highlightedEvent_details a:active.articleTitle b, #ministry .highlightedEvent_details a:active.articleTitle em, #ministry .highlightedEvent_details a:active.articleTitle i { color: #4d85c5; }
        #ministry .highlightedEvent_details a:hover.articleTitle, #ministry .highlightedEvent_details a:hover.articleTitle strong, #ministry .highlightedEvent_details a:hover.articleTitle b, #ministry .highlightedEvent_details a:hover.articleTitle em, #ministry .highlightedEvent_details a:hover.articleTitle i { color: #4d85c5; }
