/*-----------------------------------------+
 | Site: Kindred Hospital                  |
 | Part: Facility Template 1 styles        |
 +-----------------------------------------*/



/* Core layout
======================================================================*/
a:hover { color: #056F80; }
#page { background-image: none !important; }

/*--- Header ---*/
#header {  }
.no-header-image #header-shadow { display: block; }
	
	/* Top Bar */
	#top-bar { border-bottom: solid 7px #007081; }

	/* Header Image */
	#header-image { height: 322px; top: 58px; }
	.home #header-image { height: 322px; }
	.full.no-header-image #header-image { display: block; }
	
    /* Menu container */
    #menu-container { height: 322px; }
    .home #menu-container { height: 322px; }
    
    /*
    .full.no-header-image #menu-container { background-image: none !important; }
    .full.no-header-image #menu-container { background: transparent none !important; height: 75px !important; }
    .full.no-header-image #page { background-image: none !important; }
    */
    
    /* Menu */
    #menu { }


/* Content
======================================================================*/

/*--- Header ---*/
#logo { float: none; display: block; margin: 0 0 0 35px; }
#overlay { display: none; }

/*--- Navigation ---*/
#nav { float: none; display: inline-block; width: auto; }
#nav li { float: none; }
#nav a { color: #4d4d4f; line-height: 40px; padding: 0 10px 0 55px; }
#nav a span { padding-left: 0; padding-right: 10px; display: inline-block; width: 100%; background: transparent url('../images/dots-horizontal-gray.png') repeat-x scroll 0 100%; }

	/*-- Dropdowns --*/
	#nav li:hover { background: url('../images/nav-teal-active.png') repeat; }
	#nav li:hover.last { background-image: url('../images/nav-teal-active.png') !important; }
	#nav li:hover a { color: #FFFFFF; }
	#nav li:hover ul { display: none; }
	
	/* Secondary navigation */
	ul#nav-secondary li.tab { background-color: #056f80; }
	
/*--- POPs ---*/
.pop-header.video-library { background-color: #90ae5d; }
.pop-header.in-the-news { background-color: #4b83b3; }
.pop-header.family-education { background-color: #d17522; }

/*--- Homepage ---*/
	/*-- POPs --*/
	#content-primary .tab-lg { background-color: #90ae5d; }
	#content-secondary .tab-md { background-color: #4b83b3; }
	#content-tertiary .tab-md { background-color: #d17522; }

/*--- Content ---*/
#content-primary div a { color: #056f80; }
#content-primary a.view-all { color: #6d6e70; }
#content-primary a:hover.view-all { color: #056f80; }

/*--- Event Calendar ---*/
	/*-- Ektron Overides --*/
		/* Month View */
		#event-calendar-widget .mv_MonthHeaderBkg { background-color: #056F80; }
		#event-calendar-widget .mv_weekdayDOWHeader, #event-calendar-widget .mv_TodayCell, #event-calendar-widget .mv_eventContainer table td { background-color: #b7e4eb; }
		#event-calendar-widget .mv_dayBorderWeekend, #event-calendar-widget .mv_DateCellEmptyWeekend, #event-calendar-widget .mv_DateCellWeekend, #event-calendar-widget .mv_weekendDOWHeader { background-color: #d3eff3; }
		                                            
		/* Day View */
		#event-calendar-widget .dv_DayHeaderBkg { background-color: #056F80; }
		#event-calendar-widget .dv_EventTitle { background-color: #b7e4eb; }
		                                          
		/* Event View */
		#event-calendar-widget .evt_TitleCell { background-color: #056F80; }
		#event-calendar-widget .evt_DateCell { background-color: #b7e4eb; }

/*--- Photo Gallery ---*/
#photo-gallery a { color: #666666; }
#photo-gallery a:hover { color: #056f80; }
#photo-gallery .photo:hover .thumb { background-color: #056f80; }

/*--- Video Library ---*/
#video-library a { color: #666666; }
#video-library a:hover { color: #056f80; }
#video-library .video:hover .thumb { background-color: #056f80; }