/*-----------------------------------------+
 | Site: Kindred Hospitals                 |
 | Part: Kindredhospitals.com styles       |
 +-----------------------------------------*/


/* Core layout
======================================================================*/
a:hover { color: #056f80; }
ul li { background: url('/global/images/bulletTeal.gif') no-repeat 0 0.5em; padding-left: 1.15em; }
ol li { background: none; padding-left: 0; }

/*--- Header ---*/
#header {  }

	/* Header Image */
	#header-image { height: 277px; }
	.home #header-image { height: 327px; }
	
    /* Menu container */
    #menu-container { height: 277px; }
    .home #menu-container { height: 327px; }
    .full.no-header-image #menu-container { height: 65px !important; }
    
    /* Menu */
    #menu { background: transparent url('../images/nav-teal.png') repeat; }


/* Content
======================================================================*/

/*--- Header ---*/
#logo { float: left; margin: 5px 0 0 30px; }

/*--- Navigation ---*/
#nav { height: 65px; min-height: 65px; margin: 0; width: 625px; }
#nav a { line-height: 65px; }

	/*-- Dropdowns --*/
	#nav ul {top: 50px; }
	#nav li:hover ul { background: transparent url(../images/nav-teal.png) repeat; }
	#nav li:hover li:hover { background: transparent url(../images/nav-teal-active.png) repeat; }
	#nav a { line-height: 65px; font-size: 14px; font-weight: bold; }
	#nav a:hover, #nav a.selected { color: #f9d0ab; }
	#nav ul a { font-weight: normal; }
	#nav a span { padding: 10px 15px; }
	
	/* Secondary navigation */
	ul#nav-secondary li.tab { background-color: #056f80; }
	ul#nav-secondary li li { background-image: url('../images/bullets/teal-arrow.gif'); }
	ul#nav-secondary .selected { 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; }